diff --git a/XenAdmin/Commands/PauseVMCommand.cs b/XenAdmin/Commands/PauseVMCommand.cs index 8e98209b9a..7370094cb6 100644 --- a/XenAdmin/Commands/PauseVMCommand.cs +++ b/XenAdmin/Commands/PauseVMCommand.cs @@ -173,9 +173,9 @@ protected override string ConfirmationDialogHelpId get { return "WarningVmLifeCyclePause"; } } - protected override string GetCantExecuteReasonCore(SelectedItem item) + protected override string GetCantExecuteReasonCore(IXenObject item) { - VM vm = item.XenObject as VM; + VM vm = item as VM; if (vm == null) return base.GetCantExecuteReasonCore(item); @@ -194,7 +194,7 @@ protected override string GetCantExecuteReasonCore(SelectedItem item) return GetCantExecuteNoToolsOrDriversReasonCore(item) ?? base.GetCantExecuteReasonCore(item); } - protected override CommandErrorDialog GetErrorDialogCore(IDictionary cantExecuteReasons) + protected override CommandErrorDialog GetErrorDialogCore(IDictionary cantExecuteReasons) { foreach (VM vm in GetSelection().AsXenObjects()) { diff --git a/XenAdmin/Commands/UnPauseVMCommand.cs b/XenAdmin/Commands/UnPauseVMCommand.cs index 5c19a42386..c0e14b92a2 100644 --- a/XenAdmin/Commands/UnPauseVMCommand.cs +++ b/XenAdmin/Commands/UnPauseVMCommand.cs @@ -182,9 +182,9 @@ protected override string ConfirmationDialogHelpId get { return "WarningVmLifeCyclePause"; } } - protected override string GetCantExecuteReasonCore(SelectedItem item) + protected override string GetCantExecuteReasonCore(IXenObject item) { - VM vm = item.XenObject as VM; + VM vm = item as VM; if (vm == null) return base.GetCantExecuteReasonCore(item); @@ -203,7 +203,7 @@ protected override string GetCantExecuteReasonCore(SelectedItem item) return GetCantExecuteNoToolsOrDriversReasonCore(item) ?? base.GetCantExecuteReasonCore(item); } - protected override CommandErrorDialog GetErrorDialogCore(IDictionary cantExecuteReasons) + protected override CommandErrorDialog GetErrorDialogCore(IDictionary cantExecuteReasons) { foreach (VM vm in GetSelection().AsXenObjects()) { diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs index 48c6e0db5f..ffa47a3a47 100755 --- a/XenModel/Messages.Designer.cs +++ b/XenModel/Messages.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace XenAdmin { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // 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. + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal Messages() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Messages() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Messages() { } /// - /// Looks up a localized string similar to Activating virtual disks.... + /// Sucht eine lokalisierte Zeichenfolge, die Activating virtual disks... ähnelt. /// public static string ACTION_ACTIVATING_MULTIPLE_VDIS_STATUS { get { @@ -70,7 +70,7 @@ public static string ACTION_ACTIVATING_MULTIPLE_VDIS_STATUS { } /// - /// Looks up a localized string similar to Activating Multiple Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Activating Multiple Virtual Disks ähnelt. /// public static string ACTION_ACTIVATING_MULTIPLE_VDIS_TITLE { get { @@ -79,7 +79,7 @@ public static string ACTION_ACTIVATING_MULTIPLE_VDIS_TITLE { } /// - /// Looks up a localized string similar to Changing control domain memory settings on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Changing control domain memory settings on '{0}' ähnelt. /// public static string ACTION_CHANGE_CONTROL_DOMAIN_MEMORY { get { @@ -88,7 +88,7 @@ public static string ACTION_CHANGE_CONTROL_DOMAIN_MEMORY { } /// - /// Looks up a localized string similar to The memory specified ({0}) was too low. It has to be at least the value of the static minimum ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die The memory specified ({0}) was too low. It has to be at least the value of the static minimum ({1}) ähnelt. /// public static string ACTION_CHANGE_CONTROL_DOMAIN_MEMORY_VALUE_TOO_LOW { get { @@ -97,7 +97,7 @@ public static string ACTION_CHANGE_CONTROL_DOMAIN_MEMORY_VALUE_TOO_LOW { } /// - /// Looks up a localized string similar to Change disk size. + /// Sucht eine lokalisierte Zeichenfolge, die Change disk size ähnelt. /// public static string ACTION_CHANGE_DISK_SIZE { get { @@ -106,7 +106,7 @@ public static string ACTION_CHANGE_DISK_SIZE { } /// - /// Looks up a localized string similar to Change email options. + /// Sucht eine lokalisierte Zeichenfolge, die Change email options ähnelt. /// public static string ACTION_CHANGE_EMAIL_OPTIONS { get { @@ -115,7 +115,7 @@ public static string ACTION_CHANGE_EMAIL_OPTIONS { } /// - /// Looks up a localized string similar to Change home server. + /// Sucht eine lokalisierte Zeichenfolge, die Change home server ähnelt. /// public static string ACTION_CHANGE_HOME_SERVER { get { @@ -124,7 +124,7 @@ public static string ACTION_CHANGE_HOME_SERVER { } /// - /// Looks up a localized string similar to Administrator password changed. + /// Sucht eine lokalisierte Zeichenfolge, die Administrator password changed ähnelt. /// public static string ACTION_CHANGE_HOST_PASSWORD_DONE { get { @@ -133,7 +133,7 @@ public static string ACTION_CHANGE_HOST_PASSWORD_DONE { } /// - /// Looks up a localized string similar to Changing administrator password.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing administrator password... ähnelt. /// public static string ACTION_CHANGE_HOST_PASSWORD_IN_PROGRESS { get { @@ -142,7 +142,7 @@ public static string ACTION_CHANGE_HOST_PASSWORD_IN_PROGRESS { } /// - /// Looks up a localized string similar to Changing administrator password on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Changing administrator password on {0} ähnelt. /// public static string ACTION_CHANGE_HOST_PASSWORD_TITLE { get { @@ -151,7 +151,7 @@ public static string ACTION_CHANGE_HOST_PASSWORD_TITLE { } /// - /// Looks up a localized string similar to Change log destination. + /// Sucht eine lokalisierte Zeichenfolge, die Change log destination ähnelt. /// public static string ACTION_CHANGE_LOG_DESTINATION { get { @@ -160,7 +160,7 @@ public static string ACTION_CHANGE_LOG_DESTINATION { } /// - /// Looks up a localized string similar to Changing memory settings for {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing memory settings for {0}... ähnelt. /// public static string ACTION_CHANGE_MEMORY_SETTINGS { get { @@ -169,7 +169,7 @@ public static string ACTION_CHANGE_MEMORY_SETTINGS { } /// - /// Looks up a localized string similar to Changed memory settings for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Changed memory settings for {0} ähnelt. /// public static string ACTION_CHANGE_MEMORY_SETTINGS_DONE { get { @@ -178,7 +178,7 @@ public static string ACTION_CHANGE_MEMORY_SETTINGS_DONE { } /// - /// Looks up a localized string similar to Change multipath setting. + /// Sucht eine lokalisierte Zeichenfolge, die Change multipath setting ähnelt. /// public static string ACTION_CHANGE_MULTIPATH { get { @@ -187,7 +187,7 @@ public static string ACTION_CHANGE_MULTIPATH { } /// - /// Looks up a localized string similar to Removing IP address from {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Removing IP address from {0}... ähnelt. /// public static string ACTION_CHANGE_NETWORKING_BRINGING_DOWN { get { @@ -196,7 +196,7 @@ public static string ACTION_CHANGE_NETWORKING_BRINGING_DOWN { } /// - /// Looks up a localized string similar to IP address on {0} deconfigured. + /// Sucht eine lokalisierte Zeichenfolge, die IP address on {0} deconfigured ähnelt. /// public static string ACTION_CHANGE_NETWORKING_BRINGING_DOWN_DONE { get { @@ -205,7 +205,7 @@ public static string ACTION_CHANGE_NETWORKING_BRINGING_DOWN_DONE { } /// - /// Looks up a localized string similar to Configuring IP address on {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Configuring IP address on {0}... ähnelt. /// public static string ACTION_CHANGE_NETWORKING_BRINGING_UP { get { @@ -214,7 +214,7 @@ public static string ACTION_CHANGE_NETWORKING_BRINGING_UP { } /// - /// Looks up a localized string similar to IP address on {0} configured. + /// Sucht eine lokalisierte Zeichenfolge, die IP address on {0} configured ähnelt. /// public static string ACTION_CHANGE_NETWORKING_BRINGING_UP_DONE { get { @@ -223,7 +223,7 @@ public static string ACTION_CHANGE_NETWORKING_BRINGING_UP_DONE { } /// - /// Looks up a localized string similar to Management facility on {0} deconfigured. + /// Sucht eine lokalisierte Zeichenfolge, die Management facility on {0} deconfigured ähnelt. /// public static string ACTION_CHANGE_NETWORKING_DEPURPOSED { get { @@ -232,7 +232,7 @@ public static string ACTION_CHANGE_NETWORKING_DEPURPOSED { } /// - /// Looks up a localized string similar to Deconfiguring management facility on {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Deconfiguring management facility on {0}... ähnelt. /// public static string ACTION_CHANGE_NETWORKING_DEPURPOSING { get { @@ -241,7 +241,7 @@ public static string ACTION_CHANGE_NETWORKING_DEPURPOSING { } /// - /// Looks up a localized string similar to Networking reconfiguration done. + /// Sucht eine lokalisierte Zeichenfolge, die Networking reconfiguration done ähnelt. /// public static string ACTION_CHANGE_NETWORKING_DONE { get { @@ -250,7 +250,7 @@ public static string ACTION_CHANGE_NETWORKING_DONE { } /// - /// Looks up a localized string similar to Management interface on {0} configured. + /// Sucht eine lokalisierte Zeichenfolge, die Management interface on {0} configured ähnelt. /// public static string ACTION_CHANGE_NETWORKING_MANAGEMENT_RECONFIGURED { get { @@ -259,7 +259,7 @@ public static string ACTION_CHANGE_NETWORKING_MANAGEMENT_RECONFIGURED { } /// - /// Looks up a localized string similar to Configuring management interface on {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Configuring management interface on {0}... ähnelt. /// public static string ACTION_CHANGE_NETWORKING_MANAGEMENT_RECONFIGURING { get { @@ -268,7 +268,7 @@ public static string ACTION_CHANGE_NETWORKING_MANAGEMENT_RECONFIGURING { } /// - /// Looks up a localized string similar to Reconfiguring server networking. + /// Sucht eine lokalisierte Zeichenfolge, die Reconfiguring server networking ähnelt. /// public static string ACTION_CHANGE_NETWORKING_TITLE { get { @@ -277,7 +277,7 @@ public static string ACTION_CHANGE_NETWORKING_TITLE { } /// - /// Looks up a localized string similar to Change power on settings. + /// Sucht eine lokalisierte Zeichenfolge, die Change power on settings ähnelt. /// public static string ACTION_CHANGE_POWER_ON { get { @@ -286,7 +286,7 @@ public static string ACTION_CHANGE_POWER_ON { } /// - /// Looks up a localized string similar to Change shadow multiplier. + /// Sucht eine lokalisierte Zeichenfolge, die Change shadow multiplier ähnelt. /// public static string ACTION_CHANGE_SHADOW_MULTIPLIER { get { @@ -295,7 +295,7 @@ public static string ACTION_CHANGE_SHADOW_MULTIPLIER { } /// - /// Looks up a localized string similar to Disk size changed for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Disk size changed for '{0}'. ähnelt. /// public static string ACTION_CHANGED_DISK_SIZE_FOR { get { @@ -304,7 +304,7 @@ public static string ACTION_CHANGED_DISK_SIZE_FOR { } /// - /// Looks up a localized string similar to Changing disk size for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing disk size for '{0}'... ähnelt. /// public static string ACTION_CHANGING_DISK_SIZE_FOR { get { @@ -313,7 +313,7 @@ public static string ACTION_CHANGING_DISK_SIZE_FOR { } /// - /// Looks up a localized string similar to Changing email options for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing email options for '{0}'... ähnelt. /// public static string ACTION_CHANGING_EMAIL_OPTIONS_FOR { get { @@ -322,7 +322,7 @@ public static string ACTION_CHANGING_EMAIL_OPTIONS_FOR { } /// - /// Looks up a localized string similar to Changing home server for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing home server for '{0}'... ähnelt. /// public static string ACTION_CHANGING_HOME_SERVER_FOR { get { @@ -331,7 +331,7 @@ public static string ACTION_CHANGING_HOME_SERVER_FOR { } /// - /// Looks up a localized string similar to Changing log destination for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing log destination for '{0}'... ähnelt. /// public static string ACTION_CHANGING_LOG_DESTINATION_FOR { get { @@ -340,7 +340,7 @@ public static string ACTION_CHANGING_LOG_DESTINATION_FOR { } /// - /// Looks up a localized string similar to Changing multipath setting for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing multipath setting for '{0}'... ähnelt. /// public static string ACTION_CHANGING_MULTIPATH_FOR { get { @@ -349,7 +349,7 @@ public static string ACTION_CHANGING_MULTIPATH_FOR { } /// - /// Looks up a localized string similar to Changing power on settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing power on settings... ähnelt. /// public static string ACTION_CHANGING_POWER_ON { get { @@ -358,7 +358,7 @@ public static string ACTION_CHANGING_POWER_ON { } /// - /// Looks up a localized string similar to Changing shadow multiplier for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Changing shadow multiplier for '{0}'... ähnelt. /// public static string ACTION_CHANGING_SHADOW_MULTIPLIER_FOR { get { @@ -367,7 +367,7 @@ public static string ACTION_CHANGING_SHADOW_MULTIPLIER_FOR { } /// - /// Looks up a localized string similar to Checking disk space on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Checking disk space on {0} ähnelt. /// public static string ACTION_CHECK_DISK_SPACE_DESCRIPTION { get { @@ -376,7 +376,7 @@ public static string ACTION_CHECK_DISK_SPACE_DESCRIPTION { } /// - /// Looks up a localized string similar to Check disk space. + /// Sucht eine lokalisierte Zeichenfolge, die Check disk space ähnelt. /// public static string ACTION_CHECK_DISK_SPACE_TITLE { get { @@ -385,7 +385,7 @@ public static string ACTION_CHECK_DISK_SPACE_TITLE { } /// - /// Looks up a localized string similar to Cleaning up disk space on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Cleaning up disk space on {0} ähnelt. /// public static string ACTION_CLEANUP_DISK_SPACE_DESCRIPTION { get { @@ -394,7 +394,7 @@ public static string ACTION_CLEANUP_DISK_SPACE_DESCRIPTION { } /// - /// Looks up a localized string similar to Successfully cleaned up disk space on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Successfully cleaned up disk space on {0} ähnelt. /// public static string ACTION_CLEANUP_DISK_SPACE_SUCCESS { get { @@ -403,7 +403,7 @@ public static string ACTION_CLEANUP_DISK_SPACE_SUCCESS { } /// - /// Looks up a localized string similar to Clean up disk space. + /// Sucht eine lokalisierte Zeichenfolge, die Clean up disk space ähnelt. /// public static string ACTION_CLEANUP_DISK_SPACE_TITLE { get { @@ -412,7 +412,7 @@ public static string ACTION_CLEANUP_DISK_SPACE_TITLE { } /// - /// Looks up a localized string similar to Configuring PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring PVS-Accelerator ähnelt. /// public static string ACTION_CONFUGURE_PVS_SITE_DESCRIPTION { get { @@ -421,7 +421,7 @@ public static string ACTION_CONFUGURE_PVS_SITE_DESCRIPTION { } /// - /// Looks up a localized string similar to Configured. + /// Sucht eine lokalisierte Zeichenfolge, die Configured ähnelt. /// public static string ACTION_CONFUGURE_PVS_SITE_DONE { get { @@ -430,7 +430,7 @@ public static string ACTION_CONFUGURE_PVS_SITE_DONE { } /// - /// Looks up a localized string similar to Configure PVS-Accelerator on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Configure PVS-Accelerator on '{0}' ähnelt. /// public static string ACTION_CONFUGURE_PVS_SITE_TITLE { get { @@ -439,7 +439,7 @@ public static string ACTION_CONFUGURE_PVS_SITE_TITLE { } /// - /// Looks up a localized string similar to Creating {0} .... + /// Sucht eine lokalisierte Zeichenfolge, die Creating {0} ... ähnelt. /// public static string ACTION_CREATE_BOND_DESCRIPTION { get { @@ -448,7 +448,7 @@ public static string ACTION_CREATE_BOND_DESCRIPTION { } /// - /// Looks up a localized string similar to {0} created. + /// Sucht eine lokalisierte Zeichenfolge, die {0} created ähnelt. /// public static string ACTION_CREATE_BOND_DONE { get { @@ -457,7 +457,7 @@ public static string ACTION_CREATE_BOND_DONE { } /// - /// Looks up a localized string similar to Creating {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Creating {0} ähnelt. /// public static string ACTION_CREATE_BOND_TITLE { get { @@ -466,7 +466,7 @@ public static string ACTION_CREATE_BOND_TITLE { } /// - /// Looks up a localized string similar to Deactivating virtual disks.... + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating virtual disks... ähnelt. /// public static string ACTION_DEACTIVATING_MULTIPLE_VDIS_STATUS { get { @@ -475,7 +475,7 @@ public static string ACTION_DEACTIVATING_MULTIPLE_VDIS_STATUS { } /// - /// Looks up a localized string similar to Deactivating Multiple Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating Multiple Virtual Disks ähnelt. /// public static string ACTION_DEACTIVATING_MULTIPLE_VDIS_TITLE { get { @@ -484,7 +484,7 @@ public static string ACTION_DEACTIVATING_MULTIPLE_VDIS_TITLE { } /// - /// Looks up a localized string similar to Deleting cache configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting cache configuration ähnelt. /// public static string ACTION_DELETE_PVS_SITE_DESCRIPTION { get { @@ -493,7 +493,7 @@ public static string ACTION_DELETE_PVS_SITE_DESCRIPTION { } /// - /// Looks up a localized string similar to Done. + /// Sucht eine lokalisierte Zeichenfolge, die Done ähnelt. /// public static string ACTION_DELETE_PVS_SITE_DONE { get { @@ -502,7 +502,7 @@ public static string ACTION_DELETE_PVS_SITE_DONE { } /// - /// Looks up a localized string similar to Deleting cache configuration on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting cache configuration on '{0}' ähnelt. /// public static string ACTION_DELETE_PVS_SITE_TITLE { get { @@ -511,7 +511,7 @@ public static string ACTION_DELETE_PVS_SITE_TITLE { } /// - /// Looks up a localized string similar to Deleting storage items.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting storage items... ähnelt. /// public static string ACTION_DELETING_MULTIPLE_STORAGE_ITEMS_STATUS { get { @@ -520,7 +520,7 @@ public static string ACTION_DELETING_MULTIPLE_STORAGE_ITEMS_STATUS { } /// - /// Looks up a localized string similar to Deleting Multiple Storage Items. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting Multiple Storage Items ähnelt. /// public static string ACTION_DELETING_MULTIPLE_STORAGE_ITEMS_TITLE { get { @@ -529,7 +529,7 @@ public static string ACTION_DELETING_MULTIPLE_STORAGE_ITEMS_TITLE { } /// - /// Looks up a localized string similar to Destroying {0} .... + /// Sucht eine lokalisierte Zeichenfolge, die Destroying {0} ... ähnelt. /// public static string ACTION_DESTROY_BOND_DESCRIPTION { get { @@ -538,7 +538,7 @@ public static string ACTION_DESTROY_BOND_DESCRIPTION { } /// - /// Looks up a localized string similar to {0} destroyed. + /// Sucht eine lokalisierte Zeichenfolge, die {0} destroyed ähnelt. /// public static string ACTION_DESTROY_BOND_DONE { get { @@ -547,7 +547,7 @@ public static string ACTION_DESTROY_BOND_DONE { } /// - /// Looks up a localized string similar to Destroying {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying {0} ähnelt. /// public static string ACTION_DESTROY_BOND_TITLE { get { @@ -556,7 +556,7 @@ public static string ACTION_DESTROY_BOND_TITLE { } /// - /// Looks up a localized string similar to Detaching storage items.... + /// Sucht eine lokalisierte Zeichenfolge, die Detaching storage items... ähnelt. /// public static string ACTION_DETACHING_MULTIPLE_VDIS_STATUS { get { @@ -565,7 +565,7 @@ public static string ACTION_DETACHING_MULTIPLE_VDIS_STATUS { } /// - /// Looks up a localized string similar to Detaching Multiple Storage Items. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching Multiple Storage Items ähnelt. /// public static string ACTION_DETACHING_MULTIPLE_VDIS_TITLE { get { @@ -574,7 +574,7 @@ public static string ACTION_DETACHING_MULTIPLE_VDIS_TITLE { } /// - /// Looks up a localized string similar to Disable VM autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Disable VM autostart ähnelt. /// public static string ACTION_DISABLE_AUTOSTART_ON_VM { get { @@ -583,7 +583,7 @@ public static string ACTION_DISABLE_AUTOSTART_ON_VM { } /// - /// Looks up a localized string similar to Disable Changed Block Tracking. + /// Sucht eine lokalisierte Zeichenfolge, die Disable Changed Block Tracking ähnelt. /// public static string ACTION_DISABLE_CHANGED_BLOCK_TRACKING { get { @@ -592,7 +592,7 @@ public static string ACTION_DISABLE_CHANGED_BLOCK_TRACKING { } /// - /// Looks up a localized string similar to Disabling Changed Block Tracking for VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling Changed Block Tracking for VM '{0}' ähnelt. /// public static string ACTION_DISABLE_CHANGED_BLOCK_TRACKING_FOR { get { @@ -601,7 +601,7 @@ public static string ACTION_DISABLE_CHANGED_BLOCK_TRACKING_FOR { } /// - /// Looks up a localized string similar to Disable IGMP snooping. + /// Sucht eine lokalisierte Zeichenfolge, die Disable IGMP snooping ähnelt. /// public static string ACTION_DISABLE_IGMP_SNOOPING { get { @@ -610,7 +610,7 @@ public static string ACTION_DISABLE_IGMP_SNOOPING { } /// - /// Looks up a localized string similar to Disable live patching. + /// Sucht eine lokalisierte Zeichenfolge, die Disable live patching ähnelt. /// public static string ACTION_DISABLE_LIVE_PATCHING { get { @@ -619,7 +619,7 @@ public static string ACTION_DISABLE_LIVE_PATCHING { } /// - /// Looks up a localized string similar to Disable PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die Disable PVS-Accelerator ähnelt. /// public static string ACTION_DISABLE_PVS_READ_CACHING { get { @@ -628,7 +628,7 @@ public static string ACTION_DISABLE_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Disabling PVS-Accelerator for VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling PVS-Accelerator for VM '{0}' ähnelt. /// public static string ACTION_DISABLE_PVS_READ_CACHING_FOR { get { @@ -637,7 +637,7 @@ public static string ACTION_DISABLE_PVS_READ_CACHING_FOR { } /// - /// Looks up a localized string similar to Disabling . + /// Sucht eine lokalisierte Zeichenfolge, die Disabling ähnelt. /// public static string ACTION_DISABLE_VM_ENLIGHTENMENT_DESCRIPTION { get { @@ -646,7 +646,7 @@ public static string ACTION_DISABLE_VM_ENLIGHTENMENT_DESCRIPTION { } /// - /// Looks up a localized string similar to Disable container management on VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disable container management on VM '{0}' ähnelt. /// public static string ACTION_DISABLE_VM_ENLIGHTENMENT_TITLE { get { @@ -655,7 +655,7 @@ public static string ACTION_DISABLE_VM_ENLIGHTENMENT_TITLE { } /// - /// Looks up a localized string similar to Disabled Changed Block Tracking for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled Changed Block Tracking for selected VMs ähnelt. /// public static string ACTION_DISABLED_CHANGED_BLOCK_TRACKING { get { @@ -664,7 +664,7 @@ public static string ACTION_DISABLED_CHANGED_BLOCK_TRACKING { } /// - /// Looks up a localized string similar to Disabled PVS-Accelerator for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled PVS-Accelerator for selected VMs ähnelt. /// public static string ACTION_DISABLED_PVS_READ_CACHING { get { @@ -673,7 +673,7 @@ public static string ACTION_DISABLED_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Disabling autostart for '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling autostart for '{0}' ähnelt. /// public static string ACTION_DISABLING_AUTOSTART_ON_VM { get { @@ -682,7 +682,7 @@ public static string ACTION_DISABLING_AUTOSTART_ON_VM { } /// - /// Looks up a localized string similar to Disabling Changed Block Tracking for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling Changed Block Tracking for selected VMs ähnelt. /// public static string ACTION_DISABLING_CHANGED_BLOCK_TRACKING { get { @@ -691,7 +691,7 @@ public static string ACTION_DISABLING_CHANGED_BLOCK_TRACKING { } /// - /// Looks up a localized string similar to Disabling live patching for '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling live patching for '{0}' ähnelt. /// public static string ACTION_DISABLING_LIVE_PATCHING { get { @@ -700,7 +700,7 @@ public static string ACTION_DISABLING_LIVE_PATCHING { } /// - /// Looks up a localized string similar to Disabling PVS-Accelerator for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling PVS-Accelerator for selected VMs ähnelt. /// public static string ACTION_DISABLING_PVS_READ_CACHING { get { @@ -709,7 +709,7 @@ public static string ACTION_DISABLING_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Activated disk.... + /// Sucht eine lokalisierte Zeichenfolge, die Activated disk... ähnelt. /// public static string ACTION_DISK_ACTIVATED { get { @@ -718,7 +718,7 @@ public static string ACTION_DISK_ACTIVATED { } /// - /// Looks up a localized string similar to Activating disk.... + /// Sucht eine lokalisierte Zeichenfolge, die Activating disk... ähnelt. /// public static string ACTION_DISK_ACTIVATING { get { @@ -727,7 +727,7 @@ public static string ACTION_DISK_ACTIVATING { } /// - /// Looks up a localized string similar to Activating disk '{0}' on VM '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Activating disk '{0}' on VM '{1}'... ähnelt. /// public static string ACTION_DISK_ACTIVATING_TITLE { get { @@ -736,7 +736,7 @@ public static string ACTION_DISK_ACTIVATING_TITLE { } /// - /// Looks up a localized string similar to Added disk. + /// Sucht eine lokalisierte Zeichenfolge, die Added disk ähnelt. /// public static string ACTION_DISK_ADDED { get { @@ -745,7 +745,7 @@ public static string ACTION_DISK_ADDED { } /// - /// Looks up a localized string similar to Adding disk. + /// Sucht eine lokalisierte Zeichenfolge, die Adding disk ähnelt. /// public static string ACTION_DISK_ADDING { get { @@ -754,7 +754,7 @@ public static string ACTION_DISK_ADDING { } /// - /// Looks up a localized string similar to Creating disk '{0}' on SR '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating disk '{0}' on SR '{1}' ähnelt. /// public static string ACTION_DISK_ADDING_TITLE { get { @@ -763,7 +763,7 @@ public static string ACTION_DISK_ADDING_TITLE { } /// - /// Looks up a localized string similar to Attaching disk to VM '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Attaching disk to VM '{0}'... ähnelt. /// public static string ACTION_DISK_ATTACHING { get { @@ -772,7 +772,7 @@ public static string ACTION_DISK_ATTACHING { } /// - /// Looks up a localized string similar to Deactivated disk. + /// Sucht eine lokalisierte Zeichenfolge, die Deactivated disk ähnelt. /// public static string ACTION_DISK_DEACTIVATED { get { @@ -781,7 +781,7 @@ public static string ACTION_DISK_DEACTIVATED { } /// - /// Looks up a localized string similar to Deactivating disk.... + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating disk... ähnelt. /// public static string ACTION_DISK_DEACTIVATING { get { @@ -790,7 +790,7 @@ public static string ACTION_DISK_DEACTIVATING { } /// - /// Looks up a localized string similar to Deactivating disk '{0}' on VM '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating disk '{0}' on VM '{1}'... ähnelt. /// public static string ACTION_DISK_DEACTIVATING_TITLE { get { @@ -799,7 +799,7 @@ public static string ACTION_DISK_DEACTIVATING_TITLE { } /// - /// Looks up a localized string similar to Deleting disk '{0}' from SR '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting disk '{0}' from SR '{1}' ähnelt. /// public static string ACTION_DISK_DELETING_TITLE { get { @@ -808,7 +808,7 @@ public static string ACTION_DISK_DELETING_TITLE { } /// - /// Looks up a localized string similar to Detached disk. + /// Sucht eine lokalisierte Zeichenfolge, die Detached disk ähnelt. /// public static string ACTION_DISK_DETACHED { get { @@ -817,7 +817,7 @@ public static string ACTION_DISK_DETACHED { } /// - /// Looks up a localized string similar to Detaching disk. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching disk ähnelt. /// public static string ACTION_DISK_DETACHING { get { @@ -826,7 +826,7 @@ public static string ACTION_DISK_DETACHING { } /// - /// Looks up a localized string similar to Detaching disk '{0}' from VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching disk '{0}' from VM '{1}' ähnelt. /// public static string ACTION_DISK_DETACHING_TITLE { get { @@ -835,7 +835,7 @@ public static string ACTION_DISK_DETACHING_TITLE { } /// - /// Looks up a localized string similar to Waiting for the volume to become available.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for the volume to become available... ähnelt. /// public static string ACTION_DISK_WAITING_FOR_AVAILABLE { get { @@ -844,7 +844,7 @@ public static string ACTION_DISK_WAITING_FOR_AVAILABLE { } /// - /// Looks up a localized string similar to Configuring DR. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring DR ähnelt. /// public static string ACTION_DR_CONFIGURING { get { @@ -853,7 +853,7 @@ public static string ACTION_DR_CONFIGURING { } /// - /// Looks up a localized string similar to Pool metadata replication disabled. + /// Sucht eine lokalisierte Zeichenfolge, die Pool metadata replication disabled ähnelt. /// public static string ACTION_DR_DISABLED { get { @@ -862,7 +862,7 @@ public static string ACTION_DR_DISABLED { } /// - /// Looks up a localized string similar to Disabling pool metadata replication. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling pool metadata replication ähnelt. /// public static string ACTION_DR_DISABLING { get { @@ -871,7 +871,7 @@ public static string ACTION_DR_DISABLING { } /// - /// Looks up a localized string similar to Disabling pool metadata replication on storage {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling pool metadata replication on storage {0} ähnelt. /// public static string ACTION_DR_DISABLING_ON { get { @@ -880,7 +880,7 @@ public static string ACTION_DR_DISABLING_ON { } /// - /// Looks up a localized string similar to Pool metadata replication enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Pool metadata replication enabled ähnelt. /// public static string ACTION_DR_ENABLED { get { @@ -889,7 +889,7 @@ public static string ACTION_DR_ENABLED { } /// - /// Looks up a localized string similar to Enabling pool metadata replication. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling pool metadata replication ähnelt. /// public static string ACTION_DR_ENABLING { get { @@ -898,7 +898,7 @@ public static string ACTION_DR_ENABLING { } /// - /// Looks up a localized string similar to Enabling pool metadata replication on storage '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling pool metadata replication on storage '{0}' ähnelt. /// public static string ACTION_DR_ENABLING_ON { get { @@ -907,7 +907,7 @@ public static string ACTION_DR_ENABLING_ON { } /// - /// Looks up a localized string similar to Recover vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Recover vApp '{0}' ähnelt. /// public static string ACTION_DR_RECOVER_APPLIANCE_TITLE { get { @@ -916,7 +916,7 @@ public static string ACTION_DR_RECOVER_APPLIANCE_TITLE { } /// - /// Looks up a localized string similar to '{0}' recovered. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' recovered ähnelt. /// public static string ACTION_DR_RECOVER_DONE { get { @@ -925,7 +925,7 @@ public static string ACTION_DR_RECOVER_DONE { } /// - /// Looks up a localized string similar to Recovering. + /// Sucht eine lokalisierte Zeichenfolge, die Recovering ähnelt. /// public static string ACTION_DR_RECOVER_STATUS { get { @@ -934,7 +934,7 @@ public static string ACTION_DR_RECOVER_STATUS { } /// - /// Looks up a localized string similar to Recover VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Recover VM '{0}' ähnelt. /// public static string ACTION_DR_RECOVER_VM_TITLE { get { @@ -943,7 +943,7 @@ public static string ACTION_DR_RECOVER_VM_TITLE { } /// - /// Looks up a localized string similar to Storage Repositories prepared. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Repositories prepared ähnelt. /// public static string ACTION_DR_TASK_CREATE_DONE { get { @@ -952,7 +952,7 @@ public static string ACTION_DR_TASK_CREATE_DONE { } /// - /// Looks up a localized string similar to Preparing Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Preparing Storage Repositories ähnelt. /// public static string ACTION_DR_TASK_CREATE_STATUS { get { @@ -961,7 +961,7 @@ public static string ACTION_DR_TASK_CREATE_STATUS { } /// - /// Looks up a localized string similar to Prepare Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Prepare Storage Repositories ähnelt. /// public static string ACTION_DR_TASK_CREATE_TITLE { get { @@ -970,7 +970,7 @@ public static string ACTION_DR_TASK_CREATE_TITLE { } /// - /// Looks up a localized string similar to DR cleanup completed. + /// Sucht eine lokalisierte Zeichenfolge, die DR cleanup completed ähnelt. /// public static string ACTION_DR_TASK_DESTROY_DONE { get { @@ -979,7 +979,7 @@ public static string ACTION_DR_TASK_DESTROY_DONE { } /// - /// Looks up a localized string similar to Performing DR cleanup.... + /// Sucht eine lokalisierte Zeichenfolge, die Performing DR cleanup... ähnelt. /// public static string ACTION_DR_TASK_DESTROY_STATUS { get { @@ -988,7 +988,7 @@ public static string ACTION_DR_TASK_DESTROY_STATUS { } /// - /// Looks up a localized string similar to DR cleanup ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die DR cleanup ({0}) ähnelt. /// public static string ACTION_DR_TASK_DESTROY_TITLE { get { @@ -997,7 +997,7 @@ public static string ACTION_DR_TASK_DESTROY_TITLE { } /// - /// Looks up a localized string similar to Enable VM autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Enable VM autostart ähnelt. /// public static string ACTION_ENABLE_AUTOSTART_ON_VM { get { @@ -1006,7 +1006,7 @@ public static string ACTION_ENABLE_AUTOSTART_ON_VM { } /// - /// Looks up a localized string similar to Enable IGMP snooping. + /// Sucht eine lokalisierte Zeichenfolge, die Enable IGMP snooping ähnelt. /// public static string ACTION_ENABLE_IGMP_SNOOPING { get { @@ -1015,7 +1015,7 @@ public static string ACTION_ENABLE_IGMP_SNOOPING { } /// - /// Looks up a localized string similar to Enable live patching. + /// Sucht eine lokalisierte Zeichenfolge, die Enable live patching ähnelt. /// public static string ACTION_ENABLE_LIVE_PATCHING { get { @@ -1024,7 +1024,7 @@ public static string ACTION_ENABLE_LIVE_PATCHING { } /// - /// Looks up a localized string similar to Enable PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die Enable PVS-Accelerator ähnelt. /// public static string ACTION_ENABLE_PVS_READ_CACHING { get { @@ -1033,7 +1033,7 @@ public static string ACTION_ENABLE_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Enabling PVS-Accelerator for VM '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling PVS-Accelerator for VM '{0}' on '{1}' ähnelt. /// public static string ACTION_ENABLE_PVS_READ_CACHING_FOR { get { @@ -1042,7 +1042,7 @@ public static string ACTION_ENABLE_PVS_READ_CACHING_FOR { } /// - /// Looks up a localized string similar to Enabling. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling ähnelt. /// public static string ACTION_ENABLE_VM_ENLIGHTENMENT_DESCRIPTION { get { @@ -1051,7 +1051,7 @@ public static string ACTION_ENABLE_VM_ENLIGHTENMENT_DESCRIPTION { } /// - /// Looks up a localized string similar to Enable container management on VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enable container management on VM '{0}' ähnelt. /// public static string ACTION_ENABLE_VM_ENLIGHTENMENT_TITLE { get { @@ -1060,7 +1060,7 @@ public static string ACTION_ENABLE_VM_ENLIGHTENMENT_TITLE { } /// - /// Looks up a localized string similar to Enabled PVS-Accelerator for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled PVS-Accelerator for selected VMs ähnelt. /// public static string ACTION_ENABLED_PVS_READ_CACHING { get { @@ -1069,7 +1069,7 @@ public static string ACTION_ENABLED_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Enabling autostart for '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling autostart for '{0}' ähnelt. /// public static string ACTION_ENABLING_AUTOSTART_ON_VM { get { @@ -1078,7 +1078,7 @@ public static string ACTION_ENABLING_AUTOSTART_ON_VM { } /// - /// Looks up a localized string similar to Enabling live patching for '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling live patching for '{0}' ähnelt. /// public static string ACTION_ENABLING_LIVE_PATCHING { get { @@ -1087,7 +1087,7 @@ public static string ACTION_ENABLING_LIVE_PATCHING { } /// - /// Looks up a localized string similar to Enabling PVS-Accelerator for selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling PVS-Accelerator for selected VMs ähnelt. /// public static string ACTION_ENABLING_PVS_READ_CACHING { get { @@ -1096,7 +1096,7 @@ public static string ACTION_ENABLING_PVS_READ_CACHING { } /// - /// Looks up a localized string similar to Export failed due to a block checksum mismatch. Please retry the export.. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed due to a block checksum mismatch. Please retry the export. ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_BLOCK_CHECKSUM_FAILED { get { @@ -1105,7 +1105,7 @@ public static string ACTION_EXPORT_DESCRIPTION_BLOCK_CHECKSUM_FAILED { } /// - /// Looks up a localized string similar to Export canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Export canceled ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_CANCELLED { get { @@ -1114,7 +1114,7 @@ public static string ACTION_EXPORT_DESCRIPTION_CANCELLED { } /// - /// Looks up a localized string similar to Export failed: disk full.. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed: disk full. ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_DISK_FULL { get { @@ -1123,7 +1123,7 @@ public static string ACTION_EXPORT_DESCRIPTION_DISK_FULL { } /// - /// Looks up a localized string similar to Export failed. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_FAILED { get { @@ -1132,7 +1132,7 @@ public static string ACTION_EXPORT_DESCRIPTION_FAILED { } /// - /// Looks up a localized string similar to Export failed due to open destination file {0} failed. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed due to open destination file {0} failed ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_FAILED_OF_OPEN_FILE { get { @@ -1141,7 +1141,7 @@ public static string ACTION_EXPORT_DESCRIPTION_FAILED_OF_OPEN_FILE { } /// - /// Looks up a localized string similar to Export failed due to a header checksum mismatch. Please retry the export.. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed due to a header checksum mismatch. Please retry the export. ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_HEADER_CHECKSUM_FAILED { get { @@ -1150,7 +1150,7 @@ public static string ACTION_EXPORT_DESCRIPTION_HEADER_CHECKSUM_FAILED { } /// - /// Looks up a localized string similar to Exporting.... + /// Sucht eine lokalisierte Zeichenfolge, die Exporting... ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_IN_PROGRESS { get { @@ -1159,7 +1159,7 @@ public static string ACTION_EXPORT_DESCRIPTION_IN_PROGRESS { } /// - /// Looks up a localized string similar to Preparing to export. + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to export ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_PREPARING { get { @@ -1168,7 +1168,7 @@ public static string ACTION_EXPORT_DESCRIPTION_PREPARING { } /// - /// Looks up a localized string similar to Exported. + /// Sucht eine lokalisierte Zeichenfolge, die Exported ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_SUCCESSFUL { get { @@ -1177,7 +1177,7 @@ public static string ACTION_EXPORT_DESCRIPTION_SUCCESSFUL { } /// - /// Looks up a localized string similar to Export failed: disk in use elsewhere.. + /// Sucht eine lokalisierte Zeichenfolge, die Export failed: disk in use elsewhere. ähnelt. /// public static string ACTION_EXPORT_DESCRIPTION_VDI_IN_USE { get { @@ -1186,7 +1186,7 @@ public static string ACTION_EXPORT_DESCRIPTION_VDI_IN_USE { } /// - /// Looks up a localized string similar to Export canceled and deleting destination file '{0}' failed. + /// Sucht eine lokalisierte Zeichenfolge, die Export canceled and deleting destination file '{0}' failed ähnelt. /// public static string ACTION_EXPORT_POOL_RESOURCE_CANCEL_AND_FILE_UNDELETE { get { @@ -1195,7 +1195,7 @@ public static string ACTION_EXPORT_POOL_RESOURCE_CANCEL_AND_FILE_UNDELETE { } /// - /// Looks up a localized string similar to Exporting pool resource list from '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Exporting pool resource list from '{0}' ähnelt. /// public static string ACTION_EXPORT_POOL_RESOURCE_LIST_FROM_X { get { @@ -1204,7 +1204,7 @@ public static string ACTION_EXPORT_POOL_RESOURCE_LIST_FROM_X { } /// - /// Looks up a localized string similar to Exporting {0} to backup file. + /// Sucht eine lokalisierte Zeichenfolge, die Exporting {0} to backup file ähnelt. /// public static string ACTION_EXPORT_TASK_DESCRIPTION { get { @@ -1213,7 +1213,7 @@ public static string ACTION_EXPORT_TASK_DESCRIPTION { } /// - /// Looks up a localized string similar to Exporting {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Exporting {0} ähnelt. /// public static string ACTION_EXPORT_TASK_NAME { get { @@ -1222,7 +1222,7 @@ public static string ACTION_EXPORT_TASK_NAME { } /// - /// Looks up a localized string similar to Verifying Export.... + /// Sucht eine lokalisierte Zeichenfolge, die Verifying Export... ähnelt. /// public static string ACTION_EXPORT_VERIFY { get { @@ -1231,7 +1231,7 @@ public static string ACTION_EXPORT_VERIFY { } /// - /// Looks up a localized string similar to Fetch data sources. + /// Sucht eine lokalisierte Zeichenfolge, die Fetch data sources ähnelt. /// public static string ACTION_GET_DATASOURCES { get { @@ -1240,7 +1240,7 @@ public static string ACTION_GET_DATASOURCES { } /// - /// Looks up a localized string similar to Getting space requirements on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Getting space requirements on {0} ähnelt. /// public static string ACTION_GET_DISK_SPACE_REQUIREMENTS_DESCRIPTION { get { @@ -1249,7 +1249,7 @@ public static string ACTION_GET_DISK_SPACE_REQUIREMENTS_DESCRIPTION { } /// - /// Looks up a localized string similar to Get space requirements. + /// Sucht eine lokalisierte Zeichenfolge, die Get space requirements ähnelt. /// public static string ACTION_GET_DISK_SPACE_REQUIREMENTS_TITLE { get { @@ -1258,7 +1258,7 @@ public static string ACTION_GET_DISK_SPACE_REQUIREMENTS_TITLE { } /// - /// Looks up a localized string similar to Get Health Check analysis result from [Citrix] Insight Services. + /// Sucht eine lokalisierte Zeichenfolge, die Get Health Check analysis result from [Citrix] Insight Services ähnelt. /// public static string ACTION_GET_HEALTH_CHECK_RESULT { get { @@ -1267,7 +1267,7 @@ public static string ACTION_GET_HEALTH_CHECK_RESULT { } /// - /// Looks up a localized string similar to Failed to get the analysis result. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to get the analysis result ähnelt. /// public static string ACTION_GET_HEALTH_CHECK_RESULT_FAILED { get { @@ -1276,7 +1276,7 @@ public static string ACTION_GET_HEALTH_CHECK_RESULT_FAILED { } /// - /// Looks up a localized string similar to Getting the analysis result. + /// Sucht eine lokalisierte Zeichenfolge, die Getting the analysis result ähnelt. /// public static string ACTION_GET_HEALTH_CHECK_RESULT_PROGRESS { get { @@ -1285,7 +1285,7 @@ public static string ACTION_GET_HEALTH_CHECK_RESULT_PROGRESS { } /// - /// Looks up a localized string similar to Action completed. {0} VDIs found.. + /// Sucht eine lokalisierte Zeichenfolge, die Action completed. {0} VDIs found. ähnelt. /// public static string ACTION_GET_METADATA_VDIS_DONE { get { @@ -1294,7 +1294,7 @@ public static string ACTION_GET_METADATA_VDIS_DONE { } /// - /// Looks up a localized string similar to Looking for metadata VDIs on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Looking for metadata VDIs on '{0}' ähnelt. /// public static string ACTION_GET_METADATA_VDIS_STATUS { get { @@ -1303,7 +1303,7 @@ public static string ACTION_GET_METADATA_VDIS_STATUS { } /// - /// Looks up a localized string similar to Get metadata VDIs. + /// Sucht eine lokalisierte Zeichenfolge, die Get metadata VDIs ähnelt. /// public static string ACTION_GET_METADATA_VDIS_TITLE { get { @@ -1312,7 +1312,7 @@ public static string ACTION_GET_METADATA_VDIS_TITLE { } /// - /// Looks up a localized string similar to Retrieving system status capabilities. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving system status capabilities ähnelt. /// public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES { get { @@ -1321,7 +1321,7 @@ public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES { } /// - /// Looks up a localized string similar to Retrieved system status capabilities. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieved system status capabilities ähnelt. /// public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES_DONE { get { @@ -1330,7 +1330,7 @@ public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES_DONE { } /// - /// Looks up a localized string similar to Retrieving system status capabilities from server {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving system status capabilities from server {0} ähnelt. /// public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES_ON { get { @@ -1339,7 +1339,7 @@ public static string ACTION_GET_SYSTEM_STATUS_CAPABILITIES_ON { } /// - /// Looks up a localized string similar to Fetching data sources. + /// Sucht eine lokalisierte Zeichenfolge, die Fetching data sources ähnelt. /// public static string ACTION_GETTING_DATASOURCES { get { @@ -1348,7 +1348,7 @@ public static string ACTION_GETTING_DATASOURCES { } /// - /// Looks up a localized string similar to Setting HA restart priority. + /// Sucht eine lokalisierte Zeichenfolge, die Setting HA restart priority ähnelt. /// public static string ACTION_HA_UNPROTECT_VM_DESCRIPTION { get { @@ -1357,7 +1357,7 @@ public static string ACTION_HA_UNPROTECT_VM_DESCRIPTION { } /// - /// Looks up a localized string similar to Setting HA restart priority on '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Setting HA restart priority on '{0}' to '{1}' ähnelt. /// public static string ACTION_HA_UNPROTECT_VM_TITLE { get { @@ -1366,7 +1366,7 @@ public static string ACTION_HA_UNPROTECT_VM_TITLE { } /// - /// Looks up a localized string similar to Authentication with [Citrix] Insight Services. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication with [Citrix] Insight Services ähnelt. /// public static string ACTION_HEALTHCHECK_AUTHENTICATION { get { @@ -1375,7 +1375,7 @@ public static string ACTION_HEALTHCHECK_AUTHENTICATION { } /// - /// Looks up a localized string similar to Authenticating with [Citrix] Insight Services. + /// Sucht eine lokalisierte Zeichenfolge, die Authenticating with [Citrix] Insight Services ähnelt. /// public static string ACTION_HEALTHCHECK_AUTHENTICATION_PROGRESS { get { @@ -1384,7 +1384,7 @@ public static string ACTION_HEALTHCHECK_AUTHENTICATION_PROGRESS { } /// - /// Looks up a localized string similar to Server '{0}' rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' rebooted ähnelt. /// public static string ACTION_HOST_REBOOTED { get { @@ -1393,7 +1393,7 @@ public static string ACTION_HOST_REBOOTED { } /// - /// Looks up a localized string similar to Server '{0}' rebooting. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' rebooting ähnelt. /// public static string ACTION_HOST_REBOOTING { get { @@ -1402,7 +1402,7 @@ public static string ACTION_HOST_REBOOTING { } /// - /// Looks up a localized string similar to Server '{0}' shut down. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' shut down ähnelt. /// public static string ACTION_HOST_SHUTDOWN { get { @@ -1411,7 +1411,7 @@ public static string ACTION_HOST_SHUTDOWN { } /// - /// Looks up a localized string similar to Server '{0}' shutting down. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' shutting down ähnelt. /// public static string ACTION_HOST_SHUTTING_DOWN { get { @@ -1420,7 +1420,7 @@ public static string ACTION_HOST_SHUTTING_DOWN { } /// - /// Looks up a localized string similar to Server '{0}' failed to respond to the remote power-on request.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' failed to respond to the remote power-on request. ähnelt. /// public static string ACTION_HOST_START_FAILED { get { @@ -1429,7 +1429,7 @@ public static string ACTION_HOST_START_FAILED { } /// - /// Looks up a localized string similar to Powering on server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Powering on server '{0}' ähnelt. /// public static string ACTION_HOST_START_TITLE { get { @@ -1438,7 +1438,7 @@ public static string ACTION_HOST_START_TITLE { } /// - /// Looks up a localized string similar to Powered on. + /// Sucht eine lokalisierte Zeichenfolge, die Powered on ähnelt. /// public static string ACTION_HOST_STARTED { get { @@ -1447,7 +1447,7 @@ public static string ACTION_HOST_STARTED { } /// - /// Looks up a localized string similar to Sending remote power-on request.... + /// Sucht eine lokalisierte Zeichenfolge, die Sending remote power-on request... ähnelt. /// public static string ACTION_HOST_STARTING { get { @@ -1456,7 +1456,7 @@ public static string ACTION_HOST_STARTING { } /// - /// Looks up a localized string similar to Servers rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Servers rebooted ähnelt. /// public static string ACTION_HOSTS_REBOOTED { get { @@ -1465,7 +1465,7 @@ public static string ACTION_HOSTS_REBOOTED { } /// - /// Looks up a localized string similar to Rebooting servers. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting servers ähnelt. /// public static string ACTION_HOSTS_REBOOTING { get { @@ -1474,7 +1474,7 @@ public static string ACTION_HOSTS_REBOOTING { } /// - /// Looks up a localized string similar to Servers shut down. + /// Sucht eine lokalisierte Zeichenfolge, die Servers shut down ähnelt. /// public static string ACTION_HOSTS_SHUTDOWN { get { @@ -1483,7 +1483,7 @@ public static string ACTION_HOSTS_SHUTDOWN { } /// - /// Looks up a localized string similar to Shutting down servers. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down servers ähnelt. /// public static string ACTION_HOSTS_SHUTTING_DOWN { get { @@ -1492,7 +1492,7 @@ public static string ACTION_HOSTS_SHUTTING_DOWN { } /// - /// Looks up a localized string similar to Importing VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Importing VM '{0}' ähnelt. /// public static string ACTION_IMPORT_VM_TITLE { get { @@ -1501,7 +1501,7 @@ public static string ACTION_IMPORT_VM_TITLE { } /// - /// Looks up a localized string similar to Importing VM '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Importing VM '{0}' to '{1}' ähnelt. /// public static string ACTION_IMPORT_VM_TO_HOST_TITLE { get { @@ -1510,7 +1510,7 @@ public static string ACTION_IMPORT_VM_TO_HOST_TITLE { } /// - /// Looks up a localized string similar to Scanning for IQNs on iSCSI filer {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning for IQNs on iSCSI filer {0} ähnelt. /// public static string ACTION_ISCSI_IQN_SCANNING { get { @@ -1519,7 +1519,7 @@ public static string ACTION_ISCSI_IQN_SCANNING { } /// - /// Looks up a localized string similar to Scanning for LUNs on iSCSI filer {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning for LUNs on iSCSI filer {0} ähnelt. /// public static string ACTION_ISCSI_LUN_SCANNING { get { @@ -1528,7 +1528,7 @@ public static string ACTION_ISCSI_LUN_SCANNING { } /// - /// Looks up a localized string similar to Migrating {0} virtual disks to {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating {0} virtual disks to {1} ähnelt. /// public static string ACTION_MIGRATING_X_VDIS { get { @@ -1537,7 +1537,7 @@ public static string ACTION_MIGRATING_X_VDIS { } /// - /// Looks up a localized string similar to Completed migrating virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Completed migrating virtual disks ähnelt. /// public static string ACTION_MIGRATING_X_VDIS_COMPLETED { get { @@ -1546,7 +1546,7 @@ public static string ACTION_MIGRATING_X_VDIS_COMPLETED { } /// - /// Looks up a localized string similar to Started migrating virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Started migrating virtual disks ähnelt. /// public static string ACTION_MIGRATING_X_VDIS_STARTED { get { @@ -1555,7 +1555,7 @@ public static string ACTION_MIGRATING_X_VDIS_STARTED { } /// - /// Looks up a localized string similar to Moving virtual disk '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Moving virtual disk '{0}'... ähnelt. /// public static string ACTION_MOVING_VDI_STATUS { get { @@ -1564,7 +1564,7 @@ public static string ACTION_MOVING_VDI_STATUS { } /// - /// Looks up a localized string similar to Moving Virtual Disk '{0}' to SR '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Moving Virtual Disk '{0}' to SR '{1}' ähnelt. /// public static string ACTION_MOVING_VDI_TITLE { get { @@ -1573,7 +1573,7 @@ public static string ACTION_MOVING_VDI_TITLE { } /// - /// Looks up a localized string similar to Moving {0} virtual disks to {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Moving {0} virtual disks to {1} ähnelt. /// public static string ACTION_MOVING_X_VDIS { get { @@ -1582,7 +1582,7 @@ public static string ACTION_MOVING_X_VDIS { } /// - /// Looks up a localized string similar to Completed moving virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Completed moving virtual disks ähnelt. /// public static string ACTION_MOVING_X_VDIS_COMPLETED { get { @@ -1591,7 +1591,7 @@ public static string ACTION_MOVING_X_VDIS_COMPLETED { } /// - /// Looks up a localized string similar to Started moving virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Started moving virtual disks ähnelt. /// public static string ACTION_MOVING_X_VDIS_STARTED { get { @@ -1600,7 +1600,7 @@ public static string ACTION_MOVING_X_VDIS_STARTED { } /// - /// Looks up a localized string similar to Storage Repositories prepared. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Repositories prepared ähnelt. /// public static string ACTION_MULTIPLE_DR_TASK_CREATE_END { get { @@ -1609,7 +1609,7 @@ public static string ACTION_MULTIPLE_DR_TASK_CREATE_END { } /// - /// Looks up a localized string similar to Preparing Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Preparing Storage Repositories ähnelt. /// public static string ACTION_MULTIPLE_DR_TASK_CREATE_START { get { @@ -1618,7 +1618,7 @@ public static string ACTION_MULTIPLE_DR_TASK_CREATE_START { } /// - /// Looks up a localized string similar to Prepare Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Prepare Storage Repositories ähnelt. /// public static string ACTION_MULTIPLE_DR_TASK_CREATE_TITLE { get { @@ -1627,7 +1627,7 @@ public static string ACTION_MULTIPLE_DR_TASK_CREATE_TITLE { } /// - /// Looks up a localized string similar to Pausing. + /// Sucht eine lokalisierte Zeichenfolge, die Pausing ähnelt. /// public static string ACTION_PAUSE_CONTAINER_DESCRIPTION { get { @@ -1636,7 +1636,7 @@ public static string ACTION_PAUSE_CONTAINER_DESCRIPTION { } /// - /// Looks up a localized string similar to Paused. + /// Sucht eine lokalisierte Zeichenfolge, die Paused ähnelt. /// public static string ACTION_PAUSE_CONTAINER_END_DESCRIPTION { get { @@ -1645,7 +1645,7 @@ public static string ACTION_PAUSE_CONTAINER_END_DESCRIPTION { } /// - /// Looks up a localized string similar to Pausing Docker Container '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Pausing Docker Container '{0}' ähnelt. /// public static string ACTION_PAUSE_CONTAINER_TITLE { get { @@ -1654,7 +1654,7 @@ public static string ACTION_PAUSE_CONTAINER_TITLE { } /// - /// Looks up a localized string similar to Scanning.... + /// Sucht eine lokalisierte Zeichenfolge, die Scanning... ähnelt. /// public static string ACTION_PIF_SCAN_START_DESC { get { @@ -1663,7 +1663,7 @@ public static string ACTION_PIF_SCAN_START_DESC { } /// - /// Looks up a localized string similar to Scanning NICs on server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning NICs on server '{0}' ähnelt. /// public static string ACTION_PIF_SCAN_TITLE { get { @@ -1672,7 +1672,7 @@ public static string ACTION_PIF_SCAN_TITLE { } /// - /// Looks up a localized string similar to Refreshing networks.... + /// Sucht eine lokalisierte Zeichenfolge, die Refreshing networks... ähnelt. /// public static string ACTION_PIF_UNPLUG_PLUG_DESC { get { @@ -1681,7 +1681,7 @@ public static string ACTION_PIF_UNPLUG_PLUG_DESC { } /// - /// Looks up a localized string similar to Refreshing Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Refreshing Networks ähnelt. /// public static string ACTION_PIF_UNPLUG_PLUG_TITLE { get { @@ -1690,7 +1690,7 @@ public static string ACTION_PIF_UNPLUG_PLUG_TITLE { } /// - /// Looks up a localized string similar to Adding members.... + /// Sucht eine lokalisierte Zeichenfolge, die Adding members... ähnelt. /// public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_ADDING_MEMBERS { get { @@ -1699,7 +1699,7 @@ public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_ADDING_MEMBERS { } /// - /// Looks up a localized string similar to Dropping connections to members.... + /// Sucht eine lokalisierte Zeichenfolge, die Dropping connections to members... ähnelt. /// public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_DISCONNECTING { get { @@ -1708,7 +1708,7 @@ public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_DISCONNECTING { } /// - /// Looks up a localized string similar to Creating pool completed. + /// Sucht eine lokalisierte Zeichenfolge, die Creating pool completed ähnelt. /// public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_DONE { get { @@ -1717,7 +1717,7 @@ public static string ACTION_POOL_WIZARD_CREATE_DESCRIPTION_DONE { } /// - /// Looks up a localized string similar to Preparing.... + /// Sucht eine lokalisierte Zeichenfolge, die Preparing... ähnelt. /// public static string ACTION_PREPARING { get { @@ -1726,7 +1726,7 @@ public static string ACTION_PREPARING { } /// - /// Looks up a localized string similar to VM '{0}' could not be shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' could not be shut down. ähnelt. /// public static string ACTION_REBOOT_HOST_VM_SHUTDOWN_ACK { get { @@ -1735,7 +1735,7 @@ public static string ACTION_REBOOT_HOST_VM_SHUTDOWN_ACK { } /// - /// Looks up a localized string similar to Removing alerts.... + /// Sucht eine lokalisierte Zeichenfolge, die Removing alerts... ähnelt. /// public static string ACTION_REMOVE_ALERTS_DESCRIPTION { get { @@ -1744,7 +1744,7 @@ public static string ACTION_REMOVE_ALERTS_DESCRIPTION { } /// - /// Looks up a localized string similar to Removed {0} alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Removed {0} alerts ähnelt. /// public static string ACTION_REMOVE_ALERTS_DONE { get { @@ -1753,7 +1753,7 @@ public static string ACTION_REMOVE_ALERTS_DONE { } /// - /// Looks up a localized string similar to Removed 1 alert. + /// Sucht eine lokalisierte Zeichenfolge, die Removed 1 alert ähnelt. /// public static string ACTION_REMOVE_ALERTS_DONE_ONE { get { @@ -1762,7 +1762,7 @@ public static string ACTION_REMOVE_ALERTS_DONE_ONE { } /// - /// Looks up a localized string similar to Removing {0} client alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Removing {0} client alerts ähnelt. /// public static string ACTION_REMOVE_ALERTS_ON_CLIENT_TITLE { get { @@ -1771,7 +1771,7 @@ public static string ACTION_REMOVE_ALERTS_ON_CLIENT_TITLE { } /// - /// Looks up a localized string similar to Removing client alert. + /// Sucht eine lokalisierte Zeichenfolge, die Removing client alert ähnelt. /// public static string ACTION_REMOVE_ALERTS_ON_CLIENT_TITLE_ONE { get { @@ -1780,7 +1780,7 @@ public static string ACTION_REMOVE_ALERTS_ON_CLIENT_TITLE_ONE { } /// - /// Looks up a localized string similar to Removing {0} alerts on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removing {0} alerts on '{1}' ähnelt. /// public static string ACTION_REMOVE_ALERTS_ON_CONNECTION_TITLE { get { @@ -1789,7 +1789,7 @@ public static string ACTION_REMOVE_ALERTS_ON_CONNECTION_TITLE { } /// - /// Looks up a localized string similar to Removing alert on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removing alert on '{0}' ähnelt. /// public static string ACTION_REMOVE_ALERTS_ON_CONNECTION_TITLE_ONE { get { @@ -1798,7 +1798,7 @@ public static string ACTION_REMOVE_ALERTS_ON_CONNECTION_TITLE_ONE { } /// - /// Looks up a localized string similar to Removing alert {0} of {1}.... + /// Sucht eine lokalisierte Zeichenfolge, die Removing alert {0} of {1}... ähnelt. /// public static string ACTION_REMOVE_ALERTS_PROGRESS_DESCRIPTION { get { @@ -1807,7 +1807,7 @@ public static string ACTION_REMOVE_ALERTS_PROGRESS_DESCRIPTION { } /// - /// Looks up a localized string similar to Restarting. + /// Sucht eine lokalisierte Zeichenfolge, die Restarting ähnelt. /// public static string ACTION_RESTART_CONTAINER_DESCRIPTION { get { @@ -1816,7 +1816,7 @@ public static string ACTION_RESTART_CONTAINER_DESCRIPTION { } /// - /// Looks up a localized string similar to Restarted. + /// Sucht eine lokalisierte Zeichenfolge, die Restarted ähnelt. /// public static string ACTION_RESTART_CONTAINER_END_DESCRIPTION { get { @@ -1825,7 +1825,7 @@ public static string ACTION_RESTART_CONTAINER_END_DESCRIPTION { } /// - /// Looks up a localized string similar to Restarting Docker Container '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Restarting Docker Container '{0}' ähnelt. /// public static string ACTION_RESTART_CONTAINER_TITLE { get { @@ -1834,7 +1834,7 @@ public static string ACTION_RESTART_CONTAINER_TITLE { } /// - /// Looks up a localized string similar to Resuming. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming ähnelt. /// public static string ACTION_RESUME_CONTAINER_DESCRIPTION { get { @@ -1843,7 +1843,7 @@ public static string ACTION_RESUME_CONTAINER_DESCRIPTION { } /// - /// Looks up a localized string similar to Resumed. + /// Sucht eine lokalisierte Zeichenfolge, die Resumed ähnelt. /// public static string ACTION_RESUME_CONTAINER_END_DESCRIPTION { get { @@ -1852,7 +1852,7 @@ public static string ACTION_RESUME_CONTAINER_END_DESCRIPTION { } /// - /// Looks up a localized string similar to Resuming Docker Container '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming Docker Container '{0}' ähnelt. /// public static string ACTION_RESUME_CONTAINER_TITLE { get { @@ -1861,7 +1861,7 @@ public static string ACTION_RESUME_CONTAINER_TITLE { } /// - /// Looks up a localized string similar to Preparing to resume and start VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to resume and start VMs... ähnelt. /// public static string ACTION_RESUMEANDSTARTVMS_PREPARING { get { @@ -1870,7 +1870,7 @@ public static string ACTION_RESUMEANDSTARTVMS_PREPARING { } /// - /// Looks up a localized string similar to Resuming VM {0} of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming VM {0} of {1} ähnelt. /// public static string ACTION_RESUMEANDSTARTVMS_RESUMINGN { get { @@ -1879,7 +1879,7 @@ public static string ACTION_RESUMEANDSTARTVMS_RESUMINGN { } /// - /// Looks up a localized string similar to Starting VM {0} of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM {0} of {1} ähnelt. /// public static string ACTION_RESUMEANDSTARTVMS_STARTINGN { get { @@ -1888,7 +1888,7 @@ public static string ACTION_RESUMEANDSTARTVMS_STARTINGN { } /// - /// Looks up a localized string similar to Save alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Save alerts ähnelt. /// public static string ACTION_SAVE_ALERTS { get { @@ -1897,7 +1897,7 @@ public static string ACTION_SAVE_ALERTS { } /// - /// Looks up a localized string similar to Saving settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving settings... ähnelt. /// public static string ACTION_SAVE_CHANGES_IN_PROGRESS { get { @@ -1906,7 +1906,7 @@ public static string ACTION_SAVE_CHANGES_IN_PROGRESS { } /// - /// Looks up a localized string similar to Settings saved. + /// Sucht eine lokalisierte Zeichenfolge, die Settings saved ähnelt. /// public static string ACTION_SAVE_CHANGES_SUCCESSFUL { get { @@ -1915,7 +1915,7 @@ public static string ACTION_SAVE_CHANGES_SUCCESSFUL { } /// - /// Looks up a localized string similar to Save settings. + /// Sucht eine lokalisierte Zeichenfolge, die Save settings ähnelt. /// public static string ACTION_SAVE_CHANGES_TITLE { get { @@ -1924,7 +1924,7 @@ public static string ACTION_SAVE_CHANGES_TITLE { } /// - /// Looks up a localized string similar to Save Custom Fields. + /// Sucht eine lokalisierte Zeichenfolge, die Save Custom Fields ähnelt. /// public static string ACTION_SAVE_CUSTOM_FIELDS { get { @@ -1933,7 +1933,7 @@ public static string ACTION_SAVE_CUSTOM_FIELDS { } /// - /// Looks up a localized string similar to Save data sources. + /// Sucht eine lokalisierte Zeichenfolge, die Save data sources ähnelt. /// public static string ACTION_SAVE_DATASOURCES { get { @@ -1942,7 +1942,7 @@ public static string ACTION_SAVE_DATASOURCES { } /// - /// Looks up a localized string similar to Save folder and tags. + /// Sucht eine lokalisierte Zeichenfolge, die Save folder and tags ähnelt. /// public static string ACTION_SAVE_FOLDER_TAGS { get { @@ -1951,7 +1951,7 @@ public static string ACTION_SAVE_FOLDER_TAGS { } /// - /// Looks up a localized string similar to Save Health Check settings. + /// Sucht eine lokalisierte Zeichenfolge, die Save Health Check settings ähnelt. /// public static string ACTION_SAVE_HEALTHCHECK_SETTINGS { get { @@ -1960,7 +1960,7 @@ public static string ACTION_SAVE_HEALTHCHECK_SETTINGS { } /// - /// Looks up a localized string similar to Save settings for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Save settings for '{0}'... ähnelt. /// public static string ACTION_SAVE_SETTINGS { get { @@ -1969,7 +1969,7 @@ public static string ACTION_SAVE_SETTINGS { } /// - /// Looks up a localized string similar to Saving alerts for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving alerts for '{0}'... ähnelt. /// public static string ACTION_SAVING_ALERTS_FOR { get { @@ -1978,7 +1978,7 @@ public static string ACTION_SAVING_ALERTS_FOR { } /// - /// Looks up a localized string similar to Saving Custom Fields for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving Custom Fields for '{0}'... ähnelt. /// public static string ACTION_SAVING_CUSTOM_FIELDS_FOR { get { @@ -1987,7 +1987,7 @@ public static string ACTION_SAVING_CUSTOM_FIELDS_FOR { } /// - /// Looks up a localized string similar to Saving data sources. + /// Sucht eine lokalisierte Zeichenfolge, die Saving data sources ähnelt. /// public static string ACTION_SAVING_DATASOURCES { get { @@ -1996,7 +1996,7 @@ public static string ACTION_SAVING_DATASOURCES { } /// - /// Looks up a localized string similar to Saving folder and tags for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving folder and tags for '{0}'... ähnelt. /// public static string ACTION_SAVING_FOLDER_TAGS_FOR { get { @@ -2005,7 +2005,7 @@ public static string ACTION_SAVING_FOLDER_TAGS_FOR { } /// - /// Looks up a localized string similar to Saving Health Check settings for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving Health Check settings for '{0}'... ähnelt. /// public static string ACTION_SAVING_HEALTHCHECK_SETTINGS { get { @@ -2014,7 +2014,7 @@ public static string ACTION_SAVING_HEALTHCHECK_SETTINGS { } /// - /// Looks up a localized string similar to Saving settings for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving settings for '{0}'... ähnelt. /// public static string ACTION_SAVING_SETTINGS_FOR { get { @@ -2023,7 +2023,7 @@ public static string ACTION_SAVING_SETTINGS_FOR { } /// - /// Looks up a localized string similar to Saving tags for the selected items.. + /// Sucht eine lokalisierte Zeichenfolge, die Saving tags for the selected items. ähnelt. /// public static string ACTION_SAVING_TAGS_DESCRIPTION { get { @@ -2032,7 +2032,7 @@ public static string ACTION_SAVING_TAGS_DESCRIPTION { } /// - /// Looks up a localized string similar to Saving tags.. + /// Sucht eine lokalisierte Zeichenfolge, die Saving tags. ähnelt. /// public static string ACTION_SAVING_TAGS_TITLE { get { @@ -2041,7 +2041,7 @@ public static string ACTION_SAVING_TAGS_TITLE { } /// - /// Looks up a localized string similar to Performing SR scan from '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Performing SR scan from '{0}' ähnelt. /// public static string ACTION_SCANNING_SR_FROM { get { @@ -2050,7 +2050,7 @@ public static string ACTION_SCANNING_SR_FROM { } /// - /// Looks up a localized string similar to Renamed server network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Renamed server network interface ähnelt. /// public static string ACTION_SET_SECONDARY_MANAGEMENT_PURPOSE_DONE { get { @@ -2059,7 +2059,7 @@ public static string ACTION_SET_SECONDARY_MANAGEMENT_PURPOSE_DONE { } /// - /// Looks up a localized string similar to Renaming server network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Renaming server network interface ähnelt. /// public static string ACTION_SET_SECONDARY_MANAGEMENT_PURPOSE_TITLE { get { @@ -2068,7 +2068,7 @@ public static string ACTION_SET_SECONDARY_MANAGEMENT_PURPOSE_TITLE { } /// - /// Looks up a localized string similar to Saving VM Configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Saving VM Configuration ähnelt. /// public static string ACTION_SET_VM_OTHER_CONFIG_TITLE { get { @@ -2077,7 +2077,7 @@ public static string ACTION_SET_VM_OTHER_CONFIG_TITLE { } /// - /// Looks up a localized string similar to Shut down. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down ähnelt. /// public static string ACTION_SHUT_DOWN { get { @@ -2086,7 +2086,7 @@ public static string ACTION_SHUT_DOWN { } /// - /// Looks up a localized string similar to Delete VM. + /// Sucht eine lokalisierte Zeichenfolge, die Delete VM ähnelt. /// public static string ACTION_SHUTDOWN_AND_DESTROY_VM_TITLE { get { @@ -2095,7 +2095,7 @@ public static string ACTION_SHUTDOWN_AND_DESTROY_VM_TITLE { } /// - /// Looks up a localized string similar to Delete VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Delete VMs ähnelt. /// public static string ACTION_SHUTDOWN_AND_DESTROY_VMS_TITLE { get { @@ -2104,7 +2104,7 @@ public static string ACTION_SHUTDOWN_AND_DESTROY_VMS_TITLE { } /// - /// Looks up a localized string similar to Shutting down. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down ähnelt. /// public static string ACTION_SHUTTING_DOWN { get { @@ -2113,7 +2113,7 @@ public static string ACTION_SHUTTING_DOWN { } /// - /// Looks up a localized string similar to Attached SR. + /// Sucht eine lokalisierte Zeichenfolge, die Attached SR ähnelt. /// public static string ACTION_SR_ATTACH_SUCCESSFUL { get { @@ -2122,7 +2122,7 @@ public static string ACTION_SR_ATTACH_SUCCESSFUL { } /// - /// Looks up a localized string similar to Attaching SR. + /// Sucht eine lokalisierte Zeichenfolge, die Attaching SR ähnelt. /// public static string ACTION_SR_ATTACHING { get { @@ -2131,7 +2131,7 @@ public static string ACTION_SR_ATTACHING { } /// - /// Looks up a localized string similar to Attaching SR '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Attaching SR '{0}' to '{1}' ähnelt. /// public static string ACTION_SR_ATTACHING_TITLE { get { @@ -2140,7 +2140,7 @@ public static string ACTION_SR_ATTACHING_TITLE { } /// - /// Looks up a localized string similar to Created SR. + /// Sucht eine lokalisierte Zeichenfolge, die Created SR ähnelt. /// public static string ACTION_SR_CREATE_SUCCESSFUL { get { @@ -2149,7 +2149,7 @@ public static string ACTION_SR_CREATE_SUCCESSFUL { } /// - /// Looks up a localized string similar to Creating SR. + /// Sucht eine lokalisierte Zeichenfolge, die Creating SR ähnelt. /// public static string ACTION_SR_CREATING { get { @@ -2158,7 +2158,7 @@ public static string ACTION_SR_CREATING { } /// - /// Looks up a localized string similar to Creating {0} SR '{1}' on '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating {0} SR '{1}' on '{2}' ähnelt. /// public static string ACTION_SR_CREATING_TITLE { get { @@ -2167,7 +2167,7 @@ public static string ACTION_SR_CREATING_TITLE { } /// - /// Looks up a localized string similar to SR destroyed. + /// Sucht eine lokalisierte Zeichenfolge, die SR destroyed ähnelt. /// public static string ACTION_SR_DESTROY_SUCCESSFUL { get { @@ -2176,7 +2176,7 @@ public static string ACTION_SR_DESTROY_SUCCESSFUL { } /// - /// Looks up a localized string similar to Destroying SR '{0}' on '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Destroying SR '{0}' on '{1}'... ähnelt. /// public static string ACTION_SR_DESTROYING { get { @@ -2185,7 +2185,7 @@ public static string ACTION_SR_DESTROYING { } /// - /// Looks up a localized string similar to Detached SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Detached SR {0} ähnelt. /// public static string ACTION_SR_DETACH_SUCCESSFUL { get { @@ -2194,7 +2194,7 @@ public static string ACTION_SR_DETACH_SUCCESSFUL { } /// - /// Looks up a localized string similar to Detaching SR '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching SR '{0}' from '{1}' ähnelt. /// public static string ACTION_SR_DETACHING { get { @@ -2203,7 +2203,7 @@ public static string ACTION_SR_DETACHING { } /// - /// Looks up a localized string similar to Forgetting SR '{0}' on '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Forgetting SR '{0}' on '{1}'... ähnelt. /// public static string ACTION_SR_FORGETTING { get { @@ -2212,7 +2212,7 @@ public static string ACTION_SR_FORGETTING { } /// - /// Looks up a localized string similar to SR repair canceled. + /// Sucht eine lokalisierte Zeichenfolge, die SR repair canceled ähnelt. /// public static string ACTION_SR_REPAIR_CANCELLED { get { @@ -2221,7 +2221,7 @@ public static string ACTION_SR_REPAIR_CANCELLED { } /// - /// Looks up a localized string similar to Creating PBD for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Creating PBD for {0} ähnelt. /// public static string ACTION_SR_REPAIR_CREATE_PBD { get { @@ -2230,7 +2230,7 @@ public static string ACTION_SR_REPAIR_CREATE_PBD { } /// - /// Looks up a localized string similar to Repair failed: the number of PBDs was not equal to the number of servers. Try running the action again.. + /// Sucht eine lokalisierte Zeichenfolge, die Repair failed: the number of PBDs was not equal to the number of servers. Try running the action again. ähnelt. /// public static string ACTION_SR_REPAIR_FAILED { get { @@ -2239,7 +2239,7 @@ public static string ACTION_SR_REPAIR_FAILED { } /// - /// Looks up a localized string similar to Plugging PBD for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Plugging PBD for {0} ähnelt. /// public static string ACTION_SR_REPAIR_PLUGGING_PBD { get { @@ -2248,7 +2248,7 @@ public static string ACTION_SR_REPAIR_PLUGGING_PBD { } /// - /// Looks up a localized string similar to Repaired SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Repaired SR {0} ähnelt. /// public static string ACTION_SR_REPAIR_SUCCESSFUL { get { @@ -2257,7 +2257,7 @@ public static string ACTION_SR_REPAIR_SUCCESSFUL { } /// - /// Looks up a localized string similar to Repairing SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Repairing SR {0} ähnelt. /// public static string ACTION_SR_REPAIRING { get { @@ -2266,7 +2266,7 @@ public static string ACTION_SR_REPAIRING { } /// - /// Looks up a localized string similar to Scanning {0} filer {1} for existing SRs.... + /// Sucht eine lokalisierte Zeichenfolge, die Scanning {0} filer {1} for existing SRs... ähnelt. /// public static string ACTION_SR_SCAN_DESCRIPTION { get { @@ -2275,7 +2275,7 @@ public static string ACTION_SR_SCAN_DESCRIPTION { } /// - /// Looks up a localized string similar to Scanning filer {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning filer {0} ähnelt. /// public static string ACTION_SR_SCAN_NAME { get { @@ -2284,7 +2284,7 @@ public static string ACTION_SR_SCAN_NAME { } /// - /// Looks up a localized string similar to Scanning {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning {0} ähnelt. /// public static string ACTION_SR_SCAN_NAME_CSLG { get { @@ -2293,7 +2293,7 @@ public static string ACTION_SR_SCAN_NAME_CSLG { } /// - /// Looks up a localized string similar to Scanned for SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Scanned for SRs ähnelt. /// public static string ACTION_SR_SCAN_SUCCESSFUL { get { @@ -2302,7 +2302,7 @@ public static string ACTION_SR_SCAN_SUCCESSFUL { } /// - /// Looks up a localized string similar to Scanning for {0} SRs on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning for {0} SRs on {1} ähnelt. /// public static string ACTION_SR_SCANNING { get { @@ -2311,7 +2311,7 @@ public static string ACTION_SR_SCANNING { } /// - /// Looks up a localized string similar to Set default SR. + /// Sucht eine lokalisierte Zeichenfolge, die Set default SR ähnelt. /// public static string ACTION_SR_SET_DEFAULT_SUCCESSFUL { get { @@ -2320,7 +2320,7 @@ public static string ACTION_SR_SET_DEFAULT_SUCCESSFUL { } /// - /// Looks up a localized string similar to Setting '{0}' as default SR on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Setting '{0}' as default SR on '{1}' ähnelt. /// public static string ACTION_SR_SETTING_DEFAULT { get { @@ -2329,7 +2329,7 @@ public static string ACTION_SR_SETTING_DEFAULT { } /// - /// Looks up a localized string similar to Shared SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Shared SR {0} ähnelt. /// public static string ACTION_SR_SHARE_SUCCESSFUL { get { @@ -2338,7 +2338,7 @@ public static string ACTION_SR_SHARE_SUCCESSFUL { } /// - /// Looks up a localized string similar to Sharing SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Sharing SR {0} ähnelt. /// public static string ACTION_SR_SHARING { get { @@ -2347,7 +2347,7 @@ public static string ACTION_SR_SHARING { } /// - /// Looks up a localized string similar to Reclaiming freed space. + /// Sucht eine lokalisierte Zeichenfolge, die Reclaiming freed space ähnelt. /// public static string ACTION_SR_TRIM_DESCRIPTION { get { @@ -2356,7 +2356,7 @@ public static string ACTION_SR_TRIM_DESCRIPTION { } /// - /// Looks up a localized string similar to Completed. + /// Sucht eine lokalisierte Zeichenfolge, die Completed ähnelt. /// public static string ACTION_SR_TRIM_DONE { get { @@ -2365,7 +2365,7 @@ public static string ACTION_SR_TRIM_DONE { } /// - /// Looks up a localized string similar to Reclaiming freed space on SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Reclaiming freed space on SR '{0}' ähnelt. /// public static string ACTION_SR_TRIM_TITLE { get { @@ -2374,7 +2374,7 @@ public static string ACTION_SR_TRIM_TITLE { } /// - /// Looks up a localized string similar to Destroying SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying SRs ähnelt. /// public static string ACTION_SRS_DESTROYING { get { @@ -2383,7 +2383,7 @@ public static string ACTION_SRS_DESTROYING { } /// - /// Looks up a localized string similar to Detached SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Detached SRs ähnelt. /// public static string ACTION_SRS_DETACH_SUCCESSFUL { get { @@ -2392,7 +2392,7 @@ public static string ACTION_SRS_DETACH_SUCCESSFUL { } /// - /// Looks up a localized string similar to Detaching SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching SRs ähnelt. /// public static string ACTION_SRS_DETACHING { get { @@ -2401,7 +2401,7 @@ public static string ACTION_SRS_DETACHING { } /// - /// Looks up a localized string similar to Forgetting SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Forgetting SRs ähnelt. /// public static string ACTION_SRS_FORGETTING { get { @@ -2410,7 +2410,7 @@ public static string ACTION_SRS_FORGETTING { } /// - /// Looks up a localized string similar to Upgrade SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade SRs ähnelt. /// public static string ACTION_SRS_UPGRADE { get { @@ -2419,7 +2419,7 @@ public static string ACTION_SRS_UPGRADE { } /// - /// Looks up a localized string similar to Upgraded SRS. + /// Sucht eine lokalisierte Zeichenfolge, die Upgraded SRS ähnelt. /// public static string ACTION_SRS_UPGRADED { get { @@ -2428,7 +2428,7 @@ public static string ACTION_SRS_UPGRADED { } /// - /// Looks up a localized string similar to Upgrading SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrading SRs ähnelt. /// public static string ACTION_SRS_UPGRADING { get { @@ -2437,7 +2437,7 @@ public static string ACTION_SRS_UPGRADING { } /// - /// Looks up a localized string similar to Starting. + /// Sucht eine lokalisierte Zeichenfolge, die Starting ähnelt. /// public static string ACTION_START_CONTAINER_DESCRIPTION { get { @@ -2446,7 +2446,7 @@ public static string ACTION_START_CONTAINER_DESCRIPTION { } /// - /// Looks up a localized string similar to Started. + /// Sucht eine lokalisierte Zeichenfolge, die Started ähnelt. /// public static string ACTION_START_CONTAINER_END_DESCRIPTION { get { @@ -2455,7 +2455,7 @@ public static string ACTION_START_CONTAINER_END_DESCRIPTION { } /// - /// Looks up a localized string similar to Starting Docker Container '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Starting Docker Container '{0}' ähnelt. /// public static string ACTION_START_CONTAINER_TITLE { get { @@ -2464,7 +2464,7 @@ public static string ACTION_START_CONTAINER_TITLE { } /// - /// Looks up a localized string similar to There are no VMs or vApps to start. + /// Sucht eine lokalisierte Zeichenfolge, die There are no VMs or vApps to start ähnelt. /// public static string ACTION_START_VMS_AND_APPLIANCES_NONE_SELECTED { get { @@ -2473,7 +2473,7 @@ public static string ACTION_START_VMS_AND_APPLIANCES_NONE_SELECTED { } /// - /// Looks up a localized string similar to Start VMs and vApps. + /// Sucht eine lokalisierte Zeichenfolge, die Start VMs and vApps ähnelt. /// public static string ACTION_START_VMS_AND_APPLIANCES_TITLE { get { @@ -2482,7 +2482,7 @@ public static string ACTION_START_VMS_AND_APPLIANCES_TITLE { } /// - /// Looks up a localized string similar to Canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Canceled ähnelt. /// public static string ACTION_STATUS_CANCELLED { get { @@ -2491,7 +2491,7 @@ public static string ACTION_STATUS_CANCELLED { } /// - /// Looks up a localized string similar to Failed. + /// Sucht eine lokalisierte Zeichenfolge, die Failed ähnelt. /// public static string ACTION_STATUS_FAILED { get { @@ -2500,7 +2500,7 @@ public static string ACTION_STATUS_FAILED { } /// - /// Looks up a localized string similar to In Progress. + /// Sucht eine lokalisierte Zeichenfolge, die In Progress ähnelt. /// public static string ACTION_STATUS_IN_PROGRESS { get { @@ -2509,7 +2509,7 @@ public static string ACTION_STATUS_IN_PROGRESS { } /// - /// Looks up a localized string similar to Succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die Succeeded ähnelt. /// public static string ACTION_STATUS_SUCCEEDED { get { @@ -2518,7 +2518,7 @@ public static string ACTION_STATUS_SUCCEEDED { } /// - /// Looks up a localized string similar to Stopping. + /// Sucht eine lokalisierte Zeichenfolge, die Stopping ähnelt. /// public static string ACTION_STOP_CONTAINER_DESCRIPTION { get { @@ -2527,7 +2527,7 @@ public static string ACTION_STOP_CONTAINER_DESCRIPTION { } /// - /// Looks up a localized string similar to Stopped. + /// Sucht eine lokalisierte Zeichenfolge, die Stopped ähnelt. /// public static string ACTION_STOP_CONTAINER_END_DESCRIPTION { get { @@ -2536,7 +2536,7 @@ public static string ACTION_STOP_CONTAINER_END_DESCRIPTION { } /// - /// Looks up a localized string similar to Stopping Docker Container '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Stopping Docker Container '{0}' ähnelt. /// public static string ACTION_STOP_CONTAINER_TITLE { get { @@ -2545,7 +2545,7 @@ public static string ACTION_STOP_CONTAINER_TITLE { } /// - /// Looks up a localized string similar to Getting system status canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Getting system status canceled ähnelt. /// public static string ACTION_SYSTEM_STATUS_CANCELLED { get { @@ -2554,7 +2554,7 @@ public static string ACTION_SYSTEM_STATUS_CANCELLED { } /// - /// Looks up a localized string similar to Compiling status report for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Compiling status report for {0} ähnelt. /// public static string ACTION_SYSTEM_STATUS_COMPILING { get { @@ -2563,7 +2563,7 @@ public static string ACTION_SYSTEM_STATUS_COMPILING { } /// - /// Looks up a localized string similar to Getting system status from the designated servers.... + /// Sucht eine lokalisierte Zeichenfolge, die Getting system status from the designated servers... ähnelt. /// public static string ACTION_SYSTEM_STATUS_DESCRIPTION { get { @@ -2572,7 +2572,7 @@ public static string ACTION_SYSTEM_STATUS_DESCRIPTION { } /// - /// Looks up a localized string similar to Getting system status failed: disk full. + /// Sucht eine lokalisierte Zeichenfolge, die Getting system status failed: disk full ähnelt. /// public static string ACTION_SYSTEM_STATUS_DISK_FULL { get { @@ -2581,7 +2581,7 @@ public static string ACTION_SYSTEM_STATUS_DISK_FULL { } /// - /// Looks up a localized string similar to No data was compiled. Press previous to select new items or servers and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die No data was compiled. Press previous to select new items or servers and try again. ähnelt. /// public static string ACTION_SYSTEM_STATUS_FAILED { get { @@ -2590,7 +2590,7 @@ public static string ACTION_SYSTEM_STATUS_FAILED { } /// - /// Looks up a localized string similar to Finished compiling status report. + /// Sucht eine lokalisierte Zeichenfolge, die Finished compiling status report ähnelt. /// public static string ACTION_SYSTEM_STATUS_SUCCESSFUL { get { @@ -2599,7 +2599,7 @@ public static string ACTION_SYSTEM_STATUS_SUCCESSFUL { } /// - /// Looks up a localized string similar to Finished compiling status report (with errors). A partial status report was compiled.. + /// Sucht eine lokalisierte Zeichenfolge, die Finished compiling status report (with errors). A partial status report was compiled. ähnelt. /// public static string ACTION_SYSTEM_STATUS_SUCCESSFUL_PARTIAL { get { @@ -2608,7 +2608,7 @@ public static string ACTION_SYSTEM_STATUS_SUCCESSFUL_PARTIAL { } /// - /// Looks up a localized string similar to Getting system status information. + /// Sucht eine lokalisierte Zeichenfolge, die Getting system status information ähnelt. /// public static string ACTION_SYSTEM_STATUS_TITLE { get { @@ -2617,7 +2617,7 @@ public static string ACTION_SYSTEM_STATUS_TITLE { } /// - /// Looks up a localized string similar to Copy of {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Copy of {0} ähnelt. /// public static string ACTION_TEMPLATE_CLONE_NEW_NAME { get { @@ -2626,7 +2626,7 @@ public static string ACTION_TEMPLATE_CLONE_NEW_NAME { } /// - /// Looks up a localized string similar to Duplicated. + /// Sucht eine lokalisierte Zeichenfolge, die Duplicated ähnelt. /// public static string ACTION_TEMPLATE_CLONED { get { @@ -2635,7 +2635,7 @@ public static string ACTION_TEMPLATE_CLONED { } /// - /// Looks up a localized string similar to Duplicating. + /// Sucht eine lokalisierte Zeichenfolge, die Duplicating ähnelt. /// public static string ACTION_TEMPLATE_CLONING { get { @@ -2644,7 +2644,7 @@ public static string ACTION_TEMPLATE_CLONING { } /// - /// Looks up a localized string similar to Restart toolstack on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Restart toolstack on '{0}' ähnelt. /// public static string ACTION_TOOLSTACK_RESTART_ON { get { @@ -2653,7 +2653,7 @@ public static string ACTION_TOOLSTACK_RESTART_ON { } /// - /// Looks up a localized string similar to Toolstack restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die Toolstack restarted. ähnelt. /// public static string ACTION_TOOLSTACK_RESTARTED { get { @@ -2662,7 +2662,7 @@ public static string ACTION_TOOLSTACK_RESTARTED { } /// - /// Looks up a localized string similar to Toolstack restarted on '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Toolstack restarted on '{0}'. ähnelt. /// public static string ACTION_TOOLSTACK_RESTARTED_ON { get { @@ -2671,7 +2671,7 @@ public static string ACTION_TOOLSTACK_RESTARTED_ON { } /// - /// Looks up a localized string similar to Restarting toolstack.... + /// Sucht eine lokalisierte Zeichenfolge, die Restarting toolstack... ähnelt. /// public static string ACTION_TOOLSTACK_RESTARTING { get { @@ -2680,7 +2680,7 @@ public static string ACTION_TOOLSTACK_RESTARTING { } /// - /// Looks up a localized string similar to Restarting toolstack on '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Restarting toolstack on '{0}'... ähnelt. /// public static string ACTION_TOOLSTACK_RESTARTING_ON { get { @@ -2689,7 +2689,7 @@ public static string ACTION_TOOLSTACK_RESTARTING_ON { } /// - /// Looks up a localized string similar to Transfer Health Check settings. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer Health Check settings ähnelt. /// public static string ACTION_TRANSFER_HEALTHCHECK_SETTINGS { get { @@ -2698,7 +2698,7 @@ public static string ACTION_TRANSFER_HEALTHCHECK_SETTINGS { } /// - /// Looks up a localized string similar to Updating integrated GPU passthrough on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Updating integrated GPU passthrough on '{0}' ähnelt. /// public static string ACTION_UPDATE_INTEGRATED_GPU_PASSTHROUGH_TITLE { get { @@ -2707,7 +2707,7 @@ public static string ACTION_UPDATE_INTEGRATED_GPU_PASSTHROUGH_TITLE { } /// - /// Looks up a localized string similar to Upload server status report to [Citrix] Insight Services. + /// Sucht eine lokalisierte Zeichenfolge, die Upload server status report to [Citrix] Insight Services ähnelt. /// public static string ACTION_UPLOAD_SERVER_STATUS_REPORT { get { @@ -2716,7 +2716,7 @@ public static string ACTION_UPLOAD_SERVER_STATUS_REPORT { } /// - /// Looks up a localized string similar to Failed to upload the status report.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to upload the status report. ähnelt. /// public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_FAILED { get { @@ -2725,7 +2725,7 @@ public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_FAILED { } /// - /// Looks up a localized string similar to Uploading report to [Citrix] Insight Services ({0} of {1}). + /// Sucht eine lokalisierte Zeichenfolge, die Uploading report to [Citrix] Insight Services ({0} of {1}) ähnelt. /// public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_PERCENTAGE { get { @@ -2734,7 +2734,7 @@ public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_PERCENTAGE { } /// - /// Looks up a localized string similar to Uploading report to [Citrix] Insight Services. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading report to [Citrix] Insight Services ähnelt. /// public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_PROGRESS { get { @@ -2743,7 +2743,7 @@ public static string ACTION_UPLOAD_SERVER_STATUS_REPORT_PROGRESS { } /// - /// Looks up a localized string similar to Upload error. The patch was uploaded, but it cannot be found on the host.. + /// Sucht eine lokalisierte Zeichenfolge, die Upload error. The patch was uploaded, but it cannot be found on the host. ähnelt. /// public static string ACTION_UPLOADPATCHTOMASTERPLANACTION_FAILED { get { @@ -2752,7 +2752,7 @@ public static string ACTION_UPLOADPATCHTOMASTERPLANACTION_FAILED { } /// - /// Looks up a localized string similar to USB passthrough disabled. + /// Sucht eine lokalisierte Zeichenfolge, die USB passthrough disabled ähnelt. /// public static string ACTION_USB_PASSTHROUGH_DISABLED { get { @@ -2761,7 +2761,7 @@ public static string ACTION_USB_PASSTHROUGH_DISABLED { } /// - /// Looks up a localized string similar to Disabling USB passthrough for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling USB passthrough for {0} ähnelt. /// public static string ACTION_USB_PASSTHROUGH_DISABLING { get { @@ -2770,7 +2770,7 @@ public static string ACTION_USB_PASSTHROUGH_DISABLING { } /// - /// Looks up a localized string similar to USB passthrough enabled. + /// Sucht eine lokalisierte Zeichenfolge, die USB passthrough enabled ähnelt. /// public static string ACTION_USB_PASSTHROUGH_ENABLED { get { @@ -2779,7 +2779,7 @@ public static string ACTION_USB_PASSTHROUGH_ENABLED { } /// - /// Looks up a localized string similar to Enabling USB passthrough for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling USB passthrough for {0} ähnelt. /// public static string ACTION_USB_PASSTHROUGH_ENABLING { get { @@ -2788,7 +2788,7 @@ public static string ACTION_USB_PASSTHROUGH_ENABLING { } /// - /// Looks up a localized string similar to Virtual disk created. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual disk created ähnelt. /// public static string ACTION_VDI_CREATED { get { @@ -2797,7 +2797,7 @@ public static string ACTION_VDI_CREATED { } /// - /// Looks up a localized string similar to Creating virtual disk.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating virtual disk... ähnelt. /// public static string ACTION_VDI_CREATING { get { @@ -2806,7 +2806,7 @@ public static string ACTION_VDI_CREATING { } /// - /// Looks up a localized string similar to Creating disk '{0}' on SR '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating disk '{0}' on SR '{1}' ähnelt. /// public static string ACTION_VDI_CREATING_TITLE { get { @@ -2815,7 +2815,7 @@ public static string ACTION_VDI_CREATING_TITLE { } /// - /// Looks up a localized string similar to Virtual disk deleted. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual disk deleted ähnelt. /// public static string ACTION_VDI_DELETED { get { @@ -2824,7 +2824,7 @@ public static string ACTION_VDI_DELETED { } /// - /// Looks up a localized string similar to Deleting virtual disk.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting virtual disk... ähnelt. /// public static string ACTION_VDI_DELETING { get { @@ -2833,7 +2833,7 @@ public static string ACTION_VDI_DELETING { } /// - /// Looks up a localized string similar to Metadata loaded. + /// Sucht eine lokalisierte Zeichenfolge, die Metadata loaded ähnelt. /// public static string ACTION_VDI_LOAD_METADATA_DONE { get { @@ -2842,7 +2842,7 @@ public static string ACTION_VDI_LOAD_METADATA_DONE { } /// - /// Looks up a localized string similar to Loading metadata from SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Loading metadata from SR '{0}' ähnelt. /// public static string ACTION_VDI_LOAD_METADATA_STATUS { get { @@ -2851,7 +2851,7 @@ public static string ACTION_VDI_LOAD_METADATA_STATUS { } /// - /// Looks up a localized string similar to Load metadata from SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Load metadata from SR '{0}' ähnelt. /// public static string ACTION_VDI_LOAD_METADATA_TITLE { get { @@ -2860,7 +2860,7 @@ public static string ACTION_VDI_LOAD_METADATA_TITLE { } /// - /// Looks up a localized string similar to Metadata database opened. + /// Sucht eine lokalisierte Zeichenfolge, die Metadata database opened ähnelt. /// public static string ACTION_VDI_OPEN_DATABASE_DONE { get { @@ -2869,7 +2869,7 @@ public static string ACTION_VDI_OPEN_DATABASE_DONE { } /// - /// Looks up a localized string similar to Opening metadata database from SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Opening metadata database from SR '{0}' ähnelt. /// public static string ACTION_VDI_OPEN_DATABASE_STATUS { get { @@ -2878,7 +2878,7 @@ public static string ACTION_VDI_OPEN_DATABASE_STATUS { } /// - /// Looks up a localized string similar to Open metadata database from SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Open metadata database from SR '{0}' ähnelt. /// public static string ACTION_VDI_OPEN_DATABASE_TITLE { get { @@ -2887,7 +2887,7 @@ public static string ACTION_VDI_OPEN_DATABASE_TITLE { } /// - /// Looks up a localized string similar to Virtual GPU configuration saved. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual GPU configuration saved ähnelt. /// public static string ACTION_VGPU_CONFIGURATION_SAVED { get { @@ -2896,7 +2896,7 @@ public static string ACTION_VGPU_CONFIGURATION_SAVED { } /// - /// Looks up a localized string similar to Saving virtual GPU configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Saving virtual GPU configuration ähnelt. /// public static string ACTION_VGPU_CONFIGURATION_SAVING { get { @@ -2905,7 +2905,7 @@ public static string ACTION_VGPU_CONFIGURATION_SAVING { } /// - /// Looks up a localized string similar to Virtual network interface created. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual network interface created ähnelt. /// public static string ACTION_VIF_CREATED { get { @@ -2914,7 +2914,7 @@ public static string ACTION_VIF_CREATED { } /// - /// Looks up a localized string similar to Creating virtual network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Creating virtual network interface ähnelt. /// public static string ACTION_VIF_CREATING { get { @@ -2923,7 +2923,7 @@ public static string ACTION_VIF_CREATING { } /// - /// Looks up a localized string similar to Creating new virtual network interface on VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Creating new virtual network interface on VM {0} ähnelt. /// public static string ACTION_VIF_CREATING_TITLE { get { @@ -2932,7 +2932,7 @@ public static string ACTION_VIF_CREATING_TITLE { } /// - /// Looks up a localized string similar to Virtual network interface deleted. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual network interface deleted ähnelt. /// public static string ACTION_VIF_DELETED { get { @@ -2941,7 +2941,7 @@ public static string ACTION_VIF_DELETED { } /// - /// Looks up a localized string similar to Deleting virtual network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting virtual network interface ähnelt. /// public static string ACTION_VIF_DELETING { get { @@ -2950,7 +2950,7 @@ public static string ACTION_VIF_DELETING { } /// - /// Looks up a localized string similar to Deleting virtual network interface '{0}' from VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting virtual network interface '{0}' from VM '{1}' ähnelt. /// public static string ACTION_VIF_DELETING_TITLE { get { @@ -2959,7 +2959,7 @@ public static string ACTION_VIF_DELETING_TITLE { } /// - /// Looks up a localized string similar to Activating virtual network interface on VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Activating virtual network interface on VM '{0}' ähnelt. /// public static string ACTION_VIF_PLUG_TITLE { get { @@ -2968,7 +2968,7 @@ public static string ACTION_VIF_PLUG_TITLE { } /// - /// Looks up a localized string similar to Activated virtual network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Activated virtual network interface ähnelt. /// public static string ACTION_VIF_PLUGGED { get { @@ -2977,7 +2977,7 @@ public static string ACTION_VIF_PLUGGED { } /// - /// Looks up a localized string similar to Activating virtual network interface.... + /// Sucht eine lokalisierte Zeichenfolge, die Activating virtual network interface... ähnelt. /// public static string ACTION_VIF_PLUGGING { get { @@ -2986,7 +2986,7 @@ public static string ACTION_VIF_PLUGGING { } /// - /// Looks up a localized string similar to Deactivating virtual network interface on VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating virtual network interface on VM '{0}' ähnelt. /// public static string ACTION_VIF_UNPLUG_TITLE { get { @@ -2995,7 +2995,7 @@ public static string ACTION_VIF_UNPLUG_TITLE { } /// - /// Looks up a localized string similar to Deactivated virtual network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Deactivated virtual network interface ähnelt. /// public static string ACTION_VIF_UNPLUGGED { get { @@ -3004,7 +3004,7 @@ public static string ACTION_VIF_UNPLUGGED { } /// - /// Looks up a localized string similar to Deactivating virtual network interface.... + /// Sucht eine lokalisierte Zeichenfolge, die Deactivating virtual network interface... ähnelt. /// public static string ACTION_VIF_UNPLUGGING { get { @@ -3013,7 +3013,7 @@ public static string ACTION_VIF_UNPLUGGING { } /// - /// Looks up a localized string similar to Virtual network interface updated. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual network interface updated ähnelt. /// public static string ACTION_VIF_UPDATED { get { @@ -3022,7 +3022,7 @@ public static string ACTION_VIF_UPDATED { } /// - /// Looks up a localized string similar to Updating virtual network interface. + /// Sucht eine lokalisierte Zeichenfolge, die Updating virtual network interface ähnelt. /// public static string ACTION_VIF_UPDATING { get { @@ -3031,7 +3031,7 @@ public static string ACTION_VIF_UPDATING { } /// - /// Looks up a localized string similar to Updating virtual network interface '{0}' on VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Updating virtual network interface '{0}' on VM '{1}' ähnelt. /// public static string ACTION_VIF_UPDATING_TITLE { get { @@ -3040,7 +3040,7 @@ public static string ACTION_VIF_UPDATING_TITLE { } /// - /// Looks up a localized string similar to Copied. + /// Sucht eine lokalisierte Zeichenfolge, die Copied ähnelt. /// public static string ACTION_VM_COPIED { get { @@ -3049,7 +3049,7 @@ public static string ACTION_VM_COPIED { } /// - /// Looks up a localized string similar to Copying. + /// Sucht eine lokalisierte Zeichenfolge, die Copying ähnelt. /// public static string ACTION_VM_COPYING { get { @@ -3058,7 +3058,7 @@ public static string ACTION_VM_COPYING { } /// - /// Looks up a localized string similar to Copying VM '{0}' to '{1}' on SR '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Copying VM '{0}' to '{1}' on SR '{2}' ähnelt. /// public static string ACTION_VM_COPYING_TITLE { get { @@ -3067,7 +3067,7 @@ public static string ACTION_VM_COPYING_TITLE { } /// - /// Looks up a localized string similar to Copying VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Copying VM '{0}' ähnelt. /// public static string ACTION_VM_COPYING_TITLE_MEDDLING { get { @@ -3076,7 +3076,7 @@ public static string ACTION_VM_COPYING_TITLE_MEDDLING { } /// - /// Looks up a localized string similar to Copying {0} canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Copying {0} canceled ähnelt. /// public static string ACTION_VM_CROSS_POOL_COPY_CANCELLED { get { @@ -3085,7 +3085,7 @@ public static string ACTION_VM_CROSS_POOL_COPY_CANCELLED { } /// - /// Looks up a localized string similar to Copying VM '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Copying VM '{0}' to '{1}' ähnelt. /// public static string ACTION_VM_CROSS_POOL_COPY_TITLE { get { @@ -3094,7 +3094,7 @@ public static string ACTION_VM_CROSS_POOL_COPY_TITLE { } /// - /// Looks up a localized string similar to Deleting snapshot '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting snapshot '{0}'... ähnelt. /// public static string ACTION_VM_DELETE_SNAPSHOT_TITLE { get { @@ -3103,7 +3103,7 @@ public static string ACTION_VM_DELETE_SNAPSHOT_TITLE { } /// - /// Looks up a localized string similar to Deleting snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting snapshots ähnelt. /// public static string ACTION_VM_DELETE_SNAPSHOTS_TITLE { get { @@ -3112,7 +3112,7 @@ public static string ACTION_VM_DELETE_SNAPSHOTS_TITLE { } /// - /// Looks up a localized string similar to Deleted. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted ähnelt. /// public static string ACTION_VM_DESTROYED { get { @@ -3121,7 +3121,7 @@ public static string ACTION_VM_DESTROYED { } /// - /// Looks up a localized string similar to Deleting. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting ähnelt. /// public static string ACTION_VM_DESTROYING { get { @@ -3130,7 +3130,7 @@ public static string ACTION_VM_DESTROYING { } /// - /// Looks up a localized string similar to Deleting VM '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting VM '{0}' from '{1}' ähnelt. /// public static string ACTION_VM_DESTROYING_TITLE { get { @@ -3139,7 +3139,7 @@ public static string ACTION_VM_DESTROYING_TITLE { } /// - /// Looks up a localized string similar to Migrating {0} canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating {0} canceled ähnelt. /// public static string ACTION_VM_MIGRATE_CANCELLED { get { @@ -3148,7 +3148,7 @@ public static string ACTION_VM_MIGRATE_CANCELLED { } /// - /// Looks up a localized string similar to Migrated. + /// Sucht eine lokalisierte Zeichenfolge, die Migrated ähnelt. /// public static string ACTION_VM_MIGRATED { get { @@ -3157,7 +3157,7 @@ public static string ACTION_VM_MIGRATED { } /// - /// Looks up a localized string similar to Migrating. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating ähnelt. /// public static string ACTION_VM_MIGRATING { get { @@ -3166,7 +3166,7 @@ public static string ACTION_VM_MIGRATING { } /// - /// Looks up a localized string similar to Migrating VM '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VM '{0}' to '{1}' ähnelt. /// public static string ACTION_VM_MIGRATING_NON_RESIDENT { get { @@ -3175,7 +3175,7 @@ public static string ACTION_VM_MIGRATING_NON_RESIDENT { } /// - /// Looks up a localized string similar to Migrating VM '{0}' from '{1}' to '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VM '{0}' from '{1}' to '{2}' ähnelt. /// public static string ACTION_VM_MIGRATING_RESIDENT { get { @@ -3184,7 +3184,7 @@ public static string ACTION_VM_MIGRATING_RESIDENT { } /// - /// Looks up a localized string similar to Migrating VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VM '{0}' ähnelt. /// public static string ACTION_VM_MIGRATING_TITLE { get { @@ -3193,7 +3193,7 @@ public static string ACTION_VM_MIGRATING_TITLE { } /// - /// Looks up a localized string similar to Moving VM to new storage.... + /// Sucht eine lokalisierte Zeichenfolge, die Moving VM to new storage... ähnelt. /// public static string ACTION_VM_MOVING { get { @@ -3202,7 +3202,7 @@ public static string ACTION_VM_MOVING { } /// - /// Looks up a localized string similar to Moving VM '{0}' to '{1}' on SR '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Moving VM '{0}' to '{1}' on SR '{2}' ähnelt. /// public static string ACTION_VM_MOVING_TITLE { get { @@ -3211,7 +3211,25 @@ public static string ACTION_VM_MOVING_TITLE { } /// - /// Looks up a localized string similar to Rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die VM paused ähnelt. + /// + public static string ACTION_VM_PAUSED { + get { + return ResourceManager.GetString("ACTION_VM_PAUSED", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die VM pausing ähnelt. + /// + public static string ACTION_VM_PAUSING { + get { + return ResourceManager.GetString("ACTION_VM_PAUSING", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Rebooted ähnelt. /// public static string ACTION_VM_REBOOTED { get { @@ -3220,7 +3238,7 @@ public static string ACTION_VM_REBOOTED { } /// - /// Looks up a localized string similar to Rebooting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting VM ähnelt. /// public static string ACTION_VM_REBOOTING { get { @@ -3229,7 +3247,7 @@ public static string ACTION_VM_REBOOTING { } /// - /// Looks up a localized string similar to Rebooting VM '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting VM '{0}' on '{1}' ähnelt. /// public static string ACTION_VM_REBOOTING_ON_TITLE { get { @@ -3238,7 +3256,7 @@ public static string ACTION_VM_REBOOTING_ON_TITLE { } /// - /// Looks up a localized string similar to Rebooting VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting VM '{0}' ähnelt. /// public static string ACTION_VM_REBOOTING_TITLE { get { @@ -3247,7 +3265,7 @@ public static string ACTION_VM_REBOOTING_TITLE { } /// - /// Looks up a localized string similar to Resumed. + /// Sucht eine lokalisierte Zeichenfolge, die Resumed ähnelt. /// public static string ACTION_VM_RESUMED { get { @@ -3256,7 +3274,7 @@ public static string ACTION_VM_RESUMED { } /// - /// Looks up a localized string similar to Resuming VM. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming VM ähnelt. /// public static string ACTION_VM_RESUMING { get { @@ -3265,7 +3283,7 @@ public static string ACTION_VM_RESUMING { } /// - /// Looks up a localized string similar to Resuming VM '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming VM '{0}' on '{1}' ähnelt. /// public static string ACTION_VM_RESUMING_ON_TITLE { get { @@ -3274,7 +3292,7 @@ public static string ACTION_VM_RESUMING_ON_TITLE { } /// - /// Looks up a localized string similar to Resuming VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming VM '{0}' ähnelt. /// public static string ACTION_VM_RESUMING_TITLE { get { @@ -3283,7 +3301,7 @@ public static string ACTION_VM_RESUMING_TITLE { } /// - /// Looks up a localized string similar to Snapshot reverted. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot reverted ähnelt. /// public static string ACTION_VM_REVERT_SNAPSHOT_DONE { get { @@ -3292,7 +3310,7 @@ public static string ACTION_VM_REVERT_SNAPSHOT_DONE { } /// - /// Looks up a localized string similar to Reverting snapshot '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Reverting snapshot '{0}'... ähnelt. /// public static string ACTION_VM_REVERT_SNAPSHOT_STATUS { get { @@ -3301,7 +3319,7 @@ public static string ACTION_VM_REVERT_SNAPSHOT_STATUS { } /// - /// Looks up a localized string similar to Revert snapshot '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Revert snapshot '{0}' ähnelt. /// public static string ACTION_VM_REVERT_SNAPSHOT_TITLE { get { @@ -3310,7 +3328,7 @@ public static string ACTION_VM_REVERT_SNAPSHOT_TITLE { } /// - /// Looks up a localized string similar to Shut down. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down ähnelt. /// public static string ACTION_VM_SHUT_DOWN { get { @@ -3319,7 +3337,7 @@ public static string ACTION_VM_SHUT_DOWN { } /// - /// Looks up a localized string similar to Shutting down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down VM ähnelt. /// public static string ACTION_VM_SHUTTING_DOWN { get { @@ -3328,7 +3346,7 @@ public static string ACTION_VM_SHUTTING_DOWN { } /// - /// Looks up a localized string similar to Shutting down VM '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down VM '{0}' on '{1}' ähnelt. /// public static string ACTION_VM_SHUTTING_DOWN_ON_TITLE { get { @@ -3337,7 +3355,7 @@ public static string ACTION_VM_SHUTTING_DOWN_ON_TITLE { } /// - /// Looks up a localized string similar to Shutting down VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down VM '{0}' ähnelt. /// public static string ACTION_VM_SHUTTING_DOWN_TITLE { get { @@ -3346,7 +3364,7 @@ public static string ACTION_VM_SHUTTING_DOWN_TITLE { } /// - /// Looks up a localized string similar to Snapshotting VM '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Snapshotting VM '{0}'... ähnelt. /// public static string ACTION_VM_SNAPSHOT_TITLE { get { @@ -3355,7 +3373,7 @@ public static string ACTION_VM_SNAPSHOT_TITLE { } /// - /// Looks up a localized string similar to Started. + /// Sucht eine lokalisierte Zeichenfolge, die Started ähnelt. /// public static string ACTION_VM_STARTED { get { @@ -3364,7 +3382,7 @@ public static string ACTION_VM_STARTED { } /// - /// Looks up a localized string similar to Started paused. + /// Sucht eine lokalisierte Zeichenfolge, die Started paused ähnelt. /// public static string ACTION_VM_STARTED_PAUSED { get { @@ -3373,7 +3391,7 @@ public static string ACTION_VM_STARTED_PAUSED { } /// - /// Looks up a localized string similar to Starting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM ähnelt. /// public static string ACTION_VM_STARTING { get { @@ -3382,7 +3400,7 @@ public static string ACTION_VM_STARTING { } /// - /// Looks up a localized string similar to Starting VM '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM '{0}' on '{1}' ähnelt. /// public static string ACTION_VM_STARTING_ON_TITLE { get { @@ -3391,7 +3409,7 @@ public static string ACTION_VM_STARTING_ON_TITLE { } /// - /// Looks up a localized string similar to Starting paused. + /// Sucht eine lokalisierte Zeichenfolge, die Starting paused ähnelt. /// public static string ACTION_VM_STARTING_PAUSED { get { @@ -3400,7 +3418,7 @@ public static string ACTION_VM_STARTING_PAUSED { } /// - /// Looks up a localized string similar to Starting VM '{0}' paused on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM '{0}' paused on '{1}' ähnelt. /// public static string ACTION_VM_STARTING_PAUSED_ON_TITLE { get { @@ -3409,7 +3427,7 @@ public static string ACTION_VM_STARTING_PAUSED_ON_TITLE { } /// - /// Looks up a localized string similar to Starting VM '{0}' paused. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM '{0}' paused ähnelt. /// public static string ACTION_VM_STARTING_PAUSED_TITLE { get { @@ -3418,7 +3436,7 @@ public static string ACTION_VM_STARTING_PAUSED_TITLE { } /// - /// Looks up a localized string similar to Starting VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM '{0}' ähnelt. /// public static string ACTION_VM_STARTING_TITLE { get { @@ -3427,7 +3445,7 @@ public static string ACTION_VM_STARTING_TITLE { } /// - /// Looks up a localized string similar to Suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Suspended ähnelt. /// public static string ACTION_VM_SUSPENDED { get { @@ -3436,7 +3454,7 @@ public static string ACTION_VM_SUSPENDED { } /// - /// Looks up a localized string similar to Suspending VM. + /// Sucht eine lokalisierte Zeichenfolge, die Suspending VM ähnelt. /// public static string ACTION_VM_SUSPENDING { get { @@ -3445,7 +3463,7 @@ public static string ACTION_VM_SUSPENDING { } /// - /// Looks up a localized string similar to Suspending VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Suspending VM '{0}' ähnelt. /// public static string ACTION_VM_SUSPENDING_TITLE { get { @@ -3454,7 +3472,7 @@ public static string ACTION_VM_SUSPENDING_TITLE { } /// - /// Looks up a localized string similar to Conversion to template complete. + /// Sucht eine lokalisierte Zeichenfolge, die Conversion to template complete ähnelt. /// public static string ACTION_VM_TEMPLATIZED { get { @@ -3463,7 +3481,7 @@ public static string ACTION_VM_TEMPLATIZED { } /// - /// Looks up a localized string similar to Converting to template. + /// Sucht eine lokalisierte Zeichenfolge, die Converting to template ähnelt. /// public static string ACTION_VM_TEMPLATIZING { get { @@ -3472,7 +3490,7 @@ public static string ACTION_VM_TEMPLATIZING { } /// - /// Looks up a localized string similar to Converting VM '{0}' to template. + /// Sucht eine lokalisierte Zeichenfolge, die Converting VM '{0}' to template ähnelt. /// public static string ACTION_VM_TEMPLATIZING_TITLE { get { @@ -3481,7 +3499,7 @@ public static string ACTION_VM_TEMPLATIZING_TITLE { } /// - /// Looks up a localized string similar to Deleting selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting selected VMs ähnelt. /// public static string ACTION_VMS_DESTROYING_TITLE { get { @@ -3490,7 +3508,7 @@ public static string ACTION_VMS_DESTROYING_TITLE { } /// - /// Looks up a localized string similar to Migrating VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VMs ähnelt. /// public static string ACTION_VMS_MIGRATING_TITLE { get { @@ -3499,7 +3517,7 @@ public static string ACTION_VMS_MIGRATING_TITLE { } /// - /// Looks up a localized string similar to Rebooting VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting VMs ähnelt. /// public static string ACTION_VMS_REBOOTING_TITLE { get { @@ -3508,7 +3526,7 @@ public static string ACTION_VMS_REBOOTING_TITLE { } /// - /// Looks up a localized string similar to Resuming VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming VMs ähnelt. /// public static string ACTION_VMS_RESUMING_ON_TITLE { get { @@ -3517,7 +3535,7 @@ public static string ACTION_VMS_RESUMING_ON_TITLE { } /// - /// Looks up a localized string similar to Shutting Down VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting Down VMs ähnelt. /// public static string ACTION_VMS_SHUTTING_DOWN_TITLE { get { @@ -3526,7 +3544,7 @@ public static string ACTION_VMS_SHUTTING_DOWN_TITLE { } /// - /// Looks up a localized string similar to Starting VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VMs ähnelt. /// public static string ACTION_VMS_STARTING_ON_TITLE { get { @@ -3535,7 +3553,7 @@ public static string ACTION_VMS_STARTING_ON_TITLE { } /// - /// Looks up a localized string similar to Suspending VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Suspending VMs ähnelt. /// public static string ACTION_VMS_SUSPENDING_TITLE { get { @@ -3544,7 +3562,7 @@ public static string ACTION_VMS_SUSPENDING_TITLE { } /// - /// Looks up a localized string similar to USB device attached. + /// Sucht eine lokalisierte Zeichenfolge, die USB device attached ähnelt. /// public static string ACTION_VUSB_CREATED { get { @@ -3553,7 +3571,7 @@ public static string ACTION_VUSB_CREATED { } /// - /// Looks up a localized string similar to Attaching USB device '{0}' to VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Attaching USB device '{0}' to VM '{1}' ähnelt. /// public static string ACTION_VUSB_CREATING { get { @@ -3562,7 +3580,7 @@ public static string ACTION_VUSB_CREATING { } /// - /// Looks up a localized string similar to USB device detached. + /// Sucht eine lokalisierte Zeichenfolge, die USB device detached ähnelt. /// public static string ACTION_VUSB_DELETED { get { @@ -3571,7 +3589,7 @@ public static string ACTION_VUSB_DELETED { } /// - /// Looks up a localized string similar to Detaching USB device '{0}' from VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching USB device '{0}' from VM '{1}' ähnelt. /// public static string ACTION_VUSB_DELETING { get { @@ -3580,7 +3598,7 @@ public static string ACTION_VUSB_DELETING { } /// - /// Looks up a localized string similar to Detach USB device. + /// Sucht eine lokalisierte Zeichenfolge, die Detach USB device ähnelt. /// public static string ACTION_VUSB_DETACH { get { @@ -3589,7 +3607,7 @@ public static string ACTION_VUSB_DETACH { } /// - /// Looks up a localized string similar to Are you sure you want to detach the selected USB device?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to detach the selected USB device? ähnelt. /// public static string ACTION_VUSB_DETACH_CONFIRM { get { @@ -3598,7 +3616,7 @@ public static string ACTION_VUSB_DETACH_CONFIRM { } /// - /// Looks up a localized string similar to Waiting for slaves to recover.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for slaves to recover... ähnelt. /// public static string ACTION_WAIT_FOR_SLAVES_TO_RECOVER { get { @@ -3607,7 +3625,7 @@ public static string ACTION_WAIT_FOR_SLAVES_TO_RECOVER { } /// - /// Looks up a localized string similar to Disconnecting Workload Balancing failed on pool {0}: {1} Workload Balancing has been paused.. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnecting Workload Balancing failed on pool {0}: {1} Workload Balancing has been paused. ähnelt. /// public static string ACTION_WLB_DECONFIGURE_FAILED { get { @@ -3616,7 +3634,7 @@ public static string ACTION_WLB_DECONFIGURE_FAILED { } /// - /// Looks up a localized string similar to Optimizing. + /// Sucht eine lokalisierte Zeichenfolge, die Optimizing ähnelt. /// public static string ACTION_WLB_POOL_OPTIMIZING { get { @@ -3625,7 +3643,7 @@ public static string ACTION_WLB_POOL_OPTIMIZING { } /// - /// Looks up a localized string similar to Downloading WLB report '{0}' from '{1}' ({2}). + /// Sucht eine lokalisierte Zeichenfolge, die Downloading WLB report '{0}' from '{1}' ({2}) ähnelt. /// public static string ACTION_WLB_REPORT { get { @@ -3634,7 +3652,7 @@ public static string ACTION_WLB_REPORT { } /// - /// Looks up a localized string similar to Download canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Download canceled ähnelt. /// public static string ACTION_WLB_REPORT_CANCELLED { get { @@ -3643,7 +3661,7 @@ public static string ACTION_WLB_REPORT_CANCELLED { } /// - /// Looks up a localized string similar to Downloading.... + /// Sucht eine lokalisierte Zeichenfolge, die Downloading... ähnelt. /// public static string ACTION_WLB_REPORT_DOWNLOADING { get { @@ -3652,7 +3670,7 @@ public static string ACTION_WLB_REPORT_DOWNLOADING { } /// - /// Looks up a localized string similar to Download failed. + /// Sucht eine lokalisierte Zeichenfolge, die Download failed ähnelt. /// public static string ACTION_WLB_REPORT_FAILED { get { @@ -3661,7 +3679,7 @@ public static string ACTION_WLB_REPORT_FAILED { } /// - /// Looks up a localized string similar to Downloaded. + /// Sucht eine lokalisierte Zeichenfolge, die Downloaded ähnelt. /// public static string ACTION_WLB_REPORT_SUCCESSFUL { get { @@ -3670,7 +3688,7 @@ public static string ACTION_WLB_REPORT_SUCCESSFUL { } /// - /// Looks up a localized string similar to Downloading WLB report {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Downloading WLB report {0} ähnelt. /// public static string ACTION_WLB_REPORT_TASK_DESCRIPTION { get { @@ -3679,7 +3697,7 @@ public static string ACTION_WLB_REPORT_TASK_DESCRIPTION { } /// - /// Looks up a localized string similar to Downloading WLB report {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Downloading WLB report {0} ähnelt. /// public static string ACTION_WLB_REPORT_TASK_NAME { get { @@ -3688,7 +3706,7 @@ public static string ACTION_WLB_REPORT_TASK_NAME { } /// - /// Looks up a localized string similar to A&ctivate. + /// Sucht eine lokalisierte Zeichenfolge, die A&ctivate ähnelt. /// public static string ACTIVATE { get { @@ -3697,12 +3715,12 @@ public static string ACTIVATE { } /// - /// Looks up a localized string similar to [XenCenter] is unable to contact the activation server. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] is unable to contact the activation server. /// ///If you are not currently connected to the internet, we can save ///the activation request to a file, for you to upload at a later date. /// - ///To use this file, visit https://{0}.. + ///To use this file, visit https://{0}. ähnelt. /// public static string ACTIVATION_FAILED_MESSAGE { get { @@ -3711,7 +3729,7 @@ public static string ACTIVATION_FAILED_MESSAGE { } /// - /// Looks up a localized string similar to Saved activation request to {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Saved activation request to {0}. ähnelt. /// public static string ACTIVATION_REQUEST_SAVED { get { @@ -3720,7 +3738,7 @@ public static string ACTIVATION_REQUEST_SAVED { } /// - /// Looks up a localized string similar to Sending activation request. + /// Sucht eine lokalisierte Zeichenfolge, die Sending activation request ähnelt. /// public static string ACTIVATION_REQUEST_TITLE { get { @@ -3729,7 +3747,7 @@ public static string ACTIVATION_REQUEST_TITLE { } /// - /// Looks up a localized string similar to Save.... + /// Sucht eine lokalisierte Zeichenfolge, die Save... ähnelt. /// public static string ACTIVATION_SAVE { get { @@ -3738,7 +3756,7 @@ public static string ACTIVATION_SAVE { } /// - /// Looks up a localized string similar to Active Directory Users. + /// Sucht eine lokalisierte Zeichenfolge, die Active Directory Users ähnelt. /// public static string ACTIVE_DIRECTORY_TAB_TITLE { get { @@ -3747,7 +3765,7 @@ public static string ACTIVE_DIRECTORY_TAB_TITLE { } /// - /// Looks up a localized string similar to Adding/removing users from Active Directory ACL. + /// Sucht eine lokalisierte Zeichenfolge, die Adding/removing users from Active Directory ACL ähnelt. /// public static string AD_ADDING_REMOVING { get { @@ -3756,7 +3774,7 @@ public static string AD_ADDING_REMOVING { } /// - /// Looks up a localized string similar to Adding/removing users from Active Directory ACL on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding/removing users from Active Directory ACL on '{0}' ähnelt. /// public static string AD_ADDING_REMOVING_ON { get { @@ -3765,7 +3783,7 @@ public static string AD_ADDING_REMOVING_ON { } /// - /// Looks up a localized string similar to Adding/removing roles from subject. + /// Sucht eine lokalisierte Zeichenfolge, die Adding/removing roles from subject ähnelt. /// public static string AD_ADDING_REMOVING_ROLES { get { @@ -3774,7 +3792,7 @@ public static string AD_ADDING_REMOVING_ROLES { } /// - /// Looks up a localized string similar to Adding/removing roles from subject '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding/removing roles from subject '{0}' ähnelt. /// public static string AD_ADDING_REMOVING_ROLES_ON { get { @@ -3783,7 +3801,7 @@ public static string AD_ADDING_REMOVING_ROLES_ON { } /// - /// Looks up a localized string similar to (Always granted access). + /// Sucht eine lokalisierte Zeichenfolge, die (Always granted access) ähnelt. /// public static string AD_ALWAYS_GRANTED_ACCESS { get { @@ -3792,7 +3810,7 @@ public static string AD_ALWAYS_GRANTED_ACCESS { } /// - /// Looks up a localized string similar to You are logged in using your AD user account. You can only change the password when logged in using the local root account.. + /// Sucht eine lokalisierte Zeichenfolge, die You are logged in using your AD user account. You can only change the password when logged in using the local root account. ähnelt. /// public static string AD_CANNOT_CHANGE_PASSWORD { get { @@ -3801,7 +3819,7 @@ public static string AD_CANNOT_CHANGE_PASSWORD { } /// - /// Looks up a localized string similar to Cannot modify the root account. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot modify the root account ähnelt. /// public static string AD_CANNOT_MODIFY_ROOT { get { @@ -3810,10 +3828,10 @@ public static string AD_CANNOT_MODIFY_ROOT { } /// - /// Looks up a localized string similar to '{0}' is joined to the Active Directory domain '{1}', while the pool '{2}' is joined to the Active Directory domain '{3}'. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' is joined to the Active Directory domain '{1}', while the pool '{2}' is joined to the Active Directory domain '{3}'. ///'{0}' can only join the pool if they both have the same AD configuration. /// - ///To join '{0}' to the pool '{2}', first disable AD on '{0}'.. + ///To join '{0}' to the pool '{2}', first disable AD on '{0}'. ähnelt. /// public static string AD_CHANGE_DOMAIN_BLURB { get { @@ -3822,7 +3840,7 @@ public static string AD_CHANGE_DOMAIN_BLURB { } /// - /// Looks up a localized string similar to Pool '{0}' belongs to domain '{1}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' belongs to domain '{1}'. ähnelt. /// public static string AD_CONFIGURED_BLURB { get { @@ -3831,7 +3849,7 @@ public static string AD_CONFIGURED_BLURB { } /// - /// Looks up a localized string similar to Server '{0}' belongs to domain '{1}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' belongs to domain '{1}'. ähnelt. /// public static string AD_CONFIGURED_BLURB_HOST { get { @@ -3840,7 +3858,7 @@ public static string AD_CONFIGURED_BLURB_HOST { } /// - /// Looks up a localized string similar to AD authentication is currently being configured for pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die AD authentication is currently being configured for pool '{0}'. ähnelt. /// public static string AD_CONFIGURING_BLURB { get { @@ -3849,7 +3867,7 @@ public static string AD_CONFIGURING_BLURB { } /// - /// Looks up a localized string similar to AD authentication is currently being configured for server '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die AD authentication is currently being configured for server '{0}'. ähnelt. /// public static string AD_CONFIGURING_BLURB_HOST { get { @@ -3858,9 +3876,9 @@ public static string AD_CONFIGURING_BLURB_HOST { } /// - /// Looks up a localized string similar to Are you sure you want to terminate this user session? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to terminate this user session? /// - ///This will disconnect you from '{0}'.. + ///This will disconnect you from '{0}'. ähnelt. /// public static string AD_CONFIRM_SELF_TERMINATE { get { @@ -3869,7 +3887,7 @@ public static string AD_CONFIRM_SELF_TERMINATE { } /// - /// Looks up a localized string similar to Terminate Session. + /// Sucht eine lokalisierte Zeichenfolge, die Terminate Session ähnelt. /// public static string AD_CONFIRM_SELF_TERMINATE_OK { get { @@ -3878,11 +3896,11 @@ public static string AD_CONFIRM_SELF_TERMINATE_OK { } /// - /// Looks up a localized string similar to You are about to revoke the permissions for user '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to revoke the permissions for user '{0}'. /// ///You are currently logged in as '{0}' on '{1}', and doing this will disconnect you from '{1}'. To reconnect, you will need to supply the local root account credentials, or the credentials for another authorized AD user. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_CONFIRM_SUICIDE { get { @@ -3891,11 +3909,11 @@ public static string AD_CONFIRM_SUICIDE { } /// - /// Looks up a localized string similar to You are about to revoke the permissions for group '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to revoke the permissions for group '{0}'. /// ///The user you are currently logged into '{1}' with is a member of '{0}'. Proceeding will disconnect you and any other members of this group from '{1}'. To reconnect, you will need to supply the local root account credentials, or the credentials for another authorized AD user. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_CONFIRM_SUICIDE_GROUP { get { @@ -3904,7 +3922,7 @@ public static string AD_CONFIRM_SUICIDE_GROUP { } /// - /// Looks up a localized string similar to Subject could not be resolved in your AD. + /// Sucht eine lokalisierte Zeichenfolge, die Subject could not be resolved in your AD ähnelt. /// public static string AD_COULD_NOT_RESOLVE_SUFFIX { get { @@ -3913,7 +3931,7 @@ public static string AD_COULD_NOT_RESOLVE_SUFFIX { } /// - /// Looks up a localized string similar to Disabling AD authentication. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling AD authentication ähnelt. /// public static string AD_DISABLING { get { @@ -3922,8 +3940,8 @@ public static string AD_DISABLING { } /// - /// Looks up a localized string similar to {0} - ///Host: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} + ///Host: {1} ähnelt. /// public static string AD_FAILURE_WITH_HOST { get { @@ -3932,7 +3950,7 @@ public static string AD_FAILURE_WITH_HOST { } /// - /// Looks up a localized string similar to AD Authentication. + /// Sucht eine lokalisierte Zeichenfolge, die AD Authentication ähnelt. /// public static string AD_FEATURE_NAME { get { @@ -3941,7 +3959,7 @@ public static string AD_FEATURE_NAME { } /// - /// Looks up a localized string similar to &Join Domain.... + /// Sucht eine lokalisierte Zeichenfolge, die &Join Domain... ähnelt. /// public static string AD_JOIN_DOMAIN { get { @@ -3950,11 +3968,11 @@ public static string AD_JOIN_DOMAIN { } /// - /// Looks up a localized string similar to Pool '{0}' has Active Directory authentication enabled. In order for '{1}' to join the pool, it must share the same AD configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has Active Directory authentication enabled. In order for '{1}' to join the pool, it must share the same AD configuration. /// ///To join '{1}' to the Active Directory domain '{2}', enter a domain user account name and password, then click OK. /// - ///You must use a user account with sufficient privileges.. + ///You must use a user account with sufficient privileges. ähnelt. /// public static string AD_JOIN_DOMAIN_BLURB { get { @@ -3963,7 +3981,7 @@ public static string AD_JOIN_DOMAIN_BLURB { } /// - /// Looks up a localized string similar to Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain. ähnelt. /// public static string AD_JOIN_DOMAIN_BLURB_SHORT { get { @@ -3972,7 +3990,7 @@ public static string AD_JOIN_DOMAIN_BLURB_SHORT { } /// - /// Looks up a localized string similar to Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain. ähnelt. /// public static string AD_JOIN_DOMAIN_BLURB_SHORT_HOST { get { @@ -3981,9 +3999,9 @@ public static string AD_JOIN_DOMAIN_BLURB_SHORT_HOST { } /// - /// Looks up a localized string similar to You are about to remove '{0}' from the AD domain '{1}'. Any users authenticated using AD will be disconnected. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to remove '{0}' from the AD domain '{1}'. Any users authenticated using AD will be disconnected. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_LEAVE_CONFIRM { get { @@ -3992,7 +4010,7 @@ public static string AD_LEAVE_CONFIRM { } /// - /// Looks up a localized string similar to L&eave Domain.... + /// Sucht eine lokalisierte Zeichenfolge, die L&eave Domain... ähnelt. /// public static string AD_LEAVE_DOMAIN { get { @@ -4001,11 +4019,11 @@ public static string AD_LEAVE_DOMAIN { } /// - /// Looks up a localized string similar to You are currently connected to pool '{0}' using Active Directory authentication. + /// Sucht eine lokalisierte Zeichenfolge, die You are currently connected to pool '{0}' using Active Directory authentication. ///If you leave the AD domain '{1}', you will be disconnected from the pool. ///To reconnect, you will need to supply the local root account credentials. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_LEAVE_WARNING { get { @@ -4014,11 +4032,11 @@ public static string AD_LEAVE_WARNING { } /// - /// Looks up a localized string similar to You are currently connected to server '{0}' using Active Directory authentication. + /// Sucht eine lokalisierte Zeichenfolge, die You are currently connected to server '{0}' using Active Directory authentication. ///If you leave the AD domain '{1}', you will be disconnected from the server. ///To reconnect, you will need to supply the local root account credentials. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_LEAVE_WARNING_HOST { get { @@ -4027,7 +4045,7 @@ public static string AD_LEAVE_WARNING_HOST { } /// - /// Looks up a localized string similar to Alternatively, select ignore to leave the machine account enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Alternatively, select ignore to leave the machine account enabled. ähnelt. /// public static string AD_LEAVING_ADDITIONAL_BLURB { get { @@ -4036,7 +4054,7 @@ public static string AD_LEAVING_ADDITIONAL_BLURB { } /// - /// Looks up a localized string similar to Local root account. + /// Sucht eine lokalisierte Zeichenfolge, die Local root account ähnelt. /// public static string AD_LOCAL_ROOT_ACCOUNT { get { @@ -4045,9 +4063,9 @@ public static string AD_LOCAL_ROOT_ACCOUNT { } /// - /// Looks up a localized string similar to You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_LOGOUT_SUICIDE_MANY { get { @@ -4056,9 +4074,9 @@ public static string AD_LOGOUT_SUICIDE_MANY { } /// - /// Looks up a localized string similar to You are currently logged in as the selected user. If you continue you will be logged out of '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are currently logged in as the selected user. If you continue you will be logged out of '{0}'. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string AD_LOGOUT_SUICIDE_ONE { get { @@ -4067,7 +4085,7 @@ public static string AD_LOGOUT_SUICIDE_ONE { } /// - /// Looks up a localized string similar to Please wait while [XenCenter] establishes your current external authentication configuration.. + /// Sucht eine lokalisierte Zeichenfolge, die Please wait while [XenCenter] establishes your current external authentication configuration. ähnelt. /// public static string AD_MASTER_UNAVAILABLE_BLURB { get { @@ -4076,7 +4094,7 @@ public static string AD_MASTER_UNAVAILABLE_BLURB { } /// - /// Looks up a localized string similar to AD is not currently configured for pool '{0}'. To enable AD authentication, click Join Domain.. + /// Sucht eine lokalisierte Zeichenfolge, die AD is not currently configured for pool '{0}'. To enable AD authentication, click Join Domain. ähnelt. /// public static string AD_NOT_CONFIGURED_BLURB { get { @@ -4085,7 +4103,7 @@ public static string AD_NOT_CONFIGURED_BLURB { } /// - /// Looks up a localized string similar to AD is not currently configured for server '{0}'. To enable AD authentication, click Join Domain.. + /// Sucht eine lokalisierte Zeichenfolge, die AD is not currently configured for server '{0}'. To enable AD authentication, click Join Domain. ähnelt. /// public static string AD_NOT_CONFIGURED_BLURB_HOST { get { @@ -4094,7 +4112,7 @@ public static string AD_NOT_CONFIGURED_BLURB_HOST { } /// - /// Looks up a localized string similar to Resolving AD names. + /// Sucht eine lokalisierte Zeichenfolge, die Resolving AD names ähnelt. /// public static string AD_RESOLVING_NAMES { get { @@ -4103,7 +4121,7 @@ public static string AD_RESOLVING_NAMES { } /// - /// Looks up a localized string similar to Resolving AD names on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Resolving AD names on '{0}' ähnelt. /// public static string AD_RESOLVING_NAMES_ON { get { @@ -4112,7 +4130,7 @@ public static string AD_RESOLVING_NAMES_ON { } /// - /// Looks up a localized string similar to Resolving.... + /// Sucht eine lokalisierte Zeichenfolge, die Resolving... ähnelt. /// public static string AD_RESOLVING_SUFFIX { get { @@ -4121,7 +4139,7 @@ public static string AD_RESOLVING_SUFFIX { } /// - /// Looks up a localized string similar to Pool Admin. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Admin ähnelt. /// public static string AD_ROLE_POOL_ADMIN { get { @@ -4130,7 +4148,7 @@ public static string AD_ROLE_POOL_ADMIN { } /// - /// Looks up a localized string similar to Pool Operator. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Operator ähnelt. /// public static string AD_ROLE_POOL_OPERATOR { get { @@ -4139,7 +4157,7 @@ public static string AD_ROLE_POOL_OPERATOR { } /// - /// Looks up a localized string similar to Read Only. + /// Sucht eine lokalisierte Zeichenfolge, die Read Only ähnelt. /// public static string AD_ROLE_READ_ONLY { get { @@ -4148,7 +4166,7 @@ public static string AD_ROLE_READ_ONLY { } /// - /// Looks up a localized string similar to VM Admin. + /// Sucht eine lokalisierte Zeichenfolge, die VM Admin ähnelt. /// public static string AD_ROLE_VM_ADMIN { get { @@ -4157,7 +4175,7 @@ public static string AD_ROLE_VM_ADMIN { } /// - /// Looks up a localized string similar to VM Operator. + /// Sucht eine lokalisierte Zeichenfolge, die VM Operator ähnelt. /// public static string AD_ROLE_VM_OPERATOR { get { @@ -4166,7 +4184,7 @@ public static string AD_ROLE_VM_OPERATOR { } /// - /// Looks up a localized string similar to VM Power Admin. + /// Sucht eine lokalisierte Zeichenfolge, die VM Power Admin ähnelt. /// public static string AD_ROLE_VM_POWER_ADMIN { get { @@ -4175,7 +4193,7 @@ public static string AD_ROLE_VM_POWER_ADMIN { } /// - /// Looks up a localized string similar to Select the role you want to assign to group '{0}'. Each role inherits all the privileges of the subordinate role below it in the list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the role you want to assign to group '{0}'. Each role inherits all the privileges of the subordinate role below it in the list. ähnelt. /// public static string AD_SELECT_ROLE_GROUP { get { @@ -4184,7 +4202,7 @@ public static string AD_SELECT_ROLE_GROUP { } /// - /// Looks up a localized string similar to Select the role you want to assign to these groups. Each role inherits all the privileges of the subordinate role below it in the list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the role you want to assign to these groups. Each role inherits all the privileges of the subordinate role below it in the list. ähnelt. /// public static string AD_SELECT_ROLE_GROUP_MANY { get { @@ -4193,7 +4211,7 @@ public static string AD_SELECT_ROLE_GROUP_MANY { } /// - /// Looks up a localized string similar to Select the role you want to assign to these users and groups. Each role inherits all the privileges of the subordinate role below it in the list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the role you want to assign to these users and groups. Each role inherits all the privileges of the subordinate role below it in the list. ähnelt. /// public static string AD_SELECT_ROLE_MIXED { get { @@ -4202,7 +4220,7 @@ public static string AD_SELECT_ROLE_MIXED { } /// - /// Looks up a localized string similar to Select the role you want to assign to user '{0}'. Each role inherits all the privileges of the subordinate role below it in the list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the role you want to assign to user '{0}'. Each role inherits all the privileges of the subordinate role below it in the list. ähnelt. /// public static string AD_SELECT_ROLE_USER { get { @@ -4211,7 +4229,7 @@ public static string AD_SELECT_ROLE_USER { } /// - /// Looks up a localized string similar to Select the role you want to assign to these users. Each role inherits all the privileges of the subordinate role below it in the list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the role you want to assign to these users. Each role inherits all the privileges of the subordinate role below it in the list. ähnelt. /// public static string AD_SELECT_ROLE_USER_MANY { get { @@ -4220,7 +4238,7 @@ public static string AD_SELECT_ROLE_USER_MANY { } /// - /// Looks up a localized string similar to Select a single subject to change their role. + /// Sucht eine lokalisierte Zeichenfolge, die Select a single subject to change their role ähnelt. /// public static string AD_SELECT_SINGLE_SUBJECT { get { @@ -4229,7 +4247,7 @@ public static string AD_SELECT_SINGLE_SUBJECT { } /// - /// Looks up a localized string similar to Subject '{0}' already has access to the server.. + /// Sucht eine lokalisierte Zeichenfolge, die Subject '{0}' already has access to the server. ähnelt. /// public static string AD_USER_ALREADY_HAS_ACCESS { get { @@ -4238,7 +4256,7 @@ public static string AD_USER_ALREADY_HAS_ACCESS { } /// - /// Looks up a localized string similar to &Add. + /// Sucht eine lokalisierte Zeichenfolge, die &Add ähnelt. /// public static string ADD { get { @@ -4247,7 +4265,7 @@ public static string ADD { } /// - /// Looks up a localized string similar to Add custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Add custom field '{0}' ähnelt. /// public static string ADD_CUSTOM_FIELD { get { @@ -4256,9 +4274,9 @@ public static string ADD_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool that is configured to use AD authentication. All pool members must use the same authentication method. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool that is configured to use AD authentication. All pool members must use the same authentication method. /// - ///Do you want to enable AD authentication on your server and join it to the same domain as the pool?. + ///Do you want to enable AD authentication on your server and join it to the same domain as the pool? ähnelt. /// public static string ADD_HOST_TO_POOL_AD_MESSAGE { get { @@ -4267,11 +4285,11 @@ public static string ADD_HOST_TO_POOL_AD_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool that is configured to use AD authentication: + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool that is configured to use AD authentication: /// ///{0} /// - ///All pool members must use the same authentication method. Do you want to enable AD authentication on these servers and join them to the same domain as the pool?. + ///All pool members must use the same authentication method. Do you want to enable AD authentication on these servers and join them to the same domain as the pool? ähnelt. /// public static string ADD_HOST_TO_POOL_AD_MESSAGE_MULTIPLE { get { @@ -4280,11 +4298,11 @@ public static string ADD_HOST_TO_POOL_AD_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool that is using older CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool that is using older CPUs. /// ///VMs running in the pool will only use the CPU features common to all the servers in the pool. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_HOST_MESSAGE { get { @@ -4293,13 +4311,13 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_HOST_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool that is using older CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool that is using older CPUs. /// ///{0} /// ///VMs running in the pool will only use the CPU features common to all the servers in the pool. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_HOST_MESSAGE_MULTIPLE { get { @@ -4308,11 +4326,11 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_HOST_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool that is using different CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool that is using different CPUs. /// ///VMs starting on the pool in future will only use the reduced set of CPU features common to all the servers in the pool. VMs already running in the pool will not be able to migrate to the new server until they are restarted. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_AND_HOST_MESSAGE { get { @@ -4321,13 +4339,13 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_AND_HOST_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool that is using different CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool that is using different CPUs. /// ///{0} /// ///VMs starting on the pool in future will only use the reduced set of CPU features common to all the servers in the pool. VMs already running in the pool will not be able to migrate to the new servers until they are restarted. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_AND_HOST_MESSAGE_MULTIPLE { get { @@ -4336,11 +4354,11 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_AND_HOST_MESSAGE_MULTI } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool that is using newer CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool that is using newer CPUs. /// ///VMs starting on the pool in future will only use the reduced set of CPU features common to all the servers in the pool. VMs already running in the pool will not be able to migrate to the new server until they are restarted. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_MESSAGE { get { @@ -4349,13 +4367,13 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool that is using newer CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool that is using newer CPUs. /// ///{0} /// ///VMs starting on the pool in future will only use the reduced set of CPU features common to all the servers in the pool. VMs already running in the pool will not be able to migrate to the new servers until they are restarted. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_MESSAGE_MULTIPLE { get { @@ -4364,11 +4382,11 @@ public static string ADD_HOST_TO_POOL_CPU_DOWN_LEVEL_POOL_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool that is using older CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool that is using older CPUs. /// ///[XenServer] can continue by rebooting the server and reducing its CPU to the level of the existing servers in the pool. This will shut down any VMs running on the server. This feature is supported for CPU combinations listed in the [XenServer] Hardware Compatibility List. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_MASKING_MESSAGE { get { @@ -4377,13 +4395,13 @@ public static string ADD_HOST_TO_POOL_CPU_MASKING_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool that is using older CPUs: + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool that is using older CPUs: /// ///{0} /// ///[XenServer] can continue by rebooting the servers and reducing their CPUs to the level of the existing servers in the pool. This will shut down any VMs running on the servers. This feature is supported for CPU combinations listed in the [XenServer] Hardware Compatibility List. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string ADD_HOST_TO_POOL_CPU_MASKING_MESSAGE_MULTIPLE { get { @@ -4392,7 +4410,7 @@ public static string ADD_HOST_TO_POOL_CPU_MASKING_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to Unable to move the server '{0}' into the pool '{1}': the pool is no longer connected.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to move the server '{0}' into the pool '{1}': the pool is no longer connected. ähnelt. /// public static string ADD_HOST_TO_POOL_DISCONNECTED_POOL { get { @@ -4401,7 +4419,7 @@ public static string ADD_HOST_TO_POOL_DISCONNECTED_POOL { } /// - /// Looks up a localized string similar to Unable to move selected servers into the pool '{0}': the pool is no longer connected.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to move selected servers into the pool '{0}': the pool is no longer connected. ähnelt. /// public static string ADD_HOST_TO_POOL_DISCONNECTED_POOL_MULTIPLE { get { @@ -4410,9 +4428,9 @@ public static string ADD_HOST_TO_POOL_DISCONNECTED_POOL_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a licensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a licensed pool. /// - ///Do you want to apply the licensing from the pool to this server?. + ///Do you want to apply the licensing from the pool to this server? ähnelt. /// public static string ADD_HOST_TO_POOL_LICENSE_MESSAGE { get { @@ -4421,11 +4439,11 @@ public static string ADD_HOST_TO_POOL_LICENSE_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a licensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a licensed pool. /// ///{0} /// - ///Do you want to apply the licensing from the pool to these servers?. + ///Do you want to apply the licensing from the pool to these servers? ähnelt. /// public static string ADD_HOST_TO_POOL_LICENSE_MESSAGE_MULTIPLE { get { @@ -4434,11 +4452,11 @@ public static string ADD_HOST_TO_POOL_LICENSE_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to The following supplemental pack should be installed on all servers in a pool, but currently is not: + /// Sucht eine lokalisierte Zeichenfolge, die The following supplemental pack should be installed on all servers in a pool, but currently is not: /// ///{0} /// - ///It is strongly recommended that you Cancel and apply the latest version of the pack to all servers before expanding the pool.. + ///It is strongly recommended that you Cancel and apply the latest version of the pack to all servers before expanding the pool. ähnelt. /// public static string ADD_HOST_TO_POOL_SUPP_PACK { get { @@ -4447,11 +4465,11 @@ public static string ADD_HOST_TO_POOL_SUPP_PACK { } /// - /// Looks up a localized string similar to The following supplemental packs should be installed on all servers in a pool, but currently are not: + /// Sucht eine lokalisierte Zeichenfolge, die The following supplemental packs should be installed on all servers in a pool, but currently are not: /// ///{0} /// - ///It is strongly recommended that you Cancel and apply the latest version of the packs to all servers before expanding the pool.. + ///It is strongly recommended that you Cancel and apply the latest version of the packs to all servers before expanding the pool. ähnelt. /// public static string ADD_HOST_TO_POOL_SUPP_PACKS { get { @@ -4460,7 +4478,7 @@ public static string ADD_HOST_TO_POOL_SUPP_PACKS { } /// - /// Looks up a localized string similar to Add New Server. + /// Sucht eine lokalisierte Zeichenfolge, die Add New Server ähnelt. /// public static string ADD_NEW_CONNECT_TO { get { @@ -4469,7 +4487,7 @@ public static string ADD_NEW_CONNECT_TO { } /// - /// Looks up a localized string similar to Enter the host name or IP address of the server you want to add and your user login credentials for that server.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the host name or IP address of the server you want to add and your user login credentials for that server. ähnelt. /// public static string ADD_NEW_ENTER_CREDENTIALS { get { @@ -4478,7 +4496,7 @@ public static string ADD_NEW_ENTER_CREDENTIALS { } /// - /// Looks up a localized string similar to Incorrect user name and/or password.. + /// Sucht eine lokalisierte Zeichenfolge, die Incorrect user name and/or password. ähnelt. /// public static string ADD_NEW_INCORRECT { get { @@ -4487,7 +4505,7 @@ public static string ADD_NEW_INCORRECT { } /// - /// Looks up a localized string similar to &Add New Server.... + /// Sucht eine lokalisierte Zeichenfolge, die &Add New Server... ähnelt. /// public static string ADD_NEW_SERVER_MENU_ITEM { get { @@ -4496,7 +4514,7 @@ public static string ADD_NEW_SERVER_MENU_ITEM { } /// - /// Looks up a localized string similar to Add a pool or standalone server.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a pool or standalone server... ähnelt. /// public static string ADD_POOL_OR_SERVER { get { @@ -4505,7 +4523,7 @@ public static string ADD_POOL_OR_SERVER { } /// - /// Looks up a localized string similar to Import &StorageLink Volume.... + /// Sucht eine lokalisierte Zeichenfolge, die Import &StorageLink Volume... ähnelt. /// public static string ADD_SL_VOLUME { get { @@ -4514,7 +4532,7 @@ public static string ADD_SL_VOLUME { } /// - /// Looks up a localized string similar to Add tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Add tag '{0}' ähnelt. /// public static string ADD_TAG { get { @@ -4523,7 +4541,7 @@ public static string ADD_TAG { } /// - /// Looks up a localized string similar to Add tags '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Add tags '{0}' ähnelt. /// public static string ADD_TAGS { get { @@ -4532,7 +4550,7 @@ public static string ADD_TAGS { } /// - /// Looks up a localized string similar to New &Virtual Disk.... + /// Sucht eine lokalisierte Zeichenfolge, die New &Virtual Disk... ähnelt. /// public static string ADD_VIRTUAL_DISK { get { @@ -4541,7 +4559,7 @@ public static string ADD_VIRTUAL_DISK { } /// - /// Looks up a localized string similar to Added custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Added custom field '{0}' ähnelt. /// public static string ADDED_CUSTOM_FIELD { get { @@ -4550,7 +4568,7 @@ public static string ADDED_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to Added tag '{0}' . + /// Sucht eine lokalisierte Zeichenfolge, die Added tag '{0}' ähnelt. /// public static string ADDED_TAG { get { @@ -4559,7 +4577,7 @@ public static string ADDED_TAG { } /// - /// Looks up a localized string similar to Added tags '{0}' . + /// Sucht eine lokalisierte Zeichenfolge, die Added tags '{0}' ähnelt. /// public static string ADDED_TAGS { get { @@ -4568,7 +4586,7 @@ public static string ADDED_TAGS { } /// - /// Looks up a localized string similar to Added to access list. + /// Sucht eine lokalisierte Zeichenfolge, die Added to access list ähnelt. /// public static string ADDED_TO_ACCESS_LIST { get { @@ -4577,7 +4595,7 @@ public static string ADDED_TO_ACCESS_LIST { } /// - /// Looks up a localized string similar to Adding custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding custom field '{0}' ähnelt. /// public static string ADDING_CUSTOM_FIELD { get { @@ -4586,7 +4604,7 @@ public static string ADDING_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to Adding EULAS.... + /// Sucht eine lokalisierte Zeichenfolge, die Adding EULAS... ähnelt. /// public static string ADDING_EULAS { get { @@ -4595,7 +4613,7 @@ public static string ADDING_EULAS { } /// - /// Looks up a localized string similar to Adding resolved names to access list.... + /// Sucht eine lokalisierte Zeichenfolge, die Adding resolved names to access list... ähnelt. /// public static string ADDING_RESOLVED_TO_ACCESS_LIST { get { @@ -4604,7 +4622,7 @@ public static string ADDING_RESOLVED_TO_ACCESS_LIST { } /// - /// Looks up a localized string similar to Adding server '{0}' to pool '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding server '{0}' to pool '{1}' ähnelt. /// public static string ADDING_SERVER_TO_POOL { get { @@ -4613,7 +4631,7 @@ public static string ADDING_SERVER_TO_POOL { } /// - /// Looks up a localized string similar to Adding selected servers to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding selected servers to pool '{0}' ähnelt. /// public static string ADDING_SERVERS_TO_POOL { get { @@ -4622,7 +4640,7 @@ public static string ADDING_SERVERS_TO_POOL { } /// - /// Looks up a localized string similar to Adding tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding tag '{0}' ähnelt. /// public static string ADDING_TAG { get { @@ -4631,7 +4649,7 @@ public static string ADDING_TAG { } /// - /// Looks up a localized string similar to Adding tags '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Adding tags '{0}' ähnelt. /// public static string ADDING_TAGS { get { @@ -4640,7 +4658,7 @@ public static string ADDING_TAGS { } /// - /// Looks up a localized string similar to Adding to access list.... + /// Sucht eine lokalisierte Zeichenfolge, die Adding to access list... ähnelt. /// public static string ADDING_TO_ACCESS_LIST { get { @@ -4649,7 +4667,7 @@ public static string ADDING_TO_ACCESS_LIST { } /// - /// Looks up a localized string similar to Address. + /// Sucht eine lokalisierte Zeichenfolge, die Address ähnelt. /// public static string ADDRESS { get { @@ -4658,7 +4676,7 @@ public static string ADDRESS { } /// - /// Looks up a localized string similar to [XenCenter] can no longer authenticate with the existing credentials for this server. Enter new credentials to proceed.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] can no longer authenticate with the existing credentials for this server. Enter new credentials to proceed. ähnelt. /// public static string ADDSERVER_PASS_NEW { get { @@ -4667,7 +4685,7 @@ public static string ADDSERVER_PASS_NEW { } /// - /// Looks up a localized string similar to Advanced Options. + /// Sucht eine lokalisierte Zeichenfolge, die Advanced Options ähnelt. /// public static string ADVANCED_OPTIONS { get { @@ -4676,7 +4694,7 @@ public static string ADVANCED_OPTIONS { } /// - /// Looks up a localized string similar to &Don't assign this VM a home server. The VM will be started on any server with the necessary resources. (Shared storage required).. + /// Sucht eine lokalisierte Zeichenfolge, die &Don't assign this VM a home server. The VM will be started on any server with the necessary resources. (Shared storage required). ähnelt. /// public static string AFFINITY_PICKER_DYNAMIC_NOT_SHARED_SR { get { @@ -4685,7 +4703,7 @@ public static string AFFINITY_PICKER_DYNAMIC_NOT_SHARED_SR { } /// - /// Looks up a localized string similar to &Don't assign this VM a home server. The VM will be started on any server with the necessary resources.. + /// Sucht eine lokalisierte Zeichenfolge, die &Don't assign this VM a home server. The VM will be started on any server with the necessary resources. ähnelt. /// public static string AFFINITY_PICKER_DYNAMIC_SHARED_SR { get { @@ -4694,7 +4712,7 @@ public static string AFFINITY_PICKER_DYNAMIC_SHARED_SR { } /// - /// Looks up a localized string similar to is after. + /// Sucht eine lokalisierte Zeichenfolge, die is after ähnelt. /// public static string AFTER { get { @@ -4703,7 +4721,7 @@ public static string AFTER { } /// - /// Looks up a localized string similar to Aggregate. + /// Sucht eine lokalisierte Zeichenfolge, die Aggregate ähnelt. /// public static string AGGREGATE { get { @@ -4712,7 +4730,7 @@ public static string AGGREGATE { } /// - /// Looks up a localized string similar to Agile. + /// Sucht eine lokalisierte Zeichenfolge, die Agile ähnelt. /// public static string AGILE { get { @@ -4721,7 +4739,7 @@ public static string AGILE { } /// - /// Looks up a localized string similar to Actions. + /// Sucht eine lokalisierte Zeichenfolge, die Actions ähnelt. /// public static string ALERT_ACTIONS { get { @@ -4730,7 +4748,7 @@ public static string ALERT_ACTIONS { } /// - /// Looks up a localized string similar to Alarm Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Alarm Settings ähnelt. /// public static string ALERT_ALARM_ACTION { get { @@ -4739,7 +4757,7 @@ public static string ALERT_ALARM_ACTION { } /// - /// Looks up a localized string similar to CPU Usage Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die CPU Usage Alarm ähnelt. /// public static string ALERT_ALARM_CPU { get { @@ -4748,8 +4766,8 @@ public static string ALERT_ALARM_CPU { } /// - /// Looks up a localized string similar to CPU usage on {0} has been on average {1} for the last {2}. - ///This alarm is set to be triggered when CPU usage is more than {3}.. + /// Sucht eine lokalisierte Zeichenfolge, die CPU usage on {0} has been on average {1} for the last {2}. + ///This alarm is set to be triggered when CPU usage is more than {3}. ähnelt. /// public static string ALERT_ALARM_CPU_DESCRIPTION { get { @@ -4758,7 +4776,7 @@ public static string ALERT_ALARM_CPU_DESCRIPTION { } /// - /// Looks up a localized string similar to Disk Usage Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die Disk Usage Alarm ähnelt. /// public static string ALERT_ALARM_DISK { get { @@ -4767,8 +4785,8 @@ public static string ALERT_ALARM_DISK { } /// - /// Looks up a localized string similar to Disk usage on {0} has been on average {1} for the last {2}. - ///This alarm is set to be triggered when disk usage is more than {3}.. + /// Sucht eine lokalisierte Zeichenfolge, die Disk usage on {0} has been on average {1} for the last {2}. + ///This alarm is set to be triggered when disk usage is more than {3}. ähnelt. /// public static string ALERT_ALARM_DISK_DESCRIPTION { get { @@ -4777,7 +4795,7 @@ public static string ALERT_ALARM_DISK_DESCRIPTION { } /// - /// Looks up a localized string similar to Control Domain Memory Usage. + /// Sucht eine lokalisierte Zeichenfolge, die Control Domain Memory Usage ähnelt. /// public static string ALERT_ALARM_DOM0_MEMORY { get { @@ -4786,7 +4804,7 @@ public static string ALERT_ALARM_DOM0_MEMORY { } /// - /// Looks up a localized string similar to Control Domain Memory Demand Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die Control Domain Memory Demand Alarm ähnelt. /// public static string ALERT_ALARM_DOM0_MEMORY_DEMAND { get { @@ -4795,8 +4813,8 @@ public static string ALERT_ALARM_DOM0_MEMORY_DEMAND { } /// - /// Looks up a localized string similar to The memory required by the control domain on {0} is {1} of its allocated memory. Occasional performance degradation can be expected when memory swapping is forced to happen. - ///This alarm is set to be triggered when the memory required by the control domain is above {2} of its allocated memory.. + /// Sucht eine lokalisierte Zeichenfolge, die The memory required by the control domain on {0} is {1} of its allocated memory. Occasional performance degradation can be expected when memory swapping is forced to happen. + ///This alarm is set to be triggered when the memory required by the control domain is above {2} of its allocated memory. ähnelt. /// public static string ALERT_ALARM_DOM0_MEMORY_DEMAND_DESCRIPTION { get { @@ -4805,7 +4823,7 @@ public static string ALERT_ALARM_DOM0_MEMORY_DEMAND_DESCRIPTION { } /// - /// Looks up a localized string similar to File System on Control Domain Full. + /// Sucht eine lokalisierte Zeichenfolge, die File System on Control Domain Full ähnelt. /// public static string ALERT_ALARM_FILESYSTEM { get { @@ -4814,7 +4832,7 @@ public static string ALERT_ALARM_FILESYSTEM { } /// - /// Looks up a localized string similar to Disk usage for the Control Domain on {0} has reached {1}. [XenServer]'s performance will be critically affected if this disk becomes full. Log files or other non-essential (user created) files should be removed.. + /// Sucht eine lokalisierte Zeichenfolge, die Disk usage for the Control Domain on {0} has reached {1}. [XenServer]'s performance will be critically affected if this disk becomes full. Log files or other non-essential (user created) files should be removed. ähnelt. /// public static string ALERT_ALARM_FILESYSTEM_DESCRIPTION { get { @@ -4823,7 +4841,7 @@ public static string ALERT_ALARM_FILESYSTEM_DESCRIPTION { } /// - /// Looks up a localized string similar to File System on Logs Partition Full. + /// Sucht eine lokalisierte Zeichenfolge, die File System on Logs Partition Full ähnelt. /// public static string ALERT_ALARM_LOG_FILESYSTEM { get { @@ -4832,7 +4850,7 @@ public static string ALERT_ALARM_LOG_FILESYSTEM { } /// - /// Looks up a localized string similar to The disk usage for the Logs Partition on {0} has reached {1}. Logging will be critically affected if this disk becomes full. Old log files should be removed.. + /// Sucht eine lokalisierte Zeichenfolge, die The disk usage for the Logs Partition on {0} has reached {1}. Logging will be critically affected if this disk becomes full. Old log files should be removed. ähnelt. /// public static string ALERT_ALARM_LOG_FILESYSTEM_DESCRIPTION { get { @@ -4841,7 +4859,7 @@ public static string ALERT_ALARM_LOG_FILESYSTEM_DESCRIPTION { } /// - /// Looks up a localized string similar to Memory Usage Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die Memory Usage Alarm ähnelt. /// public static string ALERT_ALARM_MEMORY { get { @@ -4850,8 +4868,8 @@ public static string ALERT_ALARM_MEMORY { } /// - /// Looks up a localized string similar to Free memory on {0} has been {1} for the last {2}. - ///This alarm is set to be triggered when free memory falls below {3}.. + /// Sucht eine lokalisierte Zeichenfolge, die Free memory on {0} has been {1} for the last {2}. + ///This alarm is set to be triggered when free memory falls below {3}. ähnelt. /// public static string ALERT_ALARM_MEMORY_DESCRIPTION { get { @@ -4860,7 +4878,7 @@ public static string ALERT_ALARM_MEMORY_DESCRIPTION { } /// - /// Looks up a localized string similar to Network Usage Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die Network Usage Alarm ähnelt. /// public static string ALERT_ALARM_NETWORK { get { @@ -4869,8 +4887,8 @@ public static string ALERT_ALARM_NETWORK { } /// - /// Looks up a localized string similar to Network usage on {0} has been on average {1} for the last {2}. - ///This alarm is set to be triggered when network usage is more than {3}.. + /// Sucht eine lokalisierte Zeichenfolge, die Network usage on {0} has been on average {1} for the last {2}. + ///This alarm is set to be triggered when network usage is more than {3}. ähnelt. /// public static string ALERT_ALARM_NETWORK_DESCRIPTION { get { @@ -4879,7 +4897,7 @@ public static string ALERT_ALARM_NETWORK_DESCRIPTION { } /// - /// Looks up a localized string similar to SR Disk Space Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die SR Disk Space Alarm ähnelt. /// public static string ALERT_ALARM_SR_PHYSICAL_UTILISATION { get { @@ -4888,8 +4906,8 @@ public static string ALERT_ALARM_SR_PHYSICAL_UTILISATION { } /// - /// Looks up a localized string similar to The physical utilization on {0} is about {1} of its capacity. - ///This alarm is set to be triggered when the physical utilisation of the SR goes above {2}.. + /// Sucht eine lokalisierte Zeichenfolge, die The physical utilization on {0} is about {1} of its capacity. + ///This alarm is set to be triggered when the physical utilisation of the SR goes above {2}. ähnelt. /// public static string ALERT_ALARM_SR_PHYSICAL_UTILISATION_DESCRIPTION { get { @@ -4898,7 +4916,7 @@ public static string ALERT_ALARM_SR_PHYSICAL_UTILISATION_DESCRIPTION { } /// - /// Looks up a localized string similar to Storage Throughput Alarm. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Throughput Alarm ähnelt. /// public static string ALERT_ALARM_STORAGE { get { @@ -4907,8 +4925,8 @@ public static string ALERT_ALARM_STORAGE { } /// - /// Looks up a localized string similar to The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}. - ///This alarm is set to be triggered when the total throughput exceeds {4}.. + /// Sucht eine lokalisierte Zeichenfolge, die The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}. + ///This alarm is set to be triggered when the total throughput exceeds {4}. ähnelt. /// public static string ALERT_ALARM_STORAGE_DESCRIPTION { get { @@ -4917,7 +4935,7 @@ public static string ALERT_ALARM_STORAGE_DESCRIPTION { } /// - /// Looks up a localized string similar to (Showing first {0} entries). + /// Sucht eine lokalisierte Zeichenfolge, die (Showing first {0} entries) ähnelt. /// public static string ALERT_CAP_LABEL { get { @@ -4926,7 +4944,7 @@ public static string ALERT_CAP_LABEL { } /// - /// Looks up a localized string similar to When CPU usage exceeds {0}% for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When CPU usage exceeds {0}% for {1} min(s) ähnelt. /// public static string ALERT_CPUS_SUB_TEXT { get { @@ -4935,7 +4953,7 @@ public static string ALERT_CPUS_SUB_TEXT { } /// - /// Looks up a localized string similar to When disk usage exceeds {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When disk usage exceeds {0} for {1} min(s) ähnelt. /// public static string ALERT_DISK_SUB_TEXT { get { @@ -4944,7 +4962,7 @@ public static string ALERT_DISK_SUB_TEXT { } /// - /// Looks up a localized string similar to Dismiss. + /// Sucht eine lokalisierte Zeichenfolge, die Dismiss ähnelt. /// public static string ALERT_DISMISS { get { @@ -4953,9 +4971,9 @@ public static string ALERT_DISMISS { } /// - /// Looks up a localized string similar to You have applied filters to the list of alerts. Do you want to dismiss all alerts from every connected server, or only the alerts you have chosen to view? In both cases the dismissed alerts will be removed from the servers permanently. + /// Sucht eine lokalisierte Zeichenfolge, die You have applied filters to the list of alerts. Do you want to dismiss all alerts from every connected server, or only the alerts you have chosen to view? In both cases the dismissed alerts will be removed from the servers permanently. /// - ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected. ähnelt. /// public static string ALERT_DISMISS_ALL_CONTINUE { get { @@ -4964,9 +4982,9 @@ public static string ALERT_DISMISS_ALL_CONTINUE { } /// - /// Looks up a localized string similar to This operation will remove permanently all alerts from every connected server. Do you want to continue? + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove permanently all alerts from every connected server. Do you want to continue? /// - ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected. ähnelt. /// public static string ALERT_DISMISS_ALL_NO_FILTER_CONTINUE { get { @@ -4975,7 +4993,7 @@ public static string ALERT_DISMISS_ALL_NO_FILTER_CONTINUE { } /// - /// Looks up a localized string similar to Once a system alert is dismissed it will be removed from the server permanently. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Once a system alert is dismissed it will be removed from the server permanently. Do you want to continue? ähnelt. /// public static string ALERT_DISMISS_CONFIRM { get { @@ -4984,9 +5002,9 @@ public static string ALERT_DISMISS_CONFIRM { } /// - /// Looks up a localized string similar to This operation will remove the selected alerts from the servers permanently. Do you want to continue? + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove the selected alerts from the servers permanently. Do you want to continue? /// - ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only alerts which you have privileges to dismiss will be affected. ähnelt. /// public static string ALERT_DISMISS_SELECTED_CONFIRM { get { @@ -4995,7 +5013,7 @@ public static string ALERT_DISMISS_SELECTED_CONFIRM { } /// - /// Looks up a localized string similar to When control domain memory usage exceeds {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When control domain memory usage exceeds {0} for {1} min(s) ähnelt. /// public static string ALERT_DOM0_MEMORY_SUB_TEXT { get { @@ -5004,7 +5022,7 @@ public static string ALERT_DOM0_MEMORY_SUB_TEXT { } /// - /// Looks up a localized string similar to Export &all. + /// Sucht eine lokalisierte Zeichenfolge, die Export &all ähnelt. /// public static string ALERT_EXPORT_ALL_BUTTON { get { @@ -5013,7 +5031,7 @@ public static string ALERT_EXPORT_ALL_BUTTON { } /// - /// Looks up a localized string similar to You have applied filters to the list of alerts. Do you want to export all alerts from every connected server, or only the alerts you have chosen to view?. + /// Sucht eine lokalisierte Zeichenfolge, die You have applied filters to the list of alerts. Do you want to export all alerts from every connected server, or only the alerts you have chosen to view? ähnelt. /// public static string ALERT_EXPORT_ALL_OR_FILTERED { get { @@ -5022,7 +5040,7 @@ public static string ALERT_EXPORT_ALL_OR_FILTERED { } /// - /// Looks up a localized string similar to Only export &visible. + /// Sucht eine lokalisierte Zeichenfolge, die Only export &visible ähnelt. /// public static string ALERT_EXPORT_FILTERED_BUTTON { get { @@ -5031,7 +5049,7 @@ public static string ALERT_EXPORT_FILTERED_BUTTON { } /// - /// Looks up a localized string similar to Help. + /// Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. /// public static string ALERT_GENERIC_HELP { get { @@ -5040,7 +5058,7 @@ public static string ALERT_GENERIC_HELP { } /// - /// Looks up a localized string similar to When free memory falls below {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When free memory falls below {0} for {1} min(s) ähnelt. /// public static string ALERT_MEMORY_SUB_TEXT { get { @@ -5049,7 +5067,7 @@ public static string ALERT_MEMORY_SUB_TEXT { } /// - /// Looks up a localized string similar to When network usage exceeds {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When network usage exceeds {0} for {1} min(s) ähnelt. /// public static string ALERT_NET_SUB_TEXT { get { @@ -5058,7 +5076,7 @@ public static string ALERT_NET_SUB_TEXT { } /// - /// Looks up a localized string similar to Go to Web Page. + /// Sucht eine lokalisierte Zeichenfolge, die Go to Web Page ähnelt. /// public static string ALERT_NEW_PATCH_DOWNLOAD { get { @@ -5067,7 +5085,7 @@ public static string ALERT_NEW_PATCH_DOWNLOAD { } /// - /// Looks up a localized string similar to {0} is now available. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is now available ähnelt. /// public static string ALERT_NEW_VERSION { get { @@ -5076,7 +5094,7 @@ public static string ALERT_NEW_VERSION { } /// - /// Looks up a localized string similar to {0} is now available. Download the new version from the [Citrix] website.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is now available. Click in the action row menu at "Go to Web Page". ähnelt. /// public static string ALERT_NEW_VERSION_DETAILS { get { @@ -5085,7 +5103,7 @@ public static string ALERT_NEW_VERSION_DETAILS { } /// - /// Looks up a localized string similar to Go to Web Page. + /// Sucht eine lokalisierte Zeichenfolge, die Go to Web Page ähnelt. /// public static string ALERT_NEW_VERSION_DOWNLOAD { get { @@ -5094,7 +5112,7 @@ public static string ALERT_NEW_VERSION_DOWNLOAD { } /// - /// Looks up a localized string similar to When SR physical utilization exceeds {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When SR physical utilization exceeds {0} for {1} min(s) ähnelt. /// public static string ALERT_SR_PHYSICAL_UTILISATION_SUB_TEXT { get { @@ -5103,7 +5121,7 @@ public static string ALERT_SR_PHYSICAL_UTILISATION_SUB_TEXT { } /// - /// Looks up a localized string similar to When storage throughput exceeds {0} for {1} min(s). + /// Sucht eine lokalisierte Zeichenfolge, die When storage throughput exceeds {0} for {1} min(s) ähnelt. /// public static string ALERT_SR_SUB_TEXT { get { @@ -5112,7 +5130,7 @@ public static string ALERT_SR_SUB_TEXT { } /// - /// Looks up a localized string similar to Alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Alerts ähnelt. /// public static string ALERTS { get { @@ -5121,7 +5139,7 @@ public static string ALERTS { } /// - /// Looks up a localized string similar to Alerts found: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Alerts found: {0} ähnelt. /// public static string ALERTS_FOUND { get { @@ -5130,7 +5148,7 @@ public static string ALERTS_FOUND { } /// - /// Looks up a localized string similar to Total alerts: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Total alerts: {0} ähnelt. /// public static string ALERTS_TOTAL { get { @@ -5139,7 +5157,7 @@ public static string ALERTS_TOTAL { } /// - /// Looks up a localized string similar to All Files. + /// Sucht eine lokalisierte Zeichenfolge, die All Files ähnelt. /// public static string ALL_FILES { get { @@ -5148,7 +5166,7 @@ public static string ALL_FILES { } /// - /// Looks up a localized string similar to All of the following:. + /// Sucht eine lokalisierte Zeichenfolge, die All of the following: ähnelt. /// public static string ALL_OF { get { @@ -5157,7 +5175,7 @@ public static string ALL_OF { } /// - /// Looks up a localized string similar to All your managed servers are fully licensed.. + /// Sucht eine lokalisierte Zeichenfolge, die All your managed servers are fully licensed. ähnelt. /// public static string ALL_SERVERS_LICENSED { get { @@ -5166,7 +5184,7 @@ public static string ALL_SERVERS_LICENSED { } /// - /// Looks up a localized string similar to All Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die All Storage Repositories ähnelt. /// public static string ALL_SRS { get { @@ -5175,7 +5193,7 @@ public static string ALL_SRS { } /// - /// Looks up a localized string similar to All resources. + /// Sucht eine lokalisierte Zeichenfolge, die All resources ähnelt. /// public static string ALL_TYPES { get { @@ -5184,7 +5202,7 @@ public static string ALL_TYPES { } /// - /// Looks up a localized string similar to All resources and folders. + /// Sucht eine lokalisierte Zeichenfolge, die All resources and folders ähnelt. /// public static string ALL_TYPES_AND_FOLDERS { get { @@ -5193,7 +5211,7 @@ public static string ALL_TYPES_AND_FOLDERS { } /// - /// Looks up a localized string similar to All Updates Applied. + /// Sucht eine lokalisierte Zeichenfolge, die All Updates Applied ähnelt. /// public static string ALL_UPDATES_APPLIED { get { @@ -5202,7 +5220,7 @@ public static string ALL_UPDATES_APPLIED { } /// - /// Looks up a localized string similar to &Allow to continue. + /// Sucht eine lokalisierte Zeichenfolge, die &Allow to continue ähnelt. /// public static string ALLOW_TO_CONTINUE { get { @@ -5211,7 +5229,7 @@ public static string ALLOW_TO_CONTINUE { } /// - /// Looks up a localized string similar to Allowed MTU range: {0} to {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Allowed MTU range: {0} to {1} ähnelt. /// public static string ALLOWED_MTU_RANGE { get { @@ -5220,7 +5238,7 @@ public static string ALLOWED_MTU_RANGE { } /// - /// Looks up a localized string similar to Allowed MTU value: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Allowed MTU value: {0} ähnelt. /// public static string ALLOWED_MTU_VALUE { get { @@ -5229,9 +5247,9 @@ public static string ALLOWED_MTU_VALUE { } /// - /// Looks up a localized string similar to The SR '{0}' is currently attached elsewhere. Do you want to attach it to '{1}'? + /// Sucht eine lokalisierte Zeichenfolge, die The SR '{0}' is currently attached elsewhere. Do you want to attach it to '{1}'? /// - ///Warning: you must ensure that the SR is not in use by any server not connected to [XenCenter]. Failure to do so may result in data loss.. + ///Warning: you must ensure that the SR is not in use by any server not connected to [XenCenter]. Failure to do so may result in data loss. ähnelt. /// public static string ALREADY_ATTACHED_ELSEWHERE { get { @@ -5240,7 +5258,7 @@ public static string ALREADY_ATTACHED_ELSEWHERE { } /// - /// Looks up a localized string similar to You are already connected to server '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die You are already connected to server '{0}'. ähnelt. /// public static string ALREADY_CONNECTED { get { @@ -5249,7 +5267,7 @@ public static string ALREADY_CONNECTED { } /// - /// Looks up a localized string similar to already in {0}. + /// Sucht eine lokalisierte Zeichenfolge, die already in {0} ähnelt. /// public static string ALREADY_IN_BOND { get { @@ -5258,7 +5276,7 @@ public static string ALREADY_IN_BOND { } /// - /// Looks up a localized string similar to Any ancestor folder. + /// Sucht eine lokalisierte Zeichenfolge, die Any ancestor folder ähnelt. /// public static string ANCESTOR_FOLDERS { get { @@ -5267,7 +5285,7 @@ public static string ANCESTOR_FOLDERS { } /// - /// Looks up a localized string similar to Any of the following:. + /// Sucht eine lokalisierte Zeichenfolge, die Any of the following: ähnelt. /// public static string ANY_OF { get { @@ -5276,7 +5294,7 @@ public static string ANY_OF { } /// - /// Looks up a localized string similar to Applied on: . + /// Sucht eine lokalisierte Zeichenfolge, die Applied on: ähnelt. /// public static string APPLIED_ON { get { @@ -5285,7 +5303,7 @@ public static string APPLIED_ON { } /// - /// Looks up a localized string similar to Applies To. + /// Sucht eine lokalisierte Zeichenfolge, die Applies To ähnelt. /// public static string APPLIES_TO { get { @@ -5294,7 +5312,7 @@ public static string APPLIES_TO { } /// - /// Looks up a localized string similar to Apply hotfix. + /// Sucht eine lokalisierte Zeichenfolge, die Apply hotfix ähnelt. /// public static string APPLY_HOTFIX { get { @@ -5303,7 +5321,7 @@ public static string APPLY_HOTFIX { } /// - /// Looks up a localized string similar to Applied update '{0}' to server '{1}'. Result: {2}.. + /// Sucht eine lokalisierte Zeichenfolge, die Applied update '{0}' to server '{1}'. Result: {2}. ähnelt. /// public static string APPLY_PATCH_LOG_MESSAGE { get { @@ -5312,7 +5330,7 @@ public static string APPLY_PATCH_LOG_MESSAGE { } /// - /// Looks up a localized string similar to Applying hotfix to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Applying hotfix to '{0}' ähnelt. /// public static string APPLYING_HOTFIX_TO_HOST { get { @@ -5321,7 +5339,7 @@ public static string APPLYING_HOTFIX_TO_HOST { } /// - /// Looks up a localized string similar to Applying update '{0}' to server '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Applying update '{0}' to server '{1}'... ähnelt. /// public static string APPLYING_PATCH { get { @@ -5330,7 +5348,7 @@ public static string APPLYING_PATCH { } /// - /// Looks up a localized string similar to License applied. + /// Sucht eine lokalisierte Zeichenfolge, die License applied ähnelt. /// public static string APPLYLICENSE_APPLIED { get { @@ -5339,7 +5357,7 @@ public static string APPLYLICENSE_APPLIED { } /// - /// Looks up a localized string similar to Applying license {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Applying license {0}... ähnelt. /// public static string APPLYLICENSE_APPLYING { get { @@ -5348,7 +5366,7 @@ public static string APPLYLICENSE_APPLYING { } /// - /// Looks up a localized string similar to Preparing to apply license. + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to apply license ähnelt. /// public static string APPLYLICENSE_PREP { get { @@ -5357,7 +5375,7 @@ public static string APPLYLICENSE_PREP { } /// - /// Looks up a localized string similar to Applying license to server {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Applying license to server {0} ähnelt. /// public static string APPLYLICENSE_TITLE { get { @@ -5366,7 +5384,7 @@ public static string APPLYLICENSE_TITLE { } /// - /// Looks up a localized string similar to License updated. + /// Sucht eine lokalisierte Zeichenfolge, die License updated ähnelt. /// public static string APPLYLICENSE_UPDATED { get { @@ -5375,7 +5393,7 @@ public static string APPLYLICENSE_UPDATED { } /// - /// Looks up a localized string similar to are empty. + /// Sucht eine lokalisierte Zeichenfolge, die are empty ähnelt. /// public static string ARE_EMPTY { get { @@ -5384,7 +5402,7 @@ public static string ARE_EMPTY { } /// - /// Looks up a localized string similar to are not empty. + /// Sucht eine lokalisierte Zeichenfolge, die are not empty ähnelt. /// public static string ARE_NOT_EMPTY { get { @@ -5393,7 +5411,7 @@ public static string ARE_NOT_EMPTY { } /// - /// Looks up a localized string similar to As soon as the snapshot is taken. + /// Sucht eine lokalisierte Zeichenfolge, die As soon as the snapshot is taken ähnelt. /// public static string ASAPSNAPSHOTTAKEN { get { @@ -5402,7 +5420,7 @@ public static string ASAPSNAPSHOTTAKEN { } /// - /// Looks up a localized string similar to A-SIS capable. + /// Sucht eine lokalisierte Zeichenfolge, die A-SIS capable ähnelt. /// public static string ASIS_CAPABLE { get { @@ -5411,7 +5429,7 @@ public static string ASIS_CAPABLE { } /// - /// Looks up a localized string similar to VM migration status. + /// Sucht eine lokalisierte Zeichenfolge, die VM migration status ähnelt. /// public static string ASSERT_CAN_EVACUATE_CHECK_DESCRIPTION { get { @@ -5420,7 +5438,7 @@ public static string ASSERT_CAN_EVACUATE_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to {0}: Can recover VM check. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Can recover VM check ähnelt. /// public static string ASSERT_VM_CAN_BE_RECOVERED_CHECK_DESCRIPTION { get { @@ -5429,7 +5447,7 @@ public static string ASSERT_VM_CAN_BE_RECOVERED_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to License Details. + /// Sucht eine lokalisierte Zeichenfolge, die License Details ähnelt. /// public static string ASSIGN_LICENSE_DIALOG_COLLAPSE_MESSAGE { get { @@ -5438,7 +5456,7 @@ public static string ASSIGN_LICENSE_DIALOG_COLLAPSE_MESSAGE { } /// - /// Looks up a localized string similar to License Details. + /// Sucht eine lokalisierte Zeichenfolge, die License Details ähnelt. /// public static string ASSIGN_LICENSE_DIALOG_EXPAND_MESSAGE { get { @@ -5447,7 +5465,7 @@ public static string ASSIGN_LICENSE_DIALOG_EXPAND_MESSAGE { } /// - /// Looks up a localized string similar to Assign to vA&pp. + /// Sucht eine lokalisierte Zeichenfolge, die Assign to vA&pp ähnelt. /// public static string ASSIGN_VM_APPLIANCE { get { @@ -5456,7 +5474,7 @@ public static string ASSIGN_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Assign VM '{0}' to vApp '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM '{0}' to vApp '{1}' ähnelt. /// public static string ASSIGN_VM_TO_VAPP { get { @@ -5465,7 +5483,7 @@ public static string ASSIGN_VM_TO_VAPP { } /// - /// Looks up a localized string similar to Assign VMs to vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VMs to vApp '{0}' ähnelt. /// public static string ASSIGN_VMS_TO_VAPP { get { @@ -5474,7 +5492,7 @@ public static string ASSIGN_VMS_TO_VAPP { } /// - /// Looks up a localized string similar to Assign VM to snapsh&ot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM to snapsh&ot schedule ähnelt. /// public static string ASSIGN_VMSS_POLICY { get { @@ -5483,7 +5501,7 @@ public static string ASSIGN_VMSS_POLICY { } /// - /// Looks up a localized string similar to Assign VM to snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM to snapshot schedule ähnelt. /// public static string ASSIGN_VMSS_POLICY_CONTEXT_MENU { get { @@ -5492,7 +5510,7 @@ public static string ASSIGN_VMSS_POLICY_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Assign VM to snapshot schedule.... + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM to snapshot schedule... ähnelt. /// public static string ASSIGN_VMSS_POLICY_NOAMP { get { @@ -5501,7 +5519,7 @@ public static string ASSIGN_VMSS_POLICY_NOAMP { } /// - /// Looks up a localized string similar to vApp assigned.. + /// Sucht eine lokalisierte Zeichenfolge, die vApp assigned. ähnelt. /// public static string ASSIGNED_VM_APPLIANCE { get { @@ -5510,7 +5528,7 @@ public static string ASSIGNED_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Snapshot schedule assigned.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedule assigned. ähnelt. /// public static string ASSIGNED_VMSS_POLICY { get { @@ -5519,7 +5537,7 @@ public static string ASSIGNED_VMSS_POLICY { } /// - /// Looks up a localized string similar to Assigning vApp.... + /// Sucht eine lokalisierte Zeichenfolge, die Assigning vApp... ähnelt. /// public static string ASSIGNING_VM_APPLIANCE { get { @@ -5528,7 +5546,7 @@ public static string ASSIGNING_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Assigning to a snapshot schedule.... + /// Sucht eine lokalisierte Zeichenfolge, die Assigning to a snapshot schedule... ähnelt. /// public static string ASSIGNING_VMSS_POLICY { get { @@ -5537,7 +5555,7 @@ public static string ASSIGNING_VMSS_POLICY { } /// - /// Looks up a localized string similar to The selected disk can only be attached in read/write mode. + /// Sucht eine lokalisierte Zeichenfolge, die The selected disk can only be attached in read/write mode ähnelt. /// public static string ATTACH_DISK_DIALOG_READONLY_DISABLED_FOR_HVM { get { @@ -5546,7 +5564,7 @@ public static string ATTACH_DISK_DIALOG_READONLY_DISABLED_FOR_HVM { } /// - /// Looks up a localized string similar to &Attach SR. + /// Sucht eine lokalisierte Zeichenfolge, die &Attach SR ähnelt. /// public static string ATTACH_SR { get { @@ -5555,7 +5573,7 @@ public static string ATTACH_SR { } /// - /// Looks up a localized string similar to {0} - {1} . + /// Sucht eine lokalisierte Zeichenfolge, die {0} - {1} ähnelt. /// public static string ATTACHDISK_SIZE_DESCRIPTION { get { @@ -5564,7 +5582,7 @@ public static string ATTACHDISK_SIZE_DESCRIPTION { } /// - /// Looks up a localized string similar to Attached. + /// Sucht eine lokalisierte Zeichenfolge, die Attached ähnelt. /// public static string ATTACHDISKWIZARD_ATTACHED { get { @@ -5573,7 +5591,7 @@ public static string ATTACHDISKWIZARD_ATTACHED { } /// - /// Looks up a localized string similar to attached to. + /// Sucht eine lokalisierte Zeichenfolge, die attached to ähnelt. /// public static string ATTACHED_TO { get { @@ -5582,7 +5600,7 @@ public static string ATTACHED_TO { } /// - /// Looks up a localized string similar to Attached virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Attached virtual disks ähnelt. /// public static string ATTACHED_VIRTUAL_DISKS { get { @@ -5591,7 +5609,7 @@ public static string ATTACHED_VIRTUAL_DISKS { } /// - /// Looks up a localized string similar to Attaching virtual disk '{0}' to VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Attaching virtual disk '{0}' to VM '{1}' ähnelt. /// public static string ATTACHING_VIRTUAL_DISK { get { @@ -5600,7 +5618,7 @@ public static string ATTACHING_VIRTUAL_DISK { } /// - /// Looks up a localized string similar to Authorizing User. + /// Sucht eine lokalisierte Zeichenfolge, die Authorizing User ähnelt. /// public static string AUTHORIZING_USER { get { @@ -5609,7 +5627,7 @@ public static string AUTHORIZING_USER { } /// - /// Looks up a localized string similar to License status for automated updates. + /// Sucht eine lokalisierte Zeichenfolge, die License status for automated updates ähnelt. /// public static string AUTOMATED_UPDATES_LICENSE_CHECK_DESCRIPTION { get { @@ -5618,13 +5636,13 @@ public static string AUTOMATED_UPDATES_LICENSE_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to This warning may have various causes. Please consider one of the following solutions and try again: + /// Sucht eine lokalisierte Zeichenfolge, die This warning may have various causes. Please consider one of the following solutions and try again: /// ///- License any unlicensed hosts in the pool. /// ///- Ensure automated updates are not restricted on any hosts in the pool. /// - ///- Deselect the updates application checkbox on the previous page. [XenCenter] will upgrade the selected servers to the new version without applying any updates.. + ///- Deselect the updates application checkbox on the previous page. [XenCenter] will upgrade the selected servers to the new version without applying any updates. ähnelt. /// public static string AUTOMATED_UPDATES_UNLICENSED_WARNING_MORE_INFO { get { @@ -5633,7 +5651,7 @@ public static string AUTOMATED_UPDATES_UNLICENSED_WARNING_MORE_INFO { } /// - /// Looks up a localized string similar to Auto-start on server boot. + /// Sucht eine lokalisierte Zeichenfolge, die Auto-start on server boot ähnelt. /// public static string AUTOSTART { get { @@ -5642,7 +5660,7 @@ public static string AUTOSTART { } /// - /// Looks up a localized string similar to {0}: VM {1} has autostart enabled. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: VM {1} has autostart enabled ähnelt. /// public static string AUTOSTART_ENABLED_CHECK_DESCRIPTION { get { @@ -5651,7 +5669,7 @@ public static string AUTOSTART_ENABLED_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to available. + /// Sucht eine lokalisierte Zeichenfolge, die available ähnelt. /// public static string AVAILABLE { get { @@ -5660,7 +5678,7 @@ public static string AVAILABLE { } /// - /// Looks up a localized string similar to Download. + /// Sucht eine lokalisierte Zeichenfolge, die Download ähnelt. /// public static string AVAILABLE_UPDATES_DOWNLOAD_TEXT { get { @@ -5669,7 +5687,7 @@ public static string AVAILABLE_UPDATES_DOWNLOAD_TEXT { } /// - /// Looks up a localized string similar to An error occurred when searching for updates: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when searching for updates: {0} ähnelt. /// public static string AVAILABLE_UPDATES_ERROR { get { @@ -5678,7 +5696,7 @@ public static string AVAILABLE_UPDATES_ERROR { } /// - /// Looks up a localized string similar to The following software updates for your system are available online.. + /// Sucht eine lokalisierte Zeichenfolge, die The following software updates for your system are available online. ähnelt. /// public static string AVAILABLE_UPDATES_FOUND { get { @@ -5687,7 +5705,7 @@ public static string AVAILABLE_UPDATES_FOUND { } /// - /// Looks up a localized string similar to There was an internal error when searching for available updates. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die There was an internal error when searching for available updates. Please see the logs for more information. ähnelt. /// public static string AVAILABLE_UPDATES_INTERNAL_ERROR { get { @@ -5696,7 +5714,7 @@ public static string AVAILABLE_UPDATES_INTERNAL_ERROR { } /// - /// Looks up a localized string similar to There was a network error when searching for available updates. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die There was a network error when searching for available updates. Please see the logs for more information. ähnelt. /// public static string AVAILABLE_UPDATES_NETWORK_ERROR { get { @@ -5705,7 +5723,7 @@ public static string AVAILABLE_UPDATES_NETWORK_ERROR { } /// - /// Looks up a localized string similar to No updates found.. + /// Sucht eine lokalisierte Zeichenfolge, die No updates found. ähnelt. /// public static string AVAILABLE_UPDATES_NOT_FOUND { get { @@ -5714,7 +5732,7 @@ public static string AVAILABLE_UPDATES_NOT_FOUND { } /// - /// Looks up a localized string similar to Searching for updates.... + /// Sucht eine lokalisierte Zeichenfolge, die Searching for updates... ähnelt. /// public static string AVAILABLE_UPDATES_SEARCHING { get { @@ -5723,7 +5741,7 @@ public static string AVAILABLE_UPDATES_SEARCHING { } /// - /// Looks up a localized string similar to Backing up server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Backing up server '{0}' ähnelt. /// public static string BACKINGUP_HOST { get { @@ -5732,7 +5750,7 @@ public static string BACKINGUP_HOST { } /// - /// Looks up a localized string similar to Backing up server '{0}', {1} received... . + /// Sucht eine lokalisierte Zeichenfolge, die Backing up server '{0}', {1} received... ähnelt. /// public static string BACKINGUP_HOST_WITH_DATA { get { @@ -5741,7 +5759,7 @@ public static string BACKINGUP_HOST_WITH_DATA { } /// - /// Looks up a localized string similar to Back Up Server.... + /// Sucht eine lokalisierte Zeichenfolge, die Back Up Server... ähnelt. /// public static string BACKUP_HOST { get { @@ -5750,7 +5768,7 @@ public static string BACKUP_HOST { } /// - /// Looks up a localized string similar to Backup name. + /// Sucht eine lokalisierte Zeichenfolge, die Backup name ähnelt. /// public static string BACKUP_NAME { get { @@ -5759,7 +5777,7 @@ public static string BACKUP_NAME { } /// - /// Looks up a localized string similar to Select the server to restore from the list below. If the server you want is not listed here, you can add it by clicking Add New Server.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the server to restore from the list below. If the server you want is not listed here, you can add it by clicking Add New Server. ähnelt. /// public static string BACKUP_SELECT_HOST { get { @@ -5768,7 +5786,7 @@ public static string BACKUP_SELECT_HOST { } /// - /// Looks up a localized string similar to Restore. + /// Sucht eine lokalisierte Zeichenfolge, die Restore ähnelt. /// public static string BACKUP_SELECT_HOST_BUTTON { get { @@ -5777,7 +5795,7 @@ public static string BACKUP_SELECT_HOST_BUTTON { } /// - /// Looks up a localized string similar to Restore from Backup. + /// Sucht eine lokalisierte Zeichenfolge, die Restore from Backup ähnelt. /// public static string BACKUP_SELECT_HOST_TITLE { get { @@ -5786,9 +5804,9 @@ public static string BACKUP_SELECT_HOST_TITLE { } /// - /// Looks up a localized string similar to The server you are connecting to has been restored from a backup of '{0}', a server you are already connected to. + /// Sucht eine lokalisierte Zeichenfolge, die The server you are connecting to has been restored from a backup of '{0}', a server you are already connected to. /// - ///This is a potentially dangerous operation and is not allowed.. + ///This is a potentially dangerous operation and is not allowed. ähnelt. /// public static string BAD_RESTORE_DETECTED { get { @@ -5797,7 +5815,7 @@ public static string BAD_RESTORE_DETECTED { } /// - /// Looks up a localized string similar to The server '{0}' gave a bad response to the query.. + /// Sucht eine lokalisierte Zeichenfolge, die The server '{0}' gave a bad response to the query. ähnelt. /// public static string BAD_SERVER_RESPONSE { get { @@ -5806,7 +5824,7 @@ public static string BAD_SERVER_RESPONSE { } /// - /// Looks up a localized string similar to Choose the VMs whose memory settings you want to adjust. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the VMs whose memory settings you want to adjust ähnelt. /// public static string BALLOONING_PAGE_CHOOSEVMS_PAGETITLE { get { @@ -5815,7 +5833,7 @@ public static string BALLOONING_PAGE_CHOOSEVMS_PAGETITLE { } /// - /// Looks up a localized string similar to Select VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Select VMs ähnelt. /// public static string BALLOONING_PAGE_CHOOSEVMS_TEXT { get { @@ -5824,7 +5842,7 @@ public static string BALLOONING_PAGE_CHOOSEVMS_TEXT { } /// - /// Looks up a localized string similar to Configure the memory settings for your selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the memory settings for your selected VMs ähnelt. /// public static string BALLOONING_PAGE_MEMORY_PAGETITLE { get { @@ -5833,7 +5851,7 @@ public static string BALLOONING_PAGE_MEMORY_PAGETITLE { } /// - /// Looks up a localized string similar to Adjust memory settings. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust memory settings ähnelt. /// public static string BALLOONING_PAGE_MEMORY_TEXT { get { @@ -5842,7 +5860,7 @@ public static string BALLOONING_PAGE_MEMORY_TEXT { } /// - /// Looks up a localized string similar to Set a fixed memory for this VM, or set a memory range and allow the VM's memory allocation to be adjusted automatically.. + /// Sucht eine lokalisierte Zeichenfolge, die Set a fixed memory for this VM, or set a memory range and allow the VM's memory allocation to be adjusted automatically. ähnelt. /// public static string BALLOONING_RUBRIC { get { @@ -5851,7 +5869,7 @@ public static string BALLOONING_RUBRIC { } /// - /// Looks up a localized string similar to Set the memory range and static maximum memory for this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Set the memory range and static maximum memory for this VM. ähnelt. /// public static string BALLOONING_RUBRIC_ADVANCED { get { @@ -5860,7 +5878,7 @@ public static string BALLOONING_RUBRIC_ADVANCED { } /// - /// Looks up a localized string similar to Set the memory range and static maximum memory for VMs created from this template.. + /// Sucht eine lokalisierte Zeichenfolge, die Set the memory range and static maximum memory for VMs created from this template. ähnelt. /// public static string BALLOONING_RUBRIC_ADVANCED_TEMPLATE { get { @@ -5869,7 +5887,7 @@ public static string BALLOONING_RUBRIC_ADVANCED_TEMPLATE { } /// - /// Looks up a localized string similar to Set a fixed memory for VMs created from this template, or set a memory range and allow the VMs' memory allocation to be adjusted automatically.. + /// Sucht eine lokalisierte Zeichenfolge, die Set a fixed memory for VMs created from this template, or set a memory range and allow the VMs' memory allocation to be adjusted automatically. ähnelt. /// public static string BALLOONING_RUBRIC_TEMPLATE { get { @@ -5878,7 +5896,7 @@ public static string BALLOONING_RUBRIC_TEMPLATE { } /// - /// Looks up a localized string similar to Base. + /// Sucht eine lokalisierte Zeichenfolge, die Base ähnelt. /// public static string BASE { get { @@ -5887,7 +5905,7 @@ public static string BASE { } /// - /// Looks up a localized string similar to is before. + /// Sucht eine lokalisierte Zeichenfolge, die is before ähnelt. /// public static string BEFORE { get { @@ -5896,7 +5914,7 @@ public static string BEFORE { } /// - /// Looks up a localized string similar to Before You Start. + /// Sucht eine lokalisierte Zeichenfolge, die Before You Start ähnelt. /// public static string BEFORE_YOU_START { get { @@ -5905,7 +5923,7 @@ public static string BEFORE_YOU_START { } /// - /// Looks up a localized string similar to bigger than. + /// Sucht eine lokalisierte Zeichenfolge, die bigger than ähnelt. /// public static string BIGGER_THAN { get { @@ -5914,7 +5932,7 @@ public static string BIGGER_THAN { } /// - /// Looks up a localized string similar to BIOS Boot. + /// Sucht eine lokalisierte Zeichenfolge, die BIOS Boot ähnelt. /// public static string BIOS_BOOT { get { @@ -5923,7 +5941,7 @@ public static string BIOS_BOOT { } /// - /// Looks up a localized string similar to BIOS strings copied. + /// Sucht eine lokalisierte Zeichenfolge, die BIOS strings copied ähnelt. /// public static string BIOS_STRINGS_COPIED { get { @@ -5932,7 +5950,7 @@ public static string BIOS_STRINGS_COPIED { } /// - /// Looks up a localized string similar to Bonded network. + /// Sucht eine lokalisierte Zeichenfolge, die Bonded network ähnelt. /// public static string BOND { get { @@ -5941,7 +5959,7 @@ public static string BOND { } /// - /// Looks up a localized string similar to Create Bond. + /// Sucht eine lokalisierte Zeichenfolge, die Create Bond ähnelt. /// public static string BOND_CREATE { get { @@ -5950,7 +5968,7 @@ public static string BOND_CREATE { } /// - /// Looks up a localized string similar to &Create bond anyway. + /// Sucht eine lokalisierte Zeichenfolge, die &Create bond anyway ähnelt. /// public static string BOND_CREATE_CONTINUE { get { @@ -5959,11 +5977,11 @@ public static string BOND_CREATE_CONTINUE { } /// - /// Looks up a localized string similar to Can’t create this bond while HA is enabled + /// Sucht eine lokalisierte Zeichenfolge, die Can’t create this bond while HA is enabled /// ///A management interface exists on one of the selected NICs. Moving the management interface to the bond could result in HA network heartbeat failure, so this action is not allowed while HA is on. /// - ///To continue, either select different NICs for the bond, or disable HA, create the bond, and then enable HA again.. + ///To continue, either select different NICs for the bond, or disable HA, create the bond, and then enable HA again. ähnelt. /// public static string BOND_CREATE_HA_ENABLED { get { @@ -5972,9 +5990,9 @@ public static string BOND_CREATE_HA_ENABLED { } /// - /// Looks up a localized string similar to This bond cannot be created because both management and secondary interfaces exist on your selected bond members. + /// Sucht eine lokalisierte Zeichenfolge, die This bond cannot be created because both management and secondary interfaces exist on your selected bond members. /// - ///Both types of interface cannot be added to the same bond. Choose different bond members, or move the management interfaces before creating the bond.. + ///Both types of interface cannot be added to the same bond. Choose different bond members, or move the management interfaces before creating the bond. ähnelt. /// public static string BOND_CREATE_WILL_DISTURB_BOTH { get { @@ -5983,9 +6001,9 @@ public static string BOND_CREATE_WILL_DISTURB_BOTH { } /// - /// Looks up a localized string similar to Creating this bond will automatically move the clustering network on one of your selected bond members to the bond itself: + /// Sucht eine lokalisierte Zeichenfolge, die Creating this bond will automatically move the clustering network on one of your selected bond members to the bond itself: /// - ///- If your network configuration is incorrect then hosts may permanently lose the connection to the clustering network, which will cause undesired host fences.. + ///- If your network configuration is incorrect then hosts may permanently lose the connection to the clustering network, which will cause undesired host fences. ähnelt. /// public static string BOND_CREATE_WILL_DISTURB_CLUSTERING { get { @@ -5994,11 +6012,11 @@ public static string BOND_CREATE_WILL_DISTURB_CLUSTERING { } /// - /// Looks up a localized string similar to Creating this bond will automatically move the management interface on one of your selected bond members to the bond itself: + /// Sucht eine lokalisierte Zeichenfolge, die Creating this bond will automatically move the management interface on one of your selected bond members to the bond itself: /// ///- [XenCenter] connections to the pool will temporarily be disturbed /// - ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other.. + ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other. ähnelt. /// public static string BOND_CREATE_WILL_DISTURB_PRIMARY { get { @@ -6007,7 +6025,7 @@ public static string BOND_CREATE_WILL_DISTURB_PRIMARY { } /// - /// Looks up a localized string similar to Creating this bond will disrupt traffic through the secondary interfaces on the bond members while the interfaces are moved onto the bond itself.. + /// Sucht eine lokalisierte Zeichenfolge, die Creating this bond will disrupt traffic through the secondary interfaces on the bond members while the interfaces are moved onto the bond itself. ähnelt. /// public static string BOND_CREATE_WILL_DISTURB_SECONDARY { get { @@ -6016,7 +6034,7 @@ public static string BOND_CREATE_WILL_DISTURB_SECONDARY { } /// - /// Looks up a localized string similar to &Delete bond anyway. + /// Sucht eine lokalisierte Zeichenfolge, die &Delete bond anyway ähnelt. /// public static string BOND_DELETE_CONTINUE { get { @@ -6025,11 +6043,11 @@ public static string BOND_DELETE_CONTINUE { } /// - /// Looks up a localized string similar to Can’t delete this bond while HA is enabled + /// Sucht eine lokalisierte Zeichenfolge, die Can’t delete this bond while HA is enabled /// ///A management interface exists on one of the bonded NICs. Deleting the bond could result in HA network heartbeat failure, so this action is not allowed while HA is on. /// - ///To continue, disable HA, delete the bond, and then enable HA again.. + ///To continue, disable HA, delete the bond, and then enable HA again. ähnelt. /// public static string BOND_DELETE_HA_ENABLED { get { @@ -6038,7 +6056,7 @@ public static string BOND_DELETE_HA_ENABLED { } /// - /// Looks up a localized string similar to {0} + /// Sucht eine lokalisierte Zeichenfolge, die {0} /// ///Deleting this bond will automatically transfer the management and secondary interfaces on the bond to the first slave member of the bond: /// @@ -6046,7 +6064,7 @@ public static string BOND_DELETE_HA_ENABLED { /// ///- Traffic through the secondary interface will be disrupted /// - ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other.. + ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other. ähnelt. /// public static string BOND_DELETE_WILL_DISTURB_BOTH { get { @@ -6055,13 +6073,13 @@ public static string BOND_DELETE_WILL_DISTURB_BOTH { } /// - /// Looks up a localized string similar to {0} + /// Sucht eine lokalisierte Zeichenfolge, die {0} /// ///Deleting this bond will automatically transfer the management interface on the bond to the first slave member of the bond: /// ///- [XenCenter] connections to the pool will temporarily be disturbed /// - ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other.. + ///- If your network configuration is incorrect then [XenCenter] may permanently lose the connection to the pool, or pool members may be unable to contact each other. ähnelt. /// public static string BOND_DELETE_WILL_DISTURB_PRIMARY { get { @@ -6070,9 +6088,9 @@ public static string BOND_DELETE_WILL_DISTURB_PRIMARY { } /// - /// Looks up a localized string similar to {0} + /// Sucht eine lokalisierte Zeichenfolge, die {0} /// - ///Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first slave of the bond.. + ///Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first slave of the bond. ähnelt. /// public static string BOND_DELETE_WILL_DISTURB_SECONDARY { get { @@ -6081,7 +6099,7 @@ public static string BOND_DELETE_WILL_DISTURB_SECONDARY { } /// - /// Looks up a localized string similar to Could not find the bond in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the bond in [XenCenter]'s cache. ähnelt. /// public static string BOND_GONE { get { @@ -6090,7 +6108,7 @@ public static string BOND_GONE { } /// - /// Looks up a localized string similar to Could not find the bond master in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the bond master in [XenCenter]'s cache. ähnelt. /// public static string BOND_MASTER_GONE { get { @@ -6099,7 +6117,7 @@ public static string BOND_MASTER_GONE { } /// - /// Looks up a localized string similar to VM will not boot from devices below this line. + /// Sucht eine lokalisierte Zeichenfolge, die VM will not boot from devices below this line ähnelt. /// public static string BOOT_DEVICE_DISABLED_ROW_TEXT { get { @@ -6108,7 +6126,7 @@ public static string BOOT_DEVICE_DISABLED_ROW_TEXT { } /// - /// Looks up a localized string similar to DVD-Drive. + /// Sucht eine lokalisierte Zeichenfolge, die DVD-Drive ähnelt. /// public static string BOOT_DVD_DRIVE { get { @@ -6117,7 +6135,7 @@ public static string BOOT_DVD_DRIVE { } /// - /// Looks up a localized string similar to Hard Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Hard Disk ähnelt. /// public static string BOOT_HARD_DISK { get { @@ -6126,7 +6144,7 @@ public static string BOOT_HARD_DISK { } /// - /// Looks up a localized string similar to Boot Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Boot Mode ähnelt. /// public static string BOOT_MODE { get { @@ -6135,7 +6153,7 @@ public static string BOOT_MODE { } /// - /// Looks up a localized string similar to Boot order: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Boot order: {0} ähnelt. /// public static string BOOTORDER { get { @@ -6144,7 +6162,16 @@ public static string BOOTORDER { } /// - /// Looks up a localized string similar to There are broken SRs after the upgrade. To solve this problem you should reattach the SRs.. + /// Sucht eine lokalisierte Zeichenfolge, die Boot order: {0} (auto-start on server boot) ähnelt. + /// + public static string BOOTORDER_AUTOSTART { + get { + return ResourceManager.GetString("BOOTORDER_AUTOSTART", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die There are broken SRs after the upgrade. To solve this problem you should reattach the SRs. ähnelt. /// public static string BROKEN_SRS_AFTER_UPGRADE { get { @@ -6153,7 +6180,7 @@ public static string BROKEN_SRS_AFTER_UPGRADE { } /// - /// Looks up a localized string similar to Your Tools ISO is on a broken SR, [XenCenter] will attempt to fix it before proceeding. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Your Tools ISO is on a broken SR, [XenCenter] will attempt to fix it before proceeding. Do you want to continue? ähnelt. /// public static string BROKEN_TOOLS_PROMPT { get { @@ -6162,7 +6189,7 @@ public static string BROKEN_TOOLS_PROMPT { } /// - /// Looks up a localized string similar to Compiling [XenCenter] logs and metadata. + /// Sucht eine lokalisierte Zeichenfolge, die Compiling [XenCenter] logs and metadata ähnelt. /// public static string BUGTOOL_CLIENT_ACTION_LOGS_META { get { @@ -6171,7 +6198,7 @@ public static string BUGTOOL_CLIENT_ACTION_LOGS_META { } /// - /// Looks up a localized string similar to Compiling [XenCenter] metadata. + /// Sucht eine lokalisierte Zeichenfolge, die Compiling [XenCenter] metadata ähnelt. /// public static string BUGTOOL_CLIENT_ACTION_META { get { @@ -6180,7 +6207,7 @@ public static string BUGTOOL_CLIENT_ACTION_META { } /// - /// Looks up a localized string similar to [XenCenter] logs and metadata. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] logs and metadata ähnelt. /// public static string BUGTOOL_CLIENT_LOGS_META { get { @@ -6189,7 +6216,7 @@ public static string BUGTOOL_CLIENT_LOGS_META { } /// - /// Looks up a localized string similar to [XenCenter] metadata. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] metadata ähnelt. /// public static string BUGTOOL_CLIENT_META { get { @@ -6198,7 +6225,7 @@ public static string BUGTOOL_CLIENT_META { } /// - /// Looks up a localized string similar to status-report-. + /// Sucht eine lokalisierte Zeichenfolge, die status-report- ähnelt. /// public static string BUGTOOL_FILE_PREFIX { get { @@ -6207,7 +6234,7 @@ public static string BUGTOOL_FILE_PREFIX { } /// - /// Looks up a localized string similar to Select the data you want to include in your report. + /// Sucht eine lokalisierte Zeichenfolge, die Select the data you want to include in your report ähnelt. /// public static string BUGTOOL_PAGE_CAPABILITIES_PAGETITLE { get { @@ -6216,7 +6243,7 @@ public static string BUGTOOL_PAGE_CAPABILITIES_PAGETITLE { } /// - /// Looks up a localized string similar to Select Report Contents. + /// Sucht eine lokalisierte Zeichenfolge, die Select Report Contents ähnelt. /// public static string BUGTOOL_PAGE_CAPABILITIES_TEXT { get { @@ -6225,7 +6252,7 @@ public static string BUGTOOL_PAGE_CAPABILITIES_TEXT { } /// - /// Looks up a localized string similar to Case number is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Case number is invalid. ähnelt. /// public static string BUGTOOL_PAGE_DESTINATION_INVALID_CASE_NO { get { @@ -6234,7 +6261,7 @@ public static string BUGTOOL_PAGE_DESTINATION_INVALID_CASE_NO { } /// - /// Looks up a localized string similar to Destination directory is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination directory is invalid. ähnelt. /// public static string BUGTOOL_PAGE_DESTINATION_INVALID_FOLDER { get { @@ -6243,7 +6270,7 @@ public static string BUGTOOL_PAGE_DESTINATION_INVALID_FOLDER { } /// - /// Looks up a localized string similar to File name is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die File name is invalid. ähnelt. /// public static string BUGTOOL_PAGE_DESTINATION_INVALID_NAME { get { @@ -6252,7 +6279,7 @@ public static string BUGTOOL_PAGE_DESTINATION_INVALID_NAME { } /// - /// Looks up a localized string similar to Select a destination folder for the report files. + /// Sucht eine lokalisierte Zeichenfolge, die Select a destination folder for the report files ähnelt. /// public static string BUGTOOL_PAGE_DESTINATION_PAGETITLE { get { @@ -6261,7 +6288,7 @@ public static string BUGTOOL_PAGE_DESTINATION_PAGETITLE { } /// - /// Looks up a localized string similar to Report Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Report Destination ähnelt. /// public static string BUGTOOL_PAGE_DESTINATION_TEXT { get { @@ -6270,9 +6297,9 @@ public static string BUGTOOL_PAGE_DESTINATION_TEXT { } /// - /// Looks up a localized string similar to Are you sure you want to leave this page? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to leave this page? /// - ///This will cancel compilation of the status report.. + ///This will cancel compilation of the status report. ähnelt. /// public static string BUGTOOL_PAGE_RETRIEVEDATA_CONFIRM_CANCEL { get { @@ -6281,7 +6308,7 @@ public static string BUGTOOL_PAGE_RETRIEVEDATA_CONFIRM_CANCEL { } /// - /// Looks up a localized string similar to Compiling Status Report. + /// Sucht eine lokalisierte Zeichenfolge, die Compiling Status Report ähnelt. /// public static string BUGTOOL_PAGE_RETRIEVEDATA_PAGE_TITLE { get { @@ -6290,7 +6317,7 @@ public static string BUGTOOL_PAGE_RETRIEVEDATA_PAGE_TITLE { } /// - /// Looks up a localized string similar to Compile Report. + /// Sucht eine lokalisierte Zeichenfolge, die Compile Report ähnelt. /// public static string BUGTOOL_PAGE_RETRIEVEDATA_TEXT { get { @@ -6299,7 +6326,7 @@ public static string BUGTOOL_PAGE_RETRIEVEDATA_TEXT { } /// - /// Looks up a localized string similar to Select Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Select Servers ähnelt. /// public static string BUGTOOL_PAGE_SERVERS_TEXT { get { @@ -6308,7 +6335,7 @@ public static string BUGTOOL_PAGE_SERVERS_TEXT { } /// - /// Looks up a localized string similar to Select the servers you want to include in the report. + /// Sucht eine lokalisierte Zeichenfolge, die Select the servers you want to include in the report ähnelt. /// public static string BUGTOOL_PAGE_SERVERS_TITLE { get { @@ -6317,7 +6344,7 @@ public static string BUGTOOL_PAGE_SERVERS_TITLE { } /// - /// Looks up a localized string similar to Failed. A {0} user cannot retrieve all the specified items.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed. A {0} user cannot retrieve all the specified items. ähnelt. /// public static string BUGTOOL_RBAC_FAILURE { get { @@ -6326,7 +6353,7 @@ public static string BUGTOOL_RBAC_FAILURE { } /// - /// Looks up a localized string similar to Canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Canceled ähnelt. /// public static string BUGTOOL_REPORTSTATUS_CANCELLED { get { @@ -6335,7 +6362,7 @@ public static string BUGTOOL_REPORTSTATUS_CANCELLED { } /// - /// Looks up a localized string similar to Compiling. + /// Sucht eine lokalisierte Zeichenfolge, die Compiling ähnelt. /// public static string BUGTOOL_REPORTSTATUS_COMPILING { get { @@ -6344,7 +6371,7 @@ public static string BUGTOOL_REPORTSTATUS_COMPILING { } /// - /// Looks up a localized string similar to Downloading - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Downloading - {0} ähnelt. /// public static string BUGTOOL_REPORTSTATUS_DOWNLOADING { get { @@ -6353,7 +6380,7 @@ public static string BUGTOOL_REPORTSTATUS_DOWNLOADING { } /// - /// Looks up a localized string similar to Failed - Please see logs for details. + /// Sucht eine lokalisierte Zeichenfolge, die Failed - Please see logs for details ähnelt. /// public static string BUGTOOL_REPORTSTATUS_FAILED { get { @@ -6362,7 +6389,7 @@ public static string BUGTOOL_REPORTSTATUS_FAILED { } /// - /// Looks up a localized string similar to Queued. + /// Sucht eine lokalisierte Zeichenfolge, die Queued ähnelt. /// public static string BUGTOOL_REPORTSTATUS_QUEUED { get { @@ -6371,7 +6398,7 @@ public static string BUGTOOL_REPORTSTATUS_QUEUED { } /// - /// Looks up a localized string similar to Saving server status report. + /// Sucht eine lokalisierte Zeichenfolge, die Saving server status report ähnelt. /// public static string BUGTOOL_SAVING { get { @@ -6380,7 +6407,7 @@ public static string BUGTOOL_SAVING { } /// - /// Looks up a localized string similar to Built-in network. + /// Sucht eine lokalisierte Zeichenfolge, die Built-in network ähnelt. /// public static string BUILTIN_NETWORK { get { @@ -6389,7 +6416,7 @@ public static string BUILTIN_NETWORK { } /// - /// Looks up a localized string similar to PCI Bus Path. + /// Sucht eine lokalisierte Zeichenfolge, die PCI Bus Path ähnelt. /// public static string BUS_PATH { get { @@ -6398,7 +6425,7 @@ public static string BUS_PATH { } /// - /// Looks up a localized string similar to Open or Collapse the Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Open or Collapse the Properties ähnelt. /// public static string BUTTON_DISCLOSURE_TOOLTIP { get { @@ -6407,7 +6434,7 @@ public static string BUTTON_DISCLOSURE_TOOLTIP { } /// - /// Looks up a localized string similar to Cache not yet populated. + /// Sucht eine lokalisierte Zeichenfolge, die Cache not yet populated ähnelt. /// public static string CACHE_NOT_YET_POPULATED { get { @@ -6416,7 +6443,7 @@ public static string CACHE_NOT_YET_POPULATED { } /// - /// Looks up a localized string similar to Caching. + /// Sucht eine lokalisierte Zeichenfolge, die Caching ähnelt. /// public static string CACHING { get { @@ -6425,7 +6452,7 @@ public static string CACHING { } /// - /// Looks up a localized string similar to Cancel. + /// Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt. /// public static string CANCEL { get { @@ -6434,7 +6461,7 @@ public static string CANCEL { } /// - /// Looks up a localized string similar to Cancel Connect. + /// Sucht eine lokalisierte Zeichenfolge, die Cancel Connect ähnelt. /// public static string CANCEL_CONNECT { get { @@ -6443,7 +6470,7 @@ public static string CANCEL_CONNECT { } /// - /// Looks up a localized string similar to Canceling.... + /// Sucht eine lokalisierte Zeichenfolge, die Canceling... ähnelt. /// public static string CANCELING { get { @@ -6452,7 +6479,7 @@ public static string CANCELING { } /// - /// Looks up a localized string similar to Canceling Tasks. + /// Sucht eine lokalisierte Zeichenfolge, die Canceling Tasks ähnelt. /// public static string CANCELING_TASKS { get { @@ -6461,7 +6488,7 @@ public static string CANCELING_TASKS { } /// - /// Looks up a localized string similar to Canceled by user. + /// Sucht eine lokalisierte Zeichenfolge, die Canceled by user ähnelt. /// public static string CANCELLED_BY_USER { get { @@ -6470,7 +6497,7 @@ public static string CANCELLED_BY_USER { } /// - /// Looks up a localized string similar to This ISO storage is in use and cannot be activated.. + /// Sucht eine lokalisierte Zeichenfolge, die This ISO storage is in use and cannot be activated. ähnelt. /// public static string CANNOT_ACTIVATE_ISO_IN_USE { get { @@ -6479,7 +6506,7 @@ public static string CANNOT_ACTIVATE_ISO_IN_USE { } /// - /// Looks up a localized string similar to This snapshot is in use and cannot be activated.. + /// Sucht eine lokalisierte Zeichenfolge, die This snapshot is in use and cannot be activated. ähnelt. /// public static string CANNOT_ACTIVATE_SNAPSHOT_IN_USE { get { @@ -6488,7 +6515,7 @@ public static string CANNOT_ACTIVATE_SNAPSHOT_IN_USE { } /// - /// Looks up a localized string similar to This virtual disk is already activated on VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is already activated on VM '{0}'. ähnelt. /// public static string CANNOT_ACTIVATE_VD_ALREADY_ACTIVE { get { @@ -6497,7 +6524,7 @@ public static string CANNOT_ACTIVATE_VD_ALREADY_ACTIVE { } /// - /// Looks up a localized string similar to This virtual disk is in use and cannot be activated.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is in use and cannot be activated. ähnelt. /// public static string CANNOT_ACTIVATE_VD_IN_USE { get { @@ -6506,7 +6533,7 @@ public static string CANNOT_ACTIVATE_VD_IN_USE { } /// - /// Looks up a localized string similar to It is not possible to activate this virtual disk on VM '{0}' as the VM is not running.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to activate this virtual disk on VM '{0}' as the VM is not running. ähnelt. /// public static string CANNOT_ACTIVATE_VD_VM_HALTED { get { @@ -6515,7 +6542,7 @@ public static string CANNOT_ACTIVATE_VD_VM_HALTED { } /// - /// Looks up a localized string similar to You must install I/O drivers on VM '{0}' before you can activate this virtual disk for the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die You must install I/O drivers on VM '{0}' before you can activate this virtual disk for the VM. ähnelt. /// public static string CANNOT_ACTIVATE_VD_VM_NEEDS_IO_DRIVERS { get { @@ -6524,7 +6551,7 @@ public static string CANNOT_ACTIVATE_VD_VM_NEEDS_IO_DRIVERS { } /// - /// Looks up a localized string similar to You must install [Citrix VM Tools] on VM '{0}' before you can activate this virtual disk for the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die You must install [Citrix VM Tools] on VM '{0}' before you can activate this virtual disk for the VM. ähnelt. /// public static string CANNOT_ACTIVATE_VD_VM_NEEDS_TOOLS { get { @@ -6533,7 +6560,7 @@ public static string CANNOT_ACTIVATE_VD_VM_NEEDS_TOOLS { } /// - /// Looks up a localized string similar to The interface can only be changed when the host is in maintenance mode, because clustering is enabled on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die The interface can only be changed when the host is in maintenance mode, because clustering is enabled on {0}. ähnelt. /// public static string CANNOT_CHANGE_IP_CLUSTERING_ENABLED { get { @@ -6542,7 +6569,7 @@ public static string CANNOT_CHANGE_IP_CLUSTERING_ENABLED { } /// - /// Looks up a localized string similar to (The network's MTU cannot be changed because it is in use as the management interface '{0}'). + /// Sucht eine lokalisierte Zeichenfolge, die (The network's MTU cannot be changed because it is in use as the management interface '{0}') ähnelt. /// public static string CANNOT_CONFIGURE_JUMBO_DISTURB_MANAGEMENT { get { @@ -6551,7 +6578,7 @@ public static string CANNOT_CONFIGURE_JUMBO_DISTURB_MANAGEMENT { } /// - /// Looks up a localized string similar to (The network's MTU cannot be changed because there are active VMs attached without tools installed). + /// Sucht eine lokalisierte Zeichenfolge, die (The network's MTU cannot be changed because there are active VMs attached without tools installed) ähnelt. /// public static string CANNOT_CONFIGURE_JUMBO_VM_NO_TOOLS { get { @@ -6560,7 +6587,7 @@ public static string CANNOT_CONFIGURE_JUMBO_VM_NO_TOOLS { } /// - /// Looks up a localized string similar to You cannot configure an archive that is more frequent than the snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot configure an archive that is more frequent than the snapshot schedule ähnelt. /// public static string CANNOT_CONFIGURE_MORE_FREQ_ARCHIVE { get { @@ -6569,7 +6596,7 @@ public static string CANNOT_CONFIGURE_MORE_FREQ_ARCHIVE { } /// - /// Looks up a localized string similar to (The network's NIC and VLAN cannot be changed as it is in use as the management interface '{0}'). + /// Sucht eine lokalisierte Zeichenfolge, die (The network's NIC and VLAN cannot be changed as it is in use as the management interface '{0}') ähnelt. /// public static string CANNOT_CONFIGURE_NET_DISTURB_MANAGEMENT { get { @@ -6578,7 +6605,7 @@ public static string CANNOT_CONFIGURE_NET_DISTURB_MANAGEMENT { } /// - /// Looks up a localized string similar to (The network's NIC and VLAN cannot be changed as there are active VMs attached). + /// Sucht eine lokalisierte Zeichenfolge, die (The network's NIC and VLAN cannot be changed as there are active VMs attached) ähnelt. /// public static string CANNOT_CONFIGURE_NET_VMS_ATTACHED { get { @@ -6587,7 +6614,7 @@ public static string CANNOT_CONFIGURE_NET_VMS_ATTACHED { } /// - /// Looks up a localized string similar to This ISO storage is in use and cannot be deactivated.. + /// Sucht eine lokalisierte Zeichenfolge, die This ISO storage is in use and cannot be deactivated. ähnelt. /// public static string CANNOT_DEACTIVATE_ISO_IN_USE { get { @@ -6596,7 +6623,7 @@ public static string CANNOT_DEACTIVATE_ISO_IN_USE { } /// - /// Looks up a localized string similar to This virtual disk is already deactivated on VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is already deactivated on VM '{0}'. ähnelt. /// public static string CANNOT_DEACTIVATE_NOT_ACTIVE { get { @@ -6605,7 +6632,7 @@ public static string CANNOT_DEACTIVATE_NOT_ACTIVE { } /// - /// Looks up a localized string similar to This snapshot is in use and cannot be deactivated.. + /// Sucht eine lokalisierte Zeichenfolge, die This snapshot is in use and cannot be deactivated. ähnelt. /// public static string CANNOT_DEACTIVATE_SNAPSHOT_IN_USE { get { @@ -6614,7 +6641,7 @@ public static string CANNOT_DEACTIVATE_SNAPSHOT_IN_USE { } /// - /// Looks up a localized string similar to This virtual disk is in use and cannot be deactivated.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is in use and cannot be deactivated. ähnelt. /// public static string CANNOT_DEACTIVATE_VDI_IN_USE { get { @@ -6623,7 +6650,7 @@ public static string CANNOT_DEACTIVATE_VDI_IN_USE { } /// - /// Looks up a localized string similar to You must install I/O drivers on VM '{0}' before you can deactivate this virtual disk for the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die You must install I/O drivers on VM '{0}' before you can deactivate this virtual disk for the VM. ähnelt. /// public static string CANNOT_DEACTIVATE_VDI_NEEDS_IO_DRIVERS { get { @@ -6632,7 +6659,7 @@ public static string CANNOT_DEACTIVATE_VDI_NEEDS_IO_DRIVERS { } /// - /// Looks up a localized string similar to You must install [Citrix VM Tools] on VM '{0}' before you can deactivate this virtual disk for the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die You must install [Citrix VM Tools] on VM '{0}' before you can deactivate this virtual disk for the VM. ähnelt. /// public static string CANNOT_DEACTIVATE_VDI_NEEDS_TOOLS { get { @@ -6641,7 +6668,7 @@ public static string CANNOT_DEACTIVATE_VDI_NEEDS_TOOLS { } /// - /// Looks up a localized string similar to It is not possible to deactivate this virtual disk on VM '{0}' because the VM is not running.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to deactivate this virtual disk on VM '{0}' because the VM is not running. ähnelt. /// public static string CANNOT_DEACTIVATE_VDI_VM_NOT_RUNNING { get { @@ -6650,7 +6677,7 @@ public static string CANNOT_DEACTIVATE_VDI_VM_NOT_RUNNING { } /// - /// Looks up a localized string similar to Virtual disks must be deactivated before being deleted. This virtual disk is in use by the VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual disks must be deactivated before being deleted. This virtual disk is in use by the VM '{0}'. ähnelt. /// public static string CANNOT_DELETE_ACTIVE_VDI { get { @@ -6659,7 +6686,7 @@ public static string CANNOT_DELETE_ACTIVE_VDI { } /// - /// Looks up a localized string similar to ISO storage must be ejected from VMs before being deleted. This storage is in use by the VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die ISO storage must be ejected from VMs before being deleted. This storage is in use by the VM '{0}'. ähnelt. /// public static string CANNOT_DELETE_ACTIVE_VDI_ISO { get { @@ -6668,9 +6695,9 @@ public static string CANNOT_DELETE_ACTIVE_VDI_ISO { } /// - /// Looks up a localized string similar to It is not possible to deactivate and delete this virtual disk on the VM '{0}': + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to deactivate and delete this virtual disk on the VM '{0}': /// - ///{1}. + ///{1} ähnelt. /// public static string CANNOT_DELETE_CANNOT_DEACTIVATE_REASON { get { @@ -6679,7 +6706,7 @@ public static string CANNOT_DELETE_CANNOT_DEACTIVATE_REASON { } /// - /// Looks up a localized string similar to [XenServer] templates cannot be deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] templates cannot be deleted. ähnelt. /// public static string CANNOT_DELETE_DEFAULT_TEMPLATE { get { @@ -6688,7 +6715,7 @@ public static string CANNOT_DELETE_DEFAULT_TEMPLATE { } /// - /// Looks up a localized string similar to This virtual disk is used for DR. To delete it, configure DR not to save data to this storage repository.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is used for DR. To delete it, configure DR not to save data to this storage repository. ähnelt. /// public static string CANNOT_DELETE_DR_VD { get { @@ -6697,7 +6724,7 @@ public static string CANNOT_DELETE_DR_VD { } /// - /// Looks up a localized string similar to This virtual disk is used for HA. To delete it, first disable HA.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is used for HA. To delete it, first disable HA. ähnelt. /// public static string CANNOT_DELETE_HA_VD { get { @@ -6706,7 +6733,7 @@ public static string CANNOT_DELETE_HA_VD { } /// - /// Looks up a localized string similar to Cannot delete this system disk as it is in use by the running VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot delete this system disk as it is in use by the running VM '{0}'. ähnelt. /// public static string CANNOT_DELETE_IN_USE_SYS_VD { get { @@ -6715,7 +6742,7 @@ public static string CANNOT_DELETE_IN_USE_SYS_VD { } /// - /// Looks up a localized string similar to It is not possible to delete this ISO storage. Please check your SR supports this operation and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to delete this ISO storage. Please check your SR supports this operation and try again. ähnelt. /// public static string CANNOT_DELETE_ISO_GENERIC { get { @@ -6724,7 +6751,7 @@ public static string CANNOT_DELETE_ISO_GENERIC { } /// - /// Looks up a localized string similar to This ISO storage is currently in use and cannot be deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die This ISO storage is currently in use and cannot be deleted. ähnelt. /// public static string CANNOT_DELETE_ISO_IN_USE { get { @@ -6733,7 +6760,7 @@ public static string CANNOT_DELETE_ISO_IN_USE { } /// - /// Looks up a localized string similar to It is not possible to delete this snapshot. Please check your SR supports this operation and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to delete this snapshot. Please check your SR supports this operation and try again. ähnelt. /// public static string CANNOT_DELETE_SNAPSHOT_GENERIC { get { @@ -6742,7 +6769,7 @@ public static string CANNOT_DELETE_SNAPSHOT_GENERIC { } /// - /// Looks up a localized string similar to This snapshot is currently in use and cannot be deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die This snapshot is currently in use and cannot be deleted. ähnelt. /// public static string CANNOT_DELETE_SNAPSHOT_IN_USE { get { @@ -6751,7 +6778,7 @@ public static string CANNOT_DELETE_SNAPSHOT_IN_USE { } /// - /// Looks up a localized string similar to Deleting the [Citrix VM Tools] ISO storage is not supported.. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting the [Citrix VM Tools] ISO storage is not supported. ähnelt. /// public static string CANNOT_DELETE_TOOLS_SR { get { @@ -6760,7 +6787,7 @@ public static string CANNOT_DELETE_TOOLS_SR { } /// - /// Looks up a localized string similar to It is not possible to delete this virtual disk. Please check your SR supports this operation and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to delete this virtual disk. Please check your SR supports this operation and try again. ähnelt. /// public static string CANNOT_DELETE_VD_GENERIC { get { @@ -6769,7 +6796,7 @@ public static string CANNOT_DELETE_VD_GENERIC { } /// - /// Looks up a localized string similar to This virtual disk is currently in use and cannot be deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is currently in use and cannot be deleted. ähnelt. /// public static string CANNOT_DELETE_VD_IN_USE { get { @@ -6778,7 +6805,7 @@ public static string CANNOT_DELETE_VD_IN_USE { } /// - /// Looks up a localized string similar to This virtual disk is active on VM '{0}'. Deactivate the virtual disk before deleting.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is active on VM '{0}'. Deactivate the virtual disk before deleting. ähnelt. /// public static string CANNOT_DELETE_VDI_ACTIVE_ON { get { @@ -6787,7 +6814,7 @@ public static string CANNOT_DELETE_VDI_ACTIVE_ON { } /// - /// Looks up a localized string similar to This virtual disk is attached to multiple VMs. Detach your virtual disk from these VMs before deleting it.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is attached to multiple VMs. Detach your virtual disk from these VMs before deleting it. ähnelt. /// public static string CANNOT_DELETE_VDI_MULTIPLE_VBDS { get { @@ -6796,7 +6823,7 @@ public static string CANNOT_DELETE_VDI_MULTIPLE_VBDS { } /// - /// Looks up a localized string similar to Running VMs require tools to be installed before you can delete their virtual disks. This disk is in us by the running VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Running VMs require tools to be installed before you can delete their virtual disks. This disk is in us by the running VM '{0}'. ähnelt. /// public static string CANNOT_DELETE_VDI_RUNNING_VM_NO_TOOLS { get { @@ -6805,7 +6832,7 @@ public static string CANNOT_DELETE_VDI_RUNNING_VM_NO_TOOLS { } /// - /// Looks up a localized string similar to Virtual disks cannot be deleted from suspended VMs. This virtual disk is used by the suspended VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual disks cannot be deleted from suspended VMs. This virtual disk is used by the suspended VM '{0}'. ähnelt. /// public static string CANNOT_DELETE_VDI_SUSPENDED_VM { get { @@ -6814,7 +6841,7 @@ public static string CANNOT_DELETE_VDI_SUSPENDED_VM { } /// - /// Looks up a localized string similar to Could not find XML node {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find XML node {0}. ähnelt. /// public static string CANNOT_FIND_NODE { get { @@ -6823,7 +6850,7 @@ public static string CANNOT_FIND_NODE { } /// - /// Looks up a localized string similar to You cannot configure an SR of type '{0}' using [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot configure an SR of type '{0}' using [XenCenter]. ähnelt. /// public static string CANNOT_FIND_SR_WIZARD_TYPE { get { @@ -6832,7 +6859,7 @@ public static string CANNOT_FIND_SR_WIZARD_TYPE { } /// - /// Looks up a localized string similar to Cannot move this virtual disk because it is attached to a VM that is not running.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot move this virtual disk because it is attached to a VM that is not running. ähnelt. /// public static string CANNOT_MIGRATE_VDI_NON_RUNNING_VM { get { @@ -6841,7 +6868,7 @@ public static string CANNOT_MIGRATE_VDI_NON_RUNNING_VM { } /// - /// Looks up a localized string similar to This virtual disk has CBT enabled. It cannot be moved to another storage repository.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk has CBT enabled. It cannot be moved to another storage repository. ähnelt. /// public static string CANNOT_MOVE_CBT_ENABLED_VDI { get { @@ -6850,7 +6877,7 @@ public static string CANNOT_MOVE_CBT_ENABLED_VDI { } /// - /// Looks up a localized string similar to This virtual disk is used for DR. It cannot be moved to another storage repository.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is used for DR. It cannot be moved to another storage repository. ähnelt. /// public static string CANNOT_MOVE_DR_VD { get { @@ -6859,7 +6886,7 @@ public static string CANNOT_MOVE_DR_VD { } /// - /// Looks up a localized string similar to This virtual disk is used for HA. It cannot be moved to another storage repository.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is used for HA. It cannot be moved to another storage repository. ähnelt. /// public static string CANNOT_MOVE_HA_VD { get { @@ -6868,7 +6895,7 @@ public static string CANNOT_MOVE_HA_VD { } /// - /// Looks up a localized string similar to This virtual disk is in use and cannot be moved.. + /// Sucht eine lokalisierte Zeichenfolge, die This virtual disk is in use and cannot be moved. ähnelt. /// public static string CANNOT_MOVE_VDI_IN_USE { get { @@ -6877,7 +6904,7 @@ public static string CANNOT_MOVE_VDI_IN_USE { } /// - /// Looks up a localized string similar to Snapshot disks cannot be moved. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot disks cannot be moved ähnelt. /// public static string CANNOT_MOVE_VDI_IS_SNAPSHOT { get { @@ -6886,7 +6913,7 @@ public static string CANNOT_MOVE_VDI_IS_SNAPSHOT { } /// - /// Looks up a localized string similar to Cannot parse required parameter '{1}' on XML node '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot parse required parameter '{1}' on XML node '{0}' ähnelt. /// public static string CANNOT_PARSE_NODE_PARAM { get { @@ -6895,7 +6922,7 @@ public static string CANNOT_PARSE_NODE_PARAM { } /// - /// Looks up a localized string similar to This IP address cannot be removed, because clustering is enabled on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die This IP address cannot be removed, because clustering is enabled on {0}. ähnelt. /// public static string CANNOT_REMOVE_IP_WHEN_CLUSTERING_ON_NETWORK { get { @@ -6904,7 +6931,7 @@ public static string CANNOT_REMOVE_IP_WHEN_CLUSTERING_ON_NETWORK { } /// - /// Looks up a localized string similar to This StorageLink server cannot be removed because it is currently in use.. + /// Sucht eine lokalisierte Zeichenfolge, die This StorageLink server cannot be removed because it is currently in use. ähnelt. /// public static string CANNOT_REMOVE_SL_SERVER { get { @@ -6913,9 +6940,9 @@ public static string CANNOT_REMOVE_SL_SERVER { } /// - /// Looks up a localized string similar to The server '{0}' cannot join the pool '{1}' for the following reason: + /// Sucht eine lokalisierte Zeichenfolge, die The server '{0}' cannot join the pool '{1}' for the following reason: /// - ///{2}. + ///{2} ähnelt. /// public static string CANT_JOIN_POOL_1 { get { @@ -6924,9 +6951,9 @@ public static string CANT_JOIN_POOL_1 { } /// - /// Looks up a localized string similar to The following servers cannot join the pool '{0}': + /// Sucht eine lokalisierte Zeichenfolge, die The following servers cannot join the pool '{0}': /// - ///{1}. + ///{1} ähnelt. /// public static string CANT_JOIN_POOL_N { get { @@ -6935,7 +6962,7 @@ public static string CANT_JOIN_POOL_N { } /// - /// Looks up a localized string similar to DVD drive on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die DVD drive on {0} ähnelt. /// public static string CD_DRIVE { get { @@ -6944,7 +6971,7 @@ public static string CD_DRIVE { } /// - /// Looks up a localized string similar to The DVD drive cannot be created, because you have reached the maximum number of virtual disks allowed for this virtual machine.. + /// Sucht eine lokalisierte Zeichenfolge, die The DVD drive cannot be created, because you have reached the maximum number of virtual disks allowed for this virtual machine. ähnelt. /// public static string CDDRIVE_MAX_ALLOWED_VBDS { get { @@ -6953,7 +6980,7 @@ public static string CDDRIVE_MAX_ALLOWED_VBDS { } /// - /// Looks up a localized string similar to Ability to download updates. + /// Sucht eine lokalisierte Zeichenfolge, die Ability to download updates ähnelt. /// public static string CFU_STATUS_CHECK_DESCRIPTION { get { @@ -6962,7 +6989,7 @@ public static string CFU_STATUS_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Change.... + /// Sucht eine lokalisierte Zeichenfolge, die Change... ähnelt. /// public static string CHANGE { get { @@ -6971,7 +6998,7 @@ public static string CHANGE { } /// - /// Looks up a localized string similar to Change policy '{0}' status. + /// Sucht eine lokalisierte Zeichenfolge, die Change policy '{0}' status ähnelt. /// public static string CHANGE_POLICY_STATUS { get { @@ -6980,7 +7007,7 @@ public static string CHANGE_POLICY_STATUS { } /// - /// Looks up a localized string similar to Insert [XenServer] CD. + /// Sucht eine lokalisierte Zeichenfolge, die Insert [XenServer] CD ähnelt. /// public static string CHANGE_SERVER_CD { get { @@ -6989,7 +7016,7 @@ public static string CHANGE_SERVER_CD { } /// - /// Looks up a localized string similar to Change Server Password.... + /// Sucht eine lokalisierte Zeichenfolge, die Change Server Password... ähnelt. /// public static string CHANGE_SERVER_PASSWORD { get { @@ -6998,9 +7025,9 @@ public static string CHANGE_SERVER_PASSWORD { } /// - /// Looks up a localized string similar to The VM '{0}' is already assigned to the snapshot schedule '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die The VM '{0}' is already assigned to the snapshot schedule '{1}'. /// - ///Do you want to assign it to the schedule '{2}' instead?. + ///Do you want to assign it to the schedule '{2}' instead? ähnelt. /// public static string CHANGE_VM_SNAPSHOT_SCHEDULE_WARNING { get { @@ -7009,7 +7036,7 @@ public static string CHANGE_VM_SNAPSHOT_SCHEDULE_WARNING { } /// - /// Looks up a localized string similar to Assign VM to vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM to vApp ähnelt. /// public static string CHANGE_VMS_APPLIANCE { get { @@ -7018,9 +7045,9 @@ public static string CHANGE_VMS_APPLIANCE { } /// - /// Looks up a localized string similar to The VM '{0}' is already assigned to the vApp '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die The VM '{0}' is already assigned to the vApp '{1}'. /// - ///Do you want to assign it to the vApp '{2}' instead?. + ///Do you want to assign it to the vApp '{2}' instead? ähnelt. /// public static string CHANGE_VMS_APPLIANCE_WARNING { get { @@ -7029,9 +7056,9 @@ public static string CHANGE_VMS_APPLIANCE_WARNING { } /// - /// Looks up a localized string similar to Some of the VMs you selected are already assigned to a different vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Some of the VMs you selected are already assigned to a different vApp. /// - ///Do you want to assign these VMs to the vApp '{0}' instead?. + ///Do you want to assign these VMs to the vApp '{0}' instead? ähnelt. /// public static string CHANGE_VMS_APPLIANCES_WARNING { get { @@ -7040,9 +7067,9 @@ public static string CHANGE_VMS_APPLIANCES_WARNING { } /// - /// Looks up a localized string similar to Some of the VMs you selected are already assigned to a different snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Some of the VMs you selected are already assigned to a different snapshot schedule. /// - ///Do you want to assign these VMs to the schedule '{0}' instead?. + ///Do you want to assign these VMs to the schedule '{0}' instead? ähnelt. /// public static string CHANGE_VMS_SNAPSHOT_SCHEDULE_WARNING { get { @@ -7051,7 +7078,7 @@ public static string CHANGE_VMS_SNAPSHOT_SCHEDULE_WARNING { } /// - /// Looks up a localized string similar to Assign VM to snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Assign VM to snapshot schedule ähnelt. /// public static string CHANGE_VMSS_POLICY { get { @@ -7060,7 +7087,7 @@ public static string CHANGE_VMSS_POLICY { } /// - /// Looks up a localized string similar to Changed [XenCenter] master password. + /// Sucht eine lokalisierte Zeichenfolge, die Changed [XenCenter] master password ähnelt. /// public static string CHANGED_MASTER_PASSWORD { get { @@ -7069,7 +7096,7 @@ public static string CHANGED_MASTER_PASSWORD { } /// - /// Looks up a localized string similar to Changed [XenCenter] master password for session restore. + /// Sucht eine lokalisierte Zeichenfolge, die Changed [XenCenter] master password for session restore ähnelt. /// public static string CHANGED_MASTER_PASSWORD_LONG { get { @@ -7078,7 +7105,7 @@ public static string CHANGED_MASTER_PASSWORD_LONG { } /// - /// Looks up a localized string similar to Server CD changed. + /// Sucht eine lokalisierte Zeichenfolge, die Server CD changed ähnelt. /// public static string CHANGED_SERVER_CD { get { @@ -7087,7 +7114,7 @@ public static string CHANGED_SERVER_CD { } /// - /// Looks up a localized string similar to Change Server Password - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Change Server Password - {0} ähnelt. /// public static string CHANGEPASS_DIALOG_TITLE { get { @@ -7096,7 +7123,7 @@ public static string CHANGEPASS_DIALOG_TITLE { } /// - /// Looks up a localized string similar to Please type the root password for {0}:. + /// Sucht eine lokalisierte Zeichenfolge, die Please type the root password for {0}: ähnelt. /// public static string CHANGEPASS_ROOT_PASS { get { @@ -7105,7 +7132,7 @@ public static string CHANGEPASS_ROOT_PASS { } /// - /// Looks up a localized string similar to Pool '{0}' cannot have WLB enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' cannot have WLB enabled ähnelt. /// public static string CHECK_WLB_ENABLED { get { @@ -7114,7 +7141,7 @@ public static string CHECK_WLB_ENABLED { } /// - /// Looks up a localized string similar to Checking automated updates can be applied. + /// Sucht eine lokalisierte Zeichenfolge, die Checking automated updates can be applied ähnelt. /// public static string CHECKING_AUTOMATED_UPDATES_POSSIBLE { get { @@ -7123,7 +7150,7 @@ public static string CHECKING_AUTOMATED_UPDATES_POSSIBLE { } /// - /// Looks up a localized string similar to Checking VM migration status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking VM migration status ähnelt. /// public static string CHECKING_CANEVACUATE_STATUS { get { @@ -7132,7 +7159,7 @@ public static string CHECKING_CANEVACUATE_STATUS { } /// - /// Looks up a localized string similar to Checking clustering status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking clustering status ähnelt. /// public static string CHECKING_CLUSTERING_STATUS { get { @@ -7141,7 +7168,7 @@ public static string CHECKING_CLUSTERING_STATUS { } /// - /// Looks up a localized string similar to Checking for pending restart. + /// Sucht eine lokalisierte Zeichenfolge, die Checking for pending restart ähnelt. /// public static string CHECKING_FOR_PENDING_RESTART { get { @@ -7150,7 +7177,7 @@ public static string CHECKING_FOR_PENDING_RESTART { } /// - /// Looks up a localized string similar to Checking HA and WLB status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking HA and WLB status ähnelt. /// public static string CHECKING_HA_STATUS { get { @@ -7159,7 +7186,7 @@ public static string CHECKING_HA_STATUS { } /// - /// Looks up a localized string similar to Checking host liveness status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking host liveness status ähnelt. /// public static string CHECKING_HOST_LIVENESS_STATUS { get { @@ -7168,7 +7195,7 @@ public static string CHECKING_HOST_LIVENESS_STATUS { } /// - /// Looks up a localized string similar to Checking host memory status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking host memory status ähnelt. /// public static string CHECKING_HOST_MEMORY_POST_UPGRADE { get { @@ -7177,7 +7204,7 @@ public static string CHECKING_HOST_MEMORY_POST_UPGRADE { } /// - /// Looks up a localized string similar to Host memory check. + /// Sucht eine lokalisierte Zeichenfolge, die Host memory check ähnelt. /// public static string CHECKING_HOST_MEMORY_POST_UPGRADE_DESCRIPTION { get { @@ -7186,7 +7213,7 @@ public static string CHECKING_HOST_MEMORY_POST_UPGRADE_DESCRIPTION { } /// - /// Looks up a localized string similar to Checking host upgrade readiness. + /// Sucht eine lokalisierte Zeichenfolge, die Checking host upgrade readiness ähnelt. /// public static string CHECKING_PREPARE_TO_UPGRADE { get { @@ -7195,7 +7222,7 @@ public static string CHECKING_PREPARE_TO_UPGRADE { } /// - /// Looks up a localized string similar to Host upgrade readiness check. + /// Sucht eine lokalisierte Zeichenfolge, die Host upgrade readiness check ähnelt. /// public static string CHECKING_PREPARE_TO_UPGRADE_DESCRIPTION { get { @@ -7204,7 +7231,7 @@ public static string CHECKING_PREPARE_TO_UPGRADE_DESCRIPTION { } /// - /// Looks up a localized string similar to Checking role.... + /// Sucht eine lokalisierte Zeichenfolge, die Checking role... ähnelt. /// public static string CHECKING_ROLE { get { @@ -7213,7 +7240,7 @@ public static string CHECKING_ROLE { } /// - /// Looks up a localized string similar to Checking partition layout. + /// Sucht eine lokalisierte Zeichenfolge, die Checking partition layout ähnelt. /// public static string CHECKING_SAFE_TO_UPGRADE { get { @@ -7222,7 +7249,7 @@ public static string CHECKING_SAFE_TO_UPGRADE { } /// - /// Looks up a localized string similar to Host partition layout check. + /// Sucht eine lokalisierte Zeichenfolge, die Host partition layout check ähnelt. /// public static string CHECKING_SAFE_TO_UPGRADE_DESCRIPTION { get { @@ -7231,7 +7258,7 @@ public static string CHECKING_SAFE_TO_UPGRADE_DESCRIPTION { } /// - /// Looks up a localized string similar to Checking reboots required. + /// Sucht eine lokalisierte Zeichenfolge, die Checking reboots required ähnelt. /// public static string CHECKING_SERVER_NEEDS_REBOOT { get { @@ -7240,7 +7267,7 @@ public static string CHECKING_SERVER_NEEDS_REBOOT { } /// - /// Looks up a localized string similar to Checking server selection. + /// Sucht eine lokalisierte Zeichenfolge, die Checking server selection ähnelt. /// public static string CHECKING_SERVER_SELECTION { get { @@ -7249,7 +7276,7 @@ public static string CHECKING_SERVER_SELECTION { } /// - /// Looks up a localized string similar to Checking server side status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking server side status ähnelt. /// public static string CHECKING_SERVER_SIDE_STATUS { get { @@ -7258,7 +7285,7 @@ public static string CHECKING_SERVER_SIDE_STATUS { } /// - /// Looks up a localized string similar to Checking storage connections status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking storage connections status ähnelt. /// public static string CHECKING_STORAGE_CONNECTIONS_STATUS { get { @@ -7267,7 +7294,7 @@ public static string CHECKING_STORAGE_CONNECTIONS_STATUS { } /// - /// Looks up a localized string similar to Checking StorageLink connections. + /// Sucht eine lokalisierte Zeichenfolge, die Checking StorageLink connections ähnelt. /// public static string CHECKING_STORAGELINK_CONNECTIONS { get { @@ -7276,7 +7303,7 @@ public static string CHECKING_STORAGELINK_CONNECTIONS { } /// - /// Looks up a localized string similar to Checking StorageLink status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking StorageLink status ähnelt. /// public static string CHECKING_STORAGELINK_STATUS { get { @@ -7285,7 +7312,7 @@ public static string CHECKING_STORAGELINK_STATUS { } /// - /// Looks up a localized string similar to Checking upgrade hotfix status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking upgrade hotfix status ähnelt. /// public static string CHECKING_UPGRADE_HOTFIX_STATUS { get { @@ -7294,7 +7321,7 @@ public static string CHECKING_UPGRADE_HOTFIX_STATUS { } /// - /// Looks up a localized string similar to Checking [XenCenter] version. + /// Sucht eine lokalisierte Zeichenfolge, die Checking [XenCenter] version ähnelt. /// public static string CHECKING_XENCENTER_VERSION { get { @@ -7303,7 +7330,7 @@ public static string CHECKING_XENCENTER_VERSION { } /// - /// Looks up a localized string similar to Cross-server private network. + /// Sucht eine lokalisierte Zeichenfolge, die Cross-server private network ähnelt. /// public static string CHIN { get { @@ -7312,7 +7339,7 @@ public static string CHIN { } /// - /// Looks up a localized string similar to Cross-server private networks. + /// Sucht eine lokalisierte Zeichenfolge, die Cross-server private networks ähnelt. /// public static string CHINS { get { @@ -7321,7 +7348,7 @@ public static string CHINS { } /// - /// Looks up a localized string similar to Cross-server private networks require the vSwitch Controller to be configured and running.. + /// Sucht eine lokalisierte Zeichenfolge, die Cross-server private networks require the vSwitch Controller to be configured and running. ähnelt. /// public static string CHINS_NEED_VSWITCHCONTROLLER { get { @@ -7330,7 +7357,7 @@ public static string CHINS_NEED_VSWITCHCONTROLLER { } /// - /// Looks up a localized string similar to Choose another &destination. + /// Sucht eine lokalisierte Zeichenfolge, die Choose another &destination ähnelt. /// public static string CHOOSE_ANOTHER_DESTINATION { get { @@ -7339,7 +7366,7 @@ public static string CHOOSE_ANOTHER_DESTINATION { } /// - /// Looks up a localized string similar to Multipathing is not enabled on all servers of your pool. To ensure system stability, it is strongly recommended that you use multipathing for your storage connectivity.. + /// Sucht eine lokalisierte Zeichenfolge, die Multipathing is not enabled on all servers of your pool. To ensure system stability, it is strongly recommended that you use multipathing for your storage connectivity. ähnelt. /// public static string CHOOSE_SR_PROVISIONING_PAGE_MULTIPATHING_MANY { get { @@ -7348,7 +7375,7 @@ public static string CHOOSE_SR_PROVISIONING_PAGE_MULTIPATHING_MANY { } /// - /// Looks up a localized string similar to Multipathing is not enabled on your server. To ensure system stability, it is strongly recommended that you use multipathing for your storage connectivity.. + /// Sucht eine lokalisierte Zeichenfolge, die Multipathing is not enabled on your server. To ensure system stability, it is strongly recommended that you use multipathing for your storage connectivity. ähnelt. /// public static string CHOOSE_SR_PROVISIONING_PAGE_MULTIPATHING_ONE { get { @@ -7357,7 +7384,7 @@ public static string CHOOSE_SR_PROVISIONING_PAGE_MULTIPATHING_ONE { } /// - /// Looks up a localized string similar to Choose the provisioning method. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the provisioning method ähnelt. /// public static string CHOOSE_SR_PROVISIONING_PAGE_TITLE { get { @@ -7366,7 +7393,7 @@ public static string CHOOSE_SR_PROVISIONING_PAGE_TITLE { } /// - /// Looks up a localized string similar to Choose the type of new storage. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the type of new storage ähnelt. /// public static string CHOOSE_SR_TYPE_PAGE_TITLE { get { @@ -7375,7 +7402,7 @@ public static string CHOOSE_SR_TYPE_PAGE_TITLE { } /// - /// Looks up a localized string similar to Select a checkbox to add a VM to the vApp; clear its checkbox to remove it from the vApp.. + /// Sucht eine lokalisierte Zeichenfolge, die Select a checkbox to add a VM to the vApp; clear its checkbox to remove it from the vApp. ähnelt. /// public static string CHOOSE_VMS_VAPP_RUBRIC { get { @@ -7384,7 +7411,7 @@ public static string CHOOSE_VMS_VAPP_RUBRIC { } /// - /// Looks up a localized string similar to Select a checkbox to add a VM to the snapshot schedule; clear its checkbox to remove it from the schedule.. + /// Sucht eine lokalisierte Zeichenfolge, die Select a checkbox to add a VM to the snapshot schedule; clear its checkbox to remove it from the schedule. ähnelt. /// public static string CHOOSE_VMS_VMSS_RUBRIC { get { @@ -7393,7 +7420,7 @@ public static string CHOOSE_VMS_VMSS_RUBRIC { } /// - /// Looks up a localized string similar to Clear Search. + /// Sucht eine lokalisierte Zeichenfolge, die Clear Search ähnelt. /// public static string CLEAR_SEARCH { get { @@ -7402,7 +7429,7 @@ public static string CLEAR_SEARCH { } /// - /// Looks up a localized string similar to Cloning template '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Cloning template '{0}' ähnelt. /// public static string CLONING_TEMPLATE { get { @@ -7411,7 +7438,7 @@ public static string CLONING_TEMPLATE { } /// - /// Looks up a localized string similar to Close. + /// Sucht eine lokalisierte Zeichenfolge, die Close ähnelt. /// public static string CLOSE { get { @@ -7420,7 +7447,7 @@ public static string CLOSE { } /// - /// Looks up a localized string similar to To close this wizard, click Finish. + /// Sucht eine lokalisierte Zeichenfolge, die To close this wizard, click Finish ähnelt. /// public static string CLOSE_WIZARD_CLICK_FINISH { get { @@ -7429,7 +7456,7 @@ public static string CLOSE_WIZARD_CLICK_FINISH { } /// - /// Looks up a localized string similar to Clustering. + /// Sucht eine lokalisierte Zeichenfolge, die Clustering ähnelt. /// public static string CLUSTERING { get { @@ -7438,7 +7465,7 @@ public static string CLUSTERING { } /// - /// Looks up a localized string similar to Clustering status check. + /// Sucht eine lokalisierte Zeichenfolge, die Clustering status check ähnelt. /// public static string CLUSTERING_STATUS_CHECK { get { @@ -7447,7 +7474,7 @@ public static string CLUSTERING_STATUS_CHECK { } /// - /// Looks up a localized string similar to &Collapse Children. + /// Sucht eine lokalisierte Zeichenfolge, die &Collapse Children ähnelt. /// public static string COLLAPSE_CHILDREN { get { @@ -7456,7 +7483,7 @@ public static string COLLAPSE_CHILDREN { } /// - /// Looks up a localized string similar to for use with Common Criteria versions of [XenServer] only. + /// Sucht eine lokalisierte Zeichenfolge, die for use with Common Criteria versions of [XenServer] only ähnelt. /// public static string COMMON_CRITERIA_TEXT { get { @@ -7465,7 +7492,7 @@ public static string COMMON_CRITERIA_TEXT { } /// - /// Looks up a localized string similar to Completed. + /// Sucht eine lokalisierte Zeichenfolge, die Completed ähnelt. /// public static string COMPLETED { get { @@ -7474,7 +7501,7 @@ public static string COMPLETED { } /// - /// Looks up a localized string similar to Completed, with some errors encountered. See the application log files for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die Completed, with some errors encountered. See the application log files for more information. ähnelt. /// public static string COMPLETED_WITH_ERRORS { get { @@ -7483,7 +7510,7 @@ public static string COMPLETED_WITH_ERRORS { } /// - /// Looks up a localized string similar to Compressing appliance files.... + /// Sucht eine lokalisierte Zeichenfolge, die Compressing appliance files... ähnelt. /// public static string COMPRESSING_FILES { get { @@ -7492,7 +7519,7 @@ public static string COMPRESSING_FILES { } /// - /// Looks up a localized string similar to &Configure HA.... + /// Sucht eine lokalisierte Zeichenfolge, die &Configure HA... ähnelt. /// public static string CONFIGURE_HA_ELLIPSIS { get { @@ -7501,7 +7528,7 @@ public static string CONFIGURE_HA_ELLIPSIS { } /// - /// Looks up a localized string similar to Configuring Workload Balancing . + /// Sucht eine lokalisierte Zeichenfolge, die Configuring Workload Balancing ähnelt. /// public static string CONFIGURING_WLB { get { @@ -7510,7 +7537,7 @@ public static string CONFIGURING_WLB { } /// - /// Looks up a localized string similar to Configuring Workload Balancing on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring Workload Balancing on pool '{0}' ähnelt. /// public static string CONFIGURING_WLB_ON { get { @@ -7519,9 +7546,9 @@ public static string CONFIGURING_WLB_ON { } /// - /// Looks up a localized string similar to Changing the Control Domain memory will cause the server to be rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the Control Domain memory will cause the server to be rebooted. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_CONTROL_DOMAIN_MEMORY { get { @@ -7530,9 +7557,9 @@ public static string CONFIRM_CHANGE_CONTROL_DOMAIN_MEMORY { } /// - /// Looks up a localized string similar to Changing the maximum memory of these VMs will cause them to be rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the maximum memory of these VMs will cause them to be rebooted. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_MEMORY_MAX_PLURAL { get { @@ -7541,9 +7568,9 @@ public static string CONFIRM_CHANGE_MEMORY_MAX_PLURAL { } /// - /// Looks up a localized string similar to Changing the maximum memory of this VM will cause it to be rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the maximum memory of this VM will cause it to be rebooted. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_MEMORY_MAX_SINGULAR { get { @@ -7552,9 +7579,9 @@ public static string CONFIRM_CHANGE_MEMORY_MAX_SINGULAR { } /// - /// Looks up a localized string similar to Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can cause data loss. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can cause data loss. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_MEMORY_PLURAL { get { @@ -7563,9 +7590,9 @@ public static string CONFIRM_CHANGE_MEMORY_PLURAL { } /// - /// Looks up a localized string similar to Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can cause data loss. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can cause data loss. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_MEMORY_SINGULAR { get { @@ -7574,9 +7601,9 @@ public static string CONFIRM_CHANGE_MEMORY_SINGULAR { } /// - /// Looks up a localized string similar to Changing the static maximum memory of these VMs will cause them to be rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the static maximum memory of these VMs will cause them to be rebooted. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_STATIC_MAX_PLURAL { get { @@ -7585,9 +7612,9 @@ public static string CONFIRM_CHANGE_STATIC_MAX_PLURAL { } /// - /// Looks up a localized string similar to Changing the static maximum memory of this VM will cause it to be rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Changing the static maximum memory of this VM will cause it to be rebooted. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string CONFIRM_CHANGE_STATIC_MAX_SINGULAR { get { @@ -7596,7 +7623,7 @@ public static string CONFIRM_CHANGE_STATIC_MAX_SINGULAR { } /// - /// Looks up a localized string similar to Are you sure you want to delete the selected {0}?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the selected {0}? ähnelt. /// public static string CONFIRM_DELETE { get { @@ -7605,7 +7632,7 @@ public static string CONFIRM_DELETE { } /// - /// Looks up a localized string similar to You want to delete these {0} selected items.. + /// Sucht eine lokalisierte Zeichenfolge, die You want to delete these {0} selected items. ähnelt. /// public static string CONFIRM_DELETE_ITEMS { get { @@ -7614,7 +7641,7 @@ public static string CONFIRM_DELETE_ITEMS { } /// - /// Looks up a localized string similar to Delete Multiple Items. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Multiple Items ähnelt. /// public static string CONFIRM_DELETE_ITEMS_TITLE { get { @@ -7623,9 +7650,9 @@ public static string CONFIRM_DELETE_ITEMS_TITLE { } /// - /// Looks up a localized string similar to Do you want to delete the selected policies? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete the selected policies? /// - ///{0} VMs are currently protected with these policies and will no longer be protected if you delete the policies.. + ///{0} VMs are currently protected with these policies and will no longer be protected if you delete the policies. ähnelt. /// public static string CONFIRM_DELETE_POLICIES { get { @@ -7634,7 +7661,7 @@ public static string CONFIRM_DELETE_POLICIES { } /// - /// Looks up a localized string similar to Do you want to delete the selected policies?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete the selected policies? ähnelt. /// public static string CONFIRM_DELETE_POLICIES_0 { get { @@ -7643,9 +7670,9 @@ public static string CONFIRM_DELETE_POLICIES_0 { } /// - /// Looks up a localized string similar to Do you want to delete policy '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete policy '{0}'? /// - ///{1} VMs are currently protected with this policy and will no longer be protected if you delete the policy.. + ///{1} VMs are currently protected with this policy and will no longer be protected if you delete the policy. ähnelt. /// public static string CONFIRM_DELETE_POLICY { get { @@ -7654,7 +7681,7 @@ public static string CONFIRM_DELETE_POLICY { } /// - /// Looks up a localized string similar to Do you want to delete policy '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete policy '{0}'? ähnelt. /// public static string CONFIRM_DELETE_POLICY_0 { get { @@ -7663,7 +7690,7 @@ public static string CONFIRM_DELETE_POLICY_0 { } /// - /// Looks up a localized string similar to Are you sure you want to delete '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete '{0}'? ähnelt. /// public static string CONFIRM_DELETE_PVS_SITE { get { @@ -7672,7 +7699,7 @@ public static string CONFIRM_DELETE_PVS_SITE { } /// - /// Looks up a localized string similar to Are you sure you want to delete '{0}'? This configuration is in use by PVS-Accelerator.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete '{0}'? This configuration is in use by PVS-Accelerator. ähnelt. /// public static string CONFIRM_DELETE_PVS_SITE_IN_USE { get { @@ -7681,7 +7708,7 @@ public static string CONFIRM_DELETE_PVS_SITE_IN_USE { } /// - /// Looks up a localized string similar to Are you sure you want to delete the tag '{0}' from all managed resources?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the tag '{0}' from all managed resources? ähnelt. /// public static string CONFIRM_DELETE_TAG { get { @@ -7690,7 +7717,7 @@ public static string CONFIRM_DELETE_TAG { } /// - /// Looks up a localized string similar to Delete Tag. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Tag ähnelt. /// public static string CONFIRM_DELETE_TAG_TITLE { get { @@ -7699,7 +7726,7 @@ public static string CONFIRM_DELETE_TAG_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to delete the selected tags from all managed resources?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the selected tags from all managed resources? ähnelt. /// public static string CONFIRM_DELETE_TAGS { get { @@ -7708,7 +7735,7 @@ public static string CONFIRM_DELETE_TAGS { } /// - /// Looks up a localized string similar to Delete Tags. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Tags ähnelt. /// public static string CONFIRM_DELETE_TAGS_TITLE { get { @@ -7717,7 +7744,7 @@ public static string CONFIRM_DELETE_TAGS_TITLE { } /// - /// Looks up a localized string similar to Delete {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Delete {0} ähnelt. /// public static string CONFIRM_DELETE_TITLE { get { @@ -7726,7 +7753,7 @@ public static string CONFIRM_DELETE_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to delete VM '{0}' from '{1}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete VM '{0}' from '{1}'? ähnelt. /// public static string CONFIRM_DELETE_VM { get { @@ -7735,9 +7762,9 @@ public static string CONFIRM_DELETE_VM { } /// - /// Looks up a localized string similar to Do you want to delete vApp '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete vApp '{0}'? /// - ///{1} VMs are currently included in this vApp.. + ///{1} VMs are currently included in this vApp. ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCE { get { @@ -7746,7 +7773,7 @@ public static string CONFIRM_DELETE_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Do you want to delete vApp '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete vApp '{0}'? ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCE_0 { get { @@ -7755,9 +7782,9 @@ public static string CONFIRM_DELETE_VM_APPLIANCE_0 { } /// - /// Looks up a localized string similar to Do you want to delete vApp '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete vApp '{0}'? /// - ///{1} VM is currently included in this vApp.. + ///{1} VM is currently included in this vApp. ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCE_1 { get { @@ -7766,9 +7793,9 @@ public static string CONFIRM_DELETE_VM_APPLIANCE_1 { } /// - /// Looks up a localized string similar to Are you sure you want to delete vApp '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete vApp '{0}'? /// - ///This will also delete its VMs.. + ///This will also delete its VMs. ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCE_AND_VMS { get { @@ -7777,9 +7804,9 @@ public static string CONFIRM_DELETE_VM_APPLIANCE_AND_VMS { } /// - /// Looks up a localized string similar to Do you want to delete the selected vApps? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete the selected vApps? /// - ///{0} VMs are currently included in these vApps.. + ///{0} VMs are currently included in these vApps. ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCES { get { @@ -7788,7 +7815,7 @@ public static string CONFIRM_DELETE_VM_APPLIANCES { } /// - /// Looks up a localized string similar to Do you want to delete the selected vApps?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete the selected vApps? ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCES_0 { get { @@ -7797,9 +7824,9 @@ public static string CONFIRM_DELETE_VM_APPLIANCES_0 { } /// - /// Looks up a localized string similar to Do you want to delete the selected vApps? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to delete the selected vApps? /// - ///{0} VM is currently included in one of these vApps.. + ///{0} VM is currently included in one of these vApps. ähnelt. /// public static string CONFIRM_DELETE_VM_APPLIANCES_1 { get { @@ -7808,9 +7835,9 @@ public static string CONFIRM_DELETE_VM_APPLIANCES_1 { } /// - /// Looks up a localized string similar to Are you sure you want to delete the following VMs from '{1}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the following VMs from '{1}'? /// - ///{0}. + ///{0} ähnelt. /// public static string CONFIRM_DELETE_VMS { get { @@ -7819,12 +7846,12 @@ public static string CONFIRM_DELETE_VMS { } /// - /// Looks up a localized string similar to Are you sure you want to destroy '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to destroy '{0}'? /// ///You should only need to destroy a server if it has physically failed. ///Destroying this server will permanently remove it from the pool along with its local SRs, DVD drives and removable storage. The server will need to be reinstalled before it can be used again. /// - ///This action is final and unrecoverable.. + ///This action is final and unrecoverable. ähnelt. /// public static string CONFIRM_DESTROY_HOST { get { @@ -7833,7 +7860,7 @@ public static string CONFIRM_DESTROY_HOST { } /// - /// Looks up a localized string similar to Destroy Server. + /// Sucht eine lokalisierte Zeichenfolge, die Destroy Server ähnelt. /// public static string CONFIRM_DESTROY_HOST_TITLE { get { @@ -7842,7 +7869,7 @@ public static string CONFIRM_DESTROY_HOST_TITLE { } /// - /// Looks up a localized string similar to &Yes, Destroy. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Destroy ähnelt. /// public static string CONFIRM_DESTROY_HOST_YES_BUTTON_LABEL { get { @@ -7851,7 +7878,7 @@ public static string CONFIRM_DESTROY_HOST_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue? ähnelt. /// public static string CONFIRM_DISABLE_CBT_VM { get { @@ -7860,7 +7887,7 @@ public static string CONFIRM_DISABLE_CBT_VM { } /// - /// Looks up a localized string similar to Disable Changed Block Tracking on VM "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Disable Changed Block Tracking on VM "{0}" ähnelt. /// public static string CONFIRM_DISABLE_CBT_VM_TITLE { get { @@ -7869,7 +7896,7 @@ public static string CONFIRM_DISABLE_CBT_VM_TITLE { } /// - /// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue? ähnelt. /// public static string CONFIRM_DISABLE_CBT_VMS { get { @@ -7878,7 +7905,7 @@ public static string CONFIRM_DISABLE_CBT_VMS { } /// - /// Looks up a localized string similar to Disable Changed Block Tracking on selected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Disable Changed Block Tracking on selected VMs ähnelt. /// public static string CONFIRM_DISABLE_CBT_VMS_TITLE { get { @@ -7887,7 +7914,7 @@ public static string CONFIRM_DISABLE_CBT_VMS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to disable Health Check on the selected pool?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to disable Health Check on the selected pool? ähnelt. /// public static string CONFIRM_DISABLE_HEALTH_CHECK_POOL { get { @@ -7896,7 +7923,7 @@ public static string CONFIRM_DISABLE_HEALTH_CHECK_POOL { } /// - /// Looks up a localized string similar to Are you sure you want to disable Health Check on the selected server?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to disable Health Check on the selected server? ähnelt. /// public static string CONFIRM_DISABLE_HEALTH_CHECK_SERVER { get { @@ -7905,12 +7932,12 @@ public static string CONFIRM_DISABLE_HEALTH_CHECK_SERVER { } /// - /// Looks up a localized string similar to The export file may be larger than your filesystem limit. + /// Sucht eine lokalisierte Zeichenfolge, die The export file may be larger than your filesystem limit. /// ///Estimated file size: {0} ///Filesystem limit: {1} /// - ///Are you sure you want to export VM {2}?. + ///Are you sure you want to export VM {2}? ähnelt. /// public static string CONFIRM_EXPORT_FAT { get { @@ -7919,12 +7946,12 @@ public static string CONFIRM_EXPORT_FAT { } /// - /// Looks up a localized string similar to There might not be enough free disk space for the export operation to complete. + /// Sucht eine lokalisierte Zeichenfolge, die There might not be enough free disk space for the export operation to complete. /// ///Estimated space required: {0} ///Free space: {1} /// - ///Are you sure you want to export VM {2}?. + ///Are you sure you want to export VM {2}? ähnelt. /// public static string CONFIRM_EXPORT_NOT_ENOUGH_MEMORY { get { @@ -7933,7 +7960,7 @@ public static string CONFIRM_EXPORT_NOT_ENOUGH_MEMORY { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly reboot the selected VM? This operation will cancel all running tasks for the VM and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly reboot the selected VM? This operation will cancel all running tasks for the VM and can result in data loss. ähnelt. /// public static string CONFIRM_FORCEREBOOT_VM { get { @@ -7942,7 +7969,7 @@ public static string CONFIRM_FORCEREBOOT_VM { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly reboot the selected VM? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly reboot the selected VM? This operation can result in data loss. ähnelt. /// public static string CONFIRM_FORCEREBOOT_VM_NO_CANCEL_TASKS { get { @@ -7951,7 +7978,7 @@ public static string CONFIRM_FORCEREBOOT_VM_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to Force VM Reboot. + /// Sucht eine lokalisierte Zeichenfolge, die Force VM Reboot ähnelt. /// public static string CONFIRM_FORCEREBOOT_VM_TITLE { get { @@ -7960,7 +7987,7 @@ public static string CONFIRM_FORCEREBOOT_VM_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly reboot the selected VMs? This operation will cancel all running tasks for the VMs and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly reboot the selected VMs? This operation will cancel all running tasks for the VMs and can result in data loss. ähnelt. /// public static string CONFIRM_FORCEREBOOT_VMS { get { @@ -7969,7 +7996,7 @@ public static string CONFIRM_FORCEREBOOT_VMS { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly reboot the selected VMs? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly reboot the selected VMs? This operation can result in data loss. ähnelt. /// public static string CONFIRM_FORCEREBOOT_VMS_NO_CANCEL_TASKS { get { @@ -7978,7 +8005,7 @@ public static string CONFIRM_FORCEREBOOT_VMS_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to Force Reboot Multiple VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Force Reboot Multiple VMs ähnelt. /// public static string CONFIRM_FORCEREBOOT_VMS_TITLE { get { @@ -7987,7 +8014,7 @@ public static string CONFIRM_FORCEREBOOT_VMS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly shut down the selected VM? This operation will cancel all running tasks for the VM and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly shut down the selected VM? This operation will cancel all running tasks for the VM and can result in data loss. ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VM { get { @@ -7996,7 +8023,7 @@ public static string CONFIRM_FORCESHUTDOWN_VM { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly shut down the selected VM? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly shut down the selected VM? This operation can result in data loss. ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VM_NO_CANCEL_TASKS { get { @@ -8005,7 +8032,7 @@ public static string CONFIRM_FORCESHUTDOWN_VM_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to Force Shut Down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Force Shut Down VM ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VM_TITLE { get { @@ -8014,7 +8041,7 @@ public static string CONFIRM_FORCESHUTDOWN_VM_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly shut down the selected VMs? This operation will cancel all running tasks for each of the selected VMs and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly shut down the selected VMs? This operation will cancel all running tasks for each of the selected VMs and can result in data loss. ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VMS { get { @@ -8023,7 +8050,7 @@ public static string CONFIRM_FORCESHUTDOWN_VMS { } /// - /// Looks up a localized string similar to Are you sure you want to forcibly shut down the selected VMs? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forcibly shut down the selected VMs? This operation can result in data loss. ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VMS_NO_CANCEL_TASKS { get { @@ -8032,7 +8059,7 @@ public static string CONFIRM_FORCESHUTDOWN_VMS_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to Force Shut Down Multiple VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Force Shut Down Multiple VMs ähnelt. /// public static string CONFIRM_FORCESHUTDOWN_VMS_TITLE { get { @@ -8041,7 +8068,43 @@ public static string CONFIRM_FORCESHUTDOWN_VMS_TITLE { } /// - /// Looks up a localized string similar to Rebooting a server will also shut down all the VMs running on it. '{0}' is running a storage virtual appliance and rebooting it might impact the availability of your storage. Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm Pause VM ähnelt. + /// + public static string CONFIRM_PAUSE_VM { + get { + return ResourceManager.GetString("CONFIRM_PAUSE_VM", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Confirm Pause VM ähnelt. + /// + public static string CONFIRM_PAUSE_VM_TITLE { + get { + return ResourceManager.GetString("CONFIRM_PAUSE_VM_TITLE", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Confirm pausing VMs ähnelt. + /// + public static string CONFIRM_PAUSE_VMS { + get { + return ResourceManager.GetString("CONFIRM_PAUSE_VMS", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Confirm Pause VMs ähnelt. + /// + public static string CONFIRM_PAUSE_VMS_TITLE { + get { + return ResourceManager.GetString("CONFIRM_PAUSE_VMS_TITLE", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting a server will also shut down all the VMs running on it. '{0}' is running a storage virtual appliance and rebooting it might impact the availability of your storage. Are you sure you want to continue? ähnelt. /// public static string CONFIRM_REBOOT_HCI_WARN_SERVER { get { @@ -8050,11 +8113,11 @@ public static string CONFIRM_REBOOT_HCI_WARN_SERVER { } /// - /// Looks up a localized string similar to Rebooting a server will also shut down all the VMs running on it. The following servers are running a storage virtual appliance and rebooting them might impact the availablity of your storage: + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting a server will also shut down all the VMs running on it. The following servers are running a storage virtual appliance and rebooting them might impact the availablity of your storage: /// ///{0} /// - ///Are you sure you want to continue?. + ///Are you sure you want to continue? ähnelt. /// public static string CONFIRM_REBOOT_HCI_WARN_SERVERS { get { @@ -8063,9 +8126,9 @@ public static string CONFIRM_REBOOT_HCI_WARN_SERVERS { } /// - /// Looks up a localized string similar to Are you sure you want to reboot '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot '{0}'? /// - ///This will also shut down all the VMs currently running on it.. + ///This will also shut down all the VMs currently running on it. ähnelt. /// public static string CONFIRM_REBOOT_SERVER { get { @@ -8074,7 +8137,7 @@ public static string CONFIRM_REBOOT_SERVER { } /// - /// Looks up a localized string similar to Are you sure you want to reboot '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot '{0}'? ähnelt. /// public static string CONFIRM_REBOOT_SERVER_NO_VMS { get { @@ -8083,7 +8146,7 @@ public static string CONFIRM_REBOOT_SERVER_NO_VMS { } /// - /// Looks up a localized string similar to Reboot Server. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot Server ähnelt. /// public static string CONFIRM_REBOOT_SERVER_TITLE { get { @@ -8092,7 +8155,7 @@ public static string CONFIRM_REBOOT_SERVER_TITLE { } /// - /// Looks up a localized string similar to &Yes, Reboot. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Reboot ähnelt. /// public static string CONFIRM_REBOOT_SERVER_YES_BUTTON_LABEL { get { @@ -8101,9 +8164,9 @@ public static string CONFIRM_REBOOT_SERVER_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Are you sure you want to reboot the selected servers? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot the selected servers? /// - ///This will also shut down all the VMs currently running on them.. + ///This will also shut down all the VMs currently running on them. ähnelt. /// public static string CONFIRM_REBOOT_SERVERS { get { @@ -8112,7 +8175,7 @@ public static string CONFIRM_REBOOT_SERVERS { } /// - /// Looks up a localized string similar to Are you sure you want to reboot the selected servers?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot the selected servers? ähnelt. /// public static string CONFIRM_REBOOT_SERVERS_NO_VMS { get { @@ -8121,7 +8184,7 @@ public static string CONFIRM_REBOOT_SERVERS_NO_VMS { } /// - /// Looks up a localized string similar to Reboot Multiple Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot Multiple Servers ähnelt. /// public static string CONFIRM_REBOOT_SERVERS_TITLE { get { @@ -8130,7 +8193,7 @@ public static string CONFIRM_REBOOT_SERVERS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to reboot the selected VM?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot the selected VM? ähnelt. /// public static string CONFIRM_REBOOT_VM { get { @@ -8139,7 +8202,7 @@ public static string CONFIRM_REBOOT_VM { } /// - /// Looks up a localized string similar to Reboot VM. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot VM ähnelt. /// public static string CONFIRM_REBOOT_VM_TITLE { get { @@ -8148,7 +8211,7 @@ public static string CONFIRM_REBOOT_VM_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to reboot the selected VMs?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reboot the selected VMs? ähnelt. /// public static string CONFIRM_REBOOT_VMS { get { @@ -8157,7 +8220,7 @@ public static string CONFIRM_REBOOT_VMS { } /// - /// Looks up a localized string similar to Reboot Multiple VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot Multiple VMs ähnelt. /// public static string CONFIRM_REBOOT_VMS_TITLE { get { @@ -8166,7 +8229,7 @@ public static string CONFIRM_REBOOT_VMS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to restart the toolstack on the selected servers? Note that [XenCenter] will temporarily lose connection to them.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to restart the toolstack on the selected servers? Note that [XenCenter] will temporarily lose connection to them. ähnelt. /// public static string CONFIRM_RESTART_TOOLSTACK_MANY_SERVERS { get { @@ -8175,7 +8238,7 @@ public static string CONFIRM_RESTART_TOOLSTACK_MANY_SERVERS { } /// - /// Looks up a localized string similar to Are you sure you want to restart the toolstack on '{0}'? Note that [XenCenter] will temporarily lose connection to the server.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to restart the toolstack on '{0}'? Note that [XenCenter] will temporarily lose connection to the server. ähnelt. /// public static string CONFIRM_RESTART_TOOLSTACK_ONE_SERVER { get { @@ -8184,7 +8247,7 @@ public static string CONFIRM_RESTART_TOOLSTACK_ONE_SERVER { } /// - /// Looks up a localized string similar to Restart Toolstack. + /// Sucht eine lokalisierte Zeichenfolge, die Restart Toolstack ähnelt. /// public static string CONFIRM_RESTART_TOOLSTACK_TITLE { get { @@ -8193,7 +8256,7 @@ public static string CONFIRM_RESTART_TOOLSTACK_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the selected vApp?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the selected vApp? ähnelt. /// public static string CONFIRM_SHUT_DOWN_APPLIANCE { get { @@ -8202,9 +8265,9 @@ public static string CONFIRM_SHUT_DOWN_APPLIANCE { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the following vApps? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the following vApps? /// - ///{0}. + ///{0} ähnelt. /// public static string CONFIRM_SHUT_DOWN_APPLIANCES { get { @@ -8213,7 +8276,7 @@ public static string CONFIRM_SHUT_DOWN_APPLIANCES { } /// - /// Looks up a localized string similar to Shutting down a server will also shut down all the VMs running on it. '{0}' is running a storage virtual appliance and shutting it down might impact the availability of your storage. Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down a server will also shut down all the VMs running on it. '{0}' is running a storage virtual appliance and shutting it down might impact the availability of your storage. Are you sure you want to continue? ähnelt. /// public static string CONFIRM_SHUTDOWN_HCI_WARN_SERVER { get { @@ -8222,11 +8285,11 @@ public static string CONFIRM_SHUTDOWN_HCI_WARN_SERVER { } /// - /// Looks up a localized string similar to Shutting down a server will also shut down all the VMs running on it. The following servers are running a storage virtual appliance and shutting them down might impact the availablity of your storage: + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down a server will also shut down all the VMs running on it. The following servers are running a storage virtual appliance and shutting them down might impact the availablity of your storage: /// ///{0} /// - ///Are you sure you want to continue?. + ///Are you sure you want to continue? ähnelt. /// public static string CONFIRM_SHUTDOWN_HCI_WARN_SERVERS { get { @@ -8235,9 +8298,9 @@ public static string CONFIRM_SHUTDOWN_HCI_WARN_SERVERS { } /// - /// Looks up a localized string similar to Are you sure you want to shut down '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down '{0}'? /// - ///This will also shut down all the VMs currently running on it.. + ///This will also shut down all the VMs currently running on it. ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVER { get { @@ -8246,7 +8309,7 @@ public static string CONFIRM_SHUTDOWN_SERVER { } /// - /// Looks up a localized string similar to Are you sure you want to shut down '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down '{0}'? ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVER_NO_VMS { get { @@ -8255,7 +8318,7 @@ public static string CONFIRM_SHUTDOWN_SERVER_NO_VMS { } /// - /// Looks up a localized string similar to Shut Down Server. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down Server ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVER_TITLE { get { @@ -8264,7 +8327,7 @@ public static string CONFIRM_SHUTDOWN_SERVER_TITLE { } /// - /// Looks up a localized string similar to &Yes, Shut Down. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Shut Down ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVER_YES_BUTTON_LABEL { get { @@ -8273,9 +8336,9 @@ public static string CONFIRM_SHUTDOWN_SERVER_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the selected servers? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the selected servers? /// - ///This will also shut down all the VMs currently running on them.. + ///This will also shut down all the VMs currently running on them. ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVERS { get { @@ -8284,7 +8347,7 @@ public static string CONFIRM_SHUTDOWN_SERVERS { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the selected servers?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the selected servers? ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVERS_NO_VMS { get { @@ -8293,7 +8356,7 @@ public static string CONFIRM_SHUTDOWN_SERVERS_NO_VMS { } /// - /// Looks up a localized string similar to Shut Down Multiple Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down Multiple Servers ähnelt. /// public static string CONFIRM_SHUTDOWN_SERVERS_TITLE { get { @@ -8302,7 +8365,7 @@ public static string CONFIRM_SHUTDOWN_SERVERS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the selected VM?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the selected VM? ähnelt. /// public static string CONFIRM_SHUTDOWN_VM { get { @@ -8311,7 +8374,7 @@ public static string CONFIRM_SHUTDOWN_VM { } /// - /// Looks up a localized string similar to Shut Down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down VM ähnelt. /// public static string CONFIRM_SHUTDOWN_VM_TITLE { get { @@ -8320,7 +8383,7 @@ public static string CONFIRM_SHUTDOWN_VM_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to shut down the selected VMs?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to shut down the selected VMs? ähnelt. /// public static string CONFIRM_SHUTDOWN_VMS { get { @@ -8329,7 +8392,7 @@ public static string CONFIRM_SHUTDOWN_VMS { } /// - /// Looks up a localized string similar to Shut Down Multiple VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down Multiple VMs ähnelt. /// public static string CONFIRM_SHUTDOWN_VMS_TITLE { get { @@ -8338,7 +8401,7 @@ public static string CONFIRM_SHUTDOWN_VMS_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to suspend the selected VM?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to suspend the selected VM? ähnelt. /// public static string CONFIRM_SUSPEND_VM { get { @@ -8347,7 +8410,7 @@ public static string CONFIRM_SUSPEND_VM { } /// - /// Looks up a localized string similar to Suspend VM. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend VM ähnelt. /// public static string CONFIRM_SUSPEND_VM_TITLE { get { @@ -8356,7 +8419,7 @@ public static string CONFIRM_SUSPEND_VM_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to suspend the selected VMs?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to suspend the selected VMs? ähnelt. /// public static string CONFIRM_SUSPEND_VMS { get { @@ -8365,7 +8428,7 @@ public static string CONFIRM_SUSPEND_VMS { } /// - /// Looks up a localized string similar to Suspend Multiple VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend Multiple VMs ähnelt. /// public static string CONFIRM_SUSPEND_VMS_TITLE { get { @@ -8374,8 +8437,8 @@ public static string CONFIRM_SUSPEND_VMS_TITLE { } /// - /// Looks up a localized string similar to The process of reclaiming space may place significant load on the storage controller, temporarily affecting the storage's performance. - ///Would you like to carry out the operation at this time?. + /// Sucht eine lokalisierte Zeichenfolge, die The process of reclaiming space may place significant load on the storage controller, temporarily affecting the storage's performance. + ///Would you like to carry out the operation at this time? ähnelt. /// public static string CONFIRM_TRIM_SR { get { @@ -8384,7 +8447,7 @@ public static string CONFIRM_TRIM_SR { } /// - /// Looks up a localized string similar to Reclaim freed space. + /// Sucht eine lokalisierte Zeichenfolge, die Reclaim freed space ähnelt. /// public static string CONFIRM_TRIM_SR_TITLE { get { @@ -8393,7 +8456,7 @@ public static string CONFIRM_TRIM_SR_TITLE { } /// - /// Looks up a localized string similar to Confirmations. + /// Sucht eine lokalisierte Zeichenfolge, die Confirmations ähnelt. /// public static string CONFIRMATIONS { get { @@ -8402,7 +8465,7 @@ public static string CONFIRMATIONS { } /// - /// Looks up a localized string similar to Confirm dismissal of notifications. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm dismissal of notifications ähnelt. /// public static string CONFIRMATIONS_DETAIL { get { @@ -8411,7 +8474,7 @@ public static string CONFIRMATIONS_DETAIL { } /// - /// Looks up a localized string similar to Could not connect to {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not connect to {0}. ähnelt. /// public static string CONNCET_CONNECTION_FAILURE { get { @@ -8420,7 +8483,7 @@ public static string CONNCET_CONNECTION_FAILURE { } /// - /// Looks up a localized string similar to &Connect. + /// Sucht eine lokalisierte Zeichenfolge, die &Connect ähnelt. /// public static string CONNECT { get { @@ -8429,7 +8492,7 @@ public static string CONNECT { } /// - /// Looks up a localized string similar to Could not find {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find {0}. ähnelt. /// public static string CONNECT_RESOLUTION_FAILURE { get { @@ -8438,7 +8501,7 @@ public static string CONNECT_RESOLUTION_FAILURE { } /// - /// Looks up a localized string similar to Connect to Server. + /// Sucht eine lokalisierte Zeichenfolge, die Connect to Server ähnelt. /// public static string CONNECT_TO_SERVER { get { @@ -8447,7 +8510,7 @@ public static string CONNECT_TO_SERVER { } /// - /// Looks up a localized string similar to Enter your user name and password to connect to this server.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter your user name and password to connect to this server. ähnelt. /// public static string CONNECT_TO_SERVER_BLURB { get { @@ -8456,7 +8519,7 @@ public static string CONNECT_TO_SERVER_BLURB { } /// - /// Looks up a localized string similar to Connected. + /// Sucht eine lokalisierte Zeichenfolge, die Connected ähnelt. /// public static string CONNECTED { get { @@ -8465,7 +8528,7 @@ public static string CONNECTED { } /// - /// Looks up a localized string similar to Connecting.... + /// Sucht eine lokalisierte Zeichenfolge, die Connecting... ähnelt. /// public static string CONNECTING { get { @@ -8474,7 +8537,7 @@ public static string CONNECTING { } /// - /// Looks up a localized string similar to Connecting to {0} in progress.. + /// Sucht eine lokalisierte Zeichenfolge, die Connecting to {0} in progress. ähnelt. /// public static string CONNECTING_NOTICE_TEXT { get { @@ -8483,7 +8546,7 @@ public static string CONNECTING_NOTICE_TEXT { } /// - /// Looks up a localized string similar to Connecting to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Connecting to {0} ähnelt. /// public static string CONNECTING_NOTICE_TITLE { get { @@ -8492,7 +8555,7 @@ public static string CONNECTING_NOTICE_TITLE { } /// - /// Looks up a localized string similar to Connection. + /// Sucht eine lokalisierte Zeichenfolge, die Connection ähnelt. /// public static string CONNECTION { get { @@ -8501,7 +8564,7 @@ public static string CONNECTION { } /// - /// Looks up a localized string similar to The server closed the connection immediately.. + /// Sucht eine lokalisierte Zeichenfolge, die The server closed the connection immediately. ähnelt. /// public static string CONNECTION_CLOSED_BY_SERVER { get { @@ -8510,7 +8573,7 @@ public static string CONNECTION_CLOSED_BY_SERVER { } /// - /// Looks up a localized string similar to Connection to {0} closed.. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0} closed. ähnelt. /// public static string CONNECTION_CLOSED_NOTICE_TEXT { get { @@ -8519,7 +8582,7 @@ public static string CONNECTION_CLOSED_NOTICE_TEXT { } /// - /// Looks up a localized string similar to Disconnected from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnected from {0} ähnelt. /// public static string CONNECTION_CLOSED_NOTICE_TITLE { get { @@ -8528,7 +8591,7 @@ public static string CONNECTION_CLOSED_NOTICE_TITLE { } /// - /// Looks up a localized string similar to Proxy and timeout options. + /// Sucht eine lokalisierte Zeichenfolge, die Proxy and timeout options ähnelt. /// public static string CONNECTION_DESC { get { @@ -8537,7 +8600,7 @@ public static string CONNECTION_DESC { } /// - /// Looks up a localized string similar to Connection Failed: A connection to {0} already exists. + /// Sucht eine lokalisierte Zeichenfolge, die Connection Failed: A connection to {0} already exists ähnelt. /// public static string CONNECTION_EXISTS { get { @@ -8546,7 +8609,7 @@ public static string CONNECTION_EXISTS { } /// - /// Looks up a localized string similar to Connection Failed: You tried to connect to an already connected server. + /// Sucht eine lokalisierte Zeichenfolge, die Connection Failed: You tried to connect to an already connected server ähnelt. /// public static string CONNECTION_EXISTS_NULL { get { @@ -8555,7 +8618,7 @@ public static string CONNECTION_EXISTS_NULL { } /// - /// Looks up a localized string similar to Failed to connect to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to connect to {0} ähnelt. /// public static string CONNECTION_FAILED_TITLE { get { @@ -8564,7 +8627,7 @@ public static string CONNECTION_FAILED_TITLE { } /// - /// Looks up a localized string similar to Looking for master for {0} on {1}.... + /// Sucht eine lokalisierte Zeichenfolge, die Looking for master for {0} on {1}... ähnelt. /// public static string CONNECTION_FINDING_MASTER_DESCRIPTION { get { @@ -8573,7 +8636,7 @@ public static string CONNECTION_FINDING_MASTER_DESCRIPTION { } /// - /// Looks up a localized string similar to Looking for master for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Looking for master for {0} ähnelt. /// public static string CONNECTION_FINDING_MASTER_TITLE { get { @@ -8582,7 +8645,7 @@ public static string CONNECTION_FINDING_MASTER_TITLE { } /// - /// Looks up a localized string similar to Connection General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Connection General Properties ähnelt. /// public static string CONNECTION_GENERAL_TAB_TITLE { get { @@ -8591,7 +8654,7 @@ public static string CONNECTION_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Could not contact server. + /// Sucht eine lokalisierte Zeichenfolge, die Could not contact server ähnelt. /// public static string CONNECTION_IO_EXCEPTION { get { @@ -8600,7 +8663,7 @@ public static string CONNECTION_IO_EXCEPTION { } /// - /// Looks up a localized string similar to Lost connection to {0}. Will search for a new pool master in {1} seconds.. + /// Sucht eine lokalisierte Zeichenfolge, die Lost connection to {0}. Will search for a new pool master in {1} seconds. ähnelt. /// public static string CONNECTION_LOST_NOTICE_MASTER_IN_X_SECONDS { get { @@ -8609,7 +8672,7 @@ public static string CONNECTION_LOST_NOTICE_MASTER_IN_X_SECONDS { } /// - /// Looks up a localized string similar to Lost connection to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Lost connection to {0} ähnelt. /// public static string CONNECTION_LOST_NOTICE_TITLE { get { @@ -8618,7 +8681,7 @@ public static string CONNECTION_LOST_NOTICE_TITLE { } /// - /// Looks up a localized string similar to Lost connection to {0}. Will reconnect in {1} seconds.. + /// Sucht eine lokalisierte Zeichenfolge, die Lost connection to {0}. Will reconnect in {1} seconds. ähnelt. /// public static string CONNECTION_LOST_RECONNECT_IN_X_SECONDS { get { @@ -8627,7 +8690,7 @@ public static string CONNECTION_LOST_RECONNECT_IN_X_SECONDS { } /// - /// Looks up a localized string similar to Connection to {0} successful.. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0} successful. ähnelt. /// public static string CONNECTION_OK_NOTICE_TEXT { get { @@ -8636,7 +8699,7 @@ public static string CONNECTION_OK_NOTICE_TEXT { } /// - /// Looks up a localized string similar to Connected to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Connected to {0} ähnelt. /// public static string CONNECTION_OK_NOTICE_TITLE { get { @@ -8645,7 +8708,7 @@ public static string CONNECTION_OK_NOTICE_TITLE { } /// - /// Looks up a localized string similar to Connection to {0}: redirecting to the pool master at {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0}: redirecting to the pool master at {1} ähnelt. /// public static string CONNECTION_REDIRECTING { get { @@ -8654,7 +8717,7 @@ public static string CONNECTION_REDIRECTING { } /// - /// Looks up a localized string similar to The connection was refused.. + /// Sucht eine lokalisierte Zeichenfolge, die The connection was refused. ähnelt. /// public static string CONNECTION_REFUSED { get { @@ -8663,7 +8726,7 @@ public static string CONNECTION_REFUSED { } /// - /// Looks up a localized string similar to Refused connection to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Refused connection to {0} ähnelt. /// public static string CONNECTION_REFUSED_TITLE { get { @@ -8672,7 +8735,7 @@ public static string CONNECTION_REFUSED_TITLE { } /// - /// Looks up a localized string similar to Connection to Server {0} restricted because a connection already exists to another XE Express Server ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die Connection to Server {0} restricted because a connection already exists to another XE Express Server ({1}) ähnelt. /// public static string CONNECTION_RESTRICTED_MESSAGE { get { @@ -8681,9 +8744,9 @@ public static string CONNECTION_RESTRICTED_MESSAGE { } /// - /// Looks up a localized string similar to Connection to server {0} restricted - a connection to a [Citrix XenServer] Express Edition server ({1}) already exists. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to server {0} restricted - a connection to a [Citrix XenServer] Express Edition server ({1}) already exists. /// - ///You can only connect to a single [Citrix XenServer] Express Edition server at a time. To find out how to upgrade your license, follow the link below.. + ///You can only connect to a single [Citrix XenServer] Express Edition server at a time. To find out how to upgrade your license, follow the link below. ähnelt. /// public static string CONNECTION_RESTRICTED_MESSAGE_LONG { get { @@ -8692,7 +8755,7 @@ public static string CONNECTION_RESTRICTED_MESSAGE_LONG { } /// - /// Looks up a localized string similar to Cannot connect to {0} because of license restriction. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot connect to {0} because of license restriction ähnelt. /// public static string CONNECTION_RESTRICTED_NOTICE_TITLE { get { @@ -8701,7 +8764,7 @@ public static string CONNECTION_RESTRICTED_NOTICE_TITLE { } /// - /// Looks up a localized string similar to Connection to {0}: trying to find pool at {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0}: trying to find pool at {1} ähnelt. /// public static string CONNECTION_RETRYING_SLAVE { get { @@ -8710,7 +8773,7 @@ public static string CONNECTION_RETRYING_SLAVE { } /// - /// Looks up a localized string similar to The connection to the server was lost. + /// Sucht eine lokalisierte Zeichenfolge, die The connection to the server was lost ähnelt. /// public static string CONNECTION_WAS_LOST { get { @@ -8719,7 +8782,7 @@ public static string CONNECTION_WAS_LOST { } /// - /// Looks up a localized string similar to Connection to {0}: will try to connect to another pool member in {1} seconds. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0}: will try to connect to another pool member in {1} seconds ähnelt. /// public static string CONNECTION_WILL_RETRY_SLAVE { get { @@ -8728,7 +8791,7 @@ public static string CONNECTION_WILL_RETRY_SLAVE { } /// - /// Looks up a localized string similar to Console. + /// Sucht eine lokalisierte Zeichenfolge, die Console ähnelt. /// public static string CONSOLE { get { @@ -8737,7 +8800,7 @@ public static string CONSOLE { } /// - /// Looks up a localized string similar to Keyboard shortcuts and scaling options. + /// Sucht eine lokalisierte Zeichenfolge, die Keyboard shortcuts and scaling options ähnelt. /// public static string CONSOLE_DESC { get { @@ -8746,7 +8809,7 @@ public static string CONSOLE_DESC { } /// - /// Looks up a localized string similar to {0} server console. + /// Sucht eine lokalisierte Zeichenfolge, die {0} server console ähnelt. /// public static string CONSOLE_HOST { get { @@ -8755,7 +8818,7 @@ public static string CONSOLE_HOST { } /// - /// Looks up a localized string similar to This server is unavailable.. + /// Sucht eine lokalisierte Zeichenfolge, die This server is unavailable. ähnelt. /// public static string CONSOLE_HOST_DEAD { get { @@ -8764,7 +8827,7 @@ public static string CONSOLE_HOST_DEAD { } /// - /// Looks up a localized string similar to {0} Nutanix CVM console. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Nutanix CVM console ähnelt. /// public static string CONSOLE_HOST_NUTANIX { get { @@ -8773,7 +8836,7 @@ public static string CONSOLE_HOST_NUTANIX { } /// - /// Looks up a localized string similar to This VM is currently shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently shut down. ähnelt. /// public static string CONSOLE_POWER_STATE_HALTED { get { @@ -8782,7 +8845,7 @@ public static string CONSOLE_POWER_STATE_HALTED { } /// - /// Looks up a localized string similar to This VM is currently shut down. Click here to start it.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently shut down. Click here to start it. ähnelt. /// public static string CONSOLE_POWER_STATE_HALTED_START { get { @@ -8791,7 +8854,7 @@ public static string CONSOLE_POWER_STATE_HALTED_START { } /// - /// Looks up a localized string similar to This VM is currently paused.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently paused. ähnelt. /// public static string CONSOLE_POWER_STATE_PAUSED { get { @@ -8800,7 +8863,7 @@ public static string CONSOLE_POWER_STATE_PAUSED { } /// - /// Looks up a localized string similar to This VM is currently paused. Click here to unpause it.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently paused. Click here to unpause it. ähnelt. /// public static string CONSOLE_POWER_STATE_PAUSED_UNPAUSE { get { @@ -8809,7 +8872,7 @@ public static string CONSOLE_POWER_STATE_PAUSED_UNPAUSE { } /// - /// Looks up a localized string similar to This VM is currently suspended.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently suspended. ähnelt. /// public static string CONSOLE_POWER_STATE_SUSPENDED { get { @@ -8818,7 +8881,7 @@ public static string CONSOLE_POWER_STATE_SUSPENDED { } /// - /// Looks up a localized string similar to This VM is currently suspended. Click here to resume it.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently suspended. Click here to resume it. ähnelt. /// public static string CONSOLE_POWER_STATE_SUSPENDED_RESUME { get { @@ -8827,7 +8890,7 @@ public static string CONSOLE_POWER_STATE_SUSPENDED_RESUME { } /// - /// Looks up a localized string similar to contained in. + /// Sucht eine lokalisierte Zeichenfolge, die contained in ähnelt. /// public static string CONTAINED_IN { get { @@ -8836,7 +8899,7 @@ public static string CONTAINED_IN { } /// - /// Looks up a localized string similar to Container. + /// Sucht eine lokalisierte Zeichenfolge, die Container ähnelt. /// public static string CONTAINER { get { @@ -8845,7 +8908,7 @@ public static string CONTAINER { } /// - /// Looks up a localized string similar to Command. + /// Sucht eine lokalisierte Zeichenfolge, die Command ähnelt. /// public static string CONTAINER_COMMAND { get { @@ -8854,7 +8917,7 @@ public static string CONTAINER_COMMAND { } /// - /// Looks up a localized string similar to Created. + /// Sucht eine lokalisierte Zeichenfolge, die Created ähnelt. /// public static string CONTAINER_CREATED { get { @@ -8863,7 +8926,7 @@ public static string CONTAINER_CREATED { } /// - /// Looks up a localized string similar to Container General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Container General Properties ähnelt. /// public static string CONTAINER_GENERAL_TAB_TITLE { get { @@ -8872,7 +8935,7 @@ public static string CONTAINER_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Image. + /// Sucht eine lokalisierte Zeichenfolge, die Image ähnelt. /// public static string CONTAINER_IMAGE { get { @@ -8881,7 +8944,7 @@ public static string CONTAINER_IMAGE { } /// - /// Looks up a localized string similar to {0} on '{1}' {2}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on '{1}' {2} ähnelt. /// public static string CONTAINER_ON_VM_TITLE { get { @@ -8890,7 +8953,7 @@ public static string CONTAINER_ON_VM_TITLE { } /// - /// Looks up a localized string similar to Ports. + /// Sucht eine lokalisierte Zeichenfolge, die Ports ähnelt. /// public static string CONTAINER_PORTS { get { @@ -8899,7 +8962,7 @@ public static string CONTAINER_PORTS { } /// - /// Looks up a localized string similar to Address: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Address: {0} ähnelt. /// public static string CONTAINER_PORTS_ADDRESS { get { @@ -8908,7 +8971,7 @@ public static string CONTAINER_PORTS_ADDRESS { } /// - /// Looks up a localized string similar to Private port: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Private port: {0} ähnelt. /// public static string CONTAINER_PORTS_PRIVATE_PORT { get { @@ -8917,7 +8980,7 @@ public static string CONTAINER_PORTS_PRIVATE_PORT { } /// - /// Looks up a localized string similar to Protocol: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Protocol: {0} ähnelt. /// public static string CONTAINER_PORTS_PROTOCOL { get { @@ -8926,7 +8989,7 @@ public static string CONTAINER_PORTS_PROTOCOL { } /// - /// Looks up a localized string similar to Public port: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Public port: {0} ähnelt. /// public static string CONTAINER_PORTS_PUBLIC_PORT { get { @@ -8935,7 +8998,7 @@ public static string CONTAINER_PORTS_PUBLIC_PORT { } /// - /// Looks up a localized string similar to contains. + /// Sucht eine lokalisierte Zeichenfolge, die contains ähnelt. /// public static string CONTAINS { get { @@ -8944,7 +9007,7 @@ public static string CONTAINS { } /// - /// Looks up a localized string similar to &Continue with export. + /// Sucht eine lokalisierte Zeichenfolge, die &Continue with export ähnelt. /// public static string CONTINUE_WITH_EXPORT { get { @@ -8953,7 +9016,7 @@ public static string CONTINUE_WITH_EXPORT { } /// - /// Looks up a localized string similar to Control domain on host {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Control domain on host {0} ähnelt. /// public static string CONTROL_DOM_ON_HOST { get { @@ -8962,7 +9025,7 @@ public static string CONTROL_DOM_ON_HOST { } /// - /// Looks up a localized string similar to Control Domain Memory Settings - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Control Domain Memory Settings - {0} ähnelt. /// public static string CONTROL_DOMAIN_MEMORY_DIALOG_TITLE { get { @@ -8971,7 +9034,7 @@ public static string CONTROL_DOMAIN_MEMORY_DIALOG_TITLE { } /// - /// Looks up a localized string similar to &Convert. + /// Sucht eine lokalisierte Zeichenfolge, die &Convert ähnelt. /// public static string CONVERT { get { @@ -8980,7 +9043,7 @@ public static string CONVERT { } /// - /// Looks up a localized string similar to Are you sure you want to convert VM '{0}' to a template? This cannot be undone.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to convert VM '{0}' to a template? This cannot be undone. ähnelt. /// public static string CONVERT_TEMPLATE_DIALOG_TEXT { get { @@ -8989,7 +9052,7 @@ public static string CONVERT_TEMPLATE_DIALOG_TEXT { } /// - /// Looks up a localized string similar to Convert VM to Template. + /// Sucht eine lokalisierte Zeichenfolge, die Convert VM to Template ähnelt. /// public static string CONVERT_TO_TEMPLATE { get { @@ -8998,7 +9061,7 @@ public static string CONVERT_TO_TEMPLATE { } /// - /// Looks up a localized string similar to Copy. + /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. /// public static string COPY { get { @@ -9007,7 +9070,7 @@ public static string COPY { } /// - /// Looks up a localized string similar to &Copy. + /// Sucht eine lokalisierte Zeichenfolge, die &Copy ähnelt. /// public static string COPY_MENU_ITEM { get { @@ -9016,7 +9079,7 @@ public static string COPY_MENU_ITEM { } /// - /// Looks up a localized string similar to Copy Template. + /// Sucht eine lokalisierte Zeichenfolge, die Copy Template ähnelt. /// public static string COPY_TEMPLATE { get { @@ -9025,7 +9088,7 @@ public static string COPY_TEMPLATE { } /// - /// Looks up a localized string similar to Clone the existing template, using a storage-level fast disk clone operation. + /// Sucht eine lokalisierte Zeichenfolge, die Clone the existing template, using a storage-level fast disk clone operation ähnelt. /// public static string COPY_TEMPLATE_FAST_CLONE_DESCRIPTION { get { @@ -9034,7 +9097,7 @@ public static string COPY_TEMPLATE_FAST_CLONE_DESCRIPTION { } /// - /// Looks up a localized string similar to Provide a name and a description (optional) for the new template and then select a copy mode.. + /// Sucht eine lokalisierte Zeichenfolge, die Provide a name and a description (optional) for the new template and then select a copy mode. ähnelt. /// public static string COPY_TEMPLATE_INTRA_POOL_RUBRIC { get { @@ -9043,7 +9106,7 @@ public static string COPY_TEMPLATE_INTRA_POOL_RUBRIC { } /// - /// Looks up a localized string similar to Delete original template after copy. + /// Sucht eine lokalisierte Zeichenfolge, die Delete original template after copy ähnelt. /// public static string COPY_TEMPLATE_REMOVE { get { @@ -9052,7 +9115,7 @@ public static string COPY_TEMPLATE_REMOVE { } /// - /// Looks up a localized string similar to Create a full copy of the existing template on this storage repository:. + /// Sucht eine lokalisierte Zeichenfolge, die Create a full copy of the existing template on this storage repository: ähnelt. /// public static string COPY_TEMPLATE_SELECT_SR { get { @@ -9061,7 +9124,7 @@ public static string COPY_TEMPLATE_SELECT_SR { } /// - /// Looks up a localized string similar to Copy Template. + /// Sucht eine lokalisierte Zeichenfolge, die Copy Template ähnelt. /// public static string COPY_TEMPLATE_WIZARD_TITLE { get { @@ -9070,7 +9133,7 @@ public static string COPY_TEMPLATE_WIZARD_TITLE { } /// - /// Looks up a localized string similar to Copy Template to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Copy Template to {0} ähnelt. /// public static string COPY_TEMPLATE_WIZARD_TITLE_AND_LOCATION { get { @@ -9079,7 +9142,7 @@ public static string COPY_TEMPLATE_WIZARD_TITLE_AND_LOCATION { } /// - /// Looks up a localized string similar to Copying {0} canceled.. + /// Sucht eine lokalisierte Zeichenfolge, die Copying {0} canceled. ähnelt. /// public static string COPY_TO_SHARED_CANCELLED { get { @@ -9088,7 +9151,7 @@ public static string COPY_TO_SHARED_CANCELLED { } /// - /// Looks up a localized string similar to Copy Virtual Machine. + /// Sucht eine lokalisierte Zeichenfolge, die Copy Virtual Machine ähnelt. /// public static string COPY_VM { get { @@ -9097,7 +9160,7 @@ public static string COPY_VM { } /// - /// Looks up a localized string similar to Clone. + /// Sucht eine lokalisierte Zeichenfolge, die Clone ähnelt. /// public static string COPY_VM_CLONE_TEMPLATE_SLOW { get { @@ -9106,7 +9169,7 @@ public static string COPY_VM_CLONE_TEMPLATE_SLOW { } /// - /// Looks up a localized string similar to Clone the existing VM, using a storage-level fast disk clone operation. + /// Sucht eine lokalisierte Zeichenfolge, die Clone the existing VM, using a storage-level fast disk clone operation ähnelt. /// public static string COPY_VM_FAST_CLONE_DESCRIPTION { get { @@ -9115,7 +9178,7 @@ public static string COPY_VM_FAST_CLONE_DESCRIPTION { } /// - /// Looks up a localized string similar to Provide a name and a description (optional) for the new VM and then select a copy mode.. + /// Sucht eine lokalisierte Zeichenfolge, die Provide a name and a description (optional) for the new VM and then select a copy mode. ähnelt. /// public static string COPY_VM_INTRA_POOL_RUBRIC { get { @@ -9124,7 +9187,7 @@ public static string COPY_VM_INTRA_POOL_RUBRIC { } /// - /// Looks up a localized string similar to Delete original VM after copy. + /// Sucht eine lokalisierte Zeichenfolge, die Delete original VM after copy ähnelt. /// public static string COPY_VM_REMOVE { get { @@ -9133,7 +9196,7 @@ public static string COPY_VM_REMOVE { } /// - /// Looks up a localized string similar to Create a full copy of the existing VM on this storage repository:. + /// Sucht eine lokalisierte Zeichenfolge, die Create a full copy of the existing VM on this storage repository: ähnelt. /// public static string COPY_VM_SELECT_SR { get { @@ -9142,7 +9205,7 @@ public static string COPY_VM_SELECT_SR { } /// - /// Looks up a localized string similar to Clone the existing template. + /// Sucht eine lokalisierte Zeichenfolge, die Clone the existing template ähnelt. /// public static string COPY_VM_SLOW_CLONE_DESCRIPTION { get { @@ -9151,7 +9214,7 @@ public static string COPY_VM_SLOW_CLONE_DESCRIPTION { } /// - /// Looks up a localized string similar to Select where would you like to copy your template. + /// Sucht eine lokalisierte Zeichenfolge, die Select where would you like to copy your template ähnelt. /// public static string COPY_VM_WIZARD_RUBRIC_TEMPLATE { get { @@ -9160,7 +9223,7 @@ public static string COPY_VM_WIZARD_RUBRIC_TEMPLATE { } /// - /// Looks up a localized string similar to Select where would you like to copy your VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Select where would you like to copy your VM. ähnelt. /// public static string COPY_VM_WIZARD_RUBRIC_VM { get { @@ -9169,7 +9232,7 @@ public static string COPY_VM_WIZARD_RUBRIC_VM { } /// - /// Looks up a localized string similar to Copy VM. + /// Sucht eine lokalisierte Zeichenfolge, die Copy VM ähnelt. /// public static string COPY_VM_WIZARD_TITLE { get { @@ -9178,7 +9241,7 @@ public static string COPY_VM_WIZARD_TITLE { } /// - /// Looks up a localized string similar to Copy VM to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Copy VM to {0} ähnelt. /// public static string COPY_VM_WIZARD_TITLE_AND_LOCATION { get { @@ -9187,7 +9250,7 @@ public static string COPY_VM_WIZARD_TITLE_AND_LOCATION { } /// - /// Looks up a localized string similar to Copyright © {0} All rights reserved.. + /// Sucht eine lokalisierte Zeichenfolge, die Copyright © {0} All rights reserved. ähnelt. /// public static string COPYRIGHT { get { @@ -9196,7 +9259,7 @@ public static string COPYRIGHT { } /// - /// Looks up a localized string similar to Could not open URL '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Could not open URL '{0}' ähnelt. /// public static string COULD_NOT_OPEN_URL { get { @@ -9205,9 +9268,9 @@ public static string COULD_NOT_OPEN_URL { } /// - /// Looks up a localized string similar to Could not write to file '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Could not write to file '{0}'. /// - ///{1}. + ///{1} ähnelt. /// public static string COULD_NOT_WRITE_FILE { get { @@ -9216,7 +9279,7 @@ public static string COULD_NOT_WRITE_FILE { } /// - /// Looks up a localized string similar to /sec. + /// Sucht eine lokalisierte Zeichenfolge, die /sec ähnelt. /// public static string COUNTS_PER_SEC_UNIT { get { @@ -9225,7 +9288,7 @@ public static string COUNTS_PER_SEC_UNIT { } /// - /// Looks up a localized string similar to incompatible hardware platform version. + /// Sucht eine lokalisierte Zeichenfolge, die incompatible hardware platform version ähnelt. /// public static string CPM_FAILURE_REASON_HARDWARE_PLATFORM { get { @@ -9234,7 +9297,7 @@ public static string CPM_FAILURE_REASON_HARDWARE_PLATFORM { } /// - /// Looks up a localized string similar to incompatible version numbers. + /// Sucht eine lokalisierte Zeichenfolge, die incompatible version numbers ähnelt. /// public static string CPM_FAILURE_REASON_VERSION { get { @@ -9243,7 +9306,7 @@ public static string CPM_FAILURE_REASON_VERSION { } /// - /// Looks up a localized string similar to Do not automatically delete source virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Do not automatically delete source virtual disks ähnelt. /// public static string CPM_SUMMARY_AUTO_DELETE_FALSE { get { @@ -9252,7 +9315,7 @@ public static string CPM_SUMMARY_AUTO_DELETE_FALSE { } /// - /// Looks up a localized string similar to Automatically delete source virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Automatically delete source virtual disks ähnelt. /// public static string CPM_SUMMARY_AUTO_DELETE_TRUE { get { @@ -9261,7 +9324,7 @@ public static string CPM_SUMMARY_AUTO_DELETE_TRUE { } /// - /// Looks up a localized string similar to Destination:. + /// Sucht eine lokalisierte Zeichenfolge, die Destination: ähnelt. /// public static string CPM_SUMMARY_KEY_DESTINATION { get { @@ -9270,7 +9333,7 @@ public static string CPM_SUMMARY_KEY_DESTINATION { } /// - /// Looks up a localized string similar to Template:. + /// Sucht eine lokalisierte Zeichenfolge, die Template: ähnelt. /// public static string CPM_SUMMARY_KEY_MIGRATE_TEMPLATE { get { @@ -9279,7 +9342,7 @@ public static string CPM_SUMMARY_KEY_MIGRATE_TEMPLATE { } /// - /// Looks up a localized string similar to VM:. + /// Sucht eine lokalisierte Zeichenfolge, die VM: ähnelt. /// public static string CPM_SUMMARY_KEY_MIGRATE_VM { get { @@ -9288,7 +9351,7 @@ public static string CPM_SUMMARY_KEY_MIGRATE_VM { } /// - /// Looks up a localized string similar to Networking:. + /// Sucht eine lokalisierte Zeichenfolge, die Networking: ähnelt. /// public static string CPM_SUMMARY_KEY_NETWORK { get { @@ -9297,7 +9360,7 @@ public static string CPM_SUMMARY_KEY_NETWORK { } /// - /// Looks up a localized string similar to Storage:. + /// Sucht eine lokalisierte Zeichenfolge, die Storage: ähnelt. /// public static string CPM_SUMMARY_KEY_STORAGE { get { @@ -9306,7 +9369,7 @@ public static string CPM_SUMMARY_KEY_STORAGE { } /// - /// Looks up a localized string similar to Target Server:. + /// Sucht eine lokalisierte Zeichenfolge, die Target Server: ähnelt. /// public static string CPM_SUMMARY_KEY_TARGET_SERVER { get { @@ -9315,7 +9378,7 @@ public static string CPM_SUMMARY_KEY_TARGET_SERVER { } /// - /// Looks up a localized string similar to Migration Network:. + /// Sucht eine lokalisierte Zeichenfolge, die Migration Network: ähnelt. /// public static string CPM_SUMMARY_KEY_TRANSFER_NETWORK { get { @@ -9324,7 +9387,7 @@ public static string CPM_SUMMARY_KEY_TRANSFER_NETWORK { } /// - /// Looks up a localized string similar to Network not found. + /// Sucht eine lokalisierte Zeichenfolge, die Network not found ähnelt. /// public static string CPM_SUMMARY_NETWORK_NOT_FOUND { get { @@ -9333,7 +9396,7 @@ public static string CPM_SUMMARY_NETWORK_NOT_FOUND { } /// - /// Looks up a localized string similar to Unset. + /// Sucht eine lokalisierte Zeichenfolge, die Unset ähnelt. /// public static string CPM_SUMMARY_UNSET { get { @@ -9342,7 +9405,7 @@ public static string CPM_SUMMARY_UNSET { } /// - /// Looks up a localized string similar to Pl&ace all virtual disks on the same SR:. + /// Sucht eine lokalisierte Zeichenfolge, die Pl&ace all virtual disks on the same SR: ähnelt. /// public static string CPM_WIZARD_ALL_ON_SAME_SR_RADIO { get { @@ -9351,7 +9414,7 @@ public static string CPM_WIZARD_ALL_ON_SAME_SR_RADIO { } /// - /// Looks up a localized string similar to Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Destination ähnelt. /// public static string CPM_WIZARD_COPY_MODE_TAB_TITLE { get { @@ -9360,7 +9423,7 @@ public static string CPM_WIZARD_COPY_MODE_TAB_TITLE { } /// - /// Looks up a localized string similar to Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Destination ähnelt. /// public static string CPM_WIZARD_COPY_MODE_TITLE { get { @@ -9369,7 +9432,7 @@ public static string CPM_WIZARD_COPY_MODE_TITLE { } /// - /// Looks up a localized string similar to &Destination:. + /// Sucht eine lokalisierte Zeichenfolge, die &Destination: ähnelt. /// public static string CPM_WIZARD_DESTINATION_DESTINATION { get { @@ -9378,7 +9441,7 @@ public static string CPM_WIZARD_DESTINATION_DESTINATION { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to copy the selected VMs to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to copy the selected VMs to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY { get { @@ -9387,7 +9450,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to copy the selected VM to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to copy the selected VM to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_SINGLE { get { @@ -9396,7 +9459,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_SINGLE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to copy the selected templates to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to copy the selected templates to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_TEMPLATE { get { @@ -9405,7 +9468,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_TEMPLATE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to copy the selected template to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to copy the selected template to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_TEMPLATE_SINGLE { get { @@ -9414,7 +9477,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_COPY_TEMPLATE_SINGLE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to migrate the selected VMs to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to migrate the selected VMs to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MIGRATE { get { @@ -9423,7 +9486,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MIGRATE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to migrate the selected VM to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to migrate the selected VM to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MIGRATE_SINGLE { get { @@ -9432,7 +9495,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MIGRATE_SINGLE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to move the selected VMs to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to move the selected VMs to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MOVE { get { @@ -9441,7 +9504,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MOVE { } /// - /// Looks up a localized string similar to Select the pool or standalone server where you want to move the selected VM to.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the pool or standalone server where you want to move the selected VM to. ähnelt. /// public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MOVE_SINGLE { get { @@ -9450,7 +9513,7 @@ public static string CPM_WIZARD_DESTINATION_INSTRUCTIONS_MOVE_SINGLE { } /// - /// Looks up a localized string similar to Destination Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Destination Pool ähnelt. /// public static string CPM_WIZARD_DESTINATION_TAB_TITLE { get { @@ -9459,7 +9522,7 @@ public static string CPM_WIZARD_DESTINATION_TAB_TITLE { } /// - /// Looks up a localized string similar to Specify a &target server in the destination pool (optional):. + /// Sucht eine lokalisierte Zeichenfolge, die Specify a &target server in the destination pool (optional): ähnelt. /// public static string CPM_WIZARD_DESTINATION_TABLE_INTRO { get { @@ -9468,7 +9531,7 @@ public static string CPM_WIZARD_DESTINATION_TABLE_INTRO { } /// - /// Looks up a localized string similar to Select the destination pool or standalone server. + /// Sucht eine lokalisierte Zeichenfolge, die Select the destination pool or standalone server ähnelt. /// public static string CPM_WIZARD_DESTINATION_TITLE { get { @@ -9477,9 +9540,9 @@ public static string CPM_WIZARD_DESTINATION_TITLE { } /// - /// Looks up a localized string similar to The destination host has become unreachable. + /// Sucht eine lokalisierte Zeichenfolge, die The destination host has become unreachable. /// - ///Please reconnect the host and try again.. + ///Please reconnect the host and try again. ähnelt. /// public static string CPM_WIZARD_ERROR_TARGET_DISCONNECTED { get { @@ -9488,7 +9551,7 @@ public static string CPM_WIZARD_ERROR_TARGET_DISCONNECTED { } /// - /// Looks up a localized string similar to The wizard is ready to begin migrating the selected VMs using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to migrate the VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin migrating the selected VMs using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to migrate the VMs. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO { get { @@ -9497,7 +9560,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO { } /// - /// Looks up a localized string similar to The wizard is ready to begin copying the selected VMs using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin copying the selected VMs using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the VMs. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY { get { @@ -9506,7 +9569,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY { } /// - /// Looks up a localized string similar to The wizard is ready to begin copying the selected VM using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin copying the selected VM using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the VM. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_SINGLE { get { @@ -9515,7 +9578,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_SINGLE { } /// - /// Looks up a localized string similar to The wizard is ready to begin copying the selected template using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the template.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin copying the selected template using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the template. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_SINGLE_TEMPLATE { get { @@ -9524,7 +9587,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_SINGLE_TEMPLATE { } /// - /// Looks up a localized string similar to The wizard is ready to begin copying the selected templates using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the templates.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin copying the selected templates using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to copy the templates. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_TEMPLATE { get { @@ -9533,7 +9596,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO_COPY_TEMPLATE { } /// - /// Looks up a localized string similar to The wizard is ready to begin migrating the selected VM using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to migrate the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die The wizard is ready to begin migrating the selected VM using the settings shown below. Please review these settings and click Previous if you need to go back and make any changes, otherwise click Finish to migrate the VM. ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_INTRO_SINGLE { get { @@ -9542,7 +9605,7 @@ public static string CPM_WIZARD_FINISH_PAGE_INTRO_SINGLE { } /// - /// Looks up a localized string similar to Review settings. + /// Sucht eine lokalisierte Zeichenfolge, die Review settings ähnelt. /// public static string CPM_WIZARD_FINISH_PAGE_TITLE { get { @@ -9551,7 +9614,7 @@ public static string CPM_WIZARD_FINISH_PAGE_TITLE { } /// - /// Looks up a localized string similar to Name and Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Name and Storage ähnelt. /// public static string CPM_WIZARD_INTRA_POOL_COPY_TAB_TITLE { get { @@ -9560,7 +9623,7 @@ public static string CPM_WIZARD_INTRA_POOL_COPY_TAB_TITLE { } /// - /// Looks up a localized string similar to Name and Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Name and Storage ähnelt. /// public static string CPM_WIZARD_INTRA_POOL_COPY_TITLE { get { @@ -9569,7 +9632,7 @@ public static string CPM_WIZARD_INTRA_POOL_COPY_TITLE { } /// - /// Looks up a localized string similar to Map the virtual network interfaces in the selected VMs to networks in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Map the virtual network interfaces in the selected VMs to networks in the destination pool or standalone server. ähnelt. /// public static string CPM_WIZARD_NETWORKING_INTRO { get { @@ -9578,7 +9641,7 @@ public static string CPM_WIZARD_NETWORKING_INTRO { } /// - /// Looks up a localized string similar to Map the virtual network interfaces in the selected VM to networks in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Map the virtual network interfaces in the selected VM to networks in the destination pool or standalone server. ähnelt. /// public static string CPM_WIZARD_NETWORKING_INTRO_SINGLE { get { @@ -9587,7 +9650,7 @@ public static string CPM_WIZARD_NETWORKING_INTRO_SINGLE { } /// - /// Looks up a localized string similar to Map the virtual network interfaces in the selected templates to networks in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Map the virtual network interfaces in the selected templates to networks in the destination pool or standalone server. ähnelt. /// public static string CPM_WIZARD_NETWORKING_INTRO_TEMPLATE { get { @@ -9596,7 +9659,7 @@ public static string CPM_WIZARD_NETWORKING_INTRO_TEMPLATE { } /// - /// Looks up a localized string similar to Map the virtual network interfaces in the selected template to networks in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Map the virtual network interfaces in the selected template to networks in the destination pool or standalone server. ähnelt. /// public static string CPM_WIZARD_NETWORKING_INTRO_TEMPLATE_SINGLE { get { @@ -9605,7 +9668,7 @@ public static string CPM_WIZARD_NETWORKING_INTRO_TEMPLATE_SINGLE { } /// - /// Looks up a localized string similar to Networking. + /// Sucht eine lokalisierte Zeichenfolge, die Networking ähnelt. /// public static string CPM_WIZARD_SELECT_NETWORK_PAGE_TEXT { get { @@ -9614,7 +9677,7 @@ public static string CPM_WIZARD_SELECT_NETWORK_PAGE_TEXT { } /// - /// Looks up a localized string similar to Configure networking. + /// Sucht eine lokalisierte Zeichenfolge, die Configure networking ähnelt. /// public static string CPM_WIZARD_SELECT_NETWORK_PAGE_TITLE { get { @@ -9623,7 +9686,7 @@ public static string CPM_WIZARD_SELECT_NETWORK_PAGE_TITLE { } /// - /// Looks up a localized string similar to Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Storage ähnelt. /// public static string CPM_WIZARD_SELECT_STORAGE_PAGE_TEXT { get { @@ -9632,7 +9695,7 @@ public static string CPM_WIZARD_SELECT_STORAGE_PAGE_TEXT { } /// - /// Looks up a localized string similar to Configure storage. + /// Sucht eine lokalisierte Zeichenfolge, die Configure storage ähnelt. /// public static string CPM_WIZARD_SELECT_STORAGE_PAGE_TITLE { get { @@ -9641,7 +9704,7 @@ public static string CPM_WIZARD_SELECT_STORAGE_PAGE_TITLE { } /// - /// Looks up a localized string similar to Migration Network. + /// Sucht eine lokalisierte Zeichenfolge, die Migration Network ähnelt. /// public static string CPM_WIZARD_SELECT_TRANSFER_NETWORK_PAGE_TEXT { get { @@ -9650,7 +9713,7 @@ public static string CPM_WIZARD_SELECT_TRANSFER_NETWORK_PAGE_TEXT { } /// - /// Looks up a localized string similar to Configure storage migration settings. + /// Sucht eine lokalisierte Zeichenfolge, die Configure storage migration settings ähnelt. /// public static string CPM_WIZARD_SELECT_TRANSFER_NETWORK_TITLE { get { @@ -9659,7 +9722,7 @@ public static string CPM_WIZARD_SELECT_TRANSFER_NETWORK_TITLE { } /// - /// Looks up a localized string similar to Pla&ce virtual disks onto specified SRs:. + /// Sucht eine lokalisierte Zeichenfolge, die Pla&ce virtual disks onto specified SRs: ähnelt. /// public static string CPM_WIZARD_SPECIFIC_SR_RADIO { get { @@ -9668,7 +9731,7 @@ public static string CPM_WIZARD_SPECIFIC_SR_RADIO { } /// - /// Looks up a localized string similar to Select one or more storage repositories (SR) in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Select one or more storage repositories (SR) in the destination pool or standalone server. ähnelt. /// public static string CPM_WIZARD_STORAGE_INSTRUCTIONS { get { @@ -9677,7 +9740,7 @@ public static string CPM_WIZARD_STORAGE_INSTRUCTIONS { } /// - /// Looks up a localized string similar to Migrate VM. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate VM ähnelt. /// public static string CPM_WIZARD_TITLE { get { @@ -9686,7 +9749,7 @@ public static string CPM_WIZARD_TITLE { } /// - /// Looks up a localized string similar to Migrate VM to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate VM to {0} ähnelt. /// public static string CPM_WIZARD_TITLE_AND_LOCATION { get { @@ -9695,7 +9758,7 @@ public static string CPM_WIZARD_TITLE_AND_LOCATION { } /// - /// Looks up a localized string similar to The selected VMs are no longer available in [XenCenter]'s cache. Please verify your selection is valid and relaunch the wizard.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected VMs are no longer available in [XenCenter]'s cache. Please verify your selection is valid and relaunch the wizard. ähnelt. /// public static string CPM_WIZARD_VM_MISSING_ERROR { get { @@ -9704,7 +9767,7 @@ public static string CPM_WIZARD_VM_MISSING_ERROR { } /// - /// Looks up a localized string similar to &Virtual network interfaces:. + /// Sucht eine lokalisierte Zeichenfolge, die &Virtual network interfaces: ähnelt. /// public static string CPM_WIZARD_VM_SELECTION_INTRODUCTION { get { @@ -9713,7 +9776,7 @@ public static string CPM_WIZARD_VM_SELECTION_INTRODUCTION { } /// - /// Looks up a localized string similar to WLB is enabled on the host. + /// Sucht eine lokalisierte Zeichenfolge, die WLB is enabled on the host ähnelt. /// public static string CPM_WLB_ENABLED_ON_HOST_FAILURE_REASON { get { @@ -9722,7 +9785,7 @@ public static string CPM_WLB_ENABLED_ON_HOST_FAILURE_REASON { } /// - /// Looks up a localized string similar to WLB is enabled on the source. + /// Sucht eine lokalisierte Zeichenfolge, die WLB is enabled on the source ähnelt. /// public static string CPM_WLB_ENABLED_ON_VM_FAILURE_REASON { get { @@ -9731,9 +9794,9 @@ public static string CPM_WLB_ENABLED_ON_VM_FAILURE_REASON { } /// - /// Looks up a localized string similar to Select a storage network on the destination pool or standalone server that will be used for the live migration of the virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Select a storage network on the destination pool or standalone server that will be used for the live migration of the virtual disks. /// - ///For optimal performance and reliability during template migration, ensure that the network used for the storage migration is not being used for management or virtual machine traffic.. + ///For optimal performance and reliability during template migration, ensure that the network used for the storage migration is not being used for management or virtual machine traffic. ähnelt. /// public static string CPS_WIZARD_MIGRATION_PAGE_TITLE_TEMPLATE { get { @@ -9742,9 +9805,9 @@ public static string CPS_WIZARD_MIGRATION_PAGE_TITLE_TEMPLATE { } /// - /// Looks up a localized string similar to Select a storage network on the destination pool or standalone server that will be used for the live migration of the virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die Select a storage network on the destination pool or standalone server that will be used for the live migration of the virtual disks. /// - ///For optimal performance and reliability during VM migration, ensure that the network used for the storage migration is not being used for management or virtual machine traffic.. + ///For optimal performance and reliability during VM migration, ensure that the network used for the storage migration is not being used for management or virtual machine traffic. ähnelt. /// public static string CPS_WIZARD_MIGRATION_PAGE_TITLE_VM { get { @@ -9753,7 +9816,7 @@ public static string CPS_WIZARD_MIGRATION_PAGE_TITLE_VM { } /// - /// Looks up a localized string similar to Template - Virtual Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Template - Virtual Network Interface ähnelt. /// public static string CPS_WIZARD_NETWORKING_NETWORK_COLUMN_TEMPLATE { get { @@ -9762,7 +9825,7 @@ public static string CPS_WIZARD_NETWORKING_NETWORK_COLUMN_TEMPLATE { } /// - /// Looks up a localized string similar to VM - Virtual Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die VM - Virtual Network Interface ähnelt. /// public static string CPS_WIZARD_NETWORKING_NETWORK_COLUMN_VM { get { @@ -9771,7 +9834,7 @@ public static string CPS_WIZARD_NETWORKING_NETWORK_COLUMN_VM { } /// - /// Looks up a localized string similar to Template - Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Template - Virtual Disk ähnelt. /// public static string CPS_WIZARD_STORAGE_PAGE_DISK_COLUMN_HEADER_FOR_TEMPLATE { get { @@ -9780,7 +9843,7 @@ public static string CPS_WIZARD_STORAGE_PAGE_DISK_COLUMN_HEADER_FOR_TEMPLATE { } /// - /// Looks up a localized string similar to VM - Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die VM - Virtual Disk ähnelt. /// public static string CPS_WIZARD_STORAGE_PAGE_DISK_COLUMN_HEADER_FOR_VM { get { @@ -9789,7 +9852,7 @@ public static string CPS_WIZARD_STORAGE_PAGE_DISK_COLUMN_HEADER_FOR_VM { } /// - /// Looks up a localized string similar to CPU. + /// Sucht eine lokalisierte Zeichenfolge, die CPU ähnelt. /// public static string CPU { get { @@ -9798,7 +9861,7 @@ public static string CPU { } /// - /// Looks up a localized string similar to CPU and Memory. + /// Sucht eine lokalisierte Zeichenfolge, die CPU and Memory ähnelt. /// public static string CPU_AND_MEMORY { get { @@ -9807,7 +9870,7 @@ public static string CPU_AND_MEMORY { } /// - /// Looks up a localized string similar to {0} vCPU(s) & {1} MB RAM. + /// Sucht eine lokalisierte Zeichenfolge, die {0} vCPU(s) & {1} MB RAM ähnelt. /// public static string CPU_AND_MEMORY_SUB { get { @@ -9816,7 +9879,7 @@ public static string CPU_AND_MEMORY_SUB { } /// - /// Looks up a localized string similar to {0} vCPU(s). + /// Sucht eine lokalisierte Zeichenfolge, die {0} vCPU(s) ähnelt. /// public static string CPU_SUB { get { @@ -9825,7 +9888,7 @@ public static string CPU_SUB { } /// - /// Looks up a localized string similar to The number of vCPUs must be a multiple of the number of cores per socket. + /// Sucht eine lokalisierte Zeichenfolge, die The number of vCPUs must be a multiple of the number of cores per socket ähnelt. /// public static string CPU_TOPOLOGY_INVALID_REASON_MULTIPLE { get { @@ -9834,7 +9897,7 @@ public static string CPU_TOPOLOGY_INVALID_REASON_MULTIPLE { } /// - /// Looks up a localized string similar to The number of sockets must be at most 16. + /// Sucht eine lokalisierte Zeichenfolge, die The number of sockets must be at most 16 ähnelt. /// public static string CPU_TOPOLOGY_INVALID_REASON_SOCKETS { get { @@ -9843,7 +9906,7 @@ public static string CPU_TOPOLOGY_INVALID_REASON_SOCKETS { } /// - /// Looks up a localized string similar to 1 socket with 1 core per socket. + /// Sucht eine lokalisierte Zeichenfolge, die 1 socket with 1 core per socket ähnelt. /// public static string CPU_TOPOLOGY_STRING_1_SOCKET_1_CORE { get { @@ -9852,7 +9915,7 @@ public static string CPU_TOPOLOGY_STRING_1_SOCKET_1_CORE { } /// - /// Looks up a localized string similar to 1 socket with {0} cores per socket. + /// Sucht eine lokalisierte Zeichenfolge, die 1 socket with {0} cores per socket ähnelt. /// public static string CPU_TOPOLOGY_STRING_1_SOCKET_N_CORE { get { @@ -9861,7 +9924,7 @@ public static string CPU_TOPOLOGY_STRING_1_SOCKET_N_CORE { } /// - /// Looks up a localized string similar to {0} cores per socket (Invalid configuration). + /// Sucht eine lokalisierte Zeichenfolge, die {0} cores per socket (Invalid configuration) ähnelt. /// public static string CPU_TOPOLOGY_STRING_INVALID_VALUE { get { @@ -9870,7 +9933,7 @@ public static string CPU_TOPOLOGY_STRING_INVALID_VALUE { } /// - /// Looks up a localized string similar to 1 core per socket (Invalid configuration). + /// Sucht eine lokalisierte Zeichenfolge, die 1 core per socket (Invalid configuration) ähnelt. /// public static string CPU_TOPOLOGY_STRING_INVALID_VALUE_1 { get { @@ -9879,7 +9942,7 @@ public static string CPU_TOPOLOGY_STRING_INVALID_VALUE_1 { } /// - /// Looks up a localized string similar to {0} sockets with 1 core per socket. + /// Sucht eine lokalisierte Zeichenfolge, die {0} sockets with 1 core per socket ähnelt. /// public static string CPU_TOPOLOGY_STRING_N_SOCKET_1_CORE { get { @@ -9888,7 +9951,7 @@ public static string CPU_TOPOLOGY_STRING_N_SOCKET_1_CORE { } /// - /// Looks up a localized string similar to {0} sockets with {1} cores per socket. + /// Sucht eine lokalisierte Zeichenfolge, die {0} sockets with {1} cores per socket ähnelt. /// public static string CPU_TOPOLOGY_STRING_N_SOCKET_N_CORE { get { @@ -9897,7 +9960,7 @@ public static string CPU_TOPOLOGY_STRING_N_SOCKET_N_CORE { } /// - /// Looks up a localized string similar to Creating CD drive. + /// Sucht eine lokalisierte Zeichenfolge, die Creating CD drive ähnelt. /// public static string CREATE_CD_DRIVE { get { @@ -9906,7 +9969,7 @@ public static string CREATE_CD_DRIVE { } /// - /// Looks up a localized string similar to C&reate. + /// Sucht eine lokalisierte Zeichenfolge, die C&reate ähnelt. /// public static string CREATE_MNEMONIC_R { get { @@ -9915,7 +9978,7 @@ public static string CREATE_MNEMONIC_R { } /// - /// Looks up a localized string similar to Create new folder '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Create new folder '{0}' ähnelt. /// public static string CREATE_NEW_FOLDER { get { @@ -9924,7 +9987,7 @@ public static string CREATE_NEW_FOLDER { } /// - /// Looks up a localized string similar to Create new folders '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Create new folders '{0}' ähnelt. /// public static string CREATE_NEW_FOLDERS { get { @@ -9933,7 +9996,7 @@ public static string CREATE_NEW_FOLDERS { } /// - /// Looks up a localized string similar to Create policy. + /// Sucht eine lokalisierte Zeichenfolge, die Create policy ähnelt. /// public static string CREATE_POLICY { get { @@ -9942,7 +10005,7 @@ public static string CREATE_POLICY { } /// - /// Looks up a localized string similar to &Create Template From Snapshot.... + /// Sucht eine lokalisierte Zeichenfolge, die &Create Template From Snapshot... ähnelt. /// public static string CREATE_TEMPLATE_FROM_SNAPSHOT_MENU_ITEM { get { @@ -9951,7 +10014,7 @@ public static string CREATE_TEMPLATE_FROM_SNAPSHOT_MENU_ITEM { } /// - /// Looks up a localized string similar to Create VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Create VM '{0}' ähnelt. /// public static string CREATE_VM { get { @@ -9960,7 +10023,7 @@ public static string CREATE_VM { } /// - /// Looks up a localized string similar to Create vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Create vApp ähnelt. /// public static string CREATE_VM_APPLIANCE { get { @@ -9969,7 +10032,7 @@ public static string CREATE_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Creating VM '{0}' from template '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating VM '{0}' from template '{1}' ähnelt. /// public static string CREATE_VM_FROM_TEMPLATE { get { @@ -9978,7 +10041,7 @@ public static string CREATE_VM_FROM_TEMPLATE { } /// - /// Looks up a localized string similar to Created new folder. + /// Sucht eine lokalisierte Zeichenfolge, die Created new folder ähnelt. /// public static string CREATED_NEW_FOLDER { get { @@ -9987,7 +10050,7 @@ public static string CREATED_NEW_FOLDER { } /// - /// Looks up a localized string similar to Created new folders. + /// Sucht eine lokalisierte Zeichenfolge, die Created new folders ähnelt. /// public static string CREATED_NEW_FOLDERS { get { @@ -9996,7 +10059,7 @@ public static string CREATED_NEW_FOLDERS { } /// - /// Looks up a localized string similar to vApp '{0}' created.. + /// Sucht eine lokalisierte Zeichenfolge, die vApp '{0}' created. ähnelt. /// public static string CREATED_VM_APPLIANCE { get { @@ -10005,7 +10068,7 @@ public static string CREATED_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Snapshot schedule '{0}' created.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedule '{0}' created. ähnelt. /// public static string CREATED_VMSS { get { @@ -10014,7 +10077,7 @@ public static string CREATED_VMSS { } /// - /// Looks up a localized string similar to Created '{0}' by cloning '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Created '{0}' by cloning '{1}' ähnelt. /// public static string CREATEDVM_CLONE { get { @@ -10023,7 +10086,7 @@ public static string CREATEDVM_CLONE { } /// - /// Looks up a localized string similar to Created '{0}' by copying '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Created '{0}' by copying '{1}' ähnelt. /// public static string CREATEDVM_COPY { get { @@ -10032,7 +10095,7 @@ public static string CREATEDVM_COPY { } /// - /// Looks up a localized string similar to VM creation canceled. + /// Sucht eine lokalisierte Zeichenfolge, die VM creation canceled ähnelt. /// public static string CREATEVM_CANCELLED { get { @@ -10041,7 +10104,7 @@ public static string CREATEVM_CANCELLED { } /// - /// Looks up a localized string similar to Configuring CD drive for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring CD drive for {0} ähnelt. /// public static string CREATEVM_CD { get { @@ -10050,7 +10113,7 @@ public static string CREATEVM_CD { } /// - /// Looks up a localized string similar to Creating '{0}' by cloning '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating '{0}' by cloning '{1}' ähnelt. /// public static string CREATEVM_CLONE { get { @@ -10059,7 +10122,7 @@ public static string CREATEVM_CLONE { } /// - /// Looks up a localized string similar to Creating '{0}' by copying '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating '{0}' by copying '{1}' ähnelt. /// public static string CREATEVM_COPY { get { @@ -10068,7 +10131,7 @@ public static string CREATEVM_COPY { } /// - /// Looks up a localized string similar to Configuring disks for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring disks for {0} ähnelt. /// public static string CREATEVM_DISKS { get { @@ -10077,7 +10140,7 @@ public static string CREATEVM_DISKS { } /// - /// Looks up a localized string similar to Configuring network interfaces for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Configuring network interfaces for {0} ähnelt. /// public static string CREATEVM_NETWORK { get { @@ -10086,7 +10149,7 @@ public static string CREATEVM_NETWORK { } /// - /// Looks up a localized string similar to Provisioning new storage for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Provisioning new storage for {0} ähnelt. /// public static string CREATEVM_PROVISIONING { get { @@ -10095,7 +10158,7 @@ public static string CREATEVM_PROVISIONING { } /// - /// Looks up a localized string similar to Creating cloud config drive. + /// Sucht eine lokalisierte Zeichenfolge, die Creating cloud config drive ähnelt. /// public static string CREATING_CLOUD_CONFIG_DRIVE { get { @@ -10104,7 +10167,7 @@ public static string CREATING_CLOUD_CONFIG_DRIVE { } /// - /// Looks up a localized string similar to Creating disks. + /// Sucht eine lokalisierte Zeichenfolge, die Creating disks ähnelt. /// public static string CREATING_DISKS { get { @@ -10113,7 +10176,7 @@ public static string CREATING_DISKS { } /// - /// Looks up a localized string similar to Archiving appliance files into single package file {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Archiving appliance files into single package file {0}... ähnelt. /// public static string CREATING_FILE { get { @@ -10122,7 +10185,7 @@ public static string CREATING_FILE { } /// - /// Looks up a localized string similar to Creating manifest file.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating manifest file... ähnelt. /// public static string CREATING_MANIFEST { get { @@ -10131,7 +10194,7 @@ public static string CREATING_MANIFEST { } /// - /// Looks up a localized string similar to Creating new pool '{0}' with master '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating new pool '{0}' with master '{1}' ähnelt. /// public static string CREATING_NAMED_POOL_WITH_MASTER { get { @@ -10140,7 +10203,7 @@ public static string CREATING_NAMED_POOL_WITH_MASTER { } /// - /// Looks up a localized string similar to Creating new folder.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating new folder... ähnelt. /// public static string CREATING_NEW_FOLDER { get { @@ -10149,7 +10212,7 @@ public static string CREATING_NEW_FOLDER { } /// - /// Looks up a localized string similar to Creating new folders.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating new folders... ähnelt. /// public static string CREATING_NEW_FOLDERS { get { @@ -10158,7 +10221,7 @@ public static string CREATING_NEW_FOLDERS { } /// - /// Looks up a localized string similar to Creating vApp '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating vApp '{0}'... ähnelt. /// public static string CREATING_VM_APPLIANCE { get { @@ -10167,7 +10230,7 @@ public static string CREATING_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Creating snapshot schedule '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating snapshot schedule '{0}'... ähnelt. /// public static string CREATING_VMSS { get { @@ -10176,7 +10239,7 @@ public static string CREATING_VMSS { } /// - /// Looks up a localized string similar to Creation time. + /// Sucht eine lokalisierte Zeichenfolge, die Creation time ähnelt. /// public static string CREATION_TIME { get { @@ -10185,7 +10248,7 @@ public static string CREATION_TIME { } /// - /// Looks up a localized string similar to User name and password check complete. + /// Sucht eine lokalisierte Zeichenfolge, die User name and password check complete ähnelt. /// public static string CREDENTIALS_CHECK_COMPLETE { get { @@ -10194,7 +10257,7 @@ public static string CREDENTIALS_CHECK_COMPLETE { } /// - /// Looks up a localized string similar to Checking user name and password.... + /// Sucht eine lokalisierte Zeichenfolge, die Checking user name and password... ähnelt. /// public static string CREDENTIALS_CHECKING { get { @@ -10203,7 +10266,7 @@ public static string CREDENTIALS_CHECKING { } /// - /// Looks up a localized string similar to Dell EqualLogic. + /// Sucht eine lokalisierte Zeichenfolge, die Dell EqualLogic ähnelt. /// public static string CSLG_DELL_DIRECT { get { @@ -10212,7 +10275,7 @@ public static string CSLG_DELL_DIRECT { } /// - /// Looks up a localized string similar to Direct Connection. + /// Sucht eine lokalisierte Zeichenfolge, die Direct Connection ähnelt. /// public static string CSLG_DIRECT_CONNECTION { get { @@ -10221,7 +10284,7 @@ public static string CSLG_DIRECT_CONNECTION { } /// - /// Looks up a localized string similar to NetApp. + /// Sucht eine lokalisierte Zeichenfolge, die NetApp ähnelt. /// public static string CSLG_NETAPP_DIRECT { get { @@ -10230,7 +10293,7 @@ public static string CSLG_NETAPP_DIRECT { } /// - /// Looks up a localized string similar to &Storage adapter:. + /// Sucht eine lokalisierte Zeichenfolge, die &Storage adapter: ähnelt. /// public static string CSLG_STORAGEADAPTER { get { @@ -10239,7 +10302,7 @@ public static string CSLG_STORAGEADAPTER { } /// - /// Looks up a localized string similar to StorageLink adapters. + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink adapters ähnelt. /// public static string CSLG_STORAGELINK_ADAPTERS { get { @@ -10248,7 +10311,7 @@ public static string CSLG_STORAGELINK_ADAPTERS { } /// - /// Looks up a localized string similar to StorageLink Server ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink Server ({0}) ähnelt. /// public static string CSLG_STORAGELINK_SERVER { get { @@ -10257,7 +10320,7 @@ public static string CSLG_STORAGELINK_SERVER { } /// - /// Looks up a localized string similar to Comma Separated Value. + /// Sucht eine lokalisierte Zeichenfolge, die Comma Separated Value ähnelt. /// public static string CSV_DESCRIPTION { get { @@ -10266,7 +10329,7 @@ public static string CSV_DESCRIPTION { } /// - /// Looks up a localized string similar to Current. + /// Sucht eine lokalisierte Zeichenfolge, die Current ähnelt. /// public static string CURRENT { get { @@ -10275,7 +10338,7 @@ public static string CURRENT { } /// - /// Looks up a localized string similar to Current location. + /// Sucht eine lokalisierte Zeichenfolge, die Current location ähnelt. /// public static string CURRENT_LOCATION { get { @@ -10284,7 +10347,7 @@ public static string CURRENT_LOCATION { } /// - /// Looks up a localized string similar to Current memory usage: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Current memory usage: {0} ähnelt. /// public static string CURRENT_MEMORY_USAGE { get { @@ -10293,7 +10356,7 @@ public static string CURRENT_MEMORY_USAGE { } /// - /// Looks up a localized string similar to Current memory usage: {0} per VM. + /// Sucht eine lokalisierte Zeichenfolge, die Current memory usage: {0} per VM ähnelt. /// public static string CURRENT_MEMORY_USAGE_MULTIPLE { get { @@ -10302,7 +10365,7 @@ public static string CURRENT_MEMORY_USAGE_MULTIPLE { } /// - /// Looks up a localized string similar to Current policy. + /// Sucht eine lokalisierte Zeichenfolge, die Current policy ähnelt. /// public static string CURRENT_POLICY { get { @@ -10311,7 +10374,7 @@ public static string CURRENT_POLICY { } /// - /// Looks up a localized string similar to Current schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Current schedule ähnelt. /// public static string CURRENT_SCHEDULE { get { @@ -10320,7 +10383,7 @@ public static string CURRENT_SCHEDULE { } /// - /// Looks up a localized string similar to Current vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Current vApp ähnelt. /// public static string CURRENT_VAPP { get { @@ -10329,7 +10392,7 @@ public static string CURRENT_VAPP { } /// - /// Looks up a localized string similar to Custom.... + /// Sucht eine lokalisierte Zeichenfolge, die Custom... ähnelt. /// public static string CUSTOM { get { @@ -10338,7 +10401,7 @@ public static string CUSTOM { } /// - /// Looks up a localized string similar to {0} ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1}) ähnelt. /// public static string CUSTOM_FIELD_NAME_AND_TYPE { get { @@ -10347,7 +10410,7 @@ public static string CUSTOM_FIELD_NAME_AND_TYPE { } /// - /// Looks up a localized string similar to Custom Fields. + /// Sucht eine lokalisierte Zeichenfolge, die Custom Fields ähnelt. /// public static string CUSTOM_FIELDS { get { @@ -10356,7 +10419,7 @@ public static string CUSTOM_FIELDS { } /// - /// Looks up a localized string similar to Custom Search. + /// Sucht eine lokalisierte Zeichenfolge, die Custom Search ähnelt. /// public static string CUSTOM_SEARCH { get { @@ -10365,7 +10428,7 @@ public static string CUSTOM_SEARCH { } /// - /// Looks up a localized string similar to Custom Templates. + /// Sucht eine lokalisierte Zeichenfolge, die Custom Templates ähnelt. /// public static string CUSTOM_TEMPLATES { get { @@ -10374,7 +10437,7 @@ public static string CUSTOM_TEMPLATES { } /// - /// Looks up a localized string similar to Daily; at {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Daily; at {0} ähnelt. /// public static string DAILY_SCHEDULE_FORMAT { get { @@ -10383,7 +10446,7 @@ public static string DAILY_SCHEDULE_FORMAT { } /// - /// Looks up a localized string similar to CPU. + /// Sucht eine lokalisierte Zeichenfolge, die CPU ähnelt. /// public static string DATATYPE_CPU { get { @@ -10392,7 +10455,7 @@ public static string DATATYPE_CPU { } /// - /// Looks up a localized string similar to Custom. + /// Sucht eine lokalisierte Zeichenfolge, die Custom ähnelt. /// public static string DATATYPE_CUSTOM { get { @@ -10401,7 +10464,7 @@ public static string DATATYPE_CUSTOM { } /// - /// Looks up a localized string similar to Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Disk ähnelt. /// public static string DATATYPE_DISK { get { @@ -10410,7 +10473,7 @@ public static string DATATYPE_DISK { } /// - /// Looks up a localized string similar to GPU. + /// Sucht eine lokalisierte Zeichenfolge, die GPU ähnelt. /// public static string DATATYPE_GPU { get { @@ -10419,7 +10482,7 @@ public static string DATATYPE_GPU { } /// - /// Looks up a localized string similar to Latency. + /// Sucht eine lokalisierte Zeichenfolge, die Latency ähnelt. /// public static string DATATYPE_LATENCY { get { @@ -10428,7 +10491,7 @@ public static string DATATYPE_LATENCY { } /// - /// Looks up a localized string similar to Load Average. + /// Sucht eine lokalisierte Zeichenfolge, die Load Average ähnelt. /// public static string DATATYPE_LOADAVERAGE { get { @@ -10437,7 +10500,7 @@ public static string DATATYPE_LOADAVERAGE { } /// - /// Looks up a localized string similar to Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Memory ähnelt. /// public static string DATATYPE_MEMORY { get { @@ -10446,7 +10509,7 @@ public static string DATATYPE_MEMORY { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string DATATYPE_NETWORK { get { @@ -10455,7 +10518,7 @@ public static string DATATYPE_NETWORK { } /// - /// Looks up a localized string similar to PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die PVS-Accelerator ähnelt. /// public static string DATATYPE_PVS { get { @@ -10464,7 +10527,7 @@ public static string DATATYPE_PVS { } /// - /// Looks up a localized string similar to Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Storage ähnelt. /// public static string DATATYPE_STORAGE { get { @@ -10473,7 +10536,7 @@ public static string DATATYPE_STORAGE { } /// - /// Looks up a localized string similar to Date. + /// Sucht eine lokalisierte Zeichenfolge, die Date ähnelt. /// public static string DATE { get { @@ -10482,7 +10545,7 @@ public static string DATE { } /// - /// Looks up a localized string similar to Date & Time. + /// Sucht eine lokalisierte Zeichenfolge, die Date & Time ähnelt. /// public static string DATE_AND_TIME { get { @@ -10491,7 +10554,7 @@ public static string DATE_AND_TIME { } /// - /// Looks up a localized string similar to &Custom.... + /// Sucht eine lokalisierte Zeichenfolge, die &Custom... ähnelt. /// public static string DATE_FILTER_CUSTOM { get { @@ -10500,7 +10563,7 @@ public static string DATE_FILTER_CUSTOM { } /// - /// Looks up a localized string similar to Last &24 Hours. + /// Sucht eine lokalisierte Zeichenfolge, die Last &24 Hours ähnelt. /// public static string DATE_FILTER_LAST_24_HOURS { get { @@ -10509,7 +10572,7 @@ public static string DATE_FILTER_LAST_24_HOURS { } /// - /// Looks up a localized string similar to Last &3 Days. + /// Sucht eine lokalisierte Zeichenfolge, die Last &3 Days ähnelt. /// public static string DATE_FILTER_LAST_3_DAYS { get { @@ -10518,7 +10581,7 @@ public static string DATE_FILTER_LAST_3_DAYS { } /// - /// Looks up a localized string similar to Last 3&0 Days. + /// Sucht eine lokalisierte Zeichenfolge, die Last 3&0 Days ähnelt. /// public static string DATE_FILTER_LAST_30_DAYS { get { @@ -10527,7 +10590,7 @@ public static string DATE_FILTER_LAST_30_DAYS { } /// - /// Looks up a localized string similar to Last &7 Days. + /// Sucht eine lokalisierte Zeichenfolge, die Last &7 Days ähnelt. /// public static string DATE_FILTER_LAST_7_DAYS { get { @@ -10536,7 +10599,7 @@ public static string DATE_FILTER_LAST_7_DAYS { } /// - /// Looks up a localized string similar to MMM d. + /// Sucht eine lokalisierte Zeichenfolge, die MMM d ähnelt. /// public static string DATEFORMAT_DM { get { @@ -10545,7 +10608,7 @@ public static string DATEFORMAT_DM { } /// - /// Looks up a localized string similar to MMM d, yyyy. + /// Sucht eine lokalisierte Zeichenfolge, die MMM d, yyyy ähnelt. /// public static string DATEFORMAT_DMY { get { @@ -10554,7 +10617,7 @@ public static string DATEFORMAT_DMY { } /// - /// Looks up a localized string similar to MMM d, yyyy h:mm tt. + /// Sucht eine lokalisierte Zeichenfolge, die MMM d, yyyy h:mm tt ähnelt. /// public static string DATEFORMAT_DMY_HM { get { @@ -10563,7 +10626,7 @@ public static string DATEFORMAT_DMY_HM { } /// - /// Looks up a localized string similar to MMM d, yyyy h:mm:ss tt. + /// Sucht eine lokalisierte Zeichenfolge, die MMM d, yyyy h:mm:ss tt ähnelt. /// public static string DATEFORMAT_DMY_HMS { get { @@ -10572,7 +10635,7 @@ public static string DATEFORMAT_DMY_HMS { } /// - /// Looks up a localized string similar to MMMM d, yyyy. + /// Sucht eine lokalisierte Zeichenfolge, die MMMM d, yyyy ähnelt. /// public static string DATEFORMAT_DMY_LONG { get { @@ -10581,7 +10644,7 @@ public static string DATEFORMAT_DMY_LONG { } /// - /// Looks up a localized string similar to ht. + /// Sucht eine lokalisierte Zeichenfolge, die ht ähnelt. /// public static string DATEFORMAT_H_SHORT { get { @@ -10590,7 +10653,7 @@ public static string DATEFORMAT_H_SHORT { } /// - /// Looks up a localized string similar to h:mm tt. + /// Sucht eine lokalisierte Zeichenfolge, die h:mm tt ähnelt. /// public static string DATEFORMAT_HM { get { @@ -10599,7 +10662,7 @@ public static string DATEFORMAT_HM { } /// - /// Looks up a localized string similar to h:mm:ss tt. + /// Sucht eine lokalisierte Zeichenfolge, die h:mm:ss tt ähnelt. /// public static string DATEFORMAT_HMS { get { @@ -10608,7 +10671,7 @@ public static string DATEFORMAT_HMS { } /// - /// Looks up a localized string similar to dddd, MMMM d, yyyy h:mm tt. + /// Sucht eine lokalisierte Zeichenfolge, die dddd, MMMM d, yyyy h:mm tt ähnelt. /// public static string DATEFORMAT_WDMY_HM_LONG { get { @@ -10617,7 +10680,7 @@ public static string DATEFORMAT_WDMY_HM_LONG { } /// - /// Looks up a localized string similar to Dea&ctivate. + /// Sucht eine lokalisierte Zeichenfolge, die Dea&ctivate ähnelt. /// public static string DEACTIVATE { get { @@ -10626,7 +10689,7 @@ public static string DEACTIVATE { } /// - /// Looks up a localized string similar to Debian Etch 4.0. + /// Sucht eine lokalisierte Zeichenfolge, die Debian Etch 4.0 ähnelt. /// public static string DEBIAN_ETCH_40 { get { @@ -10635,7 +10698,7 @@ public static string DEBIAN_ETCH_40 { } /// - /// Looks up a localized string similar to Debian Sarge 3.1. + /// Sucht eine lokalisierte Zeichenfolge, die Debian Sarge 3.1 ähnelt. /// public static string DEBIAN_SARGE_31 { get { @@ -10644,7 +10707,7 @@ public static string DEBIAN_SARGE_31 { } /// - /// Looks up a localized string similar to Disconnecting Workload Balancing.. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnecting Workload Balancing. ähnelt. /// public static string DECONFIGURING_WLB { get { @@ -10653,7 +10716,7 @@ public static string DECONFIGURING_WLB { } /// - /// Looks up a localized string similar to Disconnecting Workload Balancing from pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnecting Workload Balancing from pool '{0}'. ähnelt. /// public static string DECONFIGURING_WLB_ON { get { @@ -10662,7 +10725,7 @@ public static string DECONFIGURING_WLB_ON { } /// - /// Looks up a localized string similar to Default. + /// Sucht eine lokalisierte Zeichenfolge, die Default ähnelt. /// public static string DEFAULT { get { @@ -10671,7 +10734,7 @@ public static string DEFAULT { } /// - /// Looks up a localized string similar to Default install of {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Default install of {0} ähnelt. /// public static string DEFAULT_INSTALL_OF_XENSERVER { get { @@ -10680,7 +10743,7 @@ public static string DEFAULT_INSTALL_OF_XENSERVER { } /// - /// Looks up a localized string similar to Default Search. + /// Sucht eine lokalisierte Zeichenfolge, die Default Search ähnelt. /// public static string DEFAULT_SEARCH { get { @@ -10689,7 +10752,7 @@ public static string DEFAULT_SEARCH { } /// - /// Looks up a localized string similar to Resources by Tag. + /// Sucht eine lokalisierte Zeichenfolge, die Resources by Tag ähnelt. /// public static string DEFAULT_SEARCH_OBJECTS_BY_TAG { get { @@ -10698,7 +10761,7 @@ public static string DEFAULT_SEARCH_OBJECTS_BY_TAG { } /// - /// Looks up a localized string similar to VMs and Snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die VMs and Snapshots ähnelt. /// public static string DEFAULT_SEARCH_SNAPSHOTS_BY_VM { get { @@ -10707,7 +10770,7 @@ public static string DEFAULT_SEARCH_SNAPSHOTS_BY_VM { } /// - /// Looks up a localized string similar to VMs by vApp. + /// Sucht eine lokalisierte Zeichenfolge, die VMs by vApp ähnelt. /// public static string DEFAULT_SEARCH_VMS_BY_APPLIANCE { get { @@ -10716,7 +10779,7 @@ public static string DEFAULT_SEARCH_VMS_BY_APPLIANCE { } /// - /// Looks up a localized string similar to VMs by Network. + /// Sucht eine lokalisierte Zeichenfolge, die VMs by Network ähnelt. /// public static string DEFAULT_SEARCH_VMS_BY_NETWORK { get { @@ -10725,7 +10788,7 @@ public static string DEFAULT_SEARCH_VMS_BY_NETWORK { } /// - /// Looks up a localized string similar to VMs by Operating System. + /// Sucht eine lokalisierte Zeichenfolge, die VMs by Operating System ähnelt. /// public static string DEFAULT_SEARCH_VMS_BY_OS { get { @@ -10734,7 +10797,7 @@ public static string DEFAULT_SEARCH_VMS_BY_OS { } /// - /// Looks up a localized string similar to VMs by Power State. + /// Sucht eine lokalisierte Zeichenfolge, die VMs by Power State ähnelt. /// public static string DEFAULT_SEARCH_VMS_BY_POWERSTATE { get { @@ -10743,7 +10806,7 @@ public static string DEFAULT_SEARCH_VMS_BY_POWERSTATE { } /// - /// Looks up a localized string similar to VMs without [Citrix VM Tools]. + /// Sucht eine lokalisierte Zeichenfolge, die VMs without [Citrix VM Tools] ähnelt. /// public static string DEFAULT_SEARCH_VMS_WO_XS_TOOLS { get { @@ -10752,7 +10815,7 @@ public static string DEFAULT_SEARCH_VMS_WO_XS_TOOLS { } /// - /// Looks up a localized string similar to New virtual disk. + /// Sucht eine lokalisierte Zeichenfolge, die New virtual disk ähnelt. /// public static string DEFAULT_VDI_NAME { get { @@ -10761,7 +10824,7 @@ public static string DEFAULT_VDI_NAME { } /// - /// Looks up a localized string similar to {0} - {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - {1} ähnelt. /// public static string DELAY_LOADED_COMBO_BOX_ITEM_FAILURE_REASON { get { @@ -10770,7 +10833,7 @@ public static string DELAY_LOADED_COMBO_BOX_ITEM_FAILURE_REASON { } /// - /// Looks up a localized string similar to unable to determine failure reason. + /// Sucht eine lokalisierte Zeichenfolge, die unable to determine failure reason ähnelt. /// public static string DELAY_LOADED_COMBO_BOX_ITEM_FAILURE_UNKOWN { get { @@ -10779,7 +10842,7 @@ public static string DELAY_LOADED_COMBO_BOX_ITEM_FAILURE_UNKOWN { } /// - /// Looks up a localized string similar to waiting.... + /// Sucht eine lokalisierte Zeichenfolge, die waiting... ähnelt. /// public static string DELAY_LOADING_COMBO_BOX_WAITING { get { @@ -10788,7 +10851,7 @@ public static string DELAY_LOADING_COMBO_BOX_WAITING { } /// - /// Looks up a localized string similar to &Delete All. + /// Sucht eine lokalisierte Zeichenfolge, die &Delete All ähnelt. /// public static string DELETE_ALL_BUTTON_LABEL { get { @@ -10797,7 +10860,7 @@ public static string DELETE_ALL_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Delete tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Delete tag '{0}' ähnelt. /// public static string DELETE_ALL_TAG { get { @@ -10806,7 +10869,7 @@ public static string DELETE_ALL_TAG { } /// - /// Looks up a localized string similar to For every server that currently has system alerts your current role is not privileged enough to dismiss them.. + /// Sucht eine lokalisierte Zeichenfolge, die For every server that currently has system alerts your current role is not privileged enough to dismiss them. ähnelt. /// public static string DELETE_ANY_MESSAGE_RBAC_BLOCKED { get { @@ -10815,7 +10878,7 @@ public static string DELETE_ANY_MESSAGE_RBAC_BLOCKED { } /// - /// Looks up a localized string similar to Delete Bond. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Bond ähnelt. /// public static string DELETE_BOND { get { @@ -10824,7 +10887,7 @@ public static string DELETE_BOND { } /// - /// Looks up a localized string similar to Are you sure that you want to delete {0}?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure that you want to delete {0}? ähnelt. /// public static string DELETE_BOND_MESSAGE { get { @@ -10833,8 +10896,8 @@ public static string DELETE_BOND_MESSAGE { } /// - /// Looks up a localized string similar to Are you sure that you want to delete {0}? This network is in use by virtual machines, - ///and so will be renamed '{1}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure that you want to delete {0}? This network is in use by virtual machines, + ///and so will be renamed '{1}'. ähnelt. /// public static string DELETE_BOND_WITH_VIFS_MESSAGE { get { @@ -10843,7 +10906,7 @@ public static string DELETE_BOND_WITH_VIFS_MESSAGE { } /// - /// Looks up a localized string similar to Delete custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Delete custom field '{0}' ähnelt. /// public static string DELETE_CUSTOM_FIELD { get { @@ -10852,8 +10915,8 @@ public static string DELETE_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete folder '{0}'? - ///If you do, the resources inside it will no longer be in any folder.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete folder '{0}'? + ///If you do, the resources inside it will no longer be in any folder. ähnelt. /// public static string DELETE_FOLDER_CONFIRM_CONTENTS { get { @@ -10862,8 +10925,8 @@ public static string DELETE_FOLDER_CONFIRM_CONTENTS { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete folder '{0}'? - ///This will also delete its subfolders, and the resources inside it will no longer be in any folder.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete folder '{0}'? + ///This will also delete its subfolders, and the resources inside it will no longer be in any folder. ähnelt. /// public static string DELETE_FOLDER_CONFIRM_CONTENTS_AND_SUBFOLDERS { get { @@ -10872,7 +10935,7 @@ public static string DELETE_FOLDER_CONFIRM_CONTENTS_AND_SUBFOLDERS { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete folder '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete folder '{0}'? ähnelt. /// public static string DELETE_FOLDER_CONFIRM_EMPTY { get { @@ -10881,8 +10944,8 @@ public static string DELETE_FOLDER_CONFIRM_EMPTY { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete folder '{0}'? - ///This will also delete its subfolders.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete folder '{0}'? + ///This will also delete its subfolders. ähnelt. /// public static string DELETE_FOLDER_CONFIRM_SUBFOLDERS { get { @@ -10891,7 +10954,7 @@ public static string DELETE_FOLDER_CONFIRM_SUBFOLDERS { } /// - /// Looks up a localized string similar to Delete Folder. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Folder ähnelt. /// public static string DELETE_FOLDER_DIALOG_TITLE { get { @@ -10900,7 +10963,7 @@ public static string DELETE_FOLDER_DIALOG_TITLE { } /// - /// Looks up a localized string similar to &Delete Folder.... + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Folder... ähnelt. /// public static string DELETE_FOLDER_MENU { get { @@ -10909,8 +10972,8 @@ public static string DELETE_FOLDER_MENU { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete the selected folders? - ///If you do, contained resources will no longer be in any folder.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete the selected folders? + ///If you do, contained resources will no longer be in any folder. ähnelt. /// public static string DELETE_FOLDERS_CONFIRM_CONTENTS { get { @@ -10919,8 +10982,8 @@ public static string DELETE_FOLDERS_CONFIRM_CONTENTS { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete the selected folders? - ///This will also delete all subfolders, and any contained resources will no longer be in any folder.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete the selected folders? + ///This will also delete all subfolders, and any contained resources will no longer be in any folder. ähnelt. /// public static string DELETE_FOLDERS_CONFIRM_CONTENTS_AND_SUBFOLDERS { get { @@ -10929,7 +10992,7 @@ public static string DELETE_FOLDERS_CONFIRM_CONTENTS_AND_SUBFOLDERS { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete the selected folders?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete the selected folders? ähnelt. /// public static string DELETE_FOLDERS_CONFIRM_EMPTY { get { @@ -10938,8 +11001,8 @@ public static string DELETE_FOLDERS_CONFIRM_EMPTY { } /// - /// Looks up a localized string similar to Are you sure you want to permanently delete the selected folders? - ///This will also delete subfolders.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to permanently delete the selected folders? + ///This will also delete subfolders. ähnelt. /// public static string DELETE_FOLDERS_CONFIRM_SUBFOLDERS { get { @@ -10948,7 +11011,7 @@ public static string DELETE_FOLDERS_CONFIRM_SUBFOLDERS { } /// - /// Looks up a localized string similar to Delete Folders. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Folders ähnelt. /// public static string DELETE_FOLDERS_DIALOG_TITLE { get { @@ -10957,7 +11020,7 @@ public static string DELETE_FOLDERS_DIALOG_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to delete '{0}'? This operation cannot be undone.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete '{0}'? This operation cannot be undone. ähnelt. /// public static string DELETE_GRAPH_MESSAGE { get { @@ -10966,7 +11029,7 @@ public static string DELETE_GRAPH_MESSAGE { } /// - /// Looks up a localized string similar to There are no alerts remaining which you have permission to dismiss.. + /// Sucht eine lokalisierte Zeichenfolge, die There are no alerts remaining which you have permission to dismiss. ähnelt. /// public static string DELETE_MESSAGE_RBAC_BLOCKED { get { @@ -10975,7 +11038,7 @@ public static string DELETE_MESSAGE_RBAC_BLOCKED { } /// - /// Looks up a localized string similar to Delete Patch. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Patch ähnelt. /// public static string DELETE_PATCH { get { @@ -10984,7 +11047,7 @@ public static string DELETE_PATCH { } /// - /// Looks up a localized string similar to Delete policies. + /// Sucht eine lokalisierte Zeichenfolge, die Delete policies ähnelt. /// public static string DELETE_POLICIES { get { @@ -10993,7 +11056,7 @@ public static string DELETE_POLICIES { } /// - /// Looks up a localized string similar to Delete Search '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Search '{0}' ähnelt. /// public static string DELETE_SEARCH { get { @@ -11002,7 +11065,7 @@ public static string DELETE_SEARCH { } /// - /// Looks up a localized string similar to &Delete. + /// Sucht eine lokalisierte Zeichenfolge, die &Delete ähnelt. /// public static string DELETE_SEARCH_MENU_ITEM { get { @@ -11011,7 +11074,7 @@ public static string DELETE_SEARCH_MENU_ITEM { } /// - /// Looks up a localized string similar to Are you sure you want to delete saved search '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete saved search '{0}'? ähnelt. /// public static string DELETE_SEARCH_PROMPT { get { @@ -11020,7 +11083,7 @@ public static string DELETE_SEARCH_PROMPT { } /// - /// Looks up a localized string similar to Remove &StorageLink volume.... + /// Sucht eine lokalisierte Zeichenfolge, die Remove &StorageLink volume... ähnelt. /// public static string DELETE_SL_VOLUME_CONTEXT_MENU_ELIPS { get { @@ -11029,7 +11092,7 @@ public static string DELETE_SL_VOLUME_CONTEXT_MENU_ELIPS { } /// - /// Looks up a localized string similar to &Delete Snapshot. + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Snapshot ähnelt. /// public static string DELETE_SNAPSHOT_MENU_ITEM { get { @@ -11038,7 +11101,7 @@ public static string DELETE_SNAPSHOT_MENU_ITEM { } /// - /// Looks up a localized string similar to Delete tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Delete tag '{0}' ähnelt. /// public static string DELETE_TAG { get { @@ -11047,7 +11110,7 @@ public static string DELETE_TAG { } /// - /// Looks up a localized string similar to Delete tags. + /// Sucht eine lokalisierte Zeichenfolge, die Delete tags ähnelt. /// public static string DELETE_TAGS { get { @@ -11056,7 +11119,7 @@ public static string DELETE_TAGS { } /// - /// Looks up a localized string similar to &Delete Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Virtual Disk ähnelt. /// public static string DELETE_VIRTUAL_DISK { get { @@ -11065,7 +11128,7 @@ public static string DELETE_VIRTUAL_DISK { } /// - /// Looks up a localized string similar to Delete vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Delete vApp ähnelt. /// public static string DELETE_VM_APPLIANCE_TITLE { get { @@ -11074,7 +11137,7 @@ public static string DELETE_VM_APPLIANCE_TITLE { } /// - /// Looks up a localized string similar to Delete vApps. + /// Sucht eine lokalisierte Zeichenfolge, die Delete vApps ähnelt. /// public static string DELETE_VM_APPLIANCES { get { @@ -11083,7 +11146,7 @@ public static string DELETE_VM_APPLIANCES { } /// - /// Looks up a localized string similar to Delete Snapshot Schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Snapshot Schedule ähnelt. /// public static string DELETE_VMSS_TITLE { get { @@ -11092,7 +11155,7 @@ public static string DELETE_VMSS_TITLE { } /// - /// Looks up a localized string similar to Delete WLB Optimization Scheduler. + /// Sucht eine lokalisierte Zeichenfolge, die Delete WLB Optimization Scheduler ähnelt. /// public static string DELETE_WLB_OPTIMIZATION_SCHEDULE_CAPTION { get { @@ -11101,7 +11164,7 @@ public static string DELETE_WLB_OPTIMIZATION_SCHEDULE_CAPTION { } /// - /// Looks up a localized string similar to This will delete the selected scheduler. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete the selected scheduler. Continue? ähnelt. /// public static string DELETE_WLB_OPTIMIZATION_SCHEDULE_WARNING { get { @@ -11110,7 +11173,7 @@ public static string DELETE_WLB_OPTIMIZATION_SCHEDULE_WARNING { } /// - /// Looks up a localized string similar to Deleted tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted tag '{0}' ähnelt. /// public static string DELETED_ALL_TAG { get { @@ -11119,7 +11182,7 @@ public static string DELETED_ALL_TAG { } /// - /// Looks up a localized string similar to Deleted custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted custom field '{0}' ähnelt. /// public static string DELETED_CUSTOM_FIELD { get { @@ -11128,7 +11191,7 @@ public static string DELETED_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to Deleted object. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted object ähnelt. /// public static string DELETED_FOLDER { get { @@ -11137,7 +11200,7 @@ public static string DELETED_FOLDER { } /// - /// Looks up a localized string similar to Deleted objects. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted objects ähnelt. /// public static string DELETED_FOLDERS { get { @@ -11146,7 +11209,7 @@ public static string DELETED_FOLDERS { } /// - /// Looks up a localized string similar to Deleted tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted tag '{0}' ähnelt. /// public static string DELETED_TAG { get { @@ -11155,7 +11218,7 @@ public static string DELETED_TAG { } /// - /// Looks up a localized string similar to Deleted tags. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted tags ähnelt. /// public static string DELETED_TAGS { get { @@ -11164,7 +11227,7 @@ public static string DELETED_TAGS { } /// - /// Looks up a localized string similar to vApps deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die vApps deleted. ähnelt. /// public static string DELETED_VM_APPLIANCES { get { @@ -11173,7 +11236,7 @@ public static string DELETED_VM_APPLIANCES { } /// - /// Looks up a localized string similar to Snapshot schedules deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedules deleted. ähnelt. /// public static string DELETED_VMSS { get { @@ -11182,7 +11245,7 @@ public static string DELETED_VMSS { } /// - /// Looks up a localized string similar to Deleting tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting tag '{0}' ähnelt. /// public static string DELETING_ALL_TAG { get { @@ -11191,7 +11254,7 @@ public static string DELETING_ALL_TAG { } /// - /// Looks up a localized string similar to Deleting custom field '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting custom field '{0}' ähnelt. /// public static string DELETING_CUSTOM_FIELD { get { @@ -11200,7 +11263,7 @@ public static string DELETING_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to Deleting object.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting object... ähnelt. /// public static string DELETING_FOLDER { get { @@ -11209,7 +11272,7 @@ public static string DELETING_FOLDER { } /// - /// Looks up a localized string similar to Deleting objects.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting objects... ähnelt. /// public static string DELETING_FOLDERS { get { @@ -11218,7 +11281,7 @@ public static string DELETING_FOLDERS { } /// - /// Looks up a localized string similar to Deleting search '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting search '{0}'... ähnelt. /// public static string DELETING_SEARCH { get { @@ -11227,7 +11290,7 @@ public static string DELETING_SEARCH { } /// - /// Looks up a localized string similar to Deleting tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting tag '{0}' ähnelt. /// public static string DELETING_TAG { get { @@ -11236,7 +11299,7 @@ public static string DELETING_TAG { } /// - /// Looks up a localized string similar to Deleting tags. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting tags ähnelt. /// public static string DELETING_TAGS { get { @@ -11245,7 +11308,7 @@ public static string DELETING_TAGS { } /// - /// Looks up a localized string similar to Deleting vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting vApp '{0}' ähnelt. /// public static string DELETING_VM_APPLIANCE { get { @@ -11254,7 +11317,7 @@ public static string DELETING_VM_APPLIANCE { } /// - /// Looks up a localized string similar to Deleting snapshot schedule '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting snapshot schedule '{0}' ähnelt. /// public static string DELETING_VMSS { get { @@ -11263,7 +11326,7 @@ public static string DELETING_VMSS { } /// - /// Looks up a localized string similar to Description. + /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt. /// public static string DESCRIPTION { get { @@ -11272,7 +11335,7 @@ public static string DESCRIPTION { } /// - /// Looks up a localized string similar to Host destroyed. + /// Sucht eine lokalisierte Zeichenfolge, die Host destroyed ähnelt. /// public static string DESTROY_HOST_ACTION_COMPLETED_DESC { get { @@ -11281,7 +11344,7 @@ public static string DESTROY_HOST_ACTION_COMPLETED_DESC { } /// - /// Looks up a localized string similar to Host destroyed, but could not remove its SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Host destroyed, but could not remove its SRs ähnelt. /// public static string DESTROY_HOST_ACTION_COMPLETED_SRS_NOT_REMOVED_DESC { get { @@ -11290,7 +11353,7 @@ public static string DESTROY_HOST_ACTION_COMPLETED_SRS_NOT_REMOVED_DESC { } /// - /// Looks up a localized string similar to Destroying host. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying host ähnelt. /// public static string DESTROY_HOST_ACTION_DESC { get { @@ -11299,7 +11362,7 @@ public static string DESTROY_HOST_ACTION_DESC { } /// - /// Looks up a localized string similar to Removing SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Removing SRs ähnelt. /// public static string DESTROY_HOST_ACTION_REMOVE_SRS_DESC { get { @@ -11308,7 +11371,7 @@ public static string DESTROY_HOST_ACTION_REMOVE_SRS_DESC { } /// - /// Looks up a localized string similar to Destroying host '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying host '{0}' ähnelt. /// public static string DESTROY_HOST_ACTION_TITLE { get { @@ -11317,7 +11380,7 @@ public static string DESTROY_HOST_ACTION_TITLE { } /// - /// Looks up a localized string similar to D&estroy. + /// Sucht eine lokalisierte Zeichenfolge, die D&estroy ähnelt. /// public static string DESTROY_HOST_CONTEXT_MENU_ITEM_TEXT { get { @@ -11326,7 +11389,7 @@ public static string DESTROY_HOST_CONTEXT_MENU_ITEM_TEXT { } /// - /// Looks up a localized string similar to Destr&oy. + /// Sucht eine lokalisierte Zeichenfolge, die Destr&oy ähnelt. /// public static string DESTROY_SR { get { @@ -11335,7 +11398,7 @@ public static string DESTROY_SR { } /// - /// Looks up a localized string similar to Destroyed. + /// Sucht eine lokalisierte Zeichenfolge, die Destroyed ähnelt. /// public static string DESTROYING_HOSTS_END_DESC { get { @@ -11344,7 +11407,7 @@ public static string DESTROYING_HOSTS_END_DESC { } /// - /// Looks up a localized string similar to Destroying. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying ähnelt. /// public static string DESTROYING_HOSTS_START_DESC { get { @@ -11353,7 +11416,7 @@ public static string DESTROYING_HOSTS_START_DESC { } /// - /// Looks up a localized string similar to Destroying servers. + /// Sucht eine lokalisierte Zeichenfolge, die Destroying servers ähnelt. /// public static string DESTROYING_HOSTS_TITLE { get { @@ -11362,7 +11425,7 @@ public static string DESTROYING_HOSTS_TITLE { } /// - /// Looks up a localized string similar to Making pool '{0}' into standalone server. + /// Sucht eine lokalisierte Zeichenfolge, die Making pool '{0}' into standalone server ähnelt. /// public static string DESTROYING_POOL { get { @@ -11371,7 +11434,7 @@ public static string DESTROYING_POOL { } /// - /// Looks up a localized string similar to &Detach all. + /// Sucht eine lokalisierte Zeichenfolge, die &Detach all ähnelt. /// public static string DETACH_ALL_BUTTON_LABEL { get { @@ -11380,7 +11443,7 @@ public static string DETACH_ALL_BUTTON_LABEL { } /// - /// Looks up a localized string similar to &Detach. + /// Sucht eine lokalisierte Zeichenfolge, die &Detach ähnelt. /// public static string DETACH_SR { get { @@ -11389,7 +11452,7 @@ public static string DETACH_SR { } /// - /// Looks up a localized string similar to Detached. + /// Sucht eine lokalisierte Zeichenfolge, die Detached ähnelt. /// public static string DETACHED { get { @@ -11398,7 +11461,7 @@ public static string DETACHED { } /// - /// Looks up a localized string similar to {0} (Detached). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Detached) ähnelt. /// public static string DETACHED_BRACKETS { get { @@ -11407,7 +11470,7 @@ public static string DETACHED_BRACKETS { } /// - /// Looks up a localized string similar to [XenCenter] has detected that an SR already exists on this LUN. This SR is not currently in use by '{0}', would you like to attach it?. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] has detected that an SR already exists on this LUN. This SR is not currently in use by '{0}', would you like to attach it? ähnelt. /// public static string DETACHED_ISCI_DETECTED { get { @@ -11416,7 +11479,7 @@ public static string DETACHED_ISCI_DETECTED { } /// - /// Looks up a localized string similar to Details. + /// Sucht eine lokalisierte Zeichenfolge, die Details ähnelt. /// public static string DETAILS { get { @@ -11425,7 +11488,7 @@ public static string DETAILS { } /// - /// Looks up a localized string similar to Device. + /// Sucht eine lokalisierte Zeichenfolge, die Device ähnelt. /// public static string DEVICE_NAME { get { @@ -11434,7 +11497,7 @@ public static string DEVICE_NAME { } /// - /// Looks up a localized string similar to Device {0}, ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die Device {0}, ({1}) ähnelt. /// public static string DEVICE_POSITION { get { @@ -11443,7 +11506,7 @@ public static string DEVICE_POSITION { } /// - /// Looks up a localized string similar to Position {0} is already in use. Your VM will not boot with two disks in the same position. Do you want to swap the disk at '{0}' with this disk?. + /// Sucht eine lokalisierte Zeichenfolge, die Position {0} is already in use. Your VM will not boot with two disks in the same position. Do you want to swap the disk at '{0}' with this disk? ähnelt. /// public static string DEVICE_POSITION_CONFLICT { get { @@ -11452,7 +11515,7 @@ public static string DEVICE_POSITION_CONFLICT { } /// - /// Looks up a localized string similar to You will have to restart the VM for changes in device position to take effect.. + /// Sucht eine lokalisierte Zeichenfolge, die You will have to restart the VM for changes in device position to take effect. ähnelt. /// public static string DEVICE_POSITION_RESTART_REQUIRED { get { @@ -11461,7 +11524,7 @@ public static string DEVICE_POSITION_RESTART_REQUIRED { } /// - /// Looks up a localized string similar to Scanned for free device positions. + /// Sucht eine lokalisierte Zeichenfolge, die Scanned for free device positions ähnelt. /// public static string DEVICE_POSITION_SCANNED { get { @@ -11470,7 +11533,7 @@ public static string DEVICE_POSITION_SCANNED { } /// - /// Looks up a localized string similar to Scanning for free device positions. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning for free device positions ähnelt. /// public static string DEVICE_POSITION_SCANNING { get { @@ -11479,7 +11542,7 @@ public static string DEVICE_POSITION_SCANNING { } /// - /// Looks up a localized string similar to No devices available. + /// Sucht eine lokalisierte Zeichenfolge, die No devices available ähnelt. /// public static string DIALOG_ATTACH_USB_NO_DEVICES_AVAILABLE { get { @@ -11488,7 +11551,7 @@ public static string DIALOG_ATTACH_USB_NO_DEVICES_AVAILABLE { } /// - /// Looks up a localized string similar to Disable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die Disable passthrough ähnelt. /// public static string DIALOG_USB_USAGE_DISABLE_PASSTHROUGH { get { @@ -11497,7 +11560,7 @@ public static string DIALOG_USB_USAGE_DISABLE_PASSTHROUGH { } /// - /// Looks up a localized string similar to Enable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die Enable passthrough ähnelt. /// public static string DIALOG_USB_USAGE_ENABLE_PASSTHROUGH { get { @@ -11506,7 +11569,7 @@ public static string DIALOG_USB_USAGE_ENABLE_PASSTHROUGH { } /// - /// Looks up a localized string similar to Are you sure that you want to enable passthrough on this device? This will allow this device to be passed through to virtual machines.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure that you want to enable passthrough on this device? This will allow this device to be passed through to virtual machines. ähnelt. /// public static string DIALOG_USB_USAGE_NOTE_ALLOW { get { @@ -11515,7 +11578,7 @@ public static string DIALOG_USB_USAGE_NOTE_ALLOW { } /// - /// Looks up a localized string similar to Are you sure that you want to disable passthrough on this device? This device will no longer be allowed to be passed through to virtual machines.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure that you want to disable passthrough on this device? This device will no longer be allowed to be passed through to virtual machines. ähnelt. /// public static string DIALOG_USB_USAGE_NOTE_DENY { get { @@ -11524,7 +11587,7 @@ public static string DIALOG_USB_USAGE_NOTE_DENY { } /// - /// Looks up a localized string similar to &Yes, Disable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Disable passthrough ähnelt. /// public static string DIALOG_USB_USAGE_OKBUTTON_DISABLE { get { @@ -11533,7 +11596,7 @@ public static string DIALOG_USB_USAGE_OKBUTTON_DISABLE { } /// - /// Looks up a localized string similar to &Yes, Enable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Enable passthrough ähnelt. /// public static string DIALOG_USB_USAGE_OKBUTTON_ENABLE { get { @@ -11542,7 +11605,7 @@ public static string DIALOG_USB_USAGE_OKBUTTON_ENABLE { } /// - /// Looks up a localized string similar to Disa&ble. + /// Sucht eine lokalisierte Zeichenfolge, die Disa&ble ähnelt. /// public static string DISABLE { get { @@ -11551,7 +11614,7 @@ public static string DISABLE { } /// - /// Looks up a localized string similar to Disable clustering.. + /// Sucht eine lokalisierte Zeichenfolge, die Disable clustering. ähnelt. /// public static string DISABLE_CLUSTERING_ON_POOL { get { @@ -11560,7 +11623,7 @@ public static string DISABLE_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Disable HA. + /// Sucht eine lokalisierte Zeichenfolge, die Disable HA ähnelt. /// public static string DISABLE_HA { get { @@ -11569,7 +11632,7 @@ public static string DISABLE_HA { } /// - /// Looks up a localized string similar to Disable HA if you want to configure the management interfaces. + /// Sucht eine lokalisierte Zeichenfolge, die Disable HA if you want to configure the management interfaces ähnelt. /// public static string DISABLE_HA_CONFIGURE_MANAGEMENT_INTERFACES { get { @@ -11578,7 +11641,7 @@ public static string DISABLE_HA_CONFIGURE_MANAGEMENT_INTERFACES { } /// - /// Looks up a localized string similar to Disable. + /// Sucht eine lokalisierte Zeichenfolge, die Disable ähnelt. /// public static string DISABLE_NOAMP { get { @@ -11587,7 +11650,7 @@ public static string DISABLE_NOAMP { } /// - /// Looks up a localized string similar to &Disable PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die &Disable PVS-Accelerator ähnelt. /// public static string DISABLE_PVS_READ_CACHING_BUTTON { get { @@ -11596,7 +11659,7 @@ public static string DISABLE_PVS_READ_CACHING_BUTTON { } /// - /// Looks up a localized string similar to Disable P&VS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die Disable P&VS-Accelerator ähnelt. /// public static string DISABLE_PVS_READ_CACHING_MENU { get { @@ -11605,7 +11668,7 @@ public static string DISABLE_PVS_READ_CACHING_MENU { } /// - /// Looks up a localized string similar to Pause Workload Balancing . + /// Sucht eine lokalisierte Zeichenfolge, die Pause Workload Balancing ähnelt. /// public static string DISABLE_WLB { get { @@ -11614,7 +11677,7 @@ public static string DISABLE_WLB { } /// - /// Looks up a localized string similar to Pa&use. + /// Sucht eine lokalisierte Zeichenfolge, die Pa&use ähnelt. /// public static string DISABLE_WLB_ELLIPSIS { get { @@ -11623,7 +11686,7 @@ public static string DISABLE_WLB_ELLIPSIS { } /// - /// Looks up a localized string similar to Disabled. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled ähnelt. /// public static string DISABLED { get { @@ -11632,7 +11695,7 @@ public static string DISABLED { } /// - /// Looks up a localized string similar to Disabled clustering on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled clustering on {0}. ähnelt. /// public static string DISABLED_CLUSTERING_ON_POOL { get { @@ -11641,7 +11704,7 @@ public static string DISABLED_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Snapshot schedule '{0}' disabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedule '{0}' disabled. ähnelt. /// public static string DISABLED_VMSS { get { @@ -11650,7 +11713,7 @@ public static string DISABLED_VMSS { } /// - /// Looks up a localized string similar to Disabling. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling ähnelt. /// public static string DISABLING { get { @@ -11659,7 +11722,7 @@ public static string DISABLING { } /// - /// Looks up a localized string similar to Disabling Active Directory Authentication. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling Active Directory Authentication ähnelt. /// public static string DISABLING_AD { get { @@ -11668,7 +11731,7 @@ public static string DISABLING_AD { } /// - /// Looks up a localized string similar to Disabling Active Directory Authentication on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling Active Directory Authentication on pool '{0}' ähnelt. /// public static string DISABLING_AD_ON { get { @@ -11677,7 +11740,7 @@ public static string DISABLING_AD_ON { } /// - /// Looks up a localized string similar to Disabling clustering on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling clustering on {0}. ähnelt. /// public static string DISABLING_CLUSTERING_ON_POOL { get { @@ -11686,7 +11749,7 @@ public static string DISABLING_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Disabling HA. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling HA ähnelt. /// public static string DISABLING_HA { get { @@ -11695,7 +11758,7 @@ public static string DISABLING_HA { } /// - /// Looks up a localized string similar to Disabling HA on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disabling HA on pool '{0}' ähnelt. /// public static string DISABLING_HA_ON { get { @@ -11704,7 +11767,7 @@ public static string DISABLING_HA_ON { } /// - /// Looks up a localized string similar to Disabling snapshot schedule '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Disabling snapshot schedule '{0}'... ähnelt. /// public static string DISABLING_VMSS { get { @@ -11713,7 +11776,7 @@ public static string DISABLING_VMSS { } /// - /// Looks up a localized string similar to Pausing Workload Balancing . + /// Sucht eine lokalisierte Zeichenfolge, die Pausing Workload Balancing ähnelt. /// public static string DISABLING_WLB { get { @@ -11722,7 +11785,7 @@ public static string DISABLING_WLB { } /// - /// Looks up a localized string similar to Pausing Workload Balancing on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Pausing Workload Balancing on pool '{0}' ähnelt. /// public static string DISABLING_WLB_ON { get { @@ -11731,7 +11794,7 @@ public static string DISABLING_WLB_ON { } /// - /// Looks up a localized string similar to Disaster Reco&very. + /// Sucht eine lokalisierte Zeichenfolge, die Disaster Reco&very ähnelt. /// public static string DISASTER_RECOVERY_AMP { get { @@ -11740,7 +11803,7 @@ public static string DISASTER_RECOVERY_AMP { } /// - /// Looks up a localized string similar to Di&saster Recovery. + /// Sucht eine lokalisierte Zeichenfolge, die Di&saster Recovery ähnelt. /// public static string DISASTER_RECOVERY_CONTEXT_MENU { get { @@ -11749,7 +11812,7 @@ public static string DISASTER_RECOVERY_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnect ähnelt. /// public static string DISCONNECT { get { @@ -11758,7 +11821,7 @@ public static string DISCONNECT { } /// - /// Looks up a localized string similar to &Disconnect anyway. + /// Sucht eine lokalisierte Zeichenfolge, die &Disconnect anyway ähnelt. /// public static string DISCONNECT_ANYWAY { get { @@ -11767,7 +11830,7 @@ public static string DISCONNECT_ANYWAY { } /// - /// Looks up a localized string similar to Do&n't disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Do&n't disconnect ähnelt. /// public static string DISCONNECT_CANCEL { get { @@ -11776,7 +11839,7 @@ public static string DISCONNECT_CANCEL { } /// - /// Looks up a localized string similar to Unfinished tasks will be canceled if you disconnect from '{0}' before they finish.. + /// Sucht eine lokalisierte Zeichenfolge, die Unfinished tasks will be canceled if you disconnect from '{0}' before they finish. ähnelt. /// public static string DISCONNECT_WARNING { get { @@ -11785,7 +11848,7 @@ public static string DISCONNECT_WARNING { } /// - /// Looks up a localized string similar to Disconnected. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnected ähnelt. /// public static string DISCONNECTED { get { @@ -11794,7 +11857,7 @@ public static string DISCONNECTED { } /// - /// Looks up a localized string similar to The connection to the pool was lost before this action could take place.. + /// Sucht eine lokalisierte Zeichenfolge, die The connection to the pool was lost before this action could take place. ähnelt. /// public static string DISCONNECTED_BEFORE_ACTION_STARTED { get { @@ -11803,7 +11866,7 @@ public static string DISCONNECTED_BEFORE_ACTION_STARTED { } /// - /// Looks up a localized string similar to Disconnected servers. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnected servers ähnelt. /// public static string DISCONNECTED_SERVERS { get { @@ -11812,7 +11875,7 @@ public static string DISCONNECTED_SERVERS { } /// - /// Looks up a localized string similar to Add Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Add Virtual Disk ähnelt. /// public static string DISK_ADD { get { @@ -11821,7 +11884,7 @@ public static string DISK_ADD { } /// - /// Looks up a localized string similar to Attach Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Attach Disk ähnelt. /// public static string DISK_ATTACH { get { @@ -11830,7 +11893,7 @@ public static string DISK_ATTACH { } /// - /// Looks up a localized string similar to {0}% ({1} used). + /// Sucht eine lokalisierte Zeichenfolge, die {0}% ({1} used) ähnelt. /// public static string DISK_PERCENT_USED { get { @@ -11839,7 +11902,7 @@ public static string DISK_PERCENT_USED { } /// - /// Looks up a localized string similar to There is not enough available space for this disk. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough available space for this disk ähnelt. /// public static string DISK_TOO_BIG { get { @@ -11848,7 +11911,7 @@ public static string DISK_TOO_BIG { } /// - /// Looks up a localized string similar to Disk size needs to be at least {0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Disk size needs to be at least {0} {1} ähnelt. /// public static string DISK_TOO_SMALL { get { @@ -11857,7 +11920,7 @@ public static string DISK_TOO_SMALL { } /// - /// Looks up a localized string similar to Disk and memory snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Disk and memory snapshots ähnelt. /// public static string DISKMEMORY_SNAPSHOTS { get { @@ -11866,7 +11929,7 @@ public static string DISKMEMORY_SNAPSHOTS { } /// - /// Looks up a localized string similar to Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Disks ähnelt. /// public static string DISKS { get { @@ -11875,7 +11938,7 @@ public static string DISKS { } /// - /// Looks up a localized string similar to Disks and memory. + /// Sucht eine lokalisierte Zeichenfolge, die Disks and memory ähnelt. /// public static string DISKS_AND_MEMORY { get { @@ -11884,7 +11947,7 @@ public static string DISKS_AND_MEMORY { } /// - /// Looks up a localized string similar to Disks only. + /// Sucht eine lokalisierte Zeichenfolge, die Disks only ähnelt. /// public static string DISKS_ONLY { get { @@ -11893,7 +11956,7 @@ public static string DISKS_ONLY { } /// - /// Looks up a localized string similar to Dismiss &all. + /// Sucht eine lokalisierte Zeichenfolge, die Dismiss &all ähnelt. /// public static string DISMISS_ALL_CONFIRM_BUTTON { get { @@ -11902,7 +11965,7 @@ public static string DISMISS_ALL_CONFIRM_BUTTON { } /// - /// Looks up a localized string similar to Yes, Dismiss &all. + /// Sucht eine lokalisierte Zeichenfolge, die Yes, Dismiss &all ähnelt. /// public static string DISMISS_ALL_YES_CONFIRM_BUTTON { get { @@ -11911,7 +11974,7 @@ public static string DISMISS_ALL_YES_CONFIRM_BUTTON { } /// - /// Looks up a localized string similar to Only dismiss &visible. + /// Sucht eine lokalisierte Zeichenfolge, die Only dismiss &visible ähnelt. /// public static string DISMISS_FILTERED_CONFIRM_BUTTON { get { @@ -11920,7 +11983,7 @@ public static string DISMISS_FILTERED_CONFIRM_BUTTON { } /// - /// Looks up a localized string similar to Display. + /// Sucht eine lokalisierte Zeichenfolge, die Display ähnelt. /// public static string DISPLAY { get { @@ -11929,7 +11992,7 @@ public static string DISPLAY { } /// - /// Looks up a localized string similar to Display options. + /// Sucht eine lokalisierte Zeichenfolge, die Display options ähnelt. /// public static string DISPLAY_DETAILS { get { @@ -11938,7 +12001,7 @@ public static string DISPLAY_DETAILS { } /// - /// Looks up a localized string similar to The Dynamic Memory Control (DMC) is not available due to license restrictions on the server.. + /// Sucht eine lokalisierte Zeichenfolge, die The Dynamic Memory Control (DMC) is not available due to license restrictions on the server. ähnelt. /// public static string DMC_UNAVAILABLE_LICENSE_RESTRICTION { get { @@ -11947,7 +12010,7 @@ public static string DMC_UNAVAILABLE_LICENSE_RESTRICTION { } /// - /// Looks up a localized string similar to A memory range cannot be set because I/O drivers are not installed on this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because I/O drivers are not installed on this VM. ähnelt. /// public static string DMC_UNAVAILABLE_NO_IO_NO_MGMNT { get { @@ -11956,7 +12019,7 @@ public static string DMC_UNAVAILABLE_NO_IO_NO_MGMNT { } /// - /// Looks up a localized string similar to A memory range cannot be set because I/O drivers are not installed on these VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because I/O drivers are not installed on these VMs. ähnelt. /// public static string DMC_UNAVAILABLE_NO_IO_NO_MGMNT_PLURAL { get { @@ -11965,7 +12028,7 @@ public static string DMC_UNAVAILABLE_NO_IO_NO_MGMNT_PLURAL { } /// - /// Looks up a localized string similar to A memory range cannot be set because [Citrix VM Tools] are not installed on this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because [Citrix VM Tools] are not installed on this VM. ähnelt. /// public static string DMC_UNAVAILABLE_NOTOOLS { get { @@ -11974,7 +12037,7 @@ public static string DMC_UNAVAILABLE_NOTOOLS { } /// - /// Looks up a localized string similar to A memory range cannot be set because [Citrix VM Tools] are not installed on these VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because [Citrix VM Tools] are not installed on these VMs. ähnelt. /// public static string DMC_UNAVAILABLE_NOTOOLS_PLURAL { get { @@ -11983,7 +12046,7 @@ public static string DMC_UNAVAILABLE_NOTOOLS_PLURAL { } /// - /// Looks up a localized string similar to A memory range cannot be set because the operating system on this VM does not support it.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because the operating system on this VM does not support it. ähnelt. /// public static string DMC_UNAVAILABLE_NOTSUPPORTED { get { @@ -11992,7 +12055,7 @@ public static string DMC_UNAVAILABLE_NOTSUPPORTED { } /// - /// Looks up a localized string similar to A memory range cannot be set because the operating systems on these VMs do not support it.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because the operating systems on these VMs do not support it. ähnelt. /// public static string DMC_UNAVAILABLE_NOTSUPPORTED_PLURAL { get { @@ -12001,7 +12064,7 @@ public static string DMC_UNAVAILABLE_NOTSUPPORTED_PLURAL { } /// - /// Looks up a localized string similar to A memory range cannot be set because [Citrix VM Tools] are out of date on this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because [Citrix VM Tools] are out of date on this VM. ähnelt. /// public static string DMC_UNAVAILABLE_OLDTOOLS { get { @@ -12010,7 +12073,7 @@ public static string DMC_UNAVAILABLE_OLDTOOLS { } /// - /// Looks up a localized string similar to A memory range cannot be set because [Citrix VM Tools] are out of date on these VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set because [Citrix VM Tools] are out of date on these VMs. ähnelt. /// public static string DMC_UNAVAILABLE_OLDTOOLS_PLURAL { get { @@ -12019,7 +12082,7 @@ public static string DMC_UNAVAILABLE_OLDTOOLS_PLURAL { } /// - /// Looks up a localized string similar to A memory range cannot be set for this template.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set for this template. ähnelt. /// public static string DMC_UNAVAILABLE_TEMPLATE { get { @@ -12028,7 +12091,7 @@ public static string DMC_UNAVAILABLE_TEMPLATE { } /// - /// Looks up a localized string similar to A memory range cannot be set for this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set for this VM. ähnelt. /// public static string DMC_UNAVAILABLE_VM { get { @@ -12037,7 +12100,7 @@ public static string DMC_UNAVAILABLE_VM { } /// - /// Looks up a localized string similar to A memory range cannot be set for these VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die A memory range cannot be set for these VMs. ähnelt. /// public static string DMC_UNAVAILABLE_VMS { get { @@ -12046,7 +12109,7 @@ public static string DMC_UNAVAILABLE_VMS { } /// - /// Looks up a localized string similar to &Don't show this message again. + /// Sucht eine lokalisierte Zeichenfolge, die &Don't show this message again ähnelt. /// public static string DO_NOT_SHOW_THIS_MESSAGE { get { @@ -12055,7 +12118,7 @@ public static string DO_NOT_SHOW_THIS_MESSAGE { } /// - /// Looks up a localized string similar to Container Details. + /// Sucht eine lokalisierte Zeichenfolge, die Container Details ähnelt. /// public static string DOCKER_DETAIL_TAB_TITLE { get { @@ -12064,7 +12127,7 @@ public static string DOCKER_DETAIL_TAB_TITLE { } /// - /// Looks up a localized string similar to API Version. + /// Sucht eine lokalisierte Zeichenfolge, die API Version ähnelt. /// public static string DOCKER_INFO_API_VERSION { get { @@ -12073,7 +12136,7 @@ public static string DOCKER_INFO_API_VERSION { } /// - /// Looks up a localized string similar to Arch. + /// Sucht eine lokalisierte Zeichenfolge, die Arch ähnelt. /// public static string DOCKER_INFO_ARCH { get { @@ -12082,7 +12145,7 @@ public static string DOCKER_INFO_ARCH { } /// - /// Looks up a localized string similar to Debug. + /// Sucht eine lokalisierte Zeichenfolge, die Debug ähnelt. /// public static string DOCKER_INFO_DEBUG { get { @@ -12091,7 +12154,7 @@ public static string DOCKER_INFO_DEBUG { } /// - /// Looks up a localized string similar to Driver. + /// Sucht eine lokalisierte Zeichenfolge, die Driver ähnelt. /// public static string DOCKER_INFO_DRIVER { get { @@ -12100,7 +12163,7 @@ public static string DOCKER_INFO_DRIVER { } /// - /// Looks up a localized string similar to Driver Status. + /// Sucht eine lokalisierte Zeichenfolge, die Driver Status ähnelt. /// public static string DOCKER_INFO_DRIVER_STATUS { get { @@ -12109,7 +12172,7 @@ public static string DOCKER_INFO_DRIVER_STATUS { } /// - /// Looks up a localized string similar to Execution Driver. + /// Sucht eine lokalisierte Zeichenfolge, die Execution Driver ähnelt. /// public static string DOCKER_INFO_EXECUTION_DRIVER { get { @@ -12118,7 +12181,7 @@ public static string DOCKER_INFO_EXECUTION_DRIVER { } /// - /// Looks up a localized string similar to Git Commit. + /// Sucht eine lokalisierte Zeichenfolge, die Git Commit ähnelt. /// public static string DOCKER_INFO_GIT_COMMIT { get { @@ -12127,7 +12190,7 @@ public static string DOCKER_INFO_GIT_COMMIT { } /// - /// Looks up a localized string similar to Go Version. + /// Sucht eine lokalisierte Zeichenfolge, die Go Version ähnelt. /// public static string DOCKER_INFO_GO_VERSION { get { @@ -12136,7 +12199,7 @@ public static string DOCKER_INFO_GO_VERSION { } /// - /// Looks up a localized string similar to Index Server Address. + /// Sucht eine lokalisierte Zeichenfolge, die Index Server Address ähnelt. /// public static string DOCKER_INFO_INDEX_SERVER_ADDRESS { get { @@ -12145,7 +12208,7 @@ public static string DOCKER_INFO_INDEX_SERVER_ADDRESS { } /// - /// Looks up a localized string similar to Initiate Path. + /// Sucht eine lokalisierte Zeichenfolge, die Initiate Path ähnelt. /// public static string DOCKER_INFO_INITIATE_PATH { get { @@ -12154,7 +12217,7 @@ public static string DOCKER_INFO_INITIATE_PATH { } /// - /// Looks up a localized string similar to Initiate Sha1. + /// Sucht eine lokalisierte Zeichenfolge, die Initiate Sha1 ähnelt. /// public static string DOCKER_INFO_INITIATE_SHA1 { get { @@ -12163,7 +12226,7 @@ public static string DOCKER_INFO_INITIATE_SHA1 { } /// - /// Looks up a localized string similar to IPv4 Forwarding. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 Forwarding ähnelt. /// public static string DOCKER_INFO_IPV4_FORWARDING { get { @@ -12172,7 +12235,7 @@ public static string DOCKER_INFO_IPV4_FORWARDING { } /// - /// Looks up a localized string similar to Kernel Version. + /// Sucht eine lokalisierte Zeichenfolge, die Kernel Version ähnelt. /// public static string DOCKER_INFO_KERNEL_VERSION { get { @@ -12181,7 +12244,7 @@ public static string DOCKER_INFO_KERNEL_VERSION { } /// - /// Looks up a localized string similar to Labels. + /// Sucht eine lokalisierte Zeichenfolge, die Labels ähnelt. /// public static string DOCKER_INFO_LABELS { get { @@ -12190,7 +12253,7 @@ public static string DOCKER_INFO_LABELS { } /// - /// Looks up a localized string similar to Memory Limit. + /// Sucht eine lokalisierte Zeichenfolge, die Memory Limit ähnelt. /// public static string DOCKER_INFO_MEMORY_LIMIT { get { @@ -12199,7 +12262,7 @@ public static string DOCKER_INFO_MEMORY_LIMIT { } /// - /// Looks up a localized string similar to NCPU. + /// Sucht eine lokalisierte Zeichenfolge, die NCPU ähnelt. /// public static string DOCKER_INFO_NCPU { get { @@ -12208,7 +12271,7 @@ public static string DOCKER_INFO_NCPU { } /// - /// Looks up a localized string similar to NEvents Listener. + /// Sucht eine lokalisierte Zeichenfolge, die NEvents Listener ähnelt. /// public static string DOCKER_INFO_NEVENT_LISTENER { get { @@ -12217,7 +12280,7 @@ public static string DOCKER_INFO_NEVENT_LISTENER { } /// - /// Looks up a localized string similar to NFd. + /// Sucht eine lokalisierte Zeichenfolge, die NFd ähnelt. /// public static string DOCKER_INFO_NFD { get { @@ -12226,7 +12289,7 @@ public static string DOCKER_INFO_NFD { } /// - /// Looks up a localized string similar to NGoroutines. + /// Sucht eine lokalisierte Zeichenfolge, die NGoroutines ähnelt. /// public static string DOCKER_INFO_NGOROUTINES { get { @@ -12235,7 +12298,7 @@ public static string DOCKER_INFO_NGOROUTINES { } /// - /// Looks up a localized string similar to Root Directory. + /// Sucht eine lokalisierte Zeichenfolge, die Root Directory ähnelt. /// public static string DOCKER_INFO_ROOT_DIR { get { @@ -12244,7 +12307,7 @@ public static string DOCKER_INFO_ROOT_DIR { } /// - /// Looks up a localized string similar to Swap Limit. + /// Sucht eine lokalisierte Zeichenfolge, die Swap Limit ähnelt. /// public static string DOCKER_INFO_SWAP_LIMIT { get { @@ -12253,7 +12316,7 @@ public static string DOCKER_INFO_SWAP_LIMIT { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string DOCKER_INFO_VERSION { get { @@ -12262,7 +12325,7 @@ public static string DOCKER_INFO_VERSION { } /// - /// Looks up a localized string similar to Container Processes. + /// Sucht eine lokalisierte Zeichenfolge, die Container Processes ähnelt. /// public static string DOCKER_PROCESS_TAB_TITLE { get { @@ -12271,7 +12334,7 @@ public static string DOCKER_PROCESS_TAB_TITLE { } /// - /// Looks up a localized string similar to does not use. + /// Sucht eine lokalisierte Zeichenfolge, die does not use ähnelt. /// public static string DOES_NOT_USE { get { @@ -12280,7 +12343,7 @@ public static string DOES_NOT_USE { } /// - /// Looks up a localized string similar to Don't select a target server. + /// Sucht eine lokalisierte Zeichenfolge, die Don't select a target server ähnelt. /// public static string DONT_SELECT_TARGET_SERVER { get { @@ -12289,7 +12352,7 @@ public static string DONT_SELECT_TARGET_SERVER { } /// - /// Looks up a localized string similar to {0} is now available. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is now available ähnelt. /// public static string DOWLOAD_LATEST_XS_TITLE { get { @@ -12298,7 +12361,7 @@ public static string DOWLOAD_LATEST_XS_TITLE { } /// - /// Looks up a localized string similar to Download canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Download canceled ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOAD_CANCELLED_DESC { get { @@ -12307,7 +12370,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOAD_CANCELLED_DESC { } /// - /// Looks up a localized string similar to Downloading update {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Downloading update {0} ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOADING_DESC { get { @@ -12316,7 +12379,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOADING_DESC { } /// - /// Looks up a localized string similar to Downloading update {0} ({1} of {2}).... + /// Sucht eine lokalisierte Zeichenfolge, die Downloading update {0} ({1} of {2})... ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOADING_DETAILS_DESC { get { @@ -12325,7 +12388,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_DOWNLOADING_DETAILS_DESC { } /// - /// Looks up a localized string similar to Extracting update {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Extracting update {0} ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_EXTRACTING_DESC { get { @@ -12334,7 +12397,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_EXTRACTING_DESC { } /// - /// Looks up a localized string similar to Cannot extract the update file from downloaded archive. Please see application logs for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot extract the update file from downloaded archive. Please see application logs for more details. ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_EXTRACTING_ERROR { get { @@ -12343,7 +12406,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_EXTRACTING_ERROR { } /// - /// Looks up a localized string similar to Update file could not be located. Please see application logs for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die Update file could not be located. Please see application logs for more details. ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_FILE_NOT_FOUND { get { @@ -12352,7 +12415,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_FILE_NOT_FOUND { } /// - /// Looks up a localized string similar to Download and extract update {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Download and extract update {0} ähnelt. /// public static string DOWNLOAD_AND_EXTRACT_ACTION_TITLE { get { @@ -12361,7 +12424,7 @@ public static string DOWNLOAD_AND_EXTRACT_ACTION_TITLE { } /// - /// Looks up a localized string similar to Download.... + /// Sucht eine lokalisierte Zeichenfolge, die Download... ähnelt. /// public static string DOWNLOAD_ELLIPSES { get { @@ -12370,7 +12433,7 @@ public static string DOWNLOAD_ELLIPSES { } /// - /// Looks up a localized string similar to {0} is now available. Download the latest at the [Citrix] website.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is now available. Download the latest at the [Citrix] website. ähnelt. /// public static string DOWNLOAD_LATEST_XS_BODY { get { @@ -12379,7 +12442,7 @@ public static string DOWNLOAD_LATEST_XS_BODY { } /// - /// Looks up a localized string similar to Downloading update from '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Downloading update from '{0}'... ähnelt. /// public static string DOWNLOADING_PATCH_FROM { get { @@ -12388,7 +12451,7 @@ public static string DOWNLOADING_PATCH_FROM { } /// - /// Looks up a localized string similar to &Configure.... + /// Sucht eine lokalisierte Zeichenfolge, die &Configure... ähnelt. /// public static string DR_CONFIGURE_AMP { get { @@ -12397,7 +12460,7 @@ public static string DR_CONFIGURE_AMP { } /// - /// Looks up a localized string similar to Configure DR on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Configure DR on '{0}' ähnelt. /// public static string DR_CONFIGURE_TITLE { get { @@ -12406,7 +12469,7 @@ public static string DR_CONFIGURE_TITLE { } /// - /// Looks up a localized string similar to You can only select up to {0} SRs to store the VM configuration data.. + /// Sucht eine lokalisierte Zeichenfolge, die You can only select up to {0} SRs to store the VM configuration data. ähnelt. /// public static string DR_CONFIGURE_TOO_MANY_SRS { get { @@ -12415,7 +12478,7 @@ public static string DR_CONFIGURE_TOO_MANY_SRS { } /// - /// Looks up a localized string similar to Dr&y-run.... + /// Sucht eine lokalisierte Zeichenfolge, die Dr&y-run... ähnelt. /// public static string DR_DRYRUN_AMP { get { @@ -12424,7 +12487,7 @@ public static string DR_DRYRUN_AMP { } /// - /// Looks up a localized string similar to Fail &back.... + /// Sucht eine lokalisierte Zeichenfolge, die Fail &back... ähnelt. /// public static string DR_FAILBACK_AMP { get { @@ -12433,7 +12496,7 @@ public static string DR_FAILBACK_AMP { } /// - /// Looks up a localized string similar to Fail &over.... + /// Sucht eine lokalisierte Zeichenfolge, die Fail &over... ähnelt. /// public static string DR_FAILOVER_AMP { get { @@ -12442,7 +12505,7 @@ public static string DR_FAILOVER_AMP { } /// - /// Looks up a localized string similar to HA on pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die HA on pool {0} ähnelt. /// public static string DR_HA_CHECK_DESCRIPTION { get { @@ -12451,7 +12514,7 @@ public static string DR_HA_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to &Disaster Recovery Wizard.... + /// Sucht eine lokalisierte Zeichenfolge, die &Disaster Recovery Wizard... ähnelt. /// public static string DR_WIZARD_AMP { get { @@ -12460,7 +12523,7 @@ public static string DR_WIZARD_AMP { } /// - /// Looks up a localized string similar to vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die vApp '{0}' ähnelt. /// public static string DR_WIZARD_APPLIANCE_CHECK_DESCRIPTION { get { @@ -12469,7 +12532,7 @@ public static string DR_WIZARD_APPLIANCE_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Current pool. + /// Sucht eine lokalisierte Zeichenfolge, die Current pool ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_CURRENT_POOL { get { @@ -12478,7 +12541,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_CURRENT_POOL { } /// - /// Looks up a localized string similar to Select the vApps and individual VMs you want to fail back and specify the required power state for them after they have been recovered to pool ‘{0}’.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the vApps and individual VMs you want to fail back and specify the required power state for them after they have been recovered to pool ‘{0}’. ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_DESCRIPTION_FAILBACK { get { @@ -12487,7 +12550,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_DESCRIPTION_FAILBACK { } /// - /// Looks up a localized string similar to Select the vApps and individual VMs you want to recover and specify the required power state for them after they have been recovered.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the vApps and individual VMs you want to recover and specify the required power state for them after they have been recovered. ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_DESCRIPTION_FAILOVER { get { @@ -12496,7 +12559,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_DESCRIPTION_FAILOVER { } /// - /// Looks up a localized string similar to &Do not start up failed back vApps and VMs. + /// Sucht eine lokalisierte Zeichenfolge, die &Do not start up failed back vApps and VMs ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_DONOTSTART { get { @@ -12505,7 +12568,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_DONOTSTART { } /// - /// Looks up a localized string similar to Do not start up failed back vApps and VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Do not start up failed back vApps and VMs ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_DONOTSTART_NOAMP { get { @@ -12514,7 +12577,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_DONOTSTART_NOAMP { } /// - /// Looks up a localized string similar to S&tart up all failed back vApps and VMs immediately. + /// Sucht eine lokalisierte Zeichenfolge, die S&tart up all failed back vApps and VMs immediately ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_START { get { @@ -12523,7 +12586,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_START { } /// - /// Looks up a localized string similar to Start up all failed back vApps and VMs immediately. + /// Sucht eine lokalisierte Zeichenfolge, die Start up all failed back vApps and VMs immediately ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_START_NOAMP { get { @@ -12532,7 +12595,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_START_NOAMP { } /// - /// Looks up a localized string similar to Sta&rt up failed back vApps and VMs in a paused state. + /// Sucht eine lokalisierte Zeichenfolge, die Sta&rt up failed back vApps and VMs in a paused state ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_STARTPAUSED { get { @@ -12541,7 +12604,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_STARTPAUSED { } /// - /// Looks up a localized string similar to Start up failed back vApps and VMs in a paused state. + /// Sucht eine lokalisierte Zeichenfolge, die Start up failed back vApps and VMs in a paused state ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_STARTPAUSED_NOAMP { get { @@ -12550,7 +12613,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILBACK_STARTPAUSED_NOAMP { } /// - /// Looks up a localized string similar to &Do not start up recovered vApps and VMs. + /// Sucht eine lokalisierte Zeichenfolge, die &Do not start up recovered vApps and VMs ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_DONOTSTART { get { @@ -12559,7 +12622,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_DONOTSTART { } /// - /// Looks up a localized string similar to Do not start up recovered vApps and VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Do not start up recovered vApps and VMs ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_DONOTSTART_NOAMP { get { @@ -12568,7 +12631,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_DONOTSTART_NOAMP { } /// - /// Looks up a localized string similar to S&tart up all recovered vApps and VMs immediately. + /// Sucht eine lokalisierte Zeichenfolge, die S&tart up all recovered vApps and VMs immediately ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_START { get { @@ -12577,7 +12640,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_START { } /// - /// Looks up a localized string similar to Start up all recovered vApps and VMs immediately. + /// Sucht eine lokalisierte Zeichenfolge, die Start up all recovered vApps and VMs immediately ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_START_NOAMP { get { @@ -12586,7 +12649,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_START_NOAMP { } /// - /// Looks up a localized string similar to Sta&rt up recovered vApps and VMs in a paused state. + /// Sucht eine lokalisierte Zeichenfolge, die Sta&rt up recovered vApps and VMs in a paused state ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_STARTPAUSED { get { @@ -12595,7 +12658,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_STARTPAUSED { } /// - /// Looks up a localized string similar to Start up recovered vApps and VMs in a paused state. + /// Sucht eine lokalisierte Zeichenfolge, die Start up recovered vApps and VMs in a paused state ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_STARTPAUSED_NOAMP { get { @@ -12604,7 +12667,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_FAILOVER_STARTPAUSED_NOAMP { } /// - /// Looks up a localized string similar to Select vApps && VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Select vApps && VMs ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_TEXT { get { @@ -12613,7 +12676,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_TEXT { } /// - /// Looks up a localized string similar to Select the vApps or individual virtual machines to fail back to the target pool. + /// Sucht eine lokalisierte Zeichenfolge, die Select the vApps or individual virtual machines to fail back to the target pool ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_TITLE_FAILBACK { get { @@ -12622,7 +12685,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_TITLE_FAILBACK { } /// - /// Looks up a localized string similar to Select the vApps or individual virtual machines to fail over to the target pool. + /// Sucht eine lokalisierte Zeichenfolge, die Select the vApps or individual virtual machines to fail over to the target pool ähnelt. /// public static string DR_WIZARD_APPLIANCESPAGE_TITLE_FAILOVER { get { @@ -12631,7 +12694,7 @@ public static string DR_WIZARD_APPLIANCESPAGE_TITLE_FAILOVER { } /// - /// Looks up a localized string similar to [{0} on {1}]. + /// Sucht eine lokalisierte Zeichenfolge, die [{0} on {1}] ähnelt. /// public static string DR_WIZARD_APPPLIANCESPAGE_POOL_DESCRIPTION { get { @@ -12640,7 +12703,7 @@ public static string DR_WIZARD_APPPLIANCESPAGE_POOL_DESCRIPTION { } /// - /// Looks up a localized string similar to Checking for existing vApps and VMs in '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Checking for existing vApps and VMs in '{0}' ähnelt. /// public static string DR_WIZARD_CHECKING_EXISTING_APPLIANCES_AND_VMS { get { @@ -12649,7 +12712,7 @@ public static string DR_WIZARD_CHECKING_EXISTING_APPLIANCES_AND_VMS { } /// - /// Looks up a localized string similar to Checking HA status. + /// Sucht eine lokalisierte Zeichenfolge, die Checking HA status ähnelt. /// public static string DR_WIZARD_CHECKING_HA_STATUS { get { @@ -12658,7 +12721,7 @@ public static string DR_WIZARD_CHECKING_HA_STATUS { } /// - /// Looks up a localized string similar to Checking power state in source pools. + /// Sucht eine lokalisierte Zeichenfolge, die Checking power state in source pools ähnelt. /// public static string DR_WIZARD_CHECKING_POWER_STATE_IN_SOURCE_POOLS { get { @@ -12667,7 +12730,7 @@ public static string DR_WIZARD_CHECKING_POWER_STATE_IN_SOURCE_POOLS { } /// - /// Looks up a localized string similar to Checking storage availability in '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Checking storage availability in '{0}' ähnelt. /// public static string DR_WIZARD_CHECKING_VMS_CAN_BE_RECOVERED { get { @@ -12676,7 +12739,7 @@ public static string DR_WIZARD_CHECKING_VMS_CAN_BE_RECOVERED { } /// - /// Looks up a localized string similar to Disaster Recovery - Test Failover to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disaster Recovery - Test Failover to pool '{0}' ähnelt. /// public static string DR_WIZARD_DRYRUN_TITLE { get { @@ -12685,7 +12748,7 @@ public static string DR_WIZARD_DRYRUN_TITLE { } /// - /// Looks up a localized string similar to Disaster Recovery - Failback to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disaster Recovery - Failback to pool '{0}' ähnelt. /// public static string DR_WIZARD_FAILBACK_TITLE { get { @@ -12694,7 +12757,7 @@ public static string DR_WIZARD_FAILBACK_TITLE { } /// - /// Looks up a localized string similar to Disaster Recovery - Failover to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disaster Recovery - Failover to pool '{0}' ähnelt. /// public static string DR_WIZARD_FAILOVER_TITLE { get { @@ -12703,7 +12766,7 @@ public static string DR_WIZARD_FAILOVER_TITLE { } /// - /// Looks up a localized string similar to This wizard will take you through the steps needed to perform a test failover of your critical vApps and VMs. The vApps and VMs you select will be recovered to pool ‘{0}’ on the DR site but will not be started up.. + /// Sucht eine lokalisierte Zeichenfolge, die This wizard will take you through the steps needed to perform a test failover of your critical vApps and VMs. The vApps and VMs you select will be recovered to pool ‘{0}’ on the DR site but will not be started up. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE1 { get { @@ -12712,7 +12775,7 @@ public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE1 { } /// - /// Looks up a localized string similar to Configuration information for the vApps and VMs to be failed over will be retrieved from remote storage mirrors. Before test failover begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be recovered to your DR site.. + /// Sucht eine lokalisierte Zeichenfolge, die Configuration information for the vApps and VMs to be failed over will be retrieved from remote storage mirrors. Before test failover begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be recovered to your DR site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE2 { get { @@ -12721,10 +12784,10 @@ public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE2 { } /// - /// Looks up a localized string similar to You will need to provide information about the following as you step through this wizard: + /// Sucht eine lokalisierte Zeichenfolge, die You will need to provide information about the following as you step through this wizard: /// ///* The storage mirrors where the vApp and VM configuration data is currently stored. - ///* Which vApps and VMs you want to fail over to the DR site.. + ///* Which vApps and VMs you want to fail over to the DR site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE3 { get { @@ -12733,7 +12796,7 @@ public static string DR_WIZARD_FIRSTPAGE_DRYRUN_LINE3 { } /// - /// Looks up a localized string similar to This wizard will take you through the steps needed to fail back vApps and VMs to your primary data site.. + /// Sucht eine lokalisierte Zeichenfolge, die This wizard will take you through the steps needed to fail back vApps and VMs to your primary data site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE1 { get { @@ -12742,7 +12805,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE1 { } /// - /// Looks up a localized string similar to Configuration information for the vApps and VMs to be failed back will be retrieved from remote storage mirrors. Before failback begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be recovered to your primary data site.. + /// Sucht eine lokalisierte Zeichenfolge, die Configuration information for the vApps and VMs to be failed back will be retrieved from remote storage mirrors. Before failback begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be recovered to your primary data site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE2 { get { @@ -12751,10 +12814,10 @@ public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE2 { } /// - /// Looks up a localized string similar to You will need to provide information about the following as you step through this wizard: + /// Sucht eine lokalisierte Zeichenfolge, die You will need to provide information about the following as you step through this wizard: /// ///* The storage mirrors where the vApp and VM configuration data is currently stored. - ///* Which vApps and VMs you want to fail back.. + ///* Which vApps and VMs you want to fail back. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE3 { get { @@ -12763,7 +12826,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE3 { } /// - /// Looks up a localized string similar to Before failback can take place, storage mirroring – remote replication of your VM data – must be halted.. + /// Sucht eine lokalisierte Zeichenfolge, die Before failback can take place, storage mirroring – remote replication of your VM data – must be halted. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE4 { get { @@ -12772,7 +12835,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILBACK_LINE4 { } /// - /// Looks up a localized string similar to This wizard will take you through the steps needed to fail over your critical vApps and VMs in the event of a site/datacenter failure at your primary data site.. + /// Sucht eine lokalisierte Zeichenfolge, die This wizard will take you through the steps needed to fail over your critical vApps and VMs in the event of a site/datacenter failure at your primary data site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE1 { get { @@ -12781,7 +12844,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE1 { } /// - /// Looks up a localized string similar to Configuration information for the vApps and VMs to be recovered will be retrieved from remote storage mirrors. Before failover begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be brought back up on your DR site.. + /// Sucht eine lokalisierte Zeichenfolge, die Configuration information for the vApps and VMs to be recovered will be retrieved from remote storage mirrors. Before failover begins, the wizard will run a number of checks to ensure that the selected vApps and VMs can be brought back up on your DR site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE2 { get { @@ -12790,10 +12853,10 @@ public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE2 { } /// - /// Looks up a localized string similar to You will need to provide information about the following as you step though this wizard: + /// Sucht eine lokalisierte Zeichenfolge, die You will need to provide information about the following as you step though this wizard: /// ///* The storage mirrors where the vApp and VM configuration data is currently stored. - ///* Which vApps and VMs you want to fail over to the DR site.. + ///* Which vApps and VMs you want to fail over to the DR site. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE3 { get { @@ -12802,7 +12865,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE3 { } /// - /// Looks up a localized string similar to Before failover can take place, storage mirroring – remote replication of your VM data – must be halted.. + /// Sucht eine lokalisierte Zeichenfolge, die Before failover can take place, storage mirroring – remote replication of your VM data – must be halted. ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE4 { get { @@ -12811,7 +12874,7 @@ public static string DR_WIZARD_FIRSTPAGE_FAILOVER_LINE4 { } /// - /// Looks up a localized string similar to Before You Start. + /// Sucht eine lokalisierte Zeichenfolge, die Before You Start ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_TEXT { get { @@ -12820,7 +12883,7 @@ public static string DR_WIZARD_FIRSTPAGE_TEXT { } /// - /// Looks up a localized string similar to Test failover prerequisites. + /// Sucht eine lokalisierte Zeichenfolge, die Test failover prerequisites ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_TITLE_DRYRUN { get { @@ -12829,7 +12892,7 @@ public static string DR_WIZARD_FIRSTPAGE_TITLE_DRYRUN { } /// - /// Looks up a localized string similar to Failback prerequisites. + /// Sucht eine lokalisierte Zeichenfolge, die Failback prerequisites ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_TITLE_FAILBACK { get { @@ -12838,7 +12901,7 @@ public static string DR_WIZARD_FIRSTPAGE_TITLE_FAILBACK { } /// - /// Looks up a localized string similar to Failover prerequisites. + /// Sucht eine lokalisierte Zeichenfolge, die Failover prerequisites ähnelt. /// public static string DR_WIZARD_FIRSTPAGE_TITLE_FAILOVER { get { @@ -12847,7 +12910,7 @@ public static string DR_WIZARD_FIRSTPAGE_TITLE_FAILOVER { } /// - /// Looks up a localized string similar to Click Fail Over to begin the test recovery of the selected vApps and VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Fail Over to begin the test recovery of the selected vApps and VMs. ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_DRYRUN { get { @@ -12856,7 +12919,7 @@ public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_DRYRUN { } /// - /// Looks up a localized string similar to Click Fail Back to begin recovery of the selected vApps and VMs to your primary data site.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Fail Back to begin recovery of the selected vApps and VMs to your primary data site. ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_FAILBACK { get { @@ -12865,7 +12928,7 @@ public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_FAILBACK { } /// - /// Looks up a localized string similar to Click Fail Over to begin recovery of the selected vApps and VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Fail Over to begin recovery of the selected vApps and VMs. ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_FAILOVER { get { @@ -12874,7 +12937,7 @@ public static string DR_WIZARD_PRECHECKPAGE_CONTINUE_FAILOVER { } /// - /// Looks up a localized string similar to Failover pre-checks are performed to ensure that the selected vApps and VMs can be failed back to the selected pool. Please take appropriate action to resolve any issues.. + /// Sucht eine lokalisierte Zeichenfolge, die Failover pre-checks are performed to ensure that the selected vApps and VMs can be failed back to the selected pool. Please take appropriate action to resolve any issues. ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_DESCRIPTION_FAILBACK { get { @@ -12883,7 +12946,7 @@ public static string DR_WIZARD_PRECHECKPAGE_DESCRIPTION_FAILBACK { } /// - /// Looks up a localized string similar to Pre-checks are performed to ensure that the selected vApps and VMs can be failed over. Please take appropriate action to resolve any issues.. + /// Sucht eine lokalisierte Zeichenfolge, die Pre-checks are performed to ensure that the selected vApps and VMs can be failed over. Please take appropriate action to resolve any issues. ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_DESCRIPTION_FAILOVER { get { @@ -12892,7 +12955,7 @@ public static string DR_WIZARD_PRECHECKPAGE_DESCRIPTION_FAILOVER { } /// - /// Looks up a localized string similar to Deselect. + /// Sucht eine lokalisierte Zeichenfolge, die Deselect ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_DESELECT { get { @@ -12901,7 +12964,7 @@ public static string DR_WIZARD_PRECHECKPAGE_DESELECT { } /// - /// Looks up a localized string similar to {0} Failed. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Failed ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_FAILED { get { @@ -12910,7 +12973,7 @@ public static string DR_WIZARD_PRECHECKPAGE_FAILED { } /// - /// Looks up a localized string similar to Pre-check {0} of {1}: {2}. + /// Sucht eine lokalisierte Zeichenfolge, die Pre-check {0} of {1}: {2} ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_HEADER { get { @@ -12919,7 +12982,7 @@ public static string DR_WIZARD_PRECHECKPAGE_HEADER { } /// - /// Looks up a localized string similar to F&ail Back. + /// Sucht eine lokalisierte Zeichenfolge, die F&ail Back ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_NEXT_FAILBACK { get { @@ -12928,7 +12991,7 @@ public static string DR_WIZARD_PRECHECKPAGE_NEXT_FAILBACK { } /// - /// Looks up a localized string similar to F&ail Over. + /// Sucht eine lokalisierte Zeichenfolge, die F&ail Over ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_NEXT_FAILOVER { get { @@ -12937,7 +13000,7 @@ public static string DR_WIZARD_PRECHECKPAGE_NEXT_FAILOVER { } /// - /// Looks up a localized string similar to {0}: OK. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: OK ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_OK { get { @@ -12946,7 +13009,7 @@ public static string DR_WIZARD_PRECHECKPAGE_OK { } /// - /// Looks up a localized string similar to {0}: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: {1} ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_PROBLEM { get { @@ -12955,7 +13018,7 @@ public static string DR_WIZARD_PRECHECKPAGE_PROBLEM { } /// - /// Looks up a localized string similar to Resolve. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_RESOLVE { get { @@ -12964,7 +13027,7 @@ public static string DR_WIZARD_PRECHECKPAGE_RESOLVE { } /// - /// Looks up a localized string similar to Failover prechecks completed: {0} issues found. + /// Sucht eine lokalisierte Zeichenfolge, die Failover prechecks completed: {0} issues found ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_STATUS_FAILURE { get { @@ -12973,7 +13036,7 @@ public static string DR_WIZARD_PRECHECKPAGE_STATUS_FAILURE { } /// - /// Looks up a localized string similar to Running failover pre-checks:. + /// Sucht eine lokalisierte Zeichenfolge, die Running failover pre-checks: ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_STATUS_RUNNING { get { @@ -12982,7 +13045,7 @@ public static string DR_WIZARD_PRECHECKPAGE_STATUS_RUNNING { } /// - /// Looks up a localized string similar to Failover prechecks completed: No issues found. + /// Sucht eine lokalisierte Zeichenfolge, die Failover prechecks completed: No issues found ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_STATUS_SUCCESS { get { @@ -12991,7 +13054,7 @@ public static string DR_WIZARD_PRECHECKPAGE_STATUS_SUCCESS { } /// - /// Looks up a localized string similar to Pre-checks. + /// Sucht eine lokalisierte Zeichenfolge, die Pre-checks ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_TEXT { get { @@ -13000,7 +13063,7 @@ public static string DR_WIZARD_PRECHECKPAGE_TEXT { } /// - /// Looks up a localized string similar to Check that the selected vApps and VMs can be failed back. + /// Sucht eine lokalisierte Zeichenfolge, die Check that the selected vApps and VMs can be failed back ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_TITLE_FAILBACK { get { @@ -13009,7 +13072,7 @@ public static string DR_WIZARD_PRECHECKPAGE_TITLE_FAILBACK { } /// - /// Looks up a localized string similar to Check that the selected vApps and VMs can be failed over. + /// Sucht eine lokalisierte Zeichenfolge, die Check that the selected vApps and VMs can be failed over ähnelt. /// public static string DR_WIZARD_PRECHECKPAGE_TITLE_FAILOVER { get { @@ -13018,7 +13081,7 @@ public static string DR_WIZARD_PRECHECKPAGE_TITLE_FAILOVER { } /// - /// Looks up a localized string similar to Newer versions of its VMs already exist on pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Newer versions of its VMs already exist on pool {0} ähnelt. /// public static string DR_WIZARD_PROBLEM_EXISTING_APPLIANCE { get { @@ -13027,7 +13090,7 @@ public static string DR_WIZARD_PROBLEM_EXISTING_APPLIANCE { } /// - /// Looks up a localized string similar to Delete VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Delete VMs... ähnelt. /// public static string DR_WIZARD_PROBLEM_EXISTING_APPLIANCE_HELPMESSAGE { get { @@ -13036,7 +13099,7 @@ public static string DR_WIZARD_PROBLEM_EXISTING_APPLIANCE_HELPMESSAGE { } /// - /// Looks up a localized string similar to Newer version already exists on pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Newer version already exists on pool {0} ähnelt. /// public static string DR_WIZARD_PROBLEM_EXISTING_VM { get { @@ -13045,7 +13108,7 @@ public static string DR_WIZARD_PROBLEM_EXISTING_VM { } /// - /// Looks up a localized string similar to Delete VM. + /// Sucht eine lokalisierte Zeichenfolge, die Delete VM ähnelt. /// public static string DR_WIZARD_PROBLEM_EXISTING_VM_HELPMESSAGE { get { @@ -13054,7 +13117,7 @@ public static string DR_WIZARD_PROBLEM_EXISTING_VM_HELPMESSAGE { } /// - /// Looks up a localized string similar to Enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled ähnelt. /// public static string DR_WIZARD_PROBLEM_HA_ENABLED { get { @@ -13063,7 +13126,7 @@ public static string DR_WIZARD_PROBLEM_HA_ENABLED { } /// - /// Looks up a localized string similar to Uses local storage '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Uses local storage '{0}' ähnelt. /// public static string DR_WIZARD_PROBLEM_LOCAL_STORAGE { get { @@ -13072,7 +13135,7 @@ public static string DR_WIZARD_PROBLEM_LOCAL_STORAGE { } /// - /// Looks up a localized string similar to Local storage. + /// Sucht eine lokalisierte Zeichenfolge, die Local storage ähnelt. /// public static string DR_WIZARD_PROBLEM_LOCAL_STORAGE_HELPMESSAGE { get { @@ -13081,7 +13144,7 @@ public static string DR_WIZARD_PROBLEM_LOCAL_STORAGE_HELPMESSAGE { } /// - /// Looks up a localized string similar to Missing {0} SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Missing {0} SRs ähnelt. /// public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS { get { @@ -13090,7 +13153,7 @@ public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS { } /// - /// Looks up a localized string similar to Attach SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Attach SRs ähnelt. /// public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS_HELPMESSAGE { get { @@ -13099,7 +13162,7 @@ public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS_HELPMESSAGE { } /// - /// Looks up a localized string similar to Missing SRs information not found. + /// Sucht eine lokalisierte Zeichenfolge, die Missing SRs information not found ähnelt. /// public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS_NO_INFO { get { @@ -13108,7 +13171,7 @@ public static string DR_WIZARD_PROBLEM_MISSING_MULTIPLE_SRS_NO_INFO { } /// - /// Looks up a localized string similar to Missing SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Missing SR '{0}' ähnelt. /// public static string DR_WIZARD_PROBLEM_MISSING_SR { get { @@ -13117,7 +13180,7 @@ public static string DR_WIZARD_PROBLEM_MISSING_SR { } /// - /// Looks up a localized string similar to Attach SR. + /// Sucht eine lokalisierte Zeichenfolge, die Attach SR ähnelt. /// public static string DR_WIZARD_PROBLEM_MISSING_SR_HELPMESSAGE { get { @@ -13126,7 +13189,7 @@ public static string DR_WIZARD_PROBLEM_MISSING_SR_HELPMESSAGE { } /// - /// Looks up a localized string similar to Is running on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Is running on pool '{0}' ähnelt. /// public static string DR_WIZARD_PROBLEM_RUNNING_APPLIANCE { get { @@ -13135,7 +13198,7 @@ public static string DR_WIZARD_PROBLEM_RUNNING_APPLIANCE { } /// - /// Looks up a localized string similar to Shut down vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down vApp ähnelt. /// public static string DR_WIZARD_PROBLEM_RUNNING_APPLIANCE_HELPMESSAGE { get { @@ -13144,7 +13207,7 @@ public static string DR_WIZARD_PROBLEM_RUNNING_APPLIANCE_HELPMESSAGE { } /// - /// Looks up a localized string similar to Is running on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Is running on pool '{0}' ähnelt. /// public static string DR_WIZARD_PROBLEM_RUNNING_VM { get { @@ -13153,7 +13216,7 @@ public static string DR_WIZARD_PROBLEM_RUNNING_VM { } /// - /// Looks up a localized string similar to Shut down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down VM ähnelt. /// public static string DR_WIZARD_PROBLEM_RUNNING_VM_HELPMESSAGE { get { @@ -13162,7 +13225,7 @@ public static string DR_WIZARD_PROBLEM_RUNNING_VM_HELPMESSAGE { } /// - /// Looks up a localized string similar to Test failover to pool '{0}' is complete.. + /// Sucht eine lokalisierte Zeichenfolge, die Test failover to pool '{0}' is complete. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_COMPLETE_DRYRUN { get { @@ -13171,7 +13234,7 @@ public static string DR_WIZARD_RECOVERPAGE_COMPLETE_DRYRUN { } /// - /// Looks up a localized string similar to Failback to pool '{0}' is complete.. + /// Sucht eine lokalisierte Zeichenfolge, die Failback to pool '{0}' is complete. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_COMPLETE_FAILBACK { get { @@ -13180,7 +13243,7 @@ public static string DR_WIZARD_RECOVERPAGE_COMPLETE_FAILBACK { } /// - /// Looks up a localized string similar to [XenServer] Disaster Recovery is complete.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Disaster Recovery is complete. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_COMPLETE_FAILOVER { get { @@ -13189,7 +13252,7 @@ public static string DR_WIZARD_RECOVERPAGE_COMPLETE_FAILOVER { } /// - /// Looks up a localized string similar to Click Next to remove the vApps and VMs that were failed over and to see the summary report.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Next to remove the vApps and VMs that were failed over and to see the summary report. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_CONTINUE_DRYRUN { get { @@ -13198,7 +13261,7 @@ public static string DR_WIZARD_RECOVERPAGE_CONTINUE_DRYRUN { } /// - /// Looks up a localized string similar to Click Next to see the summary report.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Next to see the summary report. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_CONTINUE_FAILBACK { get { @@ -13207,7 +13270,7 @@ public static string DR_WIZARD_RECOVERPAGE_CONTINUE_FAILBACK { } /// - /// Looks up a localized string similar to Click Next to see the summary report.. + /// Sucht eine lokalisierte Zeichenfolge, die Click Next to see the summary report. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_CONTINUE_FAILOVER { get { @@ -13216,7 +13279,7 @@ public static string DR_WIZARD_RECOVERPAGE_CONTINUE_FAILOVER { } /// - /// Looks up a localized string similar to Test failover is in progress. This may take some time.. + /// Sucht eine lokalisierte Zeichenfolge, die Test failover is in progress. This may take some time. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_DRYRUN { get { @@ -13225,7 +13288,7 @@ public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_DRYRUN { } /// - /// Looks up a localized string similar to Failback is in progress. This may take some time.. + /// Sucht eine lokalisierte Zeichenfolge, die Failback is in progress. This may take some time. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_FAILBACK { get { @@ -13234,7 +13297,7 @@ public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_FAILBACK { } /// - /// Looks up a localized string similar to [XenServer] Disaster Recovery is in progress. This may take some time.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Disaster Recovery is in progress. This may take some time. ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_FAILOVER { get { @@ -13243,7 +13306,7 @@ public static string DR_WIZARD_RECOVERPAGE_IN_PROGRESS_FAILOVER { } /// - /// Looks up a localized string similar to Overall progress: {0} of {1} tasks completed. + /// Sucht eine lokalisierte Zeichenfolge, die Overall progress: {0} of {1} tasks completed ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_OVERALL_PROGRESS { get { @@ -13252,7 +13315,7 @@ public static string DR_WIZARD_RECOVERPAGE_OVERALL_PROGRESS { } /// - /// Looks up a localized string similar to Recover from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Recover from {0} ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_RECOVER_FROM { get { @@ -13261,7 +13324,7 @@ public static string DR_WIZARD_RECOVERPAGE_RECOVER_FROM { } /// - /// Looks up a localized string similar to Recovering from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Recovering from {0} ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_RECOVERING_FROM { get { @@ -13270,7 +13333,7 @@ public static string DR_WIZARD_RECOVERPAGE_RECOVERING_FROM { } /// - /// Looks up a localized string similar to Completed. + /// Sucht eine lokalisierte Zeichenfolge, die Completed ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_STATUS_COMPLETED { get { @@ -13279,7 +13342,7 @@ public static string DR_WIZARD_RECOVERPAGE_STATUS_COMPLETED { } /// - /// Looks up a localized string similar to Failed. + /// Sucht eine lokalisierte Zeichenfolge, die Failed ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_STATUS_FAILED { get { @@ -13288,7 +13351,7 @@ public static string DR_WIZARD_RECOVERPAGE_STATUS_FAILED { } /// - /// Looks up a localized string similar to Pending. + /// Sucht eine lokalisierte Zeichenfolge, die Pending ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_STATUS_PENDING { get { @@ -13297,7 +13360,7 @@ public static string DR_WIZARD_RECOVERPAGE_STATUS_PENDING { } /// - /// Looks up a localized string similar to Working. + /// Sucht eine lokalisierte Zeichenfolge, die Working ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_STATUS_WORKING { get { @@ -13306,7 +13369,7 @@ public static string DR_WIZARD_RECOVERPAGE_STATUS_WORKING { } /// - /// Looks up a localized string similar to Progress. + /// Sucht eine lokalisierte Zeichenfolge, die Progress ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_TEXT { get { @@ -13315,7 +13378,7 @@ public static string DR_WIZARD_RECOVERPAGE_TEXT { } /// - /// Looks up a localized string similar to Progress of test failover to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Progress of test failover to pool '{0}' ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_TITLE_DRYRUN { get { @@ -13324,7 +13387,7 @@ public static string DR_WIZARD_RECOVERPAGE_TITLE_DRYRUN { } /// - /// Looks up a localized string similar to Progress of failback to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Progress of failback to pool '{0}' ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_TITLE_FAILBACK { get { @@ -13333,7 +13396,7 @@ public static string DR_WIZARD_RECOVERPAGE_TITLE_FAILBACK { } /// - /// Looks up a localized string similar to [XenServer] Disaster Recovery progress. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Disaster Recovery progress ähnelt. /// public static string DR_WIZARD_RECOVERPAGE_TITLE_FAILOVER { get { @@ -13342,7 +13405,7 @@ public static string DR_WIZARD_RECOVERPAGE_TITLE_FAILOVER { } /// - /// Looks up a localized string similar to {0} - Failed: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - Failed: {1} ähnelt. /// public static string DR_WIZARD_REPORT_ACTION_FAILED { get { @@ -13351,7 +13414,7 @@ public static string DR_WIZARD_REPORT_ACTION_FAILED { } /// - /// Looks up a localized string similar to {0} - Succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - Succeeded ähnelt. /// public static string DR_WIZARD_REPORT_ACTION_SUCCEEDED { get { @@ -13360,7 +13423,7 @@ public static string DR_WIZARD_REPORT_ACTION_SUCCEEDED { } /// - /// Looks up a localized string similar to DR cleanup. + /// Sucht eine lokalisierte Zeichenfolge, die DR cleanup ähnelt. /// public static string DR_WIZARD_REPORT_DR_CLEANUP { get { @@ -13369,7 +13432,7 @@ public static string DR_WIZARD_REPORT_DR_CLEANUP { } /// - /// Looks up a localized string similar to Test Failover cleanup. + /// Sucht eine lokalisierte Zeichenfolge, die Test Failover cleanup ähnelt. /// public static string DR_WIZARD_REPORT_DRYRUN_CLEANUP { get { @@ -13378,7 +13441,7 @@ public static string DR_WIZARD_REPORT_DRYRUN_CLEANUP { } /// - /// Looks up a localized string similar to SRs introduced during this wizard: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die SRs introduced during this wizard: {0} ähnelt. /// public static string DR_WIZARD_REPORT_INTRODUCED_SRS { get { @@ -13387,7 +13450,7 @@ public static string DR_WIZARD_REPORT_INTRODUCED_SRS { } /// - /// Looks up a localized string similar to SRs introduced during this wizard: None. + /// Sucht eine lokalisierte Zeichenfolge, die SRs introduced during this wizard: None ähnelt. /// public static string DR_WIZARD_REPORT_INTRODUCED_SRS_NONE { get { @@ -13396,7 +13459,7 @@ public static string DR_WIZARD_REPORT_INTRODUCED_SRS_NONE { } /// - /// Looks up a localized string similar to Warnings: . + /// Sucht eine lokalisierte Zeichenfolge, die Warnings: ähnelt. /// public static string DR_WIZARD_REPORT_PRECHECK_WARNINGS { get { @@ -13405,7 +13468,7 @@ public static string DR_WIZARD_REPORT_PRECHECK_WARNINGS { } /// - /// Looks up a localized string similar to Warnings: None. + /// Sucht eine lokalisierte Zeichenfolge, die Warnings: None ähnelt. /// public static string DR_WIZARD_REPORT_PRECHECK_WARNINGS_NONE { get { @@ -13414,7 +13477,7 @@ public static string DR_WIZARD_REPORT_PRECHECK_WARNINGS_NONE { } /// - /// Looks up a localized string similar to Recovery process started. + /// Sucht eine lokalisierte Zeichenfolge, die Recovery process started ähnelt. /// public static string DR_WIZARD_REPORT_RECOVERY_STARTED { get { @@ -13423,7 +13486,7 @@ public static string DR_WIZARD_REPORT_RECOVERY_STARTED { } /// - /// Looks up a localized string similar to Selected VMs and vApps, grouped by pool: . + /// Sucht eine lokalisierte Zeichenfolge, die Selected VMs and vApps, grouped by pool: ähnelt. /// public static string DR_WIZARD_REPORT_SELECTED_METADATA { get { @@ -13432,7 +13495,7 @@ public static string DR_WIZARD_REPORT_SELECTED_METADATA { } /// - /// Looks up a localized string similar to Power state after recovery: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Power state after recovery: {0} ähnelt. /// public static string DR_WIZARD_REPORT_SELECTED_POWER_STATE { get { @@ -13441,7 +13504,7 @@ public static string DR_WIZARD_REPORT_SELECTED_POWER_STATE { } /// - /// Looks up a localized string similar to Selected SRs: . + /// Sucht eine lokalisierte Zeichenfolge, die Selected SRs: ähnelt. /// public static string DR_WIZARD_REPORT_SELECTED_SRS { get { @@ -13450,7 +13513,7 @@ public static string DR_WIZARD_REPORT_SELECTED_SRS { } /// - /// Looks up a localized string similar to Summary. + /// Sucht eine lokalisierte Zeichenfolge, die Summary ähnelt. /// public static string DR_WIZARD_REPORTPAGE_TEXT { get { @@ -13459,7 +13522,7 @@ public static string DR_WIZARD_REPORTPAGE_TEXT { } /// - /// Looks up a localized string similar to Summary of test failover to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Summary of test failover to pool '{0}' ähnelt. /// public static string DR_WIZARD_REPORTPAGE_TITLE_DRYRUN { get { @@ -13468,7 +13531,7 @@ public static string DR_WIZARD_REPORTPAGE_TITLE_DRYRUN { } /// - /// Looks up a localized string similar to Summary of failback to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Summary of failback to pool '{0}' ähnelt. /// public static string DR_WIZARD_REPORTPAGE_TITLE_FAILBACK { get { @@ -13477,7 +13540,7 @@ public static string DR_WIZARD_REPORTPAGE_TITLE_FAILBACK { } /// - /// Looks up a localized string similar to Summary of failover to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Summary of failover to pool '{0}' ähnelt. /// public static string DR_WIZARD_REPORTPAGE_TITLE_FAILOVER { get { @@ -13486,7 +13549,7 @@ public static string DR_WIZARD_REPORTPAGE_TITLE_FAILOVER { } /// - /// Looks up a localized string similar to Select the storage repositories (SRs) containing the configuration data for the VMs and vApps that you want to fail back. If you know which SRs contain your VMs' disks, you can also include them now.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage repositories (SRs) containing the configuration data for the VMs and vApps that you want to fail back. If you know which SRs contain your VMs' disks, you can also include them now. ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILBACK { get { @@ -13495,7 +13558,7 @@ public static string DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILBACK { } /// - /// Looks up a localized string similar to Select the storage repositories (SRs) containing the VM configuration data for the VMs and vApps that you want to fail over. If you know which SRs contain your VMs' disks, you can also include them now.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage repositories (SRs) containing the VM configuration data for the VMs and vApps that you want to fail over. If you know which SRs contain your VMs' disks, you can also include them now. ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILOVER { get { @@ -13504,7 +13567,7 @@ public static string DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILOVER { } /// - /// Looks up a localized string similar to No Storage Repositories were found. + /// Sucht eine lokalisierte Zeichenfolge, die No Storage Repositories were found ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_SCAN_RESULT_NONE { get { @@ -13513,8 +13576,8 @@ public static string DR_WIZARD_STORAGEPAGE_SCAN_RESULT_NONE { } /// - /// Looks up a localized string similar to The following Storage Repositories were found: - ///. + /// Sucht eine lokalisierte Zeichenfolge, die The following Storage Repositories were found: + /// ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_SCAN_RESULT_TITLE { get { @@ -13523,7 +13586,7 @@ public static string DR_WIZARD_STORAGEPAGE_SCAN_RESULT_TITLE { } /// - /// Looks up a localized string similar to Locate Mirrored SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Locate Mirrored SRs ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_TEXT { get { @@ -13532,7 +13595,7 @@ public static string DR_WIZARD_STORAGEPAGE_TEXT { } /// - /// Looks up a localized string similar to Locate the storage repositories where your recovery data is stored. + /// Sucht eine lokalisierte Zeichenfolge, die Locate the storage repositories where your recovery data is stored ähnelt. /// public static string DR_WIZARD_STORAGEPAGE_TITLE { get { @@ -13541,7 +13604,7 @@ public static string DR_WIZARD_STORAGEPAGE_TITLE { } /// - /// Looks up a localized string similar to VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' ähnelt. /// public static string DR_WIZARD_VM_CHECK_DESCRIPTION { get { @@ -13550,7 +13613,7 @@ public static string DR_WIZARD_VM_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Already exists on pool {0}. It will be replaced.. + /// Sucht eine lokalisierte Zeichenfolge, die Already exists on pool {0}. It will be replaced. ähnelt. /// public static string DR_WIZARD_WARNING_EXISTING_VM { get { @@ -13559,7 +13622,7 @@ public static string DR_WIZARD_WARNING_EXISTING_VM { } /// - /// Looks up a localized string similar to Welcome. + /// Sucht eine lokalisierte Zeichenfolge, die Welcome ähnelt. /// public static string DR_WIZARD_WELCOMEPAGE_TEXT { get { @@ -13568,7 +13631,7 @@ public static string DR_WIZARD_WELCOMEPAGE_TEXT { } /// - /// Looks up a localized string similar to What do you want to do?. + /// Sucht eine lokalisierte Zeichenfolge, die What do you want to do? ähnelt. /// public static string DR_WIZARD_WELCOMEPAGE_TITLE { get { @@ -13577,7 +13640,7 @@ public static string DR_WIZARD_WELCOMEPAGE_TITLE { } /// - /// Looks up a localized string similar to Dell supplemental pack is not installed.. + /// Sucht eine lokalisierte Zeichenfolge, die Dell supplemental pack is not installed. ähnelt. /// public static string DRAC_NO_SUPP_PACK { get { @@ -13586,7 +13649,7 @@ public static string DRAC_NO_SUPP_PACK { } /// - /// Looks up a localized string similar to DRAC power on failed. Check your credentials and connectivity.. + /// Sucht eine lokalisierte Zeichenfolge, die DRAC power on failed. Check your credentials and connectivity. ähnelt. /// public static string DRAC_POWERON_FAILED { get { @@ -13595,8 +13658,8 @@ public static string DRAC_POWERON_FAILED { } /// - /// Looks up a localized string similar to Cannot migrate this VM while a local CD is loaded. - ///Eject the CD and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot migrate this VM while a local CD is loaded. + ///Eject the CD and try again. ähnelt. /// public static string DRAG_DROP_LOCAL_CD_LOADED { get { @@ -13605,7 +13668,7 @@ public static string DRAG_DROP_LOCAL_CD_LOADED { } /// - /// Looks up a localized string similar to Cannot Migrate VM. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot Migrate VM ähnelt. /// public static string DRAG_DROP_LOCAL_CD_LOADED_TITLE { get { @@ -13614,7 +13677,7 @@ public static string DRAG_DROP_LOCAL_CD_LOADED_TITLE { } /// - /// Looks up a localized string similar to Duplex. + /// Sucht eine lokalisierte Zeichenfolge, die Duplex ähnelt. /// public static string DUPLEX { get { @@ -13623,7 +13686,7 @@ public static string DUPLEX { } /// - /// Looks up a localized string similar to DVD drive. + /// Sucht eine lokalisierte Zeichenfolge, die DVD drive ähnelt. /// public static string DVD_DRIVE { get { @@ -13632,7 +13695,7 @@ public static string DVD_DRIVE { } /// - /// Looks up a localized string similar to DVD Drive {0}:. + /// Sucht eine lokalisierte Zeichenfolge, die DVD Drive {0}: ähnelt. /// public static string DVD_DRIVE_LABEL_NUMBERED { get { @@ -13641,7 +13704,7 @@ public static string DVD_DRIVE_LABEL_NUMBERED { } /// - /// Looks up a localized string similar to Maximum memory. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum memory ähnelt. /// public static string DYNAMIC_MAX { get { @@ -13650,7 +13713,7 @@ public static string DYNAMIC_MAX { } /// - /// Looks up a localized string similar to Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Memory ähnelt. /// public static string DYNAMIC_MEMORY_CONTROL { get { @@ -13659,7 +13722,7 @@ public static string DYNAMIC_MEMORY_CONTROL { } /// - /// Looks up a localized string similar to &{0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die &{0} {1} ähnelt. /// public static string DYNAMIC_MENUITEM_WITH_ACCESS_KEY { get { @@ -13668,7 +13731,7 @@ public static string DYNAMIC_MENUITEM_WITH_ACCESS_KEY { } /// - /// Looks up a localized string similar to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} ähnelt. /// public static string DYNAMIC_MENUITEM_WITHOUT_ACCESS_KEY { get { @@ -13677,7 +13740,7 @@ public static string DYNAMIC_MENUITEM_WITHOUT_ACCESS_KEY { } /// - /// Looks up a localized string similar to Minimum memory. + /// Sucht eine lokalisierte Zeichenfolge, die Minimum memory ähnelt. /// public static string DYNAMIC_MIN { get { @@ -13686,7 +13749,7 @@ public static string DYNAMIC_MIN { } /// - /// Looks up a localized string similar to &Minimum memory:. + /// Sucht eine lokalisierte Zeichenfolge, die &Minimum memory: ähnelt. /// public static string DYNAMIC_MIN_COLON { get { @@ -13695,7 +13758,7 @@ public static string DYNAMIC_MIN_COLON { } /// - /// Looks up a localized string similar to P&roperties. + /// Sucht eine lokalisierte Zeichenfolge, die P&roperties ähnelt. /// public static string EDIT { get { @@ -13704,7 +13767,7 @@ public static string EDIT { } /// - /// Looks up a localized string similar to Edit Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Edit Disk ähnelt. /// public static string EDIT_DISK { get { @@ -13713,7 +13776,7 @@ public static string EDIT_DISK { } /// - /// Looks up a localized string similar to If you want this network to be automatically added to new VMs, check the box below.. + /// Sucht eine lokalisierte Zeichenfolge, die If you want this network to be automatically added to new VMs, check the box below. ähnelt. /// public static string EDIT_NETWORK_BLURB_PHYSICAL { get { @@ -13722,7 +13785,7 @@ public static string EDIT_NETWORK_BLURB_PHYSICAL { } /// - /// Looks up a localized string similar to If you want this network to be automatically added to new VMs, check the box below. You can also set whether you want the network to be internal only, or assign it a VLAN and NIC.. + /// Sucht eine lokalisierte Zeichenfolge, die If you want this network to be automatically added to new VMs, check the box below. You can also set whether you want the network to be internal only, or assign it a VLAN and NIC. ähnelt. /// public static string EDIT_NETWORK_BLURB_VIRTUAL { get { @@ -13731,7 +13794,7 @@ public static string EDIT_NETWORK_BLURB_VIRTUAL { } /// - /// Looks up a localized string similar to This will change the device position of one of this VM's system disks and may leave the VM unbootable. Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will change the device position of one of this VM's system disks and may leave the VM unbootable. Are you sure you want to continue? ähnelt. /// public static string EDIT_SYS_DISK_WARNING { get { @@ -13740,7 +13803,7 @@ public static string EDIT_SYS_DISK_WARNING { } /// - /// Looks up a localized string similar to Edit Storage Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Edit Storage Settings ähnelt. /// public static string EDIT_SYS_DISK_WARNING_TITLE { get { @@ -13749,9 +13812,9 @@ public static string EDIT_SYS_DISK_WARNING_TITLE { } /// - /// Looks up a localized string similar to It may not be possible to start the selected VMs as they are using ISOs from an SR which is unavailable. + /// Sucht eine lokalisierte Zeichenfolge, die It may not be possible to start the selected VMs as they are using ISOs from an SR which is unavailable. /// - ///Would you like to eject these ISOs before continuing?. + ///Would you like to eject these ISOs before continuing? ähnelt. /// public static string EJECT_BEFORE_VM_START_MESSAGE_BOX { get { @@ -13760,7 +13823,7 @@ public static string EJECT_BEFORE_VM_START_MESSAGE_BOX { } /// - /// Looks up a localized string similar to &Eject. + /// Sucht eine lokalisierte Zeichenfolge, die &Eject ähnelt. /// public static string EJECT_BUTTON_LABEL { get { @@ -13769,7 +13832,7 @@ public static string EJECT_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Eject CD. + /// Sucht eine lokalisierte Zeichenfolge, die Eject CD ähnelt. /// public static string EJECT_CD { get { @@ -13778,7 +13841,7 @@ public static string EJECT_CD { } /// - /// Looks up a localized string similar to Please eject your CD. + /// Sucht eine lokalisierte Zeichenfolge, die Please eject your CD ähnelt. /// public static string EJECT_YOUR_CD { get { @@ -13787,7 +13850,7 @@ public static string EJECT_YOUR_CD { } /// - /// Looks up a localized string similar to .... + /// Sucht eine lokalisierte Zeichenfolge, die ... ähnelt. /// public static string ELLIPSIS { get { @@ -13796,7 +13859,7 @@ public static string ELLIPSIS { } /// - /// Looks up a localized string similar to Email Alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Email Alerts ähnelt. /// public static string EMAIL_ALERTS { get { @@ -13805,7 +13868,7 @@ public static string EMAIL_ALERTS { } /// - /// Looks up a localized string similar to Configure email notification for policy alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Configure email notification for policy alerts ähnelt. /// public static string EMAIL_ALERTS_TITLE { get { @@ -13814,7 +13877,7 @@ public static string EMAIL_ALERTS_TITLE { } /// - /// Looks up a localized string similar to Email Options. + /// Sucht eine lokalisierte Zeichenfolge, die Email Options ähnelt. /// public static string EMAIL_OPTIONS { get { @@ -13823,7 +13886,7 @@ public static string EMAIL_OPTIONS { } /// - /// Looks up a localized string similar to <empty>. + /// Sucht eine lokalisierte Zeichenfolge, die <empty> ähnelt. /// public static string EMPTY { get { @@ -13832,7 +13895,7 @@ public static string EMPTY { } /// - /// Looks up a localized string similar to There are no associated virtual disks or snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die There are no associated virtual disks or snapshots ähnelt. /// public static string EMPTY_LIST_DISK_SNAPSHOTS { get { @@ -13841,7 +13904,7 @@ public static string EMPTY_LIST_DISK_SNAPSHOTS { } /// - /// Looks up a localized string similar to Ena&ble. + /// Sucht eine lokalisierte Zeichenfolge, die Ena&ble ähnelt. /// public static string ENABLE { get { @@ -13850,7 +13913,7 @@ public static string ENABLE { } /// - /// Looks up a localized string similar to Enable clustering.. + /// Sucht eine lokalisierte Zeichenfolge, die Enable clustering. ähnelt. /// public static string ENABLE_CLUSTERING_ON_POOL { get { @@ -13859,7 +13922,7 @@ public static string ENABLE_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Enable. + /// Sucht eine lokalisierte Zeichenfolge, die Enable ähnelt. /// public static string ENABLE_PLAIN { get { @@ -13868,7 +13931,7 @@ public static string ENABLE_PLAIN { } /// - /// Looks up a localized string similar to E&nable PVS-Accelerator.... + /// Sucht eine lokalisierte Zeichenfolge, die E&nable PVS-Accelerator... ähnelt. /// public static string ENABLE_PVS_READ_CACHING_BUTTON { get { @@ -13877,7 +13940,7 @@ public static string ENABLE_PVS_READ_CACHING_BUTTON { } /// - /// Looks up a localized string similar to Ena&ble PVS-Accelerator.... + /// Sucht eine lokalisierte Zeichenfolge, die Ena&ble PVS-Accelerator... ähnelt. /// public static string ENABLE_PVS_READ_CACHING_MENU { get { @@ -13886,7 +13949,7 @@ public static string ENABLE_PVS_READ_CACHING_MENU { } /// - /// Looks up a localized string similar to Choose the PVS site from which the selected VMs are streamed.. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the PVS site from which the selected VMs are streamed. ähnelt. /// public static string ENABLE_PVS_READ_CACHING_RUBRIC_MULTIPLE { get { @@ -13895,7 +13958,7 @@ public static string ENABLE_PVS_READ_CACHING_RUBRIC_MULTIPLE { } /// - /// Looks up a localized string similar to Choose the PVS site from which the selected VM is streamed.. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the PVS site from which the selected VM is streamed. ähnelt. /// public static string ENABLE_PVS_READ_CACHING_RUBRIC_SINGLE { get { @@ -13904,7 +13967,7 @@ public static string ENABLE_PVS_READ_CACHING_RUBRIC_SINGLE { } /// - /// Looks up a localized string similar to Res&ume. + /// Sucht eine lokalisierte Zeichenfolge, die Res&ume ähnelt. /// public static string ENABLE_WLB_ELLIPSIS { get { @@ -13913,7 +13976,7 @@ public static string ENABLE_WLB_ELLIPSIS { } /// - /// Looks up a localized string similar to Enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled ähnelt. /// public static string ENABLED { get { @@ -13922,7 +13985,7 @@ public static string ENABLED { } /// - /// Looks up a localized string similar to Enabled clustering on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled clustering on {0}. ähnelt. /// public static string ENABLED_CLUSTERING_ON_POOL { get { @@ -13931,7 +13994,7 @@ public static string ENABLED_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Snapshot schedule '{0}' enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedule '{0}' enabled. ähnelt. /// public static string ENABLED_VMSS { get { @@ -13940,7 +14003,7 @@ public static string ENABLED_VMSS { } /// - /// Looks up a localized string similar to Enabling. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling ähnelt. /// public static string ENABLING { get { @@ -13949,7 +14012,7 @@ public static string ENABLING { } /// - /// Looks up a localized string similar to Enabling Active Directory Authentication. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling Active Directory Authentication ähnelt. /// public static string ENABLING_AD { get { @@ -13958,7 +14021,7 @@ public static string ENABLING_AD { } /// - /// Looks up a localized string similar to Enabling Active Directory Authentication on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling Active Directory Authentication on pool '{0}' ähnelt. /// public static string ENABLING_AD_ON { get { @@ -13967,7 +14030,7 @@ public static string ENABLING_AD_ON { } /// - /// Looks up a localized string similar to Enabling clustering on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling clustering on {0}. ähnelt. /// public static string ENABLING_CLUSTERING_ON_POOL { get { @@ -13976,7 +14039,7 @@ public static string ENABLING_CLUSTERING_ON_POOL { } /// - /// Looks up a localized string similar to Enabling HA. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling HA ähnelt. /// public static string ENABLING_HA { get { @@ -13985,7 +14048,7 @@ public static string ENABLING_HA { } /// - /// Looks up a localized string similar to Enabling HA on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling HA on pool '{0}' ähnelt. /// public static string ENABLING_HA_ON { get { @@ -13994,7 +14057,7 @@ public static string ENABLING_HA_ON { } /// - /// Looks up a localized string similar to Enabling snapshot schedule '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Enabling snapshot schedule '{0}'... ähnelt. /// public static string ENABLING_VMSS { get { @@ -14003,7 +14066,7 @@ public static string ENABLING_VMSS { } /// - /// Looks up a localized string similar to Resuming Workload Balancing . + /// Sucht eine lokalisierte Zeichenfolge, die Resuming Workload Balancing ähnelt. /// public static string ENABLING_WLB { get { @@ -14012,7 +14075,7 @@ public static string ENABLING_WLB { } /// - /// Looks up a localized string similar to Resuming Workload Balancing on pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming Workload Balancing on pool '{0}' ähnelt. /// public static string ENABLING_WLB_ON { get { @@ -14021,7 +14084,7 @@ public static string ENABLING_WLB_ON { } /// - /// Looks up a localized string similar to Encrypting appliance files.... + /// Sucht eine lokalisierte Zeichenfolge, die Encrypting appliance files... ähnelt. /// public static string ENCRYPTING_FILES { get { @@ -14030,7 +14093,7 @@ public static string ENCRYPTING_FILES { } /// - /// Looks up a localized string similar to ends with. + /// Sucht eine lokalisierte Zeichenfolge, die ends with ähnelt. /// public static string ENDS_WITH { get { @@ -14039,7 +14102,7 @@ public static string ENDS_WITH { } /// - /// Looks up a localized string similar to Enter &Maintenance Mode.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter &Maintenance Mode... ähnelt. /// public static string ENTER_MAINTENANCE_MODE { get { @@ -14048,7 +14111,7 @@ public static string ENTER_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to &Enter Maintenance Mode.... + /// Sucht eine lokalisierte Zeichenfolge, die &Enter Maintenance Mode... ähnelt. /// public static string ENTER_MAINTENANCE_MODE_CONTEXT_MENU { get { @@ -14057,7 +14120,7 @@ public static string ENTER_MAINTENANCE_MODE_CONTEXT_MENU { } /// - /// Looks up a localized string similar to To access your saved session it is required that you enter the master password when starting [XenCenter]. + /// Sucht eine lokalisierte Zeichenfolge, die To access your saved session it is required that you enter the master password when starting [XenCenter] ähnelt. /// public static string ENTER_MASTER_PASSWORD_TO_ACCESS_SETTINGS_TT { get { @@ -14066,7 +14129,7 @@ public static string ENTER_MASTER_PASSWORD_TO_ACCESS_SETTINGS_TT { } /// - /// Looks up a localized string similar to The QoS limit value should be an integer greater than zero. + /// Sucht eine lokalisierte Zeichenfolge, die The QoS limit value should be an integer greater than zero ähnelt. /// public static string ENTER_VALID_QOS { get { @@ -14075,7 +14138,7 @@ public static string ENTER_VALID_QOS { } /// - /// Looks up a localized string similar to Members. + /// Sucht eine lokalisierte Zeichenfolge, die Members ähnelt. /// public static string EQUALLOGICS_MEMBERS { get { @@ -14084,7 +14147,7 @@ public static string EQUALLOGICS_MEMBERS { } /// - /// Looks up a localized string similar to Error importing server list. Check that the xml format in the file is correct.. + /// Sucht eine lokalisierte Zeichenfolge, die Error importing server list. Check that the xml format in the file is correct. ähnelt. /// public static string ERRO_IMPORTING_SERVER_LIST { get { @@ -14093,7 +14156,7 @@ public static string ERRO_IMPORTING_SERVER_LIST { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string ERROR { get { @@ -14102,7 +14165,7 @@ public static string ERROR { } /// - /// Looks up a localized string similar to The following virtual disks could not be activated:. + /// Sucht eine lokalisierte Zeichenfolge, die The following virtual disks could not be activated: ähnelt. /// public static string ERROR_ACTIVATING_VDIS_MESSAGE { get { @@ -14111,7 +14174,7 @@ public static string ERROR_ACTIVATING_VDIS_MESSAGE { } /// - /// Looks up a localized string similar to Error Activating Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Error Activating Virtual Disks ähnelt. /// public static string ERROR_ACTIVATING_VDIS_TITLE { get { @@ -14120,7 +14183,7 @@ public static string ERROR_ACTIVATING_VDIS_TITLE { } /// - /// Looks up a localized string similar to User name and password mismatch.. + /// Sucht eine lokalisierte Zeichenfolge, die User name and password mismatch. ähnelt. /// public static string ERROR_AUTHENTICATION { get { @@ -14129,7 +14192,7 @@ public static string ERROR_AUTHENTICATION { } /// - /// Looks up a localized string similar to [XenCenter] has encountered a problem connecting to this server.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] has encountered a problem connecting to this server. ähnelt. /// public static string ERROR_CONNECTING_BLURB { get { @@ -14138,7 +14201,7 @@ public static string ERROR_CONNECTING_BLURB { } /// - /// Looks up a localized string similar to The following virtual disks could not be deactivated:. + /// Sucht eine lokalisierte Zeichenfolge, die The following virtual disks could not be deactivated: ähnelt. /// public static string ERROR_DEACTIVATING_MULTIPLE_VDIS_MESSAGE { get { @@ -14147,7 +14210,7 @@ public static string ERROR_DEACTIVATING_MULTIPLE_VDIS_MESSAGE { } /// - /// Looks up a localized string similar to Error Deactivating Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Error Deactivating Virtual Disks ähnelt. /// public static string ERROR_DEACTIVATING_MULTIPLE_VDIS_TITLE { get { @@ -14156,7 +14219,7 @@ public static string ERROR_DEACTIVATING_MULTIPLE_VDIS_TITLE { } /// - /// Looks up a localized string similar to The following storage could not be destroyed:. + /// Sucht eine lokalisierte Zeichenfolge, die The following storage could not be destroyed: ähnelt. /// public static string ERROR_DESTROYING_STORAGE_ITEMS_MESSAGE { get { @@ -14165,7 +14228,7 @@ public static string ERROR_DESTROYING_STORAGE_ITEMS_MESSAGE { } /// - /// Looks up a localized string similar to Error Destroying Storage Items. + /// Sucht eine lokalisierte Zeichenfolge, die Error Destroying Storage Items ähnelt. /// public static string ERROR_DESTROYING_STORAGE_ITEMS_TITLE { get { @@ -14174,7 +14237,7 @@ public static string ERROR_DESTROYING_STORAGE_ITEMS_TITLE { } /// - /// Looks up a localized string similar to The following virtual disks could not be detached:. + /// Sucht eine lokalisierte Zeichenfolge, die The following virtual disks could not be detached: ähnelt. /// public static string ERROR_DETACHING_VDIS_MESSAGE { get { @@ -14183,7 +14246,7 @@ public static string ERROR_DETACHING_VDIS_MESSAGE { } /// - /// Looks up a localized string similar to Error Detaching Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Error Detaching Virtual Disks ähnelt. /// public static string ERROR_DETACHING_VDIS_TITLE { get { @@ -14192,7 +14255,7 @@ public static string ERROR_DETACHING_VDIS_TITLE { } /// - /// Looks up a localized string similar to The following servers could not be added to the pool '{0}':. + /// Sucht eine lokalisierte Zeichenfolge, die The following servers could not be added to the pool '{0}': ähnelt. /// public static string ERROR_DIALOG_ADD_TO_POOL_TEXT { get { @@ -14201,7 +14264,7 @@ public static string ERROR_DIALOG_ADD_TO_POOL_TEXT { } /// - /// Looks up a localized string similar to Error Adding Server to Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Error Adding Server to Pool ähnelt. /// public static string ERROR_DIALOG_ADD_TO_POOL_TITLE { get { @@ -14210,7 +14273,7 @@ public static string ERROR_DIALOG_ADD_TO_POOL_TITLE { } /// - /// Looks up a localized string similar to The following templates could not be deleted:. + /// Sucht eine lokalisierte Zeichenfolge, die The following templates could not be deleted: ähnelt. /// public static string ERROR_DIALOG_DELETE_TEMPLATE_TEXT { get { @@ -14219,7 +14282,7 @@ public static string ERROR_DIALOG_DELETE_TEMPLATE_TEXT { } /// - /// Looks up a localized string similar to Error Deleting Template. + /// Sucht eine lokalisierte Zeichenfolge, die Error Deleting Template ähnelt. /// public static string ERROR_DIALOG_DELETE_TEMPLATE_TITLE { get { @@ -14228,7 +14291,7 @@ public static string ERROR_DIALOG_DELETE_TEMPLATE_TITLE { } /// - /// Looks up a localized string similar to The following items could not be deleted:. + /// Sucht eine lokalisierte Zeichenfolge, die The following items could not be deleted: ähnelt. /// public static string ERROR_DIALOG_DELETE_VM_OR_TEMPLATE_TEXT { get { @@ -14237,7 +14300,7 @@ public static string ERROR_DIALOG_DELETE_VM_OR_TEMPLATE_TEXT { } /// - /// Looks up a localized string similar to Error Deleting Items. + /// Sucht eine lokalisierte Zeichenfolge, die Error Deleting Items ähnelt. /// public static string ERROR_DIALOG_DELETE_VM_OR_TEMPLATE_TITLE { get { @@ -14246,7 +14309,7 @@ public static string ERROR_DIALOG_DELETE_VM_OR_TEMPLATE_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be deleted:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be deleted: ähnelt. /// public static string ERROR_DIALOG_DELETE_VM_TEXT { get { @@ -14255,7 +14318,7 @@ public static string ERROR_DIALOG_DELETE_VM_TEXT { } /// - /// Looks up a localized string similar to Error Deleting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Deleting VM ähnelt. /// public static string ERROR_DIALOG_DELETE_VM_TITLE { get { @@ -14264,7 +14327,7 @@ public static string ERROR_DIALOG_DELETE_VM_TITLE { } /// - /// Looks up a localized string similar to The following storage repositories could not be destroyed:. + /// Sucht eine lokalisierte Zeichenfolge, die The following storage repositories could not be destroyed: ähnelt. /// public static string ERROR_DIALOG_DESTROY_SR_TEXT { get { @@ -14273,7 +14336,7 @@ public static string ERROR_DIALOG_DESTROY_SR_TEXT { } /// - /// Looks up a localized string similar to Error Destroying Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Error Destroying Storage Repository ähnelt. /// public static string ERROR_DIALOG_DESTROY_SR_TITLE { get { @@ -14282,7 +14345,7 @@ public static string ERROR_DIALOG_DESTROY_SR_TITLE { } /// - /// Looks up a localized string similar to The following storage repositories could not be detached:. + /// Sucht eine lokalisierte Zeichenfolge, die The following storage repositories could not be detached: ähnelt. /// public static string ERROR_DIALOG_DETACH_SR_TEXT { get { @@ -14291,7 +14354,7 @@ public static string ERROR_DIALOG_DETACH_SR_TEXT { } /// - /// Looks up a localized string similar to Error Detaching Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Error Detaching Storage Repository ähnelt. /// public static string ERROR_DIALOG_DETACH_SR_TITLE { get { @@ -14300,7 +14363,7 @@ public static string ERROR_DIALOG_DETACH_SR_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be forced to reboot:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be forced to reboot: ähnelt. /// public static string ERROR_DIALOG_FORCE_REBOOT_VM_TEXT { get { @@ -14309,7 +14372,7 @@ public static string ERROR_DIALOG_FORCE_REBOOT_VM_TEXT { } /// - /// Looks up a localized string similar to Error Forcing VM Reboot. + /// Sucht eine lokalisierte Zeichenfolge, die Error Forcing VM Reboot ähnelt. /// public static string ERROR_DIALOG_FORCE_REBOOT_VM_TITLE { get { @@ -14318,7 +14381,7 @@ public static string ERROR_DIALOG_FORCE_REBOOT_VM_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be forced to shut down:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be forced to shut down: ähnelt. /// public static string ERROR_DIALOG_FORCE_SHUTDOWN_VM_TEXT { get { @@ -14327,7 +14390,7 @@ public static string ERROR_DIALOG_FORCE_SHUTDOWN_VM_TEXT { } /// - /// Looks up a localized string similar to Error Shutting Down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Shutting Down VM ähnelt. /// public static string ERROR_DIALOG_FORCE_SHUTDOWN_VM_TITLE { get { @@ -14336,7 +14399,7 @@ public static string ERROR_DIALOG_FORCE_SHUTDOWN_VM_TITLE { } /// - /// Looks up a localized string similar to There were errors while forgetting the following storage repositories:. + /// Sucht eine lokalisierte Zeichenfolge, die There were errors while forgetting the following storage repositories: ähnelt. /// public static string ERROR_DIALOG_FORGET_SR_TEXT { get { @@ -14345,7 +14408,7 @@ public static string ERROR_DIALOG_FORGET_SR_TEXT { } /// - /// Looks up a localized string similar to Error Forgetting Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Error Forgetting Storage Repository ähnelt. /// public static string ERROR_DIALOG_FORGET_SR_TITLE { get { @@ -14354,7 +14417,7 @@ public static string ERROR_DIALOG_FORGET_SR_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be migrated to the selected server:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be migrated to the selected server: ähnelt. /// public static string ERROR_DIALOG_MIGRATE_TEXT { get { @@ -14363,7 +14426,7 @@ public static string ERROR_DIALOG_MIGRATE_TEXT { } /// - /// Looks up a localized string similar to Error Migrating VM to Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Migrating VM to Server ähnelt. /// public static string ERROR_DIALOG_MIGRATE_TITLE { get { @@ -14372,7 +14435,7 @@ public static string ERROR_DIALOG_MIGRATE_TITLE { } /// - /// Looks up a localized string similar to The following servers could not be powered on:. + /// Sucht eine lokalisierte Zeichenfolge, die The following servers could not be powered on: ähnelt. /// public static string ERROR_DIALOG_POWER_ON_HOST_TEXT { get { @@ -14381,7 +14444,7 @@ public static string ERROR_DIALOG_POWER_ON_HOST_TEXT { } /// - /// Looks up a localized string similar to Error Powering On Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Powering On Server ähnelt. /// public static string ERROR_DIALOG_POWER_ON_HOST_TITLE { get { @@ -14390,7 +14453,7 @@ public static string ERROR_DIALOG_POWER_ON_HOST_TITLE { } /// - /// Looks up a localized string similar to The following servers could not be rebooted:. + /// Sucht eine lokalisierte Zeichenfolge, die The following servers could not be rebooted: ähnelt. /// public static string ERROR_DIALOG_REBOOT_HOST_TEXT { get { @@ -14399,7 +14462,7 @@ public static string ERROR_DIALOG_REBOOT_HOST_TEXT { } /// - /// Looks up a localized string similar to Error Rebooting Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Rebooting Server ähnelt. /// public static string ERROR_DIALOG_REBOOT_HOST_TITLE { get { @@ -14408,7 +14471,7 @@ public static string ERROR_DIALOG_REBOOT_HOST_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be rebooted:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be rebooted: ähnelt. /// public static string ERROR_DIALOG_REBOOT_VM_TEXT { get { @@ -14417,7 +14480,7 @@ public static string ERROR_DIALOG_REBOOT_VM_TEXT { } /// - /// Looks up a localized string similar to Error Rebooting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Rebooting VM ähnelt. /// public static string ERROR_DIALOG_REBOOT_VM_TITLE { get { @@ -14426,7 +14489,7 @@ public static string ERROR_DIALOG_REBOOT_VM_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be resumed on the selected server:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be resumed on the selected server: ähnelt. /// public static string ERROR_DIALOG_RESUME_ON_TEXT { get { @@ -14435,7 +14498,7 @@ public static string ERROR_DIALOG_RESUME_ON_TEXT { } /// - /// Looks up a localized string similar to Error Resuming VM on Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Resuming VM on Server ähnelt. /// public static string ERROR_DIALOG_RESUME_ON_TITLE { get { @@ -14444,7 +14507,7 @@ public static string ERROR_DIALOG_RESUME_ON_TITLE { } /// - /// Looks up a localized string similar to The following Vms could not be resumed:. + /// Sucht eine lokalisierte Zeichenfolge, die The following Vms could not be resumed: ähnelt. /// public static string ERROR_DIALOG_RESUME_VM_TEXT { get { @@ -14453,7 +14516,7 @@ public static string ERROR_DIALOG_RESUME_VM_TEXT { } /// - /// Looks up a localized string similar to Error Resuming VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Resuming VM ähnelt. /// public static string ERROR_DIALOG_RESUME_VM_TITLE { get { @@ -14462,7 +14525,7 @@ public static string ERROR_DIALOG_RESUME_VM_TITLE { } /// - /// Looks up a localized string similar to The following servers could not be shut down:. + /// Sucht eine lokalisierte Zeichenfolge, die The following servers could not be shut down: ähnelt. /// public static string ERROR_DIALOG_SHUTDOWN_HOST_TEXT { get { @@ -14471,7 +14534,7 @@ public static string ERROR_DIALOG_SHUTDOWN_HOST_TEXT { } /// - /// Looks up a localized string similar to Error Shutting Down Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Shutting Down Server ähnelt. /// public static string ERROR_DIALOG_SHUTDOWN_HOST_TITLE { get { @@ -14480,7 +14543,7 @@ public static string ERROR_DIALOG_SHUTDOWN_HOST_TITLE { } /// - /// Looks up a localized string similar to Error Shutting Down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Shutting Down VM ähnelt. /// public static string ERROR_DIALOG_SHUTDOWN_VM_TITLE { get { @@ -14489,7 +14552,7 @@ public static string ERROR_DIALOG_SHUTDOWN_VM_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be shut down:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be shut down: ähnelt. /// public static string ERROR_DIALOG_SHUTDOWN_VMS_TITLE { get { @@ -14498,7 +14561,7 @@ public static string ERROR_DIALOG_SHUTDOWN_VMS_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be started on the selected server:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be started on the selected server: ähnelt. /// public static string ERROR_DIALOG_START_ON_TEXT { get { @@ -14507,7 +14570,7 @@ public static string ERROR_DIALOG_START_ON_TEXT { } /// - /// Looks up a localized string similar to Error Starting VM on Server. + /// Sucht eine lokalisierte Zeichenfolge, die Error Starting VM on Server ähnelt. /// public static string ERROR_DIALOG_START_ON_TITLE { get { @@ -14516,7 +14579,7 @@ public static string ERROR_DIALOG_START_ON_TITLE { } /// - /// Looks up a localized string similar to There were no servers available to start VM '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die There were no servers available to start VM '{0}'. ähnelt. /// public static string ERROR_DIALOG_START_VM_TEXT { get { @@ -14525,7 +14588,7 @@ public static string ERROR_DIALOG_START_VM_TEXT { } /// - /// Looks up a localized string similar to Error Starting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Starting VM ähnelt. /// public static string ERROR_DIALOG_START_VM_TITLE { get { @@ -14534,7 +14597,7 @@ public static string ERROR_DIALOG_START_VM_TITLE { } /// - /// Looks up a localized string similar to The following VMs could not be suspended:. + /// Sucht eine lokalisierte Zeichenfolge, die The following VMs could not be suspended: ähnelt. /// public static string ERROR_DIALOG_SUSPEND_VM_TEXT { get { @@ -14543,7 +14606,7 @@ public static string ERROR_DIALOG_SUSPEND_VM_TEXT { } /// - /// Looks up a localized string similar to Error Suspending VM. + /// Sucht eine lokalisierte Zeichenfolge, die Error Suspending VM ähnelt. /// public static string ERROR_DIALOG_SUSPEND_VM_TITLE { get { @@ -14552,7 +14615,7 @@ public static string ERROR_DIALOG_SUSPEND_VM_TITLE { } /// - /// Looks up a localized string similar to File {0} not found. + /// Sucht eine lokalisierte Zeichenfolge, die File {0} not found ähnelt. /// public static string ERROR_FILE_NOT_FOUND { get { @@ -14561,7 +14624,7 @@ public static string ERROR_FILE_NOT_FOUND { } /// - /// Looks up a localized string similar to Server is still booting.. + /// Sucht eine lokalisierte Zeichenfolge, die Server is still booting. ähnelt. /// public static string ERROR_HOST_STILL_BOOTING { get { @@ -14570,7 +14633,7 @@ public static string ERROR_HOST_STILL_BOOTING { } /// - /// Looks up a localized string similar to Gateway is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway is invalid. ähnelt. /// public static string ERROR_INVALID_GATEWAY { get { @@ -14579,7 +14642,7 @@ public static string ERROR_INVALID_GATEWAY { } /// - /// Looks up a localized string similar to IP address is invalid. + /// Sucht eine lokalisierte Zeichenfolge, die IP address is invalid ähnelt. /// public static string ERROR_INVALID_IP { get { @@ -14588,7 +14651,7 @@ public static string ERROR_INVALID_IP { } /// - /// Looks up a localized string similar to Subnet mask is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet mask is invalid. ähnelt. /// public static string ERROR_INVALID_MASK { get { @@ -14597,7 +14660,7 @@ public static string ERROR_INVALID_MASK { } /// - /// Looks up a localized string similar to '{0}' is not a valid URI. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' is not a valid URI ähnelt. /// public static string ERROR_INVALID_URI { get { @@ -14606,7 +14669,7 @@ public static string ERROR_INVALID_URI { } /// - /// Looks up a localized string similar to You are not authorized to access this server.. + /// Sucht eine lokalisierte Zeichenfolge, die You are not authorized to access this server. ähnelt. /// public static string ERROR_NO_PERMISSION { get { @@ -14615,7 +14678,7 @@ public static string ERROR_NO_PERMISSION { } /// - /// Looks up a localized string similar to Could not find a server on '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find a server on '{0}'. ähnelt. /// public static string ERROR_NO_XENSERVER { get { @@ -14624,7 +14687,7 @@ public static string ERROR_NO_XENSERVER { } /// - /// Looks up a localized string similar to The server '{0}' could not be found.. + /// Sucht eine lokalisierte Zeichenfolge, die The server '{0}' could not be found. ähnelt. /// public static string ERROR_NOT_FOUND { get { @@ -14633,7 +14696,7 @@ public static string ERROR_NOT_FOUND { } /// - /// Looks up a localized string similar to Could not authenticate to proxy server on '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not authenticate to proxy server on '{0}'. ähnelt. /// public static string ERROR_PROXY_AUTHENTICATION { get { @@ -14642,7 +14705,7 @@ public static string ERROR_PROXY_AUTHENTICATION { } /// - /// Looks up a localized string similar to [XenCenter] has encountered a problem launching PuTTY.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] has encountered a problem launching PuTTY. ähnelt. /// public static string ERROR_PUTTY_LAUNCHING { get { @@ -14651,7 +14714,7 @@ public static string ERROR_PUTTY_LAUNCHING { } /// - /// Looks up a localized string similar to Could not create SSL/TLS secure channel.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not create SSL/TLS secure channel. ähnelt. /// public static string ERROR_SECURE_CHANNEL_FAILURE { get { @@ -14660,7 +14723,7 @@ public static string ERROR_SECURE_CHANNEL_FAILURE { } /// - /// Looks up a localized string similar to An unknown error occurred.. + /// Sucht eine lokalisierte Zeichenfolge, die An unknown error occurred. ähnelt. /// public static string ERROR_UNKNOWN { get { @@ -14669,7 +14732,7 @@ public static string ERROR_UNKNOWN { } /// - /// Looks up a localized string similar to Unknown file type.. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown file type. ähnelt. /// public static string ERROR_UNSUPPORTED_FILE_TYPE { get { @@ -14678,7 +14741,7 @@ public static string ERROR_UNSUPPORTED_FILE_TYPE { } /// - /// Looks up a localized string similar to EULA. + /// Sucht eine lokalisierte Zeichenfolge, die EULA ähnelt. /// public static string EULA { get { @@ -14687,7 +14750,7 @@ public static string EULA { } /// - /// Looks up a localized string similar to EULAs. + /// Sucht eine lokalisierte Zeichenfolge, die EULAs ähnelt. /// public static string EULAS { get { @@ -14696,7 +14759,7 @@ public static string EULAS { } /// - /// Looks up a localized string similar to Enter Maintenance Mode - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Enter Maintenance Mode - {0} ähnelt. /// public static string EVACUATE_HOST_DIALOG_TITLE { get { @@ -14705,7 +14768,7 @@ public static string EVACUATE_HOST_DIALOG_TITLE { } /// - /// Looks up a localized string similar to {0} Eject the CD. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Eject the CD ähnelt. /// public static string EVACUATE_HOST_EJECT_CD_PROMPT { get { @@ -14714,7 +14777,7 @@ public static string EVACUATE_HOST_EJECT_CD_PROMPT { } /// - /// Looks up a localized string similar to {0} Install Management Agent. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Install Management Agent ähnelt. /// public static string EVACUATE_HOST_INSTALL_MGMNT_PROMPT { get { @@ -14723,7 +14786,7 @@ public static string EVACUATE_HOST_INSTALL_MGMNT_PROMPT { } /// - /// Looks up a localized string similar to {0} Install [Citrix VM Tools]. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Install [Citrix VM Tools] ähnelt. /// public static string EVACUATE_HOST_INSTALL_TOOLS_PROMPT { get { @@ -14732,7 +14795,7 @@ public static string EVACUATE_HOST_INSTALL_TOOLS_PROMPT { } /// - /// Looks up a localized string similar to This VM uses a local CD.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM uses a local CD. ähnelt. /// public static string EVACUATE_HOST_LOCAL_CD { get { @@ -14741,7 +14804,7 @@ public static string EVACUATE_HOST_LOCAL_CD { } /// - /// Looks up a localized string similar to This VM uses local storage.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM uses local storage. ähnelt. /// public static string EVACUATE_HOST_LOCAL_STORAGE { get { @@ -14750,7 +14813,7 @@ public static string EVACUATE_HOST_LOCAL_STORAGE { } /// - /// Looks up a localized string similar to There are no other servers available in the pool to migrate the running VMs to. Please suspend the VMs instead.. + /// Sucht eine lokalisierte Zeichenfolge, die There are no other servers available in the pool to migrate the running VMs to. Please suspend the VMs instead. ähnelt. /// public static string EVACUATE_HOST_NO_OTHER_HOSTS { get { @@ -14759,7 +14822,7 @@ public static string EVACUATE_HOST_NO_OTHER_HOSTS { } /// - /// Looks up a localized string similar to No servers available. + /// Sucht eine lokalisierte Zeichenfolge, die No servers available ähnelt. /// public static string EVACUATE_HOST_NO_OTHER_HOSTS_TITLE { get { @@ -14768,7 +14831,7 @@ public static string EVACUATE_HOST_NO_OTHER_HOSTS_TITLE { } /// - /// Looks up a localized string similar to There is not enough free memory available on the other servers in the pool to migrate all the running VMs off this server. Please suspend some of the VMs. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough free memory available on the other servers in the pool to migrate all the running VMs off this server. Please suspend some of the VMs ähnelt. /// public static string EVACUATE_HOST_NOT_ENOUGH_MEMORY { get { @@ -14777,7 +14840,7 @@ public static string EVACUATE_HOST_NOT_ENOUGH_MEMORY { } /// - /// Looks up a localized string similar to Not enough memory. + /// Sucht eine lokalisierte Zeichenfolge, die Not enough memory ähnelt. /// public static string EVACUATE_HOST_NOT_ENOUGH_MEMORY_TITLE { get { @@ -14786,7 +14849,7 @@ public static string EVACUATE_HOST_NOT_ENOUGH_MEMORY_TITLE { } /// - /// Looks up a localized string similar to {0} Shut down the VM. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Shut down the VM ähnelt. /// public static string EVACUATE_HOST_SHUTDOWN_VM_PROMPT { get { @@ -14795,7 +14858,7 @@ public static string EVACUATE_HOST_SHUTDOWN_VM_PROMPT { } /// - /// Looks up a localized string similar to {0} Suspend the VM. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Suspend the VM ähnelt. /// public static string EVACUATE_HOST_SUSPEND_VM_PROMPT { get { @@ -14804,7 +14867,7 @@ public static string EVACUATE_HOST_SUSPEND_VM_PROMPT { } /// - /// Looks up a localized string similar to Action in progress.... + /// Sucht eine lokalisierte Zeichenfolge, die Action in progress... ähnelt. /// public static string EVACUATE_SOLUTION_IN_PROGRESS { get { @@ -14813,7 +14876,7 @@ public static string EVACUATE_SOLUTION_IN_PROGRESS { } /// - /// Looks up a localized string similar to exactly matches. + /// Sucht eine lokalisierte Zeichenfolge, die exactly matches ähnelt. /// public static string EXACT_MATCH { get { @@ -14822,7 +14885,7 @@ public static string EXACT_MATCH { } /// - /// Looks up a localized string similar to Example: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Example: {0} ähnelt. /// public static string EXAMPLE { get { @@ -14831,7 +14894,7 @@ public static string EXAMPLE { } /// - /// Looks up a localized string similar to A general exception has occurred.. + /// Sucht eine lokalisierte Zeichenfolge, die A general exception has occurred. ähnelt. /// public static string EXCEPTION_GENERAL { get { @@ -14840,7 +14903,7 @@ public static string EXCEPTION_GENERAL { } /// - /// Looks up a localized string similar to Canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Canceled ähnelt. /// public static string EXCEPTION_USER_CANCELLED { get { @@ -14849,7 +14912,7 @@ public static string EXCEPTION_USER_CANCELLED { } /// - /// Looks up a localized string similar to User canceled. Master needs to be upgraded first.. + /// Sucht eine lokalisierte Zeichenfolge, die User canceled. Master needs to be upgraded first. ähnelt. /// public static string EXCEPTION_USER_CANCELLED_MASTER { get { @@ -14858,9 +14921,9 @@ public static string EXCEPTION_USER_CANCELLED_MASTER { } /// - /// Looks up a localized string similar to An existing {0} SR was found on the selected LUN. Click Reattach to use the existing SR, or click Format to destroy any data present on the disk and create a new {1} SR. + /// Sucht eine lokalisierte Zeichenfolge, die An existing {0} SR was found on the selected LUN. Click Reattach to use the existing SR, or click Format to destroy any data present on the disk and create a new {1} SR. /// - ///Warning: to prevent data loss you must ensure that the LUN is not in use by any other system, including servers that are not connected to [XenCenter].. + ///Warning: to prevent data loss you must ensure that the LUN is not in use by any other system, including servers that are not connected to [XenCenter]. ähnelt. /// public static string EXISTING_SR_FOUND_ON_LUN { get { @@ -14869,7 +14932,7 @@ public static string EXISTING_SR_FOUND_ON_LUN { } /// - /// Looks up a localized string similar to Exit &Maintenance Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Exit &Maintenance Mode ähnelt. /// public static string EXIT_MAINTENANCE_MODE { get { @@ -14878,7 +14941,7 @@ public static string EXIT_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to &Exit Maintenance Mode. + /// Sucht eine lokalisierte Zeichenfolge, die &Exit Maintenance Mode ähnelt. /// public static string EXIT_MAINTENANCE_MODE_CONTEXT_MENU { get { @@ -14887,8 +14950,8 @@ public static string EXIT_MAINTENANCE_MODE_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Do you want to have the following VMs automatically migrated back to, resumed on or started on this server? - ///{0}. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to have the following VMs automatically migrated back to, resumed on or started on this server? + ///{0} ähnelt. /// public static string EXIT_MAINTENANCE_MODE_PROMPT { get { @@ -14897,7 +14960,7 @@ public static string EXIT_MAINTENANCE_MODE_PROMPT { } /// - /// Looks up a localized string similar to E&xpand All. + /// Sucht eine lokalisierte Zeichenfolge, die E&xpand All ähnelt. /// public static string EXPAND_ALL { get { @@ -14906,7 +14969,7 @@ public static string EXPAND_ALL { } /// - /// Looks up a localized string similar to Export All. + /// Sucht eine lokalisierte Zeichenfolge, die Export All ähnelt. /// public static string EXPORT_ALL { get { @@ -14915,7 +14978,7 @@ public static string EXPORT_ALL { } /// - /// Looks up a localized string similar to Export OVF/OVA Package. + /// Sucht eine lokalisierte Zeichenfolge, die Export OVF/OVA Package ähnelt. /// public static string EXPORT_APPLIANCE { get { @@ -14924,7 +14987,7 @@ public static string EXPORT_APPLIANCE { } /// - /// Looks up a localized string similar to Appliance already exists, please select a new destination.. + /// Sucht eine lokalisierte Zeichenfolge, die Appliance already exists, please select a new destination. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_ERROR_APP_EXISTS { get { @@ -14933,7 +14996,7 @@ public static string EXPORT_APPLIANCE_PAGE_ERROR_APP_EXISTS { } /// - /// Looks up a localized string similar to Appliance name is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Appliance name is invalid. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_ERROR_INALID_APP { get { @@ -14942,7 +15005,7 @@ public static string EXPORT_APPLIANCE_PAGE_ERROR_INALID_APP { } /// - /// Looks up a localized string similar to Destination directory is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination directory is invalid. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_ERROR_INVALID_DIR { get { @@ -14951,7 +15014,7 @@ public static string EXPORT_APPLIANCE_PAGE_ERROR_INVALID_DIR { } /// - /// Looks up a localized string similar to Destination directory does not exist.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination directory does not exist. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_ERROR_NON_EXIST_DIR { get { @@ -14960,7 +15023,7 @@ public static string EXPORT_APPLIANCE_PAGE_ERROR_NON_EXIST_DIR { } /// - /// Looks up a localized string similar to You do not have write permission on the destination directory.. + /// Sucht eine lokalisierte Zeichenfolge, die You do not have write permission on the destination directory. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_ERROR_PERMISSIONS { get { @@ -14969,7 +15032,7 @@ public static string EXPORT_APPLIANCE_PAGE_ERROR_PERMISSIONS { } /// - /// Looks up a localized string similar to OVF/OVA Package (*.ovf, *.ova). + /// Sucht eine lokalisierte Zeichenfolge, die OVF/OVA Package (*.ovf, *.ova) ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_FORMAT_OVFOVA { get { @@ -14978,7 +15041,7 @@ public static string EXPORT_APPLIANCE_PAGE_FORMAT_OVFOVA { } /// - /// Looks up a localized string similar to XVA File (*.xva). + /// Sucht eine lokalisierte Zeichenfolge, die XVA File (*.xva) ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_FORMAT_XVA { get { @@ -14987,7 +15050,7 @@ public static string EXPORT_APPLIANCE_PAGE_FORMAT_XVA { } /// - /// Looks up a localized string similar to Export File Details. + /// Sucht eine lokalisierte Zeichenfolge, die Export File Details ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_TEXT { get { @@ -14996,7 +15059,7 @@ public static string EXPORT_APPLIANCE_PAGE_TEXT { } /// - /// Looks up a localized string similar to Choose the VM export format, location and filename.. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the VM export format, location and filename. ähnelt. /// public static string EXPORT_APPLIANCE_PAGE_TITLE { get { @@ -15005,7 +15068,7 @@ public static string EXPORT_APPLIANCE_PAGE_TITLE { } /// - /// Looks up a localized string similar to Export to File.... + /// Sucht eine lokalisierte Zeichenfolge, die Export to File... ähnelt. /// public static string EXPORT_AS_BACKUP { get { @@ -15014,7 +15077,7 @@ public static string EXPORT_AS_BACKUP { } /// - /// Looks up a localized string similar to VMs with disks greater than {0} cannot be exported as an OVF/OVA package.. + /// Sucht eine lokalisierte Zeichenfolge, die VMs with disks greater than {0} cannot be exported as an OVF/OVA package. ähnelt. /// public static string EXPORT_ERROR_EXCEEDS_MAX_SIZE_VDI_OVA_OVF { get { @@ -15023,7 +15086,7 @@ public static string EXPORT_ERROR_EXCEEDS_MAX_SIZE_VDI_OVA_OVF { } /// - /// Looks up a localized string similar to The maximum number of EULAs that can be included in the appliance is {0}. Selected EULA documents exceeding this number will not be added to the appliance. Click OK to proceed or Cancel to go back and change you selection.. + /// Sucht eine lokalisierte Zeichenfolge, die The maximum number of EULAs that can be included in the appliance is {0}. Selected EULA documents exceeding this number will not be added to the appliance. Click OK to proceed or Cancel to go back and change you selection. ähnelt. /// public static string EXPORT_EULA_PAGE_FILE_LIMIT_WARNING { get { @@ -15032,7 +15095,7 @@ public static string EXPORT_EULA_PAGE_FILE_LIMIT_WARNING { } /// - /// Looks up a localized string similar to Maximum number of EULAs exceeded. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number of EULAs exceeded ähnelt. /// public static string EXPORT_EULA_PAGE_FILE_LIMIT_WARNING_CAPTION { get { @@ -15041,7 +15104,7 @@ public static string EXPORT_EULA_PAGE_FILE_LIMIT_WARNING_CAPTION { } /// - /// Looks up a localized string similar to Normal text file (*.txt)|*.txt|Rich text file (*.rtf)|*.rtf. + /// Sucht eine lokalisierte Zeichenfolge, die Normal text file (*.txt)|*.txt|Rich text file (*.rtf)|*.rtf ähnelt. /// public static string EXPORT_EULA_PAGE_FILETYPES { get { @@ -15050,7 +15113,7 @@ public static string EXPORT_EULA_PAGE_FILETYPES { } /// - /// Looks up a localized string similar to {0} is not a valid EULA document.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is not a valid EULA document. ähnelt. /// public static string EXPORT_EULA_PAGE_INVALID_FILE { get { @@ -15059,7 +15122,7 @@ public static string EXPORT_EULA_PAGE_INVALID_FILE { } /// - /// Looks up a localized string similar to Optionally, include EULAs in the OVF/OVA package. + /// Sucht eine lokalisierte Zeichenfolge, die Optionally, include EULAs in the OVF/OVA package ähnelt. /// public static string EXPORT_EULA_PAGE_TITLE { get { @@ -15068,7 +15131,7 @@ public static string EXPORT_EULA_PAGE_TITLE { } /// - /// Looks up a localized string similar to Maximum number of EULAs ({0}) has been reached.. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number of EULAs ({0}) has been reached. ähnelt. /// public static string EXPORT_EULA_PAGE_TOOLTIP { get { @@ -15077,7 +15140,7 @@ public static string EXPORT_EULA_PAGE_TOOLTIP { } /// - /// Looks up a localized string similar to Advanced Options. + /// Sucht eine lokalisierte Zeichenfolge, die Advanced Options ähnelt. /// public static string EXPORT_OPTIONS_PAGE_TEXT { get { @@ -15086,7 +15149,7 @@ public static string EXPORT_OPTIONS_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select the manifest, signing and output file format options you want. + /// Sucht eine lokalisierte Zeichenfolge, die Select the manifest, signing and output file format options you want ähnelt. /// public static string EXPORT_OPTIONS_PAGE_TITLE { get { @@ -15095,7 +15158,7 @@ public static string EXPORT_OPTIONS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Export OVA package '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Export OVA package '{0}' from '{1}' ähnelt. /// public static string EXPORT_OVA_PACKAGE { get { @@ -15104,7 +15167,7 @@ public static string EXPORT_OVA_PACKAGE { } /// - /// Looks up a localized string similar to Export OVF package '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Export OVF package '{0}' from '{1}' ähnelt. /// public static string EXPORT_OVF_PACKAGE { get { @@ -15113,7 +15176,7 @@ public static string EXPORT_OVF_PACKAGE { } /// - /// Looks up a localized string similar to Certificate file does not exist.. + /// Sucht eine lokalisierte Zeichenfolge, die Certificate file does not exist. ähnelt. /// public static string EXPORT_SECURITY_PAGE_ERROR_CERT_NON_EXIST { get { @@ -15122,7 +15185,7 @@ public static string EXPORT_SECURITY_PAGE_ERROR_CERT_NON_EXIST { } /// - /// Looks up a localized string similar to The certificate is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die The certificate is invalid. ähnelt. /// public static string EXPORT_SECURITY_PAGE_ERROR_CERTIFICATE_INVALID { get { @@ -15131,7 +15194,7 @@ public static string EXPORT_SECURITY_PAGE_ERROR_CERTIFICATE_INVALID { } /// - /// Looks up a localized string similar to Certificate path is invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die Certificate path is invalid. ähnelt. /// public static string EXPORT_SECURITY_PAGE_ERROR_INVALID_CERT { get { @@ -15140,7 +15203,7 @@ public static string EXPORT_SECURITY_PAGE_ERROR_INVALID_CERT { } /// - /// Looks up a localized string similar to The certificate is invalid or the private key's password is incorrect.. + /// Sucht eine lokalisierte Zeichenfolge, die The certificate is invalid or the private key's password is incorrect. ähnelt. /// public static string EXPORT_SECURITY_PAGE_ERROR_SIGN_INVALID { get { @@ -15149,7 +15212,7 @@ public static string EXPORT_SECURITY_PAGE_ERROR_SIGN_INVALID { } /// - /// Looks up a localized string similar to Personal Certificate Files (*.pfx) |*.pfx. + /// Sucht eine lokalisierte Zeichenfolge, die Personal Certificate Files (*.pfx) |*.pfx ähnelt. /// public static string EXPORT_SECURITY_PAGE_FILETYPES { get { @@ -15158,7 +15221,7 @@ public static string EXPORT_SECURITY_PAGE_FILETYPES { } /// - /// Looks up a localized string similar to Security. + /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. /// public static string EXPORT_SECURITY_PAGE_TEXT { get { @@ -15167,7 +15230,7 @@ public static string EXPORT_SECURITY_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select security options. + /// Sucht eine lokalisierte Zeichenfolge, die Select security options ähnelt. /// public static string EXPORT_SECURITY_PAGE_TITLE { get { @@ -15176,7 +15239,7 @@ public static string EXPORT_SECURITY_PAGE_TITLE { } /// - /// Looks up a localized string similar to Target destination has only {0} of free space and you need at least {1} to export the selected VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die Target destination has only {0} of free space and you need at least {1} to export the selected VMs. ähnelt. /// public static string EXPORT_SELECTVMS_PAGE_ERROR_TARGET_SPACE_NOT_ENOUGH { get { @@ -15185,7 +15248,7 @@ public static string EXPORT_SELECTVMS_PAGE_ERROR_TARGET_SPACE_NOT_ENOUGH { } /// - /// Looks up a localized string similar to Virtual Machines. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machines ähnelt. /// public static string EXPORT_SELECTVMS_PAGE_TEXT { get { @@ -15194,7 +15257,7 @@ public static string EXPORT_SELECTVMS_PAGE_TEXT { } /// - /// Looks up a localized string similar to Confirm which VMs to include in the OVF/OVA package. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm which VMs to include in the OVF/OVA package ähnelt. /// public static string EXPORT_SELECTVMS_PAGE_TITLE_OVF { get { @@ -15203,7 +15266,7 @@ public static string EXPORT_SELECTVMS_PAGE_TITLE_OVF { } /// - /// Looks up a localized string similar to Confirm which VM to export. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm which VM to export ähnelt. /// public static string EXPORT_SELECTVMS_PAGE_TITLE_XVA { get { @@ -15212,7 +15275,7 @@ public static string EXPORT_SELECTVMS_PAGE_TITLE_XVA { } /// - /// Looks up a localized string similar to &Export Snapshot As Template.... + /// Sucht eine lokalisierte Zeichenfolge, die &Export Snapshot As Template... ähnelt. /// public static string EXPORT_SNAPSHOT_AS_TEMPLATE_MENU_ITEM { get { @@ -15221,7 +15284,7 @@ public static string EXPORT_SNAPSHOT_AS_TEMPLATE_MENU_ITEM { } /// - /// Looks up a localized string similar to Export system alerts to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Export system alerts to {0} ähnelt. /// public static string EXPORT_SYSTEM_ALERTS { get { @@ -15230,7 +15293,7 @@ public static string EXPORT_SYSTEM_ALERTS { } /// - /// Looks up a localized string similar to Exported updates to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Exported updates to {0} ähnelt. /// public static string EXPORT_UPDATES { get { @@ -15239,7 +15302,7 @@ public static string EXPORT_UPDATES { } /// - /// Looks up a localized string similar to Export VM '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Export VM '{0}' from '{1}' ähnelt. /// public static string EXPORT_VM_TITLE { get { @@ -15248,7 +15311,7 @@ public static string EXPORT_VM_TITLE { } /// - /// Looks up a localized string similar to &Verify export on completion. + /// Sucht eine lokalisierte Zeichenfolge, die &Verify export on completion ähnelt. /// public static string EXPORT_VM_VERIFY_POST_INSTALL { get { @@ -15257,7 +15320,7 @@ public static string EXPORT_VM_VERIFY_POST_INSTALL { } /// - /// Looks up a localized string similar to Exported system alerts to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Exported system alerts to {0} ähnelt. /// public static string EXPORTED_SYSTEM_ALERTS { get { @@ -15266,7 +15329,7 @@ public static string EXPORTED_SYSTEM_ALERTS { } /// - /// Looks up a localized string similar to Exported updates to {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Exported updates to {0}. ähnelt. /// public static string EXPORTED_UPDATES { get { @@ -15275,7 +15338,7 @@ public static string EXPORTED_UPDATES { } /// - /// Looks up a localized string similar to Exporting. + /// Sucht eine lokalisierte Zeichenfolge, die Exporting ähnelt. /// public static string EXPORTING { get { @@ -15284,7 +15347,7 @@ public static string EXPORTING { } /// - /// Looks up a localized string similar to Exporting system alerts to {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Exporting system alerts to {0}... ähnelt. /// public static string EXPORTING_SYSTEM_ALERTS { get { @@ -15293,7 +15356,7 @@ public static string EXPORTING_SYSTEM_ALERTS { } /// - /// Looks up a localized string similar to Exporting updates to {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Exporting updates to {0}... ähnelt. /// public static string EXPORTING_UPDATES { get { @@ -15302,7 +15365,7 @@ public static string EXPORTING_UPDATES { } /// - /// Looks up a localized string similar to Exporting VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Exporting VMs... ähnelt. /// public static string EXPORTING_VMS { get { @@ -15311,7 +15374,7 @@ public static string EXPORTING_VMS { } /// - /// Looks up a localized string similar to Could not show file open dialog - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Could not show file open dialog - {0} ähnelt. /// public static string EXPORTVM_COULD_NOT_SHOW { get { @@ -15320,7 +15383,7 @@ public static string EXPORTVM_COULD_NOT_SHOW { } /// - /// Looks up a localized string similar to Should not happen. + /// Sucht eine lokalisierte Zeichenfolge, die Should not happen ähnelt. /// public static string EXPORTVM_NOT_HAPPEN { get { @@ -15329,7 +15392,7 @@ public static string EXPORTVM_NOT_HAPPEN { } /// - /// Looks up a localized string similar to External network. + /// Sucht eine lokalisierte Zeichenfolge, die External network ähnelt. /// public static string EXTERNAL_NETWORK { get { @@ -15338,7 +15401,7 @@ public static string EXTERNAL_NETWORK { } /// - /// Looks up a localized string similar to External command exited with Exit Code: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die External command exited with Exit Code: {0} ähnelt. /// public static string EXTERNAL_PLUGIN_BAD_EXIT { get { @@ -15347,7 +15410,7 @@ public static string EXTERNAL_PLUGIN_BAD_EXIT { } /// - /// Looks up a localized string similar to Plugin finished running. + /// Sucht eine lokalisierte Zeichenfolge, die Plugin finished running ähnelt. /// public static string EXTERNAL_PLUGIN_FINISHED { get { @@ -15356,7 +15419,7 @@ public static string EXTERNAL_PLUGIN_FINISHED { } /// - /// Looks up a localized string similar to Running '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Running '{0}' ähnelt. /// public static string EXTERNAL_PLUGIN_RUNNING { get { @@ -15365,7 +15428,7 @@ public static string EXTERNAL_PLUGIN_RUNNING { } /// - /// Looks up a localized string similar to Run '{0}' from plugin '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Run '{0}' from plugin '{1}' ähnelt. /// public static string EXTERNAL_PLUGIN_TITLE { get { @@ -15374,7 +15437,7 @@ public static string EXTERNAL_PLUGIN_TITLE { } /// - /// Looks up a localized string similar to Failed to run plugin executable. Please see the client log for details.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to run plugin executable. Please see the client log for details. ähnelt. /// public static string EXTERNAL_PLUGIN_WIN32 { get { @@ -15383,7 +15446,7 @@ public static string EXTERNAL_PLUGIN_WIN32 { } /// - /// Looks up a localized string similar to Failed. + /// Sucht eine lokalisierte Zeichenfolge, die Failed ähnelt. /// public static string FAILED { get { @@ -15392,7 +15455,7 @@ public static string FAILED { } /// - /// Looks up a localized string similar to Failed to add to access list. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to add to access list ähnelt. /// public static string FAILED_TO_ADD_TO_ACCESS_LIST { get { @@ -15401,7 +15464,7 @@ public static string FAILED_TO_ADD_TO_ACCESS_LIST { } /// - /// Looks up a localized string similar to Max failover capacity: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Max failover capacity: {0} ähnelt. /// public static string FAILOVER_MAX_CAPACITY { get { @@ -15410,7 +15473,7 @@ public static string FAILOVER_MAX_CAPACITY { } /// - /// Looks up a localized string similar to Server failure limit: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Server failure limit: {0} ähnelt. /// public static string FAILOVER_TOLERANCE { get { @@ -15419,7 +15482,7 @@ public static string FAILOVER_TOLERANCE { } /// - /// Looks up a localized string similar to False. + /// Sucht eine lokalisierte Zeichenfolge, die False ähnelt. /// public static string FALSE { get { @@ -15428,7 +15491,7 @@ public static string FALSE { } /// - /// Looks up a localized string similar to Fast clone is not supported by this storage type. + /// Sucht eine lokalisierte Zeichenfolge, die Fast clone is not supported by this storage type ähnelt. /// public static string FAST_CLONE_UNAVAILABLE { get { @@ -15437,7 +15500,7 @@ public static string FAST_CLONE_UNAVAILABLE { } /// - /// Looks up a localized string similar to '{0}' feature is disabled due to license restrictions on the server.. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' feature is disabled due to license restrictions on the server. ähnelt. /// public static string FEATURE_DISABLED { get { @@ -15446,7 +15509,7 @@ public static string FEATURE_DISABLED { } /// - /// Looks up a localized string similar to Feature disabled in the registry. + /// Sucht eine lokalisierte Zeichenfolge, die Feature disabled in the registry ähnelt. /// public static string FEATURE_DISABLED_IN_REGISTER { get { @@ -15455,7 +15518,7 @@ public static string FEATURE_DISABLED_IN_REGISTER { } /// - /// Looks up a localized string similar to Feature '{0}' must be enabled on all hosts in the pool before use. See release notes.. + /// Sucht eine lokalisierte Zeichenfolge, die Feature '{0}' must be enabled on all hosts in the pool before use. See release notes. ähnelt. /// public static string FEATURE_EXPERIMENTAL { get { @@ -15464,7 +15527,7 @@ public static string FEATURE_EXPERIMENTAL { } /// - /// Looks up a localized string similar to &Next Section. + /// Sucht eine lokalisierte Zeichenfolge, die &Next Section ähnelt. /// public static string FETCH_EARLIER_DATA { get { @@ -15473,7 +15536,7 @@ public static string FETCH_EARLIER_DATA { } /// - /// Looks up a localized string similar to Fetch possible hosts of VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Fetch possible hosts of VM {0} ähnelt. /// public static string FETCH_POSSIBLE_HOSTS { get { @@ -15482,7 +15545,7 @@ public static string FETCH_POSSIBLE_HOSTS { } /// - /// Looks up a localized string similar to Fetched possible hosts of VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Fetched possible hosts of VM {0} ähnelt. /// public static string FETCHED_POSSIBLE_HOSTS { get { @@ -15491,7 +15554,7 @@ public static string FETCHED_POSSIBLE_HOSTS { } /// - /// Looks up a localized string similar to Fetching possible hosts of VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Fetching possible hosts of VM {0} ähnelt. /// public static string FETCHING_POSSIBLE_HOSTS { get { @@ -15500,7 +15563,7 @@ public static string FETCHING_POSSIBLE_HOSTS { } /// - /// Looks up a localized string similar to No LUNs were found. Please verify your hardware configuration.. + /// Sucht eine lokalisierte Zeichenfolge, die No LUNs were found. Please verify your hardware configuration. ähnelt. /// public static string FIBRECHANNEL_NO_RESULTS { get { @@ -15509,7 +15572,7 @@ public static string FIBRECHANNEL_NO_RESULTS { } /// - /// Looks up a localized string similar to The scan failed.. + /// Sucht eine lokalisierte Zeichenfolge, die The scan failed. ähnelt. /// public static string FIBRECHANNEL_XML_ERROR { get { @@ -15518,7 +15581,7 @@ public static string FIBRECHANNEL_XML_ERROR { } /// - /// Looks up a localized string similar to This feature is disabled due to license restrictions on the server.. + /// Sucht eine lokalisierte Zeichenfolge, die This feature is disabled due to license restrictions on the server. ähnelt. /// public static string FIELD_DISABLED { get { @@ -15527,7 +15590,7 @@ public static string FIELD_DISABLED { } /// - /// Looks up a localized string similar to All files. + /// Sucht eine lokalisierte Zeichenfolge, die All files ähnelt. /// public static string FILE_ALL { get { @@ -15536,7 +15599,7 @@ public static string FILE_ALL { } /// - /// Looks up a localized string similar to Acrobat (PDF) file. + /// Sucht eine lokalisierte Zeichenfolge, die Acrobat (PDF) file ähnelt. /// public static string FILE_PDF { get { @@ -15545,7 +15608,7 @@ public static string FILE_PDF { } /// - /// Looks up a localized string similar to File {0} already exists. Overwrite?. + /// Sucht eine lokalisierte Zeichenfolge, die File {0} already exists. Overwrite? ähnelt. /// public static string FILE_X_EXISTS_OVERWRITE { get { @@ -15554,7 +15617,7 @@ public static string FILE_X_EXISTS_OVERWRITE { } /// - /// Looks up a localized string similar to Excel file. + /// Sucht eine lokalisierte Zeichenfolge, die Excel file ähnelt. /// public static string FILE_XLS { get { @@ -15563,7 +15626,7 @@ public static string FILE_XLS { } /// - /// Looks up a localized string similar to You entered an invalid character in one of the filer parameters.. + /// Sucht eine lokalisierte Zeichenfolge, die You entered an invalid character in one of the filer parameters. ähnelt. /// public static string FILER_PARAM_INVALID_CHAR { get { @@ -15572,7 +15635,7 @@ public static string FILER_PARAM_INVALID_CHAR { } /// - /// Looks up a localized string similar to Show &All. + /// Sucht eine lokalisierte Zeichenfolge, die Show &All ähnelt. /// public static string FILTER_SHOW_ALL { get { @@ -15581,7 +15644,7 @@ public static string FILTER_SHOW_ALL { } /// - /// Looks up a localized string similar to Filters are OFF. + /// Sucht eine lokalisierte Zeichenfolge, die Filters are OFF ähnelt. /// public static string FILTERS_OFF { get { @@ -15590,7 +15653,7 @@ public static string FILTERS_OFF { } /// - /// Looks up a localized string similar to Filters are ON. + /// Sucht eine lokalisierte Zeichenfolge, die Filters are ON ähnelt. /// public static string FILTERS_ON { get { @@ -15599,7 +15662,7 @@ public static string FILTERS_ON { } /// - /// Looks up a localized string similar to &Finish. + /// Sucht eine lokalisierte Zeichenfolge, die &Finish ähnelt. /// public static string FINISH { get { @@ -15608,7 +15671,7 @@ public static string FINISH { } /// - /// Looks up a localized string similar to Additional space:. + /// Sucht eine lokalisierte Zeichenfolge, die Additional space: ähnelt. /// public static string FINISH_PAGE_ADDSPACE { get { @@ -15617,7 +15680,7 @@ public static string FINISH_PAGE_ADDSPACE { } /// - /// Looks up a localized string similar to Files will be compressed:. + /// Sucht eine lokalisierte Zeichenfolge, die Files will be compressed: ähnelt. /// public static string FINISH_PAGE_COMPRESS { get { @@ -15626,7 +15689,7 @@ public static string FINISH_PAGE_COMPRESS { } /// - /// Looks up a localized string similar to CPU count:. + /// Sucht eine lokalisierte Zeichenfolge, die CPU count: ähnelt. /// public static string FINISH_PAGE_CPUCOUNT { get { @@ -15635,7 +15698,7 @@ public static string FINISH_PAGE_CPUCOUNT { } /// - /// Looks up a localized string similar to A manifest will be created:. + /// Sucht eine lokalisierte Zeichenfolge, die A manifest will be created: ähnelt. /// public static string FINISH_PAGE_CREATE_MANIFEST { get { @@ -15644,7 +15707,7 @@ public static string FINISH_PAGE_CREATE_MANIFEST { } /// - /// Looks up a localized string similar to An OVA package will be created:. + /// Sucht eine lokalisierte Zeichenfolge, die An OVA package will be created: ähnelt. /// public static string FINISH_PAGE_CREATE_OVA { get { @@ -15653,7 +15716,7 @@ public static string FINISH_PAGE_CREATE_OVA { } /// - /// Looks up a localized string similar to The package will be digitally signed:. + /// Sucht eine lokalisierte Zeichenfolge, die The package will be digitally signed: ähnelt. /// public static string FINISH_PAGE_DIGITAL_SIGNATURE { get { @@ -15662,7 +15725,7 @@ public static string FINISH_PAGE_DIGITAL_SIGNATURE { } /// - /// Looks up a localized string similar to Appliance files will be encrypted: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Appliance files will be encrypted: {0} ähnelt. /// public static string FINISH_PAGE_ENCRYPT { get { @@ -15671,7 +15734,7 @@ public static string FINISH_PAGE_ENCRYPT { } /// - /// Looks up a localized string similar to Virtual Hard Disk image:. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Hard Disk image: ähnelt. /// public static string FINISH_PAGE_IMAGEPATH { get { @@ -15680,7 +15743,7 @@ public static string FINISH_PAGE_IMAGEPATH { } /// - /// Looks up a localized string similar to Selected ISO SR:. + /// Sucht eine lokalisierte Zeichenfolge, die Selected ISO SR: ähnelt. /// public static string FINISH_PAGE_ISOSR { get { @@ -15689,7 +15752,7 @@ public static string FINISH_PAGE_ISOSR { } /// - /// Looks up a localized string similar to Memory:. + /// Sucht eine lokalisierte Zeichenfolge, die Memory: ähnelt. /// public static string FINISH_PAGE_MEMORY { get { @@ -15698,7 +15761,7 @@ public static string FINISH_PAGE_MEMORY { } /// - /// Looks up a localized string similar to Network:. + /// Sucht eine lokalisierte Zeichenfolge, die Network: ähnelt. /// public static string FINISH_PAGE_NETWORK { get { @@ -15707,7 +15770,7 @@ public static string FINISH_PAGE_NETWORK { } /// - /// Looks up a localized string similar to {0} network:. + /// Sucht eine lokalisierte Zeichenfolge, die {0} network: ähnelt. /// public static string FINISH_PAGE_NETWORK_FOR_VM { get { @@ -15716,7 +15779,7 @@ public static string FINISH_PAGE_NETWORK_FOR_VM { } /// - /// Looks up a localized string similar to Package name:. + /// Sucht eine lokalisierte Zeichenfolge, die Package name: ähnelt. /// public static string FINISH_PAGE_REVIEW_APPLIANCE { get { @@ -15725,7 +15788,7 @@ public static string FINISH_PAGE_REVIEW_APPLIANCE { } /// - /// Looks up a localized string similar to Destination path:. + /// Sucht eine lokalisierte Zeichenfolge, die Destination path: ähnelt. /// public static string FINISH_PAGE_REVIEW_DESTINATION { get { @@ -15734,7 +15797,7 @@ public static string FINISH_PAGE_REVIEW_DESTINATION { } /// - /// Looks up a localized string similar to Selected EULA files:. + /// Sucht eine lokalisierte Zeichenfolge, die Selected EULA files: ähnelt. /// public static string FINISH_PAGE_REVIEW_EULA { get { @@ -15743,7 +15806,7 @@ public static string FINISH_PAGE_REVIEW_EULA { } /// - /// Looks up a localized string similar to Selected VMs:. + /// Sucht eine lokalisierte Zeichenfolge, die Selected VMs: ähnelt. /// public static string FINISH_PAGE_REVIEW_VMS { get { @@ -15752,7 +15815,7 @@ public static string FINISH_PAGE_REVIEW_VMS { } /// - /// Looks up a localized string similar to Use OS Fixup:. + /// Sucht eine lokalisierte Zeichenfolge, die Use OS Fixup: ähnelt. /// public static string FINISH_PAGE_RUN_FIXUPS { get { @@ -15761,7 +15824,7 @@ public static string FINISH_PAGE_RUN_FIXUPS { } /// - /// Looks up a localized string similar to Storage:. + /// Sucht eine lokalisierte Zeichenfolge, die Storage: ähnelt. /// public static string FINISH_PAGE_STORAGE { get { @@ -15770,7 +15833,7 @@ public static string FINISH_PAGE_STORAGE { } /// - /// Looks up a localized string similar to {0} storage:. + /// Sucht eine lokalisierte Zeichenfolge, die {0} storage: ähnelt. /// public static string FINISH_PAGE_STORAGE_FOR_VM { get { @@ -15779,7 +15842,7 @@ public static string FINISH_PAGE_STORAGE_FOR_VM { } /// - /// Looks up a localized string similar to Target:. + /// Sucht eine lokalisierte Zeichenfolge, die Target: ähnelt. /// public static string FINISH_PAGE_TARGET { get { @@ -15788,7 +15851,7 @@ public static string FINISH_PAGE_TARGET { } /// - /// Looks up a localized string similar to {0} target:. + /// Sucht eine lokalisierte Zeichenfolge, die {0} target: ähnelt. /// public static string FINISH_PAGE_TARGET_FOR_VM { get { @@ -15797,7 +15860,7 @@ public static string FINISH_PAGE_TARGET_FOR_VM { } /// - /// Looks up a localized string similar to Finish. + /// Sucht eine lokalisierte Zeichenfolge, die Finish ähnelt. /// public static string FINISH_PAGE_TEXT { get { @@ -15806,7 +15869,7 @@ public static string FINISH_PAGE_TEXT { } /// - /// Looks up a localized string similar to Review the export settings. + /// Sucht eine lokalisierte Zeichenfolge, die Review the export settings ähnelt. /// public static string FINISH_PAGE_TITLE_EXPORT { get { @@ -15815,7 +15878,7 @@ public static string FINISH_PAGE_TITLE_EXPORT { } /// - /// Looks up a localized string similar to Review the import settings. + /// Sucht eine lokalisierte Zeichenfolge, die Review the import settings ähnelt. /// public static string FINISH_PAGE_TITLE_IMPORT { get { @@ -15824,7 +15887,7 @@ public static string FINISH_PAGE_TITLE_IMPORT { } /// - /// Looks up a localized string similar to Obtain automatically through DHCP. + /// Sucht eine lokalisierte Zeichenfolge, die Obtain automatically through DHCP ähnelt. /// public static string FINISH_PAGE_TVM_DHCP { get { @@ -15833,7 +15896,7 @@ public static string FINISH_PAGE_TVM_DHCP { } /// - /// Looks up a localized string similar to Transfer VM gateway:. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer VM gateway: ähnelt. /// public static string FINISH_PAGE_TVM_GATEWAY { get { @@ -15842,7 +15905,7 @@ public static string FINISH_PAGE_TVM_GATEWAY { } /// - /// Looks up a localized string similar to Transfer VM IP address:. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer VM IP address: ähnelt. /// public static string FINISH_PAGE_TVM_IP { get { @@ -15851,7 +15914,7 @@ public static string FINISH_PAGE_TVM_IP { } /// - /// Looks up a localized string similar to Transfer VM subnet mask:. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer VM subnet mask: ähnelt. /// public static string FINISH_PAGE_TVM_MASK { get { @@ -15860,7 +15923,7 @@ public static string FINISH_PAGE_TVM_MASK { } /// - /// Looks up a localized string similar to Transfer VM network interface:. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer VM network interface: ähnelt. /// public static string FINISH_PAGE_TVM_NETWORK { get { @@ -15869,7 +15932,7 @@ public static string FINISH_PAGE_TVM_NETWORK { } /// - /// Looks up a localized string similar to Verify manifest content:. + /// Sucht eine lokalisierte Zeichenfolge, die Verify manifest content: ähnelt. /// public static string FINISH_PAGE_VERIFY_MANIFEST { get { @@ -15878,7 +15941,7 @@ public static string FINISH_PAGE_VERIFY_MANIFEST { } /// - /// Looks up a localized string similar to Verify digital signature:. + /// Sucht eine lokalisierte Zeichenfolge, die Verify digital signature: ähnelt. /// public static string FINISH_PAGE_VERIFY_SIGNATURE { get { @@ -15887,7 +15950,7 @@ public static string FINISH_PAGE_VERIFY_SIGNATURE { } /// - /// Looks up a localized string similar to VM name:. + /// Sucht eine lokalisierte Zeichenfolge, die VM name: ähnelt. /// public static string FINISH_PAGE_VMNAME { get { @@ -15896,7 +15959,7 @@ public static string FINISH_PAGE_VMNAME { } /// - /// Looks up a localized string similar to Floppy Drive {0}:. + /// Sucht eine lokalisierte Zeichenfolge, die Floppy Drive {0}: ähnelt. /// public static string FLOPPY_DRIVE_LABEL_NUMBERED { get { @@ -15905,7 +15968,7 @@ public static string FLOPPY_DRIVE_LABEL_NUMBERED { } /// - /// Looks up a localized string similar to Folder. + /// Sucht eine lokalisierte Zeichenfolge, die Folder ähnelt. /// public static string FOLDER { get { @@ -15914,7 +15977,7 @@ public static string FOLDER { } /// - /// Looks up a localized string similar to Folder with this name already exists. + /// Sucht eine lokalisierte Zeichenfolge, die Folder with this name already exists ähnelt. /// public static string FOLDER_ALREADY_EXISTS { get { @@ -15923,7 +15986,7 @@ public static string FOLDER_ALREADY_EXISTS { } /// - /// Looks up a localized string similar to Specify the folder where your report will be saved.. + /// Sucht eine lokalisierte Zeichenfolge, die Specify the folder where your report will be saved. ähnelt. /// public static string FOLDER_BROWSER_BUG_TOOL { get { @@ -15932,7 +15995,7 @@ public static string FOLDER_BROWSER_BUG_TOOL { } /// - /// Looks up a localized string similar to Specify the folder where the files will be downloaded.. + /// Sucht eine lokalisierte Zeichenfolge, die Specify the folder where the files will be downloaded. ähnelt. /// public static string FOLDER_BROWSER_DOWNLOAD_APPLIANCE { get { @@ -15941,7 +16004,7 @@ public static string FOLDER_BROWSER_DOWNLOAD_APPLIANCE { } /// - /// Looks up a localized string similar to Specify the folder where the exported file(s) will be saved.. + /// Sucht eine lokalisierte Zeichenfolge, die Specify the folder where the exported file(s) will be saved. ähnelt. /// public static string FOLDER_BROWSER_EXPORT_APPLIANCE { get { @@ -15950,7 +16013,7 @@ public static string FOLDER_BROWSER_EXPORT_APPLIANCE { } /// - /// Looks up a localized string similar to Connect to a server to create your folder. + /// Sucht eine lokalisierte Zeichenfolge, die Connect to a server to create your folder ähnelt. /// public static string FOLDER_NO_CONNECTION { get { @@ -15959,7 +16022,7 @@ public static string FOLDER_NO_CONNECTION { } /// - /// Looks up a localized string similar to Folders. + /// Sucht eine lokalisierte Zeichenfolge, die Folders ähnelt. /// public static string FOLDERS { get { @@ -15968,7 +16031,7 @@ public static string FOLDERS { } /// - /// Looks up a localized string similar to &Force close. + /// Sucht eine lokalisierte Zeichenfolge, die &Force close ähnelt. /// public static string FORCE_CLOSE { get { @@ -15977,7 +16040,7 @@ public static string FORCE_CLOSE { } /// - /// Looks up a localized string similar to Plugin {0} has not yet responded to your cancel request. Would you like to force close the process or allow it to continue to run in the background?. + /// Sucht eine lokalisierte Zeichenfolge, die Plugin {0} has not yet responded to your cancel request. Would you like to force close the process or allow it to continue to run in the background? ähnelt. /// public static string FORCE_CLOSE_PLUGIN_PROMPT { get { @@ -15986,7 +16049,7 @@ public static string FORCE_CLOSE_PLUGIN_PROMPT { } /// - /// Looks up a localized string similar to Would you like to configure this VM to accept Remote Desktop connections, and then connect to it over Remote Desktop?. + /// Sucht eine lokalisierte Zeichenfolge, die Would you like to configure this VM to accept Remote Desktop connections, and then connect to it over Remote Desktop? ähnelt. /// public static string FORCE_ENABLE_RDP { get { @@ -15995,7 +16058,7 @@ public static string FORCE_ENABLE_RDP { } /// - /// Looks up a localized string similar to Force Reboot. + /// Sucht eine lokalisierte Zeichenfolge, die Force Reboot ähnelt. /// public static string FORCE_REBOOT { get { @@ -16004,7 +16067,7 @@ public static string FORCE_REBOOT { } /// - /// Looks up a localized string similar to &Forget. + /// Sucht eine lokalisierte Zeichenfolge, die &Forget ähnelt. /// public static string FORGET_SR { get { @@ -16013,7 +16076,7 @@ public static string FORGET_SR { } /// - /// Looks up a localized string similar to Forgetting SR {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Forgetting SR {0} ähnelt. /// public static string FORGETTING_SR_0 { get { @@ -16022,7 +16085,7 @@ public static string FORGETTING_SR_0 { } /// - /// Looks up a localized string similar to Forgetting SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Forgetting SRs ähnelt. /// public static string FORGETTING_SRS { get { @@ -16031,7 +16094,7 @@ public static string FORGETTING_SRS { } /// - /// Looks up a localized string similar to Free memory. + /// Sucht eine lokalisierte Zeichenfolge, die Free memory ähnelt. /// public static string FREE_MEMORY { get { @@ -16040,7 +16103,7 @@ public static string FREE_MEMORY { } /// - /// Looks up a localized string similar to Free Space. + /// Sucht eine lokalisierte Zeichenfolge, die Free Space ähnelt. /// public static string FREESPACE { get { @@ -16049,7 +16112,7 @@ public static string FREESPACE { } /// - /// Looks up a localized string similar to Friday. + /// Sucht eine lokalisierte Zeichenfolge, die Friday ähnelt. /// public static string FRIDAY_LONG { get { @@ -16058,7 +16121,7 @@ public static string FRIDAY_LONG { } /// - /// Looks up a localized string similar to Fri. + /// Sucht eine lokalisierte Zeichenfolge, die Fri ähnelt. /// public static string FRIDAY_SHORT { get { @@ -16067,7 +16130,7 @@ public static string FRIDAY_SHORT { } /// - /// Looks up a localized string similar to Fully applied. + /// Sucht eine lokalisierte Zeichenfolge, die Fully applied ähnelt. /// public static string FULLY_APPLIED { get { @@ -16076,7 +16139,7 @@ public static string FULLY_APPLIED { } /// - /// Looks up a localized string similar to {0} matches. + /// Sucht eine lokalisierte Zeichenfolge, die {0} matches ähnelt. /// public static string GALLERYSEARCHBAR_MATCHES { get { @@ -16085,7 +16148,7 @@ public static string GALLERYSEARCHBAR_MATCHES { } /// - /// Looks up a localized string similar to Model: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Model: {0} ähnelt. /// public static string GENERAL_CPU_MODEL { get { @@ -16094,7 +16157,7 @@ public static string GENERAL_CPU_MODEL { } /// - /// Looks up a localized string similar to Speed: {0} MHz. + /// Sucht eine lokalisierte Zeichenfolge, die Speed: {0} MHz ähnelt. /// public static string GENERAL_CPU_SPEED { get { @@ -16103,7 +16166,7 @@ public static string GENERAL_CPU_SPEED { } /// - /// Looks up a localized string similar to Vendor: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Vendor: {0} ähnelt. /// public static string GENERAL_CPU_VENDOR { get { @@ -16112,7 +16175,7 @@ public static string GENERAL_CPU_VENDOR { } /// - /// Looks up a localized string similar to CPU {0}. + /// Sucht eine lokalisierte Zeichenfolge, die CPU {0} ähnelt. /// public static string GENERAL_DETAILS_CPU_NUMBER { get { @@ -16121,7 +16184,7 @@ public static string GENERAL_DETAILS_CPU_NUMBER { } /// - /// Looks up a localized string similar to Please enter a valid IQN, e.g. iqn.2007-11.com.example.subdomain:optional-domain-specific-string. + /// Sucht eine lokalisierte Zeichenfolge, die Please enter a valid IQN, e.g. iqn.2007-11.com.example.subdomain:optional-domain-specific-string ähnelt. /// public static string GENERAL_EDIT_INVALID_IQN { get { @@ -16130,7 +16193,7 @@ public static string GENERAL_EDIT_INVALID_IQN { } /// - /// Looks up a localized string similar to Please enter a valid name.. + /// Sucht eine lokalisierte Zeichenfolge, die Please enter a valid name. ähnelt. /// public static string GENERAL_EDIT_INVALID_NAME { get { @@ -16139,7 +16202,7 @@ public static string GENERAL_EDIT_INVALID_NAME { } /// - /// Looks up a localized string similar to Please enter a valid IP address or server name.. + /// Sucht eine lokalisierte Zeichenfolge, die Please enter a valid IP address or server name. ähnelt. /// public static string GENERAL_EDIT_INVALID_REMOTE { get { @@ -16148,7 +16211,7 @@ public static string GENERAL_EDIT_INVALID_REMOTE { } /// - /// Looks up a localized string similar to Boot Options. + /// Sucht eine lokalisierte Zeichenfolge, die Boot Options ähnelt. /// public static string GENERAL_HEADING_BOOT_OPTIONS { get { @@ -16157,7 +16220,7 @@ public static string GENERAL_HEADING_BOOT_OPTIONS { } /// - /// Looks up a localized string similar to CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die CPUs ähnelt. /// public static string GENERAL_HEADING_CPUS { get { @@ -16166,7 +16229,7 @@ public static string GENERAL_HEADING_CPUS { } /// - /// Looks up a localized string similar to License Details. + /// Sucht eine lokalisierte Zeichenfolge, die License Details ähnelt. /// public static string GENERAL_HEADING_LICENSE_DETAILS { get { @@ -16175,7 +16238,7 @@ public static string GENERAL_HEADING_LICENSE_DETAILS { } /// - /// Looks up a localized string similar to Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Memory ähnelt. /// public static string GENERAL_HEADING_MEMORY { get { @@ -16184,7 +16247,7 @@ public static string GENERAL_HEADING_MEMORY { } /// - /// Looks up a localized string similar to Memory and VCPUs. + /// Sucht eine lokalisierte Zeichenfolge, die Memory and VCPUs ähnelt. /// public static string GENERAL_HEADING_MEMORY_VCPUS { get { @@ -16193,7 +16256,7 @@ public static string GENERAL_HEADING_MEMORY_VCPUS { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string GENERAL_HEADING_STATUS { get { @@ -16202,7 +16265,7 @@ public static string GENERAL_HEADING_STATUS { } /// - /// Looks up a localized string similar to Updates. + /// Sucht eine lokalisierte Zeichenfolge, die Updates ähnelt. /// public static string GENERAL_HEADING_UPDATES { get { @@ -16211,7 +16274,7 @@ public static string GENERAL_HEADING_UPDATES { } /// - /// Looks up a localized string similar to Version Details. + /// Sucht eine lokalisierte Zeichenfolge, die Version Details ähnelt. /// public static string GENERAL_HEADING_VERSION_DETAILS { get { @@ -16220,7 +16283,7 @@ public static string GENERAL_HEADING_VERSION_DETAILS { } /// - /// Looks up a localized string similar to Querying license status.... + /// Sucht eine lokalisierte Zeichenfolge, die Querying license status... ähnelt. /// public static string GENERAL_LICENSE_QUERYING { get { @@ -16229,7 +16292,7 @@ public static string GENERAL_LICENSE_QUERYING { } /// - /// Looks up a localized string similar to Memory:. + /// Sucht eine lokalisierte Zeichenfolge, die Memory: ähnelt. /// public static string GENERAL_MEMORY { get { @@ -16238,7 +16301,7 @@ public static string GENERAL_MEMORY { } /// - /// Looks up a localized string similar to Server:. + /// Sucht eine lokalisierte Zeichenfolge, die Server: ähnelt. /// public static string GENERAL_MEMORY_SERVER { get { @@ -16247,7 +16310,7 @@ public static string GENERAL_MEMORY_SERVER { } /// - /// Looks up a localized string similar to {0} RAM available ({1} total). + /// Sucht eine lokalisierte Zeichenfolge, die {0} RAM available ({1} total) ähnelt. /// public static string GENERAL_MEMORY_SERVER_FREE { get { @@ -16256,7 +16319,7 @@ public static string GENERAL_MEMORY_SERVER_FREE { } /// - /// Looks up a localized string similar to VMs:. + /// Sucht eine lokalisierte Zeichenfolge, die VMs: ähnelt. /// public static string GENERAL_MEMORY_VM { get { @@ -16265,7 +16328,7 @@ public static string GENERAL_MEMORY_VM { } /// - /// Looks up a localized string similar to {0}: using {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: using {1} ähnelt. /// public static string GENERAL_MEMORY_VM_USED { get { @@ -16274,7 +16337,7 @@ public static string GENERAL_MEMORY_VM_USED { } /// - /// Looks up a localized string similar to {0}: using {1} + {2} overhead. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: using {1} + {2} overhead ähnelt. /// public static string GENERAL_MEMORY_VM_USED_PLUS_OVERHEAD { get { @@ -16283,7 +16346,7 @@ public static string GENERAL_MEMORY_VM_USED_PLUS_OVERHEAD { } /// - /// Looks up a localized string similar to Multipath Failure. + /// Sucht eine lokalisierte Zeichenfolge, die Multipath Failure ähnelt. /// public static string GENERAL_MULTIPATH_FAILURE { get { @@ -16292,7 +16355,7 @@ public static string GENERAL_MULTIPATH_FAILURE { } /// - /// Looks up a localized string similar to : . + /// Sucht eine lokalisierte Zeichenfolge, die : ähnelt. /// public static string GENERAL_PAGE_KVP_SEPARATOR { get { @@ -16301,7 +16364,7 @@ public static string GENERAL_PAGE_KVP_SEPARATOR { } /// - /// Looks up a localized string similar to Enter the vApp name and an optional description.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the vApp name and an optional description. ähnelt. /// public static string GENERAL_PAGE_VM_APPLIANCE_SETTINGS { get { @@ -16310,7 +16373,7 @@ public static string GENERAL_PAGE_VM_APPLIANCE_SETTINGS { } /// - /// Looks up a localized string similar to Enter the snapshot schedule name and an optional description.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the snapshot schedule name and an optional description. ähnelt. /// public static string GENERAL_PAGE_VMSS_SETTINGS { get { @@ -16319,7 +16382,7 @@ public static string GENERAL_PAGE_VMSS_SETTINGS { } /// - /// Looks up a localized string similar to {0} on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on {1} ähnelt. /// public static string GENERAL_PANEL_UPDATE_KEY { get { @@ -16328,7 +16391,7 @@ public static string GENERAL_PANEL_UPDATE_KEY { } /// - /// Looks up a localized string similar to The server '{0}' needs to be rebooted for update '{1}' to take effect. + /// Sucht eine lokalisierte Zeichenfolge, die The server '{0}' needs to be rebooted for update '{1}' to take effect ähnelt. /// public static string GENERAL_PANEL_UPDATE_REBOOT_WARNING { get { @@ -16337,7 +16400,7 @@ public static string GENERAL_PANEL_UPDATE_REBOOT_WARNING { } /// - /// Looks up a localized string similar to The toolstack on server '{0}' needs to be restarted for update '{1}' to take effect. + /// Sucht eine lokalisierte Zeichenfolge, die The toolstack on server '{0}' needs to be restarted for update '{1}' to take effect ähnelt. /// public static string GENERAL_PANEL_UPDATE_RESTART_TOOLSTACK_WARNING { get { @@ -16346,7 +16409,7 @@ public static string GENERAL_PANEL_UPDATE_RESTART_TOOLSTACK_WARNING { } /// - /// Looks up a localized string similar to Repair. + /// Sucht eine lokalisierte Zeichenfolge, die Repair ähnelt. /// public static string GENERAL_SR_CONTEXT_REPAIR { get { @@ -16355,7 +16418,7 @@ public static string GENERAL_SR_CONTEXT_REPAIR { } /// - /// Looks up a localized string similar to Broken. + /// Sucht eine lokalisierte Zeichenfolge, die Broken ähnelt. /// public static string GENERAL_SR_STATE_BROKEN { get { @@ -16364,7 +16427,7 @@ public static string GENERAL_SR_STATE_BROKEN { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string GENERAL_STATE_OK { get { @@ -16373,7 +16436,7 @@ public static string GENERAL_STATE_OK { } /// - /// Looks up a localized string similar to Not Found. + /// Sucht eine lokalisierte Zeichenfolge, die Not Found ähnelt. /// public static string GENERAL_UNKNOWN { get { @@ -16382,7 +16445,7 @@ public static string GENERAL_UNKNOWN { } /// - /// Looks up a localized string similar to Get Password. + /// Sucht eine lokalisierte Zeichenfolge, die Get Password ähnelt. /// public static string GETPASSWORD { get { @@ -16391,7 +16454,7 @@ public static string GETPASSWORD { } /// - /// Looks up a localized string similar to You must disable HA before clustering can be enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die You must disable HA before clustering can be enabled. ähnelt. /// public static string GFS2_HA_ENABLED { get { @@ -16400,7 +16463,7 @@ public static string GFS2_HA_ENABLED { } /// - /// Looks up a localized string similar to Your pool license does not allow Thin Provisioning (GFS2).. + /// Sucht eine lokalisierte Zeichenfolge, die Your pool license does not allow Thin Provisioning (GFS2). ähnelt. /// public static string GFS2_INCORRECT_POOL_LICENSE { get { @@ -16409,7 +16472,7 @@ public static string GFS2_INCORRECT_POOL_LICENSE { } /// - /// Looks up a localized string similar to Clustering cannot be enabled because there are no suitable networks.. + /// Sucht eine lokalisierte Zeichenfolge, die Clustering cannot be enabled because there are no suitable networks. ähnelt. /// public static string GFS2_NO_NETWORK { get { @@ -16418,7 +16481,7 @@ public static string GFS2_NO_NETWORK { } /// - /// Looks up a localized string similar to Thin Provisioning (GFS2) requires clustering to be enabled on the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Thin Provisioning (GFS2) requires clustering to be enabled on the pool. ähnelt. /// public static string GFS2_REQUIRES_CLUSTERING_ENABLED { get { @@ -16427,7 +16490,7 @@ public static string GFS2_REQUIRES_CLUSTERING_ENABLED { } /// - /// Looks up a localized string similar to Clustering cannot be disabled because there are thinly provisioned (GFS2) storage repositories attached to this pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Clustering cannot be disabled because there are thinly provisioned (GFS2) storage repositories attached to this pool. ähnelt. /// public static string GFS2_SR_ATTACHED { get { @@ -16436,7 +16499,7 @@ public static string GFS2_SR_ATTACHED { } /// - /// Looks up a localized string similar to Pool {0} cannot have clustering enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool {0} cannot have clustering enabled. ähnelt. /// public static string GFS2_UPDATE_UPGRADE_CLUSTER_ERROR { get { @@ -16445,7 +16508,7 @@ public static string GFS2_UPDATE_UPGRADE_CLUSTER_ERROR { } /// - /// Looks up a localized string similar to Pool {0} cannot have clustering enabled or a thinly provisioned (GFS2) SR present.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool {0} cannot have clustering enabled or a thinly provisioned (GFS2) SR present. ähnelt. /// public static string GFS2_UPDATE_UPGRADE_CLUSTER_SR_ERROR { get { @@ -16454,7 +16517,7 @@ public static string GFS2_UPDATE_UPGRADE_CLUSTER_SR_ERROR { } /// - /// Looks up a localized string similar to Pool {0} cannot have a thinly provisioned (GFS2) SR present.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool {0} cannot have a thinly provisioned (GFS2) SR present. ähnelt. /// public static string GFS2_UPDATE_UPGRADE_SR_ERROR { get { @@ -16463,7 +16526,7 @@ public static string GFS2_UPDATE_UPGRADE_SR_ERROR { } /// - /// Looks up a localized string similar to GPU. + /// Sucht eine lokalisierte Zeichenfolge, die GPU ähnelt. /// public static string GPU { get { @@ -16472,7 +16535,7 @@ public static string GPU { } /// - /// Looks up a localized string similar to &Edit Selected GPUs.... + /// Sucht eine lokalisierte Zeichenfolge, die &Edit Selected GPUs... ähnelt. /// public static string GPU_EDIT_ALLOWED_TYPES_MULTIPLE { get { @@ -16481,7 +16544,7 @@ public static string GPU_EDIT_ALLOWED_TYPES_MULTIPLE { } /// - /// Looks up a localized string similar to &Edit.... + /// Sucht eine lokalisierte Zeichenfolge, die &Edit... ähnelt. /// public static string GPU_EDIT_ALLOWED_TYPES_SINGLE { get { @@ -16490,7 +16553,7 @@ public static string GPU_EDIT_ALLOWED_TYPES_SINGLE { } /// - /// Looks up a localized string similar to {0} ({1} GPUs). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1} GPUs) ähnelt. /// public static string GPU_GROUP_NAME_AND_NO_OF_GPUS { get { @@ -16499,7 +16562,7 @@ public static string GPU_GROUP_NAME_AND_NO_OF_GPUS { } /// - /// Looks up a localized string similar to {0} (1 GPU). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (1 GPU) ähnelt. /// public static string GPU_GROUP_NAME_AND_NO_OF_GPUS_ONE { get { @@ -16508,7 +16571,7 @@ public static string GPU_GROUP_NAME_AND_NO_OF_GPUS_ONE { } /// - /// Looks up a localized string similar to None. + /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt. /// public static string GPU_NONE { get { @@ -16517,7 +16580,7 @@ public static string GPU_NONE { } /// - /// Looks up a localized string similar to On {0}:. + /// Sucht eine lokalisierte Zeichenfolge, die On {0}: ähnelt. /// public static string GPU_ON_HOST_LABEL { get { @@ -16526,7 +16589,7 @@ public static string GPU_ON_HOST_LABEL { } /// - /// Looks up a localized string similar to Placement policy: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Placement policy: {0} ähnelt. /// public static string GPU_PLACEMENT_POLICY_DESCRIPTION { get { @@ -16535,7 +16598,7 @@ public static string GPU_PLACEMENT_POLICY_DESCRIPTION { } /// - /// Looks up a localized string similar to Maximum density. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum density ähnelt. /// public static string GPU_PLACEMENT_POLICY_MAX_DENSITY { get { @@ -16544,7 +16607,7 @@ public static string GPU_PLACEMENT_POLICY_MAX_DENSITY { } /// - /// Looks up a localized string similar to Maximum density: put as many VMs as possible on the same GPU. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum density: put as many VMs as possible on the same GPU ähnelt. /// public static string GPU_PLACEMENT_POLICY_MAX_DENSITY_DESCRIPTION { get { @@ -16553,7 +16616,7 @@ public static string GPU_PLACEMENT_POLICY_MAX_DENSITY_DESCRIPTION { } /// - /// Looks up a localized string similar to Maximum performance. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum performance ähnelt. /// public static string GPU_PLACEMENT_POLICY_MAX_PERFORMANCE { get { @@ -16562,7 +16625,7 @@ public static string GPU_PLACEMENT_POLICY_MAX_PERFORMANCE { } /// - /// Looks up a localized string similar to Maximum performance: put VMs on as many GPUs as possible. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum performance: put VMs on as many GPUs as possible ähnelt. /// public static string GPU_PLACEMENT_POLICY_MAX_PERFORMANCE_DESCRIPTION { get { @@ -16571,7 +16634,7 @@ public static string GPU_PLACEMENT_POLICY_MAX_PERFORMANCE_DESCRIPTION { } /// - /// Looks up a localized string similar to Mixed. + /// Sucht eine lokalisierte Zeichenfolge, die Mixed ähnelt. /// public static string GPU_PLACEMENT_POLICY_MIXED { get { @@ -16580,7 +16643,7 @@ public static string GPU_PLACEMENT_POLICY_MIXED { } /// - /// Looks up a localized string similar to Mixed: different settings for different GPU groups. + /// Sucht eine lokalisierte Zeichenfolge, die Mixed: different settings for different GPU groups ähnelt. /// public static string GPU_PLACEMENT_POLICY_MIXED_DESCRIPTION { get { @@ -16589,7 +16652,7 @@ public static string GPU_PLACEMENT_POLICY_MIXED_DESCRIPTION { } /// - /// Looks up a localized string similar to You can improve graphics performance by assigning a dedicated graphics processing unit (GPU) to a VM. However, no GPUs have been detected in this pool, so this option is not currently available.. + /// Sucht eine lokalisierte Zeichenfolge, die You can improve graphics performance by assigning a dedicated graphics processing unit (GPU) to a VM. However, no GPUs have been detected in this pool, so this option is not currently available. ähnelt. /// public static string GPU_RUBRIC_NO_GPUS_POOL { get { @@ -16598,7 +16661,7 @@ public static string GPU_RUBRIC_NO_GPUS_POOL { } /// - /// Looks up a localized string similar to You can improve graphics performance by assigning a dedicated graphics processing unit (GPU) to a VM. However, no GPUs have been detected in this server, so this option is not currently available.. + /// Sucht eine lokalisierte Zeichenfolge, die You can improve graphics performance by assigning a dedicated graphics processing unit (GPU) to a VM. However, no GPUs have been detected in this server, so this option is not currently available. ähnelt. /// public static string GPU_RUBRIC_NO_GPUS_SERVER { get { @@ -16607,7 +16670,7 @@ public static string GPU_RUBRIC_NO_GPUS_SERVER { } /// - /// Looks up a localized string similar to Select which virtual GPU types are allowed on these GPUs:. + /// Sucht eine lokalisierte Zeichenfolge, die Select which virtual GPU types are allowed on these GPUs: ähnelt. /// public static string GPU_RUBRIC_PLEASE_SELECT_WHICH_GPU_MULTIPLE { get { @@ -16616,7 +16679,7 @@ public static string GPU_RUBRIC_PLEASE_SELECT_WHICH_GPU_MULTIPLE { } /// - /// Looks up a localized string similar to Select which virtual GPU types are allowed on this GPU:. + /// Sucht eine lokalisierte Zeichenfolge, die Select which virtual GPU types are allowed on this GPU: ähnelt. /// public static string GPU_RUBRIC_PLEASE_SELECT_WHICH_GPU_ONE { get { @@ -16625,7 +16688,7 @@ public static string GPU_RUBRIC_PLEASE_SELECT_WHICH_GPU_ONE { } /// - /// Looks up a localized string similar to Loading Data.... + /// Sucht eine lokalisierte Zeichenfolge, die Loading Data... ähnelt. /// public static string GRAPH_LOADING { get { @@ -16634,7 +16697,7 @@ public static string GRAPH_LOADING { } /// - /// Looks up a localized string similar to Performance Graph. + /// Sucht eine lokalisierte Zeichenfolge, die Performance Graph ähnelt. /// public static string GRAPH_NAME { get { @@ -16643,7 +16706,7 @@ public static string GRAPH_NAME { } /// - /// Looks up a localized string similar to To view memory data for this VM, you need to install [Citrix VM Tools]. + /// Sucht eine lokalisierte Zeichenfolge, die To view memory data for this VM, you need to install [Citrix VM Tools] ähnelt. /// public static string GRAPH_NEEDS_TOOLS { get { @@ -16652,7 +16715,7 @@ public static string GRAPH_NEEDS_TOOLS { } /// - /// Looks up a localized string similar to It is not possible to add new performance graphs on VM '{0}' because the VM is not running.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to add new performance graphs on VM '{0}' because the VM is not running. ähnelt. /// public static string GRAPHS_CANNOT_ADD_VM_HALTED { get { @@ -16661,7 +16724,7 @@ public static string GRAPHS_CANNOT_ADD_VM_HALTED { } /// - /// Looks up a localized string similar to It is not possible to edit performance graphs on VM '{0}' because the VM is not running.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to edit performance graphs on VM '{0}' because the VM is not running. ähnelt. /// public static string GRAPHS_CANNOT_EDIT_VM_HALTED { get { @@ -16670,7 +16733,7 @@ public static string GRAPHS_CANNOT_EDIT_VM_HALTED { } /// - /// Looks up a localized string similar to CPU Performance. + /// Sucht eine lokalisierte Zeichenfolge, die CPU Performance ähnelt. /// public static string GRAPHS_DEFAULT_NAME_CPU { get { @@ -16679,7 +16742,7 @@ public static string GRAPHS_DEFAULT_NAME_CPU { } /// - /// Looks up a localized string similar to Disk Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Disk Performance ähnelt. /// public static string GRAPHS_DEFAULT_NAME_DISK { get { @@ -16688,7 +16751,7 @@ public static string GRAPHS_DEFAULT_NAME_DISK { } /// - /// Looks up a localized string similar to Memory Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Memory Performance ähnelt. /// public static string GRAPHS_DEFAULT_NAME_MEMORY { get { @@ -16697,7 +16760,7 @@ public static string GRAPHS_DEFAULT_NAME_MEMORY { } /// - /// Looks up a localized string similar to Network Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Network Performance ähnelt. /// public static string GRAPHS_DEFAULT_NAME_NETWORK { get { @@ -16706,7 +16769,7 @@ public static string GRAPHS_DEFAULT_NAME_NETWORK { } /// - /// Looks up a localized string similar to '{0}' Details. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' Details ähnelt. /// public static string GRAPHS_DETAILS_TITLE { get { @@ -16715,7 +16778,7 @@ public static string GRAPHS_DETAILS_TITLE { } /// - /// Looks up a localized string similar to Edit Graph.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit Graph... ähnelt. /// public static string GRAPHS_EDIT { get { @@ -16724,7 +16787,7 @@ public static string GRAPHS_EDIT { } /// - /// Looks up a localized string similar to New Graph.... + /// Sucht eine lokalisierte Zeichenfolge, die New Graph... ähnelt. /// public static string GRAPHS_NEW { get { @@ -16733,7 +16796,7 @@ public static string GRAPHS_NEW { } /// - /// Looks up a localized string similar to New Graph. + /// Sucht eine lokalisierte Zeichenfolge, die New Graph ähnelt. /// public static string GRAPHS_NEW_TITLE { get { @@ -16742,7 +16805,7 @@ public static string GRAPHS_NEW_TITLE { } /// - /// Looks up a localized string similar to no data. + /// Sucht eine lokalisierte Zeichenfolge, die no data ähnelt. /// public static string GRAPHS_NO_DATA { get { @@ -16751,9 +16814,9 @@ public static string GRAPHS_NO_DATA { } /// - /// Looks up a localized string similar to Are you sure you want to restore the default graphs? This operation will delete existing graphs and cannot be undone. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to restore the default graphs? This operation will delete existing graphs and cannot be undone. /// - ///Note: Any custom color selections will remain unchanged. + ///Note: Any custom color selections will remain unchanged ähnelt. /// public static string GRAPHS_RESTORE_DEFAULT_MESSAGE { get { @@ -16762,7 +16825,7 @@ public static string GRAPHS_RESTORE_DEFAULT_MESSAGE { } /// - /// Looks up a localized string similar to > {0}. + /// Sucht eine lokalisierte Zeichenfolge, die > {0} ähnelt. /// public static string GREATER_THAN { get { @@ -16771,7 +16834,7 @@ public static string GREATER_THAN { } /// - /// Looks up a localized string similar to Group. + /// Sucht eine lokalisierte Zeichenfolge, die Group ähnelt. /// public static string GROUP { get { @@ -16780,7 +16843,7 @@ public static string GROUP { } /// - /// Looks up a localized string similar to Group Roles. + /// Sucht eine lokalisierte Zeichenfolge, die Group Roles ähnelt. /// public static string GROUP_ROLES { get { @@ -16789,7 +16852,7 @@ public static string GROUP_ROLES { } /// - /// Looks up a localized string similar to &UEFI Boot (experimental). + /// Sucht eine lokalisierte Zeichenfolge, die &UEFI Boot (experimental) ähnelt. /// public static string GUEFI_BOOT_MODE_EXPERIMENTAL_LABEL { get { @@ -16798,7 +16861,7 @@ public static string GUEFI_BOOT_MODE_EXPERIMENTAL_LABEL { } /// - /// Looks up a localized string similar to Guest UEFI boot is an experimental feature. You can create UEFI-enabled VMs on hosts that are in a production environment. However, UEFI-enabled VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer].. + /// Sucht eine lokalisierte Zeichenfolge, die Guest UEFI boot is an experimental feature. You can create UEFI-enabled VMs on hosts that are in a production environment. However, UEFI-enabled VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer]. ähnelt. /// public static string GUEFI_BOOT_MODE_EXPERIMENTAL_WARNING { get { @@ -16807,7 +16870,7 @@ public static string GUEFI_BOOT_MODE_EXPERIMENTAL_WARNING { } /// - /// Looks up a localized string similar to &UEFI Boot. + /// Sucht eine lokalisierte Zeichenfolge, die &UEFI Boot ähnelt. /// public static string GUEFI_BOOT_MODE_LABEL { get { @@ -16816,7 +16879,7 @@ public static string GUEFI_BOOT_MODE_LABEL { } /// - /// Looks up a localized string similar to The UEFI boot mode is not supported with the selected template.. + /// Sucht eine lokalisierte Zeichenfolge, die The UEFI boot mode is not supported with the selected template. ähnelt. /// public static string GUEFI_BOOT_MODE_UNSUPPORTED_WARNING { get { @@ -16825,7 +16888,7 @@ public static string GUEFI_BOOT_MODE_UNSUPPORTED_WARNING { } /// - /// Looks up a localized string similar to Guest UEFI boot and guest UEFI secure boot are experimental features. You can create UEFI-enabled VMs on hosts that are in a production environment. However, UEFI-enabled VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer].. + /// Sucht eine lokalisierte Zeichenfolge, die Guest UEFI boot and guest UEFI secure boot are experimental features. You can create UEFI-enabled VMs on hosts that are in a production environment. However, UEFI-enabled VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer]. ähnelt. /// public static string GUEFI_BOOT_MODES_EXPERIMENTAL_WARNING { get { @@ -16834,7 +16897,7 @@ public static string GUEFI_BOOT_MODES_EXPERIMENTAL_WARNING { } /// - /// Looks up a localized string similar to The UEFI and UEFI secure boot modes are not supported with the selected template.. + /// Sucht eine lokalisierte Zeichenfolge, die The UEFI and UEFI secure boot modes are not supported with the selected template. ähnelt. /// public static string GUEFI_BOOT_MODES_UNSUPPORTED_WARNING { get { @@ -16843,7 +16906,7 @@ public static string GUEFI_BOOT_MODES_UNSUPPORTED_WARNING { } /// - /// Looks up a localized string similar to UEFI &Secure Boot (experimental). + /// Sucht eine lokalisierte Zeichenfolge, die UEFI &Secure Boot (experimental) ähnelt. /// public static string GUEFI_SECURE_BOOT_MODE_EXPERIMENTAL_LABEL { get { @@ -16852,7 +16915,7 @@ public static string GUEFI_SECURE_BOOT_MODE_EXPERIMENTAL_LABEL { } /// - /// Looks up a localized string similar to UEFI &Secure Boot. + /// Sucht eine lokalisierte Zeichenfolge, die UEFI &Secure Boot ähnelt. /// public static string GUEFI_SECURE_BOOT_MODE_LABEL { get { @@ -16861,7 +16924,7 @@ public static string GUEFI_SECURE_BOOT_MODE_LABEL { } /// - /// Looks up a localized string similar to Guest UEFI secure boot is an experimental feature. You can create VMs configured to use the UEFI secure boot mode on hosts that are in a production environment. However, these VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer].. + /// Sucht eine lokalisierte Zeichenfolge, die Guest UEFI secure boot is an experimental feature. You can create VMs configured to use the UEFI secure boot mode on hosts that are in a production environment. However, these VMs must not be used for production purposes. You may have to re-create the VMs when you upgrade the host to a newer version of [XenServer]. ähnelt. /// public static string GUEFI_SECUREBOOT_MODE_EXPERIMENTAL_WARNING { get { @@ -16870,7 +16933,7 @@ public static string GUEFI_SECUREBOOT_MODE_EXPERIMENTAL_WARNING { } /// - /// Looks up a localized string similar to The UEFI secure boot mode is not supported with the selected template.. + /// Sucht eine lokalisierte Zeichenfolge, die The UEFI secure boot mode is not supported with the selected template. ähnelt. /// public static string GUEFI_SECUREBOOT_MODE_UNSUPPORTED_WARNING { get { @@ -16879,9 +16942,9 @@ public static string GUEFI_SECUREBOOT_MODE_UNSUPPORTED_WARNING { } /// - /// Looks up a localized string similar to This version of [XenCenter] is out of date and cannot connect to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die This version of [XenCenter] is out of date and cannot connect to {0}. /// - ///You can get a compatible version of [XenCenter] from the following location:. + ///You can get a compatible version of [XenCenter] from the following location: ähnelt. /// public static string GUI_OUT_OF_DATE { get { @@ -16890,7 +16953,7 @@ public static string GUI_OUT_OF_DATE { } /// - /// Looks up a localized string similar to HA. + /// Sucht eine lokalisierte Zeichenfolge, die HA ähnelt. /// public static string HA { get { @@ -16899,7 +16962,7 @@ public static string HA { } /// - /// Looks up a localized string similar to (Multiple values). + /// Sucht eine lokalisierte Zeichenfolge, die (Multiple values) ähnelt. /// public static string HA_ASSIGN_PRIORITIES_MIXED_PROTECTION_LEVELS { get { @@ -16908,7 +16971,7 @@ public static string HA_ASSIGN_PRIORITIES_MIXED_PROTECTION_LEVELS { } /// - /// Looks up a localized string similar to No VMs selected.. + /// Sucht eine lokalisierte Zeichenfolge, die No VMs selected. ähnelt. /// public static string HA_ASSIGN_PRIORITIES_NO_VMS_SELECTED { get { @@ -16917,7 +16980,7 @@ public static string HA_ASSIGN_PRIORITIES_NO_VMS_SELECTED { } /// - /// Looks up a localized string similar to Please wait while the HA wizard determines the agility of your VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Please wait while the HA wizard determines the agility of your VMs ähnelt. /// public static string HA_BUTTON_TOOLTIP_STILL_CALCULATING { get { @@ -16926,7 +16989,7 @@ public static string HA_BUTTON_TOOLTIP_STILL_CALCULATING { } /// - /// Looks up a localized string similar to Calculating.... + /// Sucht eine lokalisierte Zeichenfolge, die Calculating... ähnelt. /// public static string HA_CALCULATING_AGILITY { get { @@ -16935,9 +16998,9 @@ public static string HA_CALCULATING_AGILITY { } /// - /// Looks up a localized string similar to In order to edit the HA restart priorities of your virtual machines, all servers in the pool must be live. The following servers are not currently live: + /// Sucht eine lokalisierte Zeichenfolge, die In order to edit the HA restart priorities of your virtual machines, all servers in the pool must be live. The following servers are not currently live: /// - ///{0}. + ///{0} ähnelt. /// public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS { get { @@ -16946,7 +17009,7 @@ public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS { } /// - /// Looks up a localized string similar to HA is currently enabled for pool {0}. To edit VM restart priorities, all servers in the pool must be reachable.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently enabled for pool {0}. To edit VM restart priorities, all servers in the pool must be reachable. ähnelt. /// public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS_SHORT { get { @@ -16955,11 +17018,11 @@ public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS_SHORT { } /// - /// Looks up a localized string similar to In order to edit the HA restart priorities of your virtual machine, + /// Sucht eine lokalisierte Zeichenfolge, die In order to edit the HA restart priorities of your virtual machine, ///all servers in the pool must be live. The following servers are ///not currently live: /// - ///{0}. + ///{0} ähnelt. /// public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS_WRAPPED { get { @@ -16968,7 +17031,7 @@ public static string HA_CANNOT_EDIT_WITH_DEAD_HOSTS_WRAPPED { } /// - /// Looks up a localized string similar to Server '{0}' cannot be placed in Maintenance Mode because it is the master of an HA-enabled pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' cannot be placed in Maintenance Mode because it is the master of an HA-enabled pool. ähnelt. /// public static string HA_CANNOT_EVACUATE_MASTER { get { @@ -16977,7 +17040,7 @@ public static string HA_CANNOT_EVACUATE_MASTER { } /// - /// Looks up a localized string similar to HA and WLB check. + /// Sucht eine lokalisierte Zeichenfolge, die HA and WLB check ähnelt. /// public static string HA_CHECK_DESCRIPTION { get { @@ -16986,7 +17049,7 @@ public static string HA_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Choose a heartbeat SR. + /// Sucht eine lokalisierte Zeichenfolge, die Choose a heartbeat SR ähnelt. /// public static string HA_CHOOSESR_PAGE_PAGETITLE { get { @@ -16995,7 +17058,7 @@ public static string HA_CHOOSESR_PAGE_PAGETITLE { } /// - /// Looks up a localized string similar to Heartbeat SR. + /// Sucht eine lokalisierte Zeichenfolge, die Heartbeat SR ähnelt. /// public static string HA_CHOOSESR_PAGE_TEXT { get { @@ -17004,7 +17067,7 @@ public static string HA_CHOOSESR_PAGE_TEXT { } /// - /// Looks up a localized string similar to Configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Configuration ähnelt. /// public static string HA_CONFIGURATION_TITLE { get { @@ -17013,7 +17076,7 @@ public static string HA_CONFIGURATION_TITLE { } /// - /// Looks up a localized string similar to Configure HA now.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure HA now... ähnelt. /// public static string HA_CONFIGURE_NOW { get { @@ -17022,7 +17085,7 @@ public static string HA_CONFIGURE_NOW { } /// - /// Looks up a localized string similar to HA is currently configured on pool '{0}' with these settings:. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently configured on pool '{0}' with these settings: ähnelt. /// public static string HA_CONFIGURED { get { @@ -17031,7 +17094,7 @@ public static string HA_CONFIGURED { } /// - /// Looks up a localized string similar to Configured failure capacity:. + /// Sucht eine lokalisierte Zeichenfolge, die Configured failure capacity: ähnelt. /// public static string HA_CONFIGURED_CAPACITY { get { @@ -17040,7 +17103,7 @@ public static string HA_CONFIGURED_CAPACITY { } /// - /// Looks up a localized string similar to The selected VM is currently protected by HA. Are you sure you want to force the shut down of this VM? This operation will cancel all running tasks for the VM and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected VM is currently protected by HA. Are you sure you want to force the shut down of this VM? This operation will cancel all running tasks for the VM and can result in data loss. ähnelt. /// public static string HA_CONFIRM_FORCESHUTDOWN_VM { get { @@ -17049,7 +17112,7 @@ public static string HA_CONFIRM_FORCESHUTDOWN_VM { } /// - /// Looks up a localized string similar to The selected VM is currently protected by HA. Are you sure you want to force the shut down of this VM? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected VM is currently protected by HA. Are you sure you want to force the shut down of this VM? This operation can result in data loss. ähnelt. /// public static string HA_CONFIRM_FORCESHUTDOWN_VM_NO_CANCEL_TASKS { get { @@ -17058,7 +17121,7 @@ public static string HA_CONFIRM_FORCESHUTDOWN_VM_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to At least one of the selected VMs is currently protected by HA. Are you sure you want to forcibly shut down the selected VMs? This operation will cancel all running tasks for each of the selected VMs and can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die At least one of the selected VMs is currently protected by HA. Are you sure you want to forcibly shut down the selected VMs? This operation will cancel all running tasks for each of the selected VMs and can result in data loss. ähnelt. /// public static string HA_CONFIRM_FORCESHUTDOWN_VMS { get { @@ -17067,7 +17130,7 @@ public static string HA_CONFIRM_FORCESHUTDOWN_VMS { } /// - /// Looks up a localized string similar to At least one of the selected VMs is currently protected by HA. Are you sure you want to forcibly shut down the selected VMs? This operation can result in data loss.. + /// Sucht eine lokalisierte Zeichenfolge, die At least one of the selected VMs is currently protected by HA. Are you sure you want to forcibly shut down the selected VMs? This operation can result in data loss. ähnelt. /// public static string HA_CONFIRM_FORCESHUTDOWN_VMS_NO_CANCEL_TASKS { get { @@ -17076,7 +17139,16 @@ public static string HA_CONFIRM_FORCESHUTDOWN_VMS_NO_CANCEL_TASKS { } /// - /// Looks up a localized string similar to The selected VM is currently protected by HA. Are you sure you want to shut it down?. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm HA Pause VM ähnelt. + /// + public static string HA_CONFIRM_PAUSE_VM { + get { + return ResourceManager.GetString("HA_CONFIRM_PAUSE_VM", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die The selected VM is currently protected by HA. Are you sure you want to shut it down? ähnelt. /// public static string HA_CONFIRM_SHUTDOWN_VM { get { @@ -17085,7 +17157,7 @@ public static string HA_CONFIRM_SHUTDOWN_VM { } /// - /// Looks up a localized string similar to The selected VM is currently protected by HA. Are you sure you want to suspend it?. + /// Sucht eine lokalisierte Zeichenfolge, die The selected VM is currently protected by HA. Are you sure you want to suspend it? ähnelt. /// public static string HA_CONFIRM_SUSPEND_VM { get { @@ -17094,7 +17166,7 @@ public static string HA_CONFIRM_SUSPEND_VM { } /// - /// Looks up a localized string similar to Current failure capacity:. + /// Sucht eine lokalisierte Zeichenfolge, die Current failure capacity: ähnelt. /// public static string HA_CURRENT_CAPACITY { get { @@ -17103,7 +17175,7 @@ public static string HA_CURRENT_CAPACITY { } /// - /// Looks up a localized string similar to Are you sure you want to disable HA for pool '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to disable HA for pool '{0}'? ähnelt. /// public static string HA_DISABLE_QUERY { get { @@ -17112,7 +17184,7 @@ public static string HA_DISABLE_QUERY { } /// - /// Looks up a localized string similar to [XenServer] High Availability (HA) allows virtual machines to automatically be restarted in the event of an underlying hardware failure or loss of an individual server. HA is enabled for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] High Availability (HA) allows virtual machines to automatically be restarted in the event of an underlying hardware failure or loss of an individual server. HA is enabled for '{0}'. ähnelt. /// public static string HA_EDIT_DIALOG_BLURB { get { @@ -17121,7 +17193,7 @@ public static string HA_EDIT_DIALOG_BLURB { } /// - /// Looks up a localized string similar to Change these HA settings now.... + /// Sucht eine lokalisierte Zeichenfolge, die Change these HA settings now... ähnelt. /// public static string HA_EDIT_NOW { get { @@ -17130,7 +17202,7 @@ public static string HA_EDIT_NOW { } /// - /// Looks up a localized string similar to HA is guaranteed. The maximum number of server failures that HA can protect against is {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is guaranteed. The maximum number of server failures that HA can protect against is {0}. ähnelt. /// public static string HA_GUARANTEED_MESSAGE { get { @@ -17139,7 +17211,7 @@ public static string HA_GUARANTEED_MESSAGE { } /// - /// Looks up a localized string similar to Healthy. + /// Sucht eine lokalisierte Zeichenfolge, die Healthy ähnelt. /// public static string HA_HEARTBEAT_HEALTHY { get { @@ -17148,7 +17220,7 @@ public static string HA_HEARTBEAT_HEALTHY { } /// - /// Looks up a localized string similar to {0} out of {1} servers. + /// Sucht eine lokalisierte Zeichenfolge, die {0} out of {1} servers ähnelt. /// public static string HA_HEARTBEAT_SERVERS { get { @@ -17157,7 +17229,7 @@ public static string HA_HEARTBEAT_SERVERS { } /// - /// Looks up a localized string similar to Initializing.... + /// Sucht eine lokalisierte Zeichenfolge, die Initializing... ähnelt. /// public static string HA_HEARTBEAT_SERVERS_INITIALISING { get { @@ -17166,7 +17238,7 @@ public static string HA_HEARTBEAT_SERVERS_INITIALISING { } /// - /// Looks up a localized string similar to HA Heartbeat SR. + /// Sucht eine lokalisierte Zeichenfolge, die HA Heartbeat SR ähnelt. /// public static string HA_HEARTBEAT_SR { get { @@ -17175,7 +17247,7 @@ public static string HA_HEARTBEAT_SR { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string HA_HEARTBEAT_UNHEALTHY { get { @@ -17184,8 +17256,8 @@ public static string HA_HEARTBEAT_UNHEALTHY { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot put server '{2}' into maintenance mode - ///and keep this configuration. Do you want to reduce the failover tolerance to {3} and continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot put server '{2}' into maintenance mode + ///and keep this configuration. Do you want to reduce the failover tolerance to {3} and continue? ähnelt. /// public static string HA_HOST_DISABLE_NTOL_DROP { get { @@ -17194,8 +17266,8 @@ public static string HA_HOST_DISABLE_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you put server '{1}' into maintenance mode, HA would no longer be guaranteed for this pool. - ///Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you put server '{1}' into maintenance mode, HA would no longer be guaranteed for this pool. + ///Are you sure you want to continue? ähnelt. /// public static string HA_HOST_DISABLE_NTOL_ZERO { get { @@ -17204,7 +17276,7 @@ public static string HA_HOST_DISABLE_NTOL_ZERO { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. You have just taken server '{1}' out of maintenance mode, and may now increase the pool's failover tolerance from {2} to {3}. Would you like to do this?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. You have just taken server '{1}' out of maintenance mode, and may now increase the pool's failover tolerance from {2} to {3}. Would you like to do this? ähnelt. /// public static string HA_HOST_ENABLE_NTOL_RAISE_QUERY { get { @@ -17213,8 +17285,8 @@ public static string HA_HOST_ENABLE_NTOL_RAISE_QUERY { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot reboot server '{2}' and keep this configuration. - ///Do you want to reduce the failover tolerance to {3} and continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot reboot server '{2}' and keep this configuration. + ///Do you want to reduce the failover tolerance to {3} and continue? ähnelt. /// public static string HA_HOST_REBOOT_NTOL_DROP { get { @@ -17223,8 +17295,8 @@ public static string HA_HOST_REBOOT_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you reboot server '{1}', HA will no longer be guaranteed. - ///Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you reboot server '{1}', HA will no longer be guaranteed. + ///Are you sure you want to continue? ähnelt. /// public static string HA_HOST_REBOOT_NTOL_ZERO { get { @@ -17233,8 +17305,8 @@ public static string HA_HOST_REBOOT_NTOL_ZERO { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot shut down server '{2}' and keep this configuration. - ///Do you want to reduce the failover tolerance to {3} and continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and failover tolerance is currently {1}. You cannot shut down server '{2}' and keep this configuration. + ///Do you want to reduce the failover tolerance to {3} and continue? ähnelt. /// public static string HA_HOST_SHUTDOWN_NTOL_DROP { get { @@ -17243,8 +17315,8 @@ public static string HA_HOST_SHUTDOWN_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you shut down server '{1}', HA will no longer be guaranteed. - ///Are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you shut down server '{1}', HA will no longer be guaranteed. + ///Are you sure you want to continue? ähnelt. /// public static string HA_HOST_SHUTDOWN_NTOL_ZERO { get { @@ -17253,9 +17325,9 @@ public static string HA_HOST_SHUTDOWN_NTOL_ZERO { } /// - /// Looks up a localized string similar to The following servers do not have a license that permits HA: + /// Sucht eine lokalisierte Zeichenfolge, die The following servers do not have a license that permits HA: /// - ///{0}. + ///{0} ähnelt. /// public static string HA_HOSTS_LACK_LICENSE { get { @@ -17264,7 +17336,7 @@ public static string HA_HOSTS_LACK_LICENSE { } /// - /// Looks up a localized string similar to HA configuration prerequisites. + /// Sucht eine lokalisierte Zeichenfolge, die HA configuration prerequisites ähnelt. /// public static string HA_INTRO_PAGE_TITLE { get { @@ -17273,7 +17345,7 @@ public static string HA_INTRO_PAGE_TITLE { } /// - /// Looks up a localized string similar to Prerequisites. + /// Sucht eine lokalisierte Zeichenfolge, die Prerequisites ähnelt. /// public static string HA_INTRO_TEXT { get { @@ -17282,9 +17354,9 @@ public static string HA_INTRO_TEXT { } /// - /// Looks up a localized string similar to VM '{0}' has an invalid HA configuration that prevents it from being resumed. It is necessary to clear the VM's HA configuration to proceed. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' has an invalid HA configuration that prevents it from being resumed. It is necessary to clear the VM's HA configuration to proceed. /// - ///Would you like to clear the VM's HA restart priority?. + ///Would you like to clear the VM's HA restart priority? ähnelt. /// public static string HA_INVALID_CONFIG_RESUME { get { @@ -17293,9 +17365,9 @@ public static string HA_INVALID_CONFIG_RESUME { } /// - /// Looks up a localized string similar to VM '{0}' has an invalid HA configuration that prevents it from starting. It is necessary to clear the VM's HA configuration to proceed. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' has an invalid HA configuration that prevents it from starting. It is necessary to clear the VM's HA configuration to proceed. /// - ///Would you like to clear the VM's HA restart priority?. + ///Would you like to clear the VM's HA restart priority? ähnelt. /// public static string HA_INVALID_CONFIG_START { get { @@ -17304,7 +17376,7 @@ public static string HA_INVALID_CONFIG_START { } /// - /// Looks up a localized string similar to The server does not have a license permitting HA.. + /// Sucht eine lokalisierte Zeichenfolge, die The server does not have a license permitting HA. ähnelt. /// public static string HA_LICENSE_DISABLED { get { @@ -17313,7 +17385,7 @@ public static string HA_LICENSE_DISABLED { } /// - /// Looks up a localized string similar to Lowering failover tolerance and retrying. + /// Sucht eine lokalisierte Zeichenfolge, die Lowering failover tolerance and retrying ähnelt. /// public static string HA_LOWERING_NTOL { get { @@ -17322,7 +17394,7 @@ public static string HA_LOWERING_NTOL { } /// - /// Looks up a localized string similar to You have no shared SRs.. + /// Sucht eine lokalisierte Zeichenfolge, die You have no shared SRs. ähnelt. /// public static string HA_NO_SHARED_SRS { get { @@ -17331,7 +17403,7 @@ public static string HA_NO_SHARED_SRS { } /// - /// Looks up a localized string similar to HA is not currently configured on pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is not currently configured on pool '{0}'. ähnelt. /// public static string HA_NOT_CONFIGURED { get { @@ -17340,9 +17412,9 @@ public static string HA_NOT_CONFIGURED { } /// - /// Looks up a localized string similar to The number of server failures that could be tolerated in this pool given these HA restart priorities is {0}. + /// Sucht eine lokalisierte Zeichenfolge, die The number of server failures that could be tolerated in this pool given these HA restart priorities is {0}. /// - ///Increasing the slack allows other users to start or reconfigure VMs without affecting the plan.. + ///Increasing the slack allows other users to start or reconfigure VMs without affecting the plan. ähnelt. /// public static string HA_NTOL_BLURB { get { @@ -17351,7 +17423,7 @@ public static string HA_NTOL_BLURB { } /// - /// Looks up a localized string similar to The number of server failures that can be tolerated could not be determined. Check the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die The number of server failures that can be tolerated could not be determined. Check the logs for more information. ähnelt. /// public static string HA_NTOL_UNKNOWN { get { @@ -17360,7 +17432,7 @@ public static string HA_NTOL_UNKNOWN { } /// - /// Looks up a localized string similar to This pool cannot support the specified HA restart priorities and tolerate any server failures.. + /// Sucht eine lokalisierte Zeichenfolge, die This pool cannot support the specified HA restart priorities and tolerate any server failures. ähnelt. /// public static string HA_NTOL_ZERO { get { @@ -17369,7 +17441,7 @@ public static string HA_NTOL_ZERO { } /// - /// Looks up a localized string similar to 0 - HA cannot guarantee to restart your protected VMs after server failure. + /// Sucht eine lokalisierte Zeichenfolge, die 0 - HA cannot guarantee to restart your protected VMs after server failure ähnelt. /// public static string HA_NTOL_ZERO_HAPAGE { get { @@ -17378,9 +17450,9 @@ public static string HA_NTOL_ZERO_HAPAGE { } /// - /// Looks up a localized string similar to Under this HA configuration, the failover tolerance of your pool would be 0 (zero) and it may not be possible to restart your virtual machines in the event of a server failure. + /// Sucht eine lokalisierte Zeichenfolge, die Under this HA configuration, the failover tolerance of your pool would be 0 (zero) and it may not be possible to restart your virtual machines in the event of a server failure. /// - ///Do you want to apply this HA configuration anyway?. + ///Do you want to apply this HA configuration anyway? ähnelt. /// public static string HA_NTOL_ZERO_QUERY { get { @@ -17389,7 +17461,7 @@ public static string HA_NTOL_ZERO_QUERY { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot relocate VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot relocate VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again? ähnelt. /// public static string HA_OPT_DISABLE_NTOL_DROP { get { @@ -17398,7 +17470,7 @@ public static string HA_OPT_DISABLE_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. The pool optimization has been stopped. You may now increase the pool's failover tolerance from {1} to {2}. Would you like to do this?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. The pool optimization has been stopped. You may now increase the pool's failover tolerance from {1} to {2}. Would you like to do this? ähnelt. /// public static string HA_OPT_ENABLE_NTOL_RAISE_QUERY { get { @@ -17407,7 +17479,7 @@ public static string HA_OPT_ENABLE_NTOL_RAISE_QUERY { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you relocate VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you relocate VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA. ähnelt. /// public static string HA_OPT_VM_RELOCATE_NTOL_ZERO { get { @@ -17416,7 +17488,7 @@ public static string HA_OPT_VM_RELOCATE_NTOL_ZERO { } /// - /// Looks up a localized string similar to Do not restart. + /// Sucht eine lokalisierte Zeichenfolge, die Do not restart ähnelt. /// public static string HA_OPTION_DO_NOT_RESTART { get { @@ -17425,7 +17497,7 @@ public static string HA_OPTION_DO_NOT_RESTART { } /// - /// Looks up a localized string similar to Restart if possible. + /// Sucht eine lokalisierte Zeichenfolge, die Restart if possible ähnelt. /// public static string HA_OPTION_RESTART_IF_POSS { get { @@ -17434,9 +17506,9 @@ public static string HA_OPTION_RESTART_IF_POSS { } /// - /// Looks up a localized string similar to When overcommited the pool cannot guarantee to tolerate the number of server failures specified. + /// Sucht eine lokalisierte Zeichenfolge, die When overcommited the pool cannot guarantee to tolerate the number of server failures specified. /// - ///Reduce protection levels, or bring more servers online to increase the maximum supported capacity.. + ///Reduce protection levels, or bring more servers online to increase the maximum supported capacity. ähnelt. /// public static string HA_OVERCOMMIT_BLURB { get { @@ -17445,7 +17517,7 @@ public static string HA_OVERCOMMIT_BLURB { } /// - /// Looks up a localized string similar to HA cannot be guaranteed with the specified settings and the current pool resources.. + /// Sucht eine lokalisierte Zeichenfolge, die HA cannot be guaranteed with the specified settings and the current pool resources. ähnelt. /// public static string HA_OVERCOMMIT_MESSAGE { get { @@ -17454,7 +17526,7 @@ public static string HA_OVERCOMMIT_MESSAGE { } /// - /// Looks up a localized string similar to The number of servers you specified is greater than the maximum failover capacity ({0}). HA cannot be guaranteed if you allow this many server failures, given the specified VM restart priorities and the current pool configuration (number of servers and their CPU and memory capacity).. + /// Sucht eine lokalisierte Zeichenfolge, die The number of servers you specified is greater than the maximum failover capacity ({0}). HA cannot be guaranteed if you allow this many server failures, given the specified VM restart priorities and the current pool configuration (number of servers and their CPU and memory capacity). ähnelt. /// public static string HA_OVERCOMMIT_WARNING { get { @@ -17463,7 +17535,7 @@ public static string HA_OVERCOMMIT_WARNING { } /// - /// Looks up a localized string similar to Maximum failover capacity is 0: HA cannot be guaranteed with the specified VM restart priorities and the current pool configuration (number of servers and their CPU and memory capacity).. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum failover capacity is 0: HA cannot be guaranteed with the specified VM restart priorities and the current pool configuration (number of servers and their CPU and memory capacity). ähnelt. /// public static string HA_OVERCOMMIT_WARNING_NONE { get { @@ -17472,7 +17544,7 @@ public static string HA_OVERCOMMIT_WARNING_NONE { } /// - /// Looks up a localized string similar to {0} - pool is overcommitted. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - pool is overcommitted ähnelt. /// public static string HA_OVERCOMMITTED_NTOL { get { @@ -17481,7 +17553,7 @@ public static string HA_OVERCOMMITTED_NTOL { } /// - /// Looks up a localized string similar to HA is currently being disabled for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently being disabled for '{0}'. ähnelt. /// public static string HA_PAGE_DISABLING { get { @@ -17490,7 +17562,7 @@ public static string HA_PAGE_DISABLING { } /// - /// Looks up a localized string similar to HA is currently being enabled for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently being enabled for '{0}'. ähnelt. /// public static string HA_PAGE_ENABLING { get { @@ -17499,7 +17571,7 @@ public static string HA_PAGE_ENABLING { } /// - /// Looks up a localized string similar to HA restart priority. + /// Sucht eine lokalisierte Zeichenfolge, die HA restart priority ähnelt. /// public static string HA_RESTART_PRIORITY { get { @@ -17508,7 +17580,7 @@ public static string HA_RESTART_PRIORITY { } /// - /// Looks up a localized string similar to Your changes to HA settings for pool '{0}' may not take effect because not all servers in the pool are reachable. Ensure that all servers in the pool are reachable and then apply the changes again.. + /// Sucht eine lokalisierte Zeichenfolge, die Your changes to HA settings for pool '{0}' may not take effect because not all servers in the pool are reachable. Ensure that all servers in the pool are reachable and then apply the changes again. ähnelt. /// public static string HA_SAVE_SETTINGS_FAILED_DEAD_HOSTS { get { @@ -17517,7 +17589,7 @@ public static string HA_SAVE_SETTINGS_FAILED_DEAD_HOSTS { } /// - /// Looks up a localized string similar to Scanning for HA heartbeat SRs on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning for HA heartbeat SRs on {0} ähnelt. /// public static string HA_SCANNING_SRS { get { @@ -17526,7 +17598,7 @@ public static string HA_SCANNING_SRS { } /// - /// Looks up a localized string similar to Setting HA protection levels. + /// Sucht eine lokalisierte Zeichenfolge, die Setting HA protection levels ähnelt. /// public static string HA_SETTING_PRIORITIES { get { @@ -17535,7 +17607,7 @@ public static string HA_SETTING_PRIORITIES { } /// - /// Looks up a localized string similar to Setting HA restart priority on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Setting HA restart priority on {0} ähnelt. /// public static string HA_SETTING_PRIORITY_ON_X { get { @@ -17544,9 +17616,9 @@ public static string HA_SETTING_PRIORITY_ON_X { } /// - /// Looks up a localized string similar to The following SRs are broken. It is recommended you fix them before enabling HA. + /// Sucht eine lokalisierte Zeichenfolge, die The following SRs are broken. It is recommended you fix them before enabling HA. /// - ///{0}. + ///{0} ähnelt. /// public static string HA_SRS_BROKEN_WARNING { get { @@ -17555,7 +17627,7 @@ public static string HA_SRS_BROKEN_WARNING { } /// - /// Looks up a localized string similar to HA is not available on standalone servers.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is not available on standalone servers. ähnelt. /// public static string HA_STANDALONE_SERVER { get { @@ -17564,9 +17636,9 @@ public static string HA_STANDALONE_SERVER { } /// - /// Looks up a localized string similar to HA is currently enabled for pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently enabled for pool '{0}'. /// - ///Click Configure HA to alter the settings displayed below.. + ///Click Configure HA to alter the settings displayed below. ähnelt. /// public static string HA_TAB_CONFIGURED_BLURB { get { @@ -17575,7 +17647,7 @@ public static string HA_TAB_CONFIGURED_BLURB { } /// - /// Looks up a localized string similar to HA is currently enabled for pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently enabled for pool '{0}'. ähnelt. /// public static string HA_TAB_CONFIGURED_UNLICENSED { get { @@ -17584,7 +17656,7 @@ public static string HA_TAB_CONFIGURED_UNLICENSED { } /// - /// Looks up a localized string similar to Unable to calculate maximum pool failure capacity.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to calculate maximum pool failure capacity. ähnelt. /// public static string HA_UNABLE_TO_CALCULATE_MESSAGE { get { @@ -17593,7 +17665,7 @@ public static string HA_UNABLE_TO_CALCULATE_MESSAGE { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot resume VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot resume VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again? ähnelt. /// public static string HA_VM_RESUME_NTOL_DROP { get { @@ -17602,7 +17674,7 @@ public static string HA_VM_RESUME_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you resume VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you resume VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA. ähnelt. /// public static string HA_VM_RESUME_NTOL_ZERO { get { @@ -17611,7 +17683,7 @@ public static string HA_VM_RESUME_NTOL_ZERO { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot start VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again?. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled, and is currently configured to tolerate {1} server failures. You cannot start VM '{2}' and still tolerate this number of failures. Do you want to reduce the number of tolerable failures to {3} and try again? ähnelt. /// public static string HA_VM_START_NTOL_DROP { get { @@ -17620,7 +17692,7 @@ public static string HA_VM_START_NTOL_DROP { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. If you start VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. If you start VM '{1}', the pool will not be able to tolerate any further server failures, and your HA configuration would no longer be able to restart your protected VMs. To perform the action anyway, turn off HA. ähnelt. /// public static string HA_VM_START_NTOL_ZERO { get { @@ -17629,7 +17701,7 @@ public static string HA_VM_START_NTOL_ZERO { } /// - /// Looks up a localized string similar to HA has been disabled on pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die HA has been disabled on pool '{0}'. ähnelt. /// public static string HA_WAS_DISABLED { get { @@ -17638,7 +17710,7 @@ public static string HA_WAS_DISABLED { } /// - /// Looks up a localized string similar to Review configuration and activate HA. + /// Sucht eine lokalisierte Zeichenfolge, die Review configuration and activate HA ähnelt. /// public static string HA_WIZARD_FINISH_PAGE_TITLE { get { @@ -17647,9 +17719,9 @@ public static string HA_WIZARD_FINISH_PAGE_TITLE { } /// - /// Looks up a localized string similar to HA is not currently enabled for pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die HA is not currently enabled for pool '{0}'. /// - ///Click Configure HA to enable HA for this pool and allow your virtual machines to be automatically restarted in the event of unexpected server failure.. + ///Click Configure HA to enable HA for this pool and allow your virtual machines to be automatically restarted in the event of unexpected server failure. ähnelt. /// public static string HAPANEL_BLURB { get { @@ -17658,7 +17730,7 @@ public static string HAPANEL_BLURB { } /// - /// Looks up a localized string similar to Has any custom field. + /// Sucht eine lokalisierte Zeichenfolge, die Has any custom field ähnelt. /// public static string HAS_CUSTOM_FIELDS { get { @@ -17667,7 +17739,7 @@ public static string HAS_CUSTOM_FIELDS { } /// - /// Looks up a localized string similar to HA Plan. + /// Sucht eine lokalisierte Zeichenfolge, die HA Plan ähnelt. /// public static string HAWIZARD_ASSIGNPRIORITIESPAGE_TEXT { get { @@ -17676,7 +17748,7 @@ public static string HAWIZARD_ASSIGNPRIORITIESPAGE_TEXT { } /// - /// Looks up a localized string similar to Configure the HA restart priority, restart order and delay interval for the VMs in this pool. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the HA restart priority, restart order and delay interval for the VMs in this pool ähnelt. /// public static string HAWIZARD_ASSIGNPRIORITIESPAGE_TITLE { get { @@ -17685,7 +17757,7 @@ public static string HAWIZARD_ASSIGNPRIORITIESPAGE_TITLE { } /// - /// Looks up a localized string similar to HealthCheck. + /// Sucht eine lokalisierte Zeichenfolge, die HealthCheck ähnelt. /// public static string HEALTH_CHECK { get { @@ -17694,7 +17766,7 @@ public static string HEALTH_CHECK { } /// - /// Looks up a localized string similar to Authentication with [Citrix] Insight Services failed. See the application log files for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication with [Citrix] Insight Services failed. See the application log files for more information. ähnelt. /// public static string HEALTH_CHECK_AUTHENTICATION_FAILED { get { @@ -17703,7 +17775,7 @@ public static string HEALTH_CHECK_AUTHENTICATION_FAILED { } /// - /// Looks up a localized string similar to Invalid user name or password. Please try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid user name or password. Please try again. ähnelt. /// public static string HEALTH_CHECK_AUTHENTICATION_INVALID_CREDENTIALS { get { @@ -17712,7 +17784,7 @@ public static string HEALTH_CHECK_AUTHENTICATION_INVALID_CREDENTIALS { } /// - /// Looks up a localized string similar to https://cis.citrix.com/legal/. + /// Sucht eine lokalisierte Zeichenfolge, die https://cis.citrix.com/legal/ ähnelt. /// public static string HEALTH_CHECK_CIS_POLICY_URL { get { @@ -17721,7 +17793,7 @@ public static string HEALTH_CHECK_CIS_POLICY_URL { } /// - /// Looks up a localized string similar to http://www.citrix.com/about/legal/privacy.html. + /// Sucht eine lokalisierte Zeichenfolge, die http://www.citrix.com/about/legal/privacy.html ähnelt. /// public static string HEALTH_CHECK_CITRIX_POLICY_URL { get { @@ -17730,7 +17802,7 @@ public static string HEALTH_CHECK_CITRIX_POLICY_URL { } /// - /// Looks up a localized string similar to The information that Health Check uploads to [Citrix] Insight Services will be used for troubleshooting and diagnostics support purposes, as well as to improve the quality, reliability, and performance of our products subject to the [Citrix] Insight Services Policy at {0} and [Citrix] Privacy Policy at {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die The information that Health Check uploads to [Citrix] Insight Services will be used for troubleshooting and diagnostics support purposes, as well as to improve the quality, reliability, and performance of our products subject to the [Citrix] Insight Services Policy at {0} and [Citrix] Privacy Policy at {1}. ähnelt. /// public static string HEALTH_CHECK_PRIVACY_POLICY { get { @@ -17739,7 +17811,7 @@ public static string HEALTH_CHECK_PRIVACY_POLICY { } /// - /// Looks up a localized string similar to This user is not authorized to access this server.. + /// Sucht eine lokalisierte Zeichenfolge, die This user is not authorized to access this server. ähnelt. /// public static string HEALTH_CHECK_USER_HAS_NO_PERMISSION_TO_CONNECT { get { @@ -17748,7 +17820,7 @@ public static string HEALTH_CHECK_USER_HAS_NO_PERMISSION_TO_CONNECT { } /// - /// Looks up a localized string similar to This user is not authorized to perform Health Check operations.. + /// Sucht eine lokalisierte Zeichenfolge, die This user is not authorized to perform Health Check operations. ähnelt. /// public static string HEALTH_CHECK_USER_NOT_AUTHORIZED { get { @@ -17757,7 +17829,7 @@ public static string HEALTH_CHECK_USER_NOT_AUTHORIZED { } /// - /// Looks up a localized string similar to Authentication with [Citrix] Insight Services is required in order to enable this feature. [XenCenter] detected a previous successful authentication for one of other connected pools. You can choose to re-use it or authenticate again.. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication with [Citrix] Insight Services is required in order to enable this feature. [XenCenter] detected a previous successful authentication for one of other connected pools. You can choose to re-use it or authenticate again. ähnelt. /// public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_EXISTING_TOKEN { get { @@ -17766,7 +17838,7 @@ public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_EXISTING_TOKEN { } /// - /// Looks up a localized string similar to Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see {0}). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server.. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see {0}). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server. ähnelt. /// public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN { get { @@ -17775,7 +17847,7 @@ public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN { } /// - /// Looks up a localized string similar to OK, Enable Health Check. + /// Sucht eine lokalisierte Zeichenfolge, die OK, Enable Health Check ähnelt. /// public static string HEALTHCHECK_ENROLLMENT_CONFIRMATION_BUTTON_LABEL { get { @@ -17784,7 +17856,7 @@ public static string HEALTHCHECK_ENROLLMENT_CONFIRMATION_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Health Check Enrollment - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Health Check Enrollment - {0} ähnelt. /// public static string HEALTHCHECK_ENROLLMENT_TITLE { get { @@ -17793,7 +17865,7 @@ public static string HEALTHCHECK_ENROLLMENT_TITLE { } /// - /// Looks up a localized string similar to Request an additional upload now. + /// Sucht eine lokalisierte Zeichenfolge, die Request an additional upload now ähnelt. /// public static string HEALTHCHECK_ON_DEMAND_REQUEST { get { @@ -17802,7 +17874,7 @@ public static string HEALTHCHECK_ON_DEMAND_REQUEST { } /// - /// Looks up a localized string similar to Additional upload requested at {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Additional upload requested at {0} ähnelt. /// public static string HEALTHCHECK_ON_DEMAND_REQUESTED_AT { get { @@ -17811,7 +17883,7 @@ public static string HEALTHCHECK_ON_DEMAND_REQUESTED_AT { } /// - /// Looks up a localized string similar to Upload a Health Check report every {0} weeks on {1} starting at {2}. + /// Sucht eine lokalisierte Zeichenfolge, die Upload a Health Check report every {0} weeks on {1} starting at {2} ähnelt. /// public static string HEALTHCHECK_SCHEDULE_DESCRIPTION { get { @@ -17820,7 +17892,7 @@ public static string HEALTHCHECK_SCHEDULE_DESCRIPTION { } /// - /// Looks up a localized string similar to {0} issues detected. + /// Sucht eine lokalisierte Zeichenfolge, die {0} issues detected ähnelt. /// public static string HEALTHCHECK_STATUS_ISSUES_FOUND { get { @@ -17829,7 +17901,7 @@ public static string HEALTHCHECK_STATUS_ISSUES_FOUND { } /// - /// Looks up a localized string similar to No issues detected. + /// Sucht eine lokalisierte Zeichenfolge, die No issues detected ähnelt. /// public static string HEALTHCHECK_STATUS_NO_ISSUES_FOUND { get { @@ -17838,7 +17910,7 @@ public static string HEALTHCHECK_STATUS_NO_ISSUES_FOUND { } /// - /// Looks up a localized string similar to No report uploaded yet. + /// Sucht eine lokalisierte Zeichenfolge, die No report uploaded yet ähnelt. /// public static string HEALTHCHECK_STATUS_NO_UPLOAD_YET { get { @@ -17847,7 +17919,7 @@ public static string HEALTHCHECK_STATUS_NO_UPLOAD_YET { } /// - /// Looks up a localized string similar to Analysis not yet available. + /// Sucht eine lokalisierte Zeichenfolge, die Analysis not yet available ähnelt. /// public static string HEALTHCHECK_STATUS_NOT_AVAILABLE_YET { get { @@ -17856,7 +17928,7 @@ public static string HEALTHCHECK_STATUS_NOT_AVAILABLE_YET { } /// - /// Looks up a localized string similar to Health Check not enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Health Check not enabled ähnelt. /// public static string HEALTHCHECK_STATUS_NOT_ENROLLED { get { @@ -17865,7 +17937,7 @@ public static string HEALTHCHECK_STATUS_NOT_ENROLLED { } /// - /// Looks up a localized string similar to 1 issue detected. + /// Sucht eine lokalisierte Zeichenfolge, die 1 issue detected ähnelt. /// public static string HEALTHCHECK_STATUS_ONE_ISSUE_FOUND { get { @@ -17874,7 +17946,7 @@ public static string HEALTHCHECK_STATUS_ONE_ISSUE_FOUND { } /// - /// Looks up a localized string similar to Heartbeating status. + /// Sucht eine lokalisierte Zeichenfolge, die Heartbeating status ähnelt. /// public static string HEARTBEATING_STATUS { get { @@ -17883,7 +17955,7 @@ public static string HEARTBEATING_STATUS { } /// - /// Looks up a localized string similar to Help. + /// Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. /// public static string HELP { get { @@ -17892,7 +17964,7 @@ public static string HELP { } /// - /// Looks up a localized string similar to Pause WLB. + /// Sucht eine lokalisierte Zeichenfolge, die Pause WLB ähnelt. /// public static string HELP_MESSAGE_DISABLE_WLB { get { @@ -17901,7 +17973,7 @@ public static string HELP_MESSAGE_DISABLE_WLB { } /// - /// Looks up a localized string similar to Hide Details. + /// Sucht eine lokalisierte Zeichenfolge, die Hide Details ähnelt. /// public static string HIDE_DETAILS { get { @@ -17910,7 +17982,7 @@ public static string HIDE_DETAILS { } /// - /// Looks up a localized string similar to Hide Run History. + /// Sucht eine lokalisierte Zeichenfolge, die Hide Run History ähnelt. /// public static string HIDE_RUN_HISTORY { get { @@ -17919,7 +17991,7 @@ public static string HIDE_RUN_HISTORY { } /// - /// Looks up a localized string similar to High Availability. + /// Sucht eine lokalisierte Zeichenfolge, die High Availability ähnelt. /// public static string HIGH_AVAILABILITY { get { @@ -17928,7 +18000,7 @@ public static string HIGH_AVAILABILITY { } /// - /// Looks up a localized string similar to Run history for policy '{0}':. + /// Sucht eine lokalisierte Zeichenfolge, die Run history for policy '{0}': ähnelt. /// public static string HISTORY_FOR_POLICY { get { @@ -17937,7 +18009,7 @@ public static string HISTORY_FOR_POLICY { } /// - /// Looks up a localized string similar to Go to.... + /// Sucht eine lokalisierte Zeichenfolge, die Go to... ähnelt. /// public static string HISTORYPAGE_GOTO { get { @@ -17946,7 +18018,7 @@ public static string HISTORYPAGE_GOTO { } /// - /// Looks up a localized string similar to {3} {0}: {1} - {2}. + /// Sucht eine lokalisierte Zeichenfolge, die {3} {0}: {1} - {2} ähnelt. /// public static string HISTORYPANEL_COPY_FORMAT { get { @@ -17955,7 +18027,7 @@ public static string HISTORYPANEL_COPY_FORMAT { } /// - /// Looks up a localized string similar to Details: . + /// Sucht eine lokalisierte Zeichenfolge, die Details: ähnelt. /// public static string HISTORYROW_DETAILS { get { @@ -17964,7 +18036,7 @@ public static string HISTORYROW_DETAILS { } /// - /// Looks up a localized string similar to Error: . + /// Sucht eine lokalisierte Zeichenfolge, die Error: ähnelt. /// public static string HISTORYROW_ERROR { get { @@ -17973,7 +18045,7 @@ public static string HISTORYROW_ERROR { } /// - /// Looks up a localized string similar to On {0}, {1}. + /// Sucht eine lokalisierte Zeichenfolge, die On {0}, {1} ähnelt. /// public static string HISTORYROW_ON { get { @@ -17982,7 +18054,7 @@ public static string HISTORYROW_ON { } /// - /// Looks up a localized string similar to On {0}, with {1}, {2}. + /// Sucht eine lokalisierte Zeichenfolge, die On {0}, with {1}, {2} ähnelt. /// public static string HISTORYROW_ON_WITH { get { @@ -17991,7 +18063,7 @@ public static string HISTORYROW_ON_WITH { } /// - /// Looks up a localized string similar to Progress:. + /// Sucht eine lokalisierte Zeichenfolge, die Progress: ähnelt. /// public static string HISTORYROW_PROGRESS { get { @@ -18000,7 +18072,7 @@ public static string HISTORYROW_PROGRESS { } /// - /// Looks up a localized string similar to Time:. + /// Sucht eine lokalisierte Zeichenfolge, die Time: ähnelt. /// public static string HISTORYROW_TIME { get { @@ -18009,7 +18081,7 @@ public static string HISTORYROW_TIME { } /// - /// Looks up a localized string similar to With {0}, {1}. + /// Sucht eine lokalisierte Zeichenfolge, die With {0}, {1} ähnelt. /// public static string HISTORYROW_WITH { get { @@ -18018,7 +18090,7 @@ public static string HISTORYROW_WITH { } /// - /// Looks up a localized string similar to Home Server. + /// Sucht eine lokalisierte Zeichenfolge, die Home Server ähnelt. /// public static string HOME_SERVER { get { @@ -18027,7 +18099,7 @@ public static string HOME_SERVER { } /// - /// Looks up a localized string similar to &Home Server. + /// Sucht eine lokalisierte Zeichenfolge, die &Home Server ähnelt. /// public static string HOME_SERVER_MENU_ITEM { get { @@ -18036,7 +18108,7 @@ public static string HOME_SERVER_MENU_ITEM { } /// - /// Looks up a localized string similar to The default web browser could not be started.. + /// Sucht eine lokalisierte Zeichenfolge, die The default web browser could not be started. ähnelt. /// public static string HOMEPAGE_ERROR_MESSAGE { get { @@ -18045,7 +18117,7 @@ public static string HOMEPAGE_ERROR_MESSAGE { } /// - /// Looks up a localized string similar to This server cannot be contacted. + /// Sucht eine lokalisierte Zeichenfolge, die This server cannot be contacted ähnelt. /// public static string HOMESERVER_PICKER_HOST_NOT_LIVE { get { @@ -18054,7 +18126,7 @@ public static string HOMESERVER_PICKER_HOST_NOT_LIVE { } /// - /// Looks up a localized string similar to This server has an operation in progress.. + /// Sucht eine lokalisierte Zeichenfolge, die This server has an operation in progress. ähnelt. /// public static string HOST_ACTION_IN_PROGRESS { get { @@ -18063,7 +18135,7 @@ public static string HOST_ACTION_IN_PROGRESS { } /// - /// Looks up a localized string similar to Cannot add server {0} to pool {1}: server is already in pool {2}.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot add server {0} to pool {1}: server is already in pool {2}. ähnelt. /// public static string HOST_ALREADY_IN_POOL { get { @@ -18072,7 +18144,7 @@ public static string HOST_ALREADY_IN_POOL { } /// - /// Looks up a localized string similar to This server is already powered on.. + /// Sucht eine lokalisierte Zeichenfolge, die This server is already powered on. ähnelt. /// public static string HOST_ALREADY_POWERED_ON { get { @@ -18081,7 +18153,7 @@ public static string HOST_ALREADY_POWERED_ON { } /// - /// Looks up a localized string similar to This server is already shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die This server is already shut down. ähnelt. /// public static string HOST_ALREADY_SHUT_DOWN { get { @@ -18090,7 +18162,7 @@ public static string HOST_ALREADY_SHUT_DOWN { } /// - /// Looks up a localized string similar to Server '{0}' backed up.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' backed up. ähnelt. /// public static string HOST_BACKEDUP { get { @@ -18099,7 +18171,7 @@ public static string HOST_BACKEDUP { } /// - /// Looks up a localized string similar to Server entering maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Server entering maintenance mode ähnelt. /// public static string HOST_DISABLE { get { @@ -18108,7 +18180,7 @@ public static string HOST_DISABLE { } /// - /// Looks up a localized string similar to Server exiting maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Server exiting maintenance mode ähnelt. /// public static string HOST_ENABLE { get { @@ -18117,7 +18189,7 @@ public static string HOST_ENABLE { } /// - /// Looks up a localized string similar to Server entering maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Server entering maintenance mode ähnelt. /// public static string HOST_EVACUATE { get { @@ -18126,7 +18198,7 @@ public static string HOST_EVACUATE { } /// - /// Looks up a localized string similar to Server General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Server General Properties ähnelt. /// public static string HOST_GENERAL_TAB_TITLE { get { @@ -18135,7 +18207,7 @@ public static string HOST_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Could not find host in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find host in [XenCenter]'s cache. ähnelt. /// public static string HOST_GONE { get { @@ -18144,7 +18216,7 @@ public static string HOST_GONE { } /// - /// Looks up a localized string similar to In maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die In maintenance mode ähnelt. /// public static string HOST_IN_MAINTENANCE_MODE { get { @@ -18153,7 +18225,7 @@ public static string HOST_IN_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Host internal management network. + /// Sucht eine lokalisierte Zeichenfolge, die Host internal management network ähnelt. /// public static string HOST_INTERNAL_MANAGEMENT_NETWORK { get { @@ -18162,7 +18234,7 @@ public static string HOST_INTERNAL_MANAGEMENT_NETWORK { } /// - /// Looks up a localized string similar to Host liveness check. + /// Sucht eine lokalisierte Zeichenfolge, die Host liveness check ähnelt. /// public static string HOST_LIVENESS_CHECK_DESCRIPTION { get { @@ -18171,7 +18243,7 @@ public static string HOST_LIVENESS_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Local. + /// Sucht eine lokalisierte Zeichenfolge, die Local ähnelt. /// public static string HOST_LOG_DESTINATION_LOCAL { get { @@ -18180,7 +18252,7 @@ public static string HOST_LOG_DESTINATION_LOCAL { } /// - /// Looks up a localized string similar to Local and Remote ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die Local and Remote ({0}) ähnelt. /// public static string HOST_LOG_DESTINATION_LOCAL_AND_REMOTE { get { @@ -18189,9 +18261,9 @@ public static string HOST_LOG_DESTINATION_LOCAL_AND_REMOTE { } /// - /// Looks up a localized string similar to If you are upgrading to [XenServer] [BRANDING_VERSION_8_0] and above, the Control Domain memory on {0} will be increased. + /// Sucht eine lokalisierte Zeichenfolge, die If you are upgrading to [XenServer] [BRANDING_VERSION_8_0] and above, the Control Domain memory on {0} will be increased. /// - ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server.. + ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_DEFAULT_WARNING_LONG { get { @@ -18200,7 +18272,7 @@ public static string HOST_MEMORY_POST_UPGRADE_DEFAULT_WARNING_LONG { } /// - /// Looks up a localized string similar to {0}: This server might not be able to accommodate all its VMs after the upgrade, due to a possible increase in Control Domain memory. . + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server might not be able to accommodate all its VMs after the upgrade, due to a possible increase in Control Domain memory. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_DEFAULT_WARNING_SHORT { get { @@ -18209,9 +18281,9 @@ public static string HOST_MEMORY_POST_UPGRADE_DEFAULT_WARNING_SHORT { } /// - /// Looks up a localized string similar to The Control Domain memory on {0} will be increased to {1} during the upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die The Control Domain memory on {0} will be increased to {1} during the upgrade. /// - ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server.. + ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_DOM0_MEMORY_WARNING_LONG { get { @@ -18220,7 +18292,7 @@ public static string HOST_MEMORY_POST_UPGRADE_DOM0_MEMORY_WARNING_LONG { } /// - /// Looks up a localized string similar to {0}: This server might not be able to accommodate all its VMs after the upgrade, due to an increase in Control Domain memory.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server might not be able to accommodate all its VMs after the upgrade, due to an increase in Control Domain memory. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_DOM0_MEMORY_WARNING_SHORT { get { @@ -18229,9 +18301,9 @@ public static string HOST_MEMORY_POST_UPGRADE_DOM0_MEMORY_WARNING_SHORT { } /// - /// Looks up a localized string similar to The Control Domain memory on {0} will be increased when upgrading to [XenServer] {1}. + /// Sucht eine lokalisierte Zeichenfolge, die The Control Domain memory on {0} will be increased when upgrading to [XenServer] {1}. /// - ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server.. + ///This might result in failure to migrate VMs to this server during the RPU or to accommodate after the upgrade all the VMs that are currently residing on this server. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_VERSION_WARNING_LONG { get { @@ -18240,7 +18312,7 @@ public static string HOST_MEMORY_POST_UPGRADE_VERSION_WARNING_LONG { } /// - /// Looks up a localized string similar to {0}: This server might not be able to accommodate all its VMs after the upgrade, due to an increase in Control Domain memory.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server might not be able to accommodate all its VMs after the upgrade, due to an increase in Control Domain memory. ähnelt. /// public static string HOST_MEMORY_POST_UPGRADE_VERSION_WARNING_SHORT { get { @@ -18249,7 +18321,7 @@ public static string HOST_MEMORY_POST_UPGRADE_VERSION_WARNING_SHORT { } /// - /// Looks up a localized string similar to {0} (License restriction). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (License restriction) ähnelt. /// public static string HOST_MENU_ADD_SERVER { get { @@ -18258,7 +18330,7 @@ public static string HOST_MENU_ADD_SERVER { } /// - /// Looks up a localized string similar to Add to &Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Add to &Pool ähnelt. /// public static string HOST_MENU_ADD_TO_POOL { get { @@ -18267,7 +18339,7 @@ public static string HOST_MENU_ADD_TO_POOL { } /// - /// Looks up a localized string similar to Add to P&ool. + /// Sucht eine lokalisierte Zeichenfolge, die Add to P&ool ähnelt. /// public static string HOST_MENU_ADD_TO_POOL_CONTEXT_MENU { get { @@ -18276,7 +18348,7 @@ public static string HOST_MENU_ADD_TO_POOL_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Add to &Pool (License restriction). + /// Sucht eine lokalisierte Zeichenfolge, die Add to &Pool (License restriction) ähnelt. /// public static string HOST_MENU_ADD_TO_POOL_LICENSE_RESTRICTION { get { @@ -18285,7 +18357,7 @@ public static string HOST_MENU_ADD_TO_POOL_LICENSE_RESTRICTION { } /// - /// Looks up a localized string similar to (Error generating menu). + /// Sucht eine lokalisierte Zeichenfolge, die (Error generating menu) ähnelt. /// public static string HOST_MENU_COMPLETE_FAILURE { get { @@ -18294,7 +18366,7 @@ public static string HOST_MENU_COMPLETE_FAILURE { } /// - /// Looks up a localized string similar to Control &Domain Memory.... + /// Sucht eine lokalisierte Zeichenfolge, die Control &Domain Memory... ähnelt. /// public static string HOST_MENU_CONTROL_DOMAIN_MEMORY { get { @@ -18303,7 +18375,7 @@ public static string HOST_MENU_CONTROL_DOMAIN_MEMORY { } /// - /// Looks up a localized string similar to &Migrate VM wizard.... + /// Sucht eine lokalisierte Zeichenfolge, die &Migrate VM wizard... ähnelt. /// public static string HOST_MENU_CPM_TEXT { get { @@ -18312,7 +18384,7 @@ public static string HOST_MENU_CPM_TEXT { } /// - /// Looks up a localized string similar to Current server. + /// Sucht eine lokalisierte Zeichenfolge, die Current server ähnelt. /// public static string HOST_MENU_CURRENT_SERVER { get { @@ -18321,7 +18393,7 @@ public static string HOST_MENU_CURRENT_SERVER { } /// - /// Looks up a localized string similar to (empty). + /// Sucht eine lokalisierte Zeichenfolge, die (empty) ähnelt. /// public static string HOST_MENU_EMPTY { get { @@ -18330,7 +18402,7 @@ public static string HOST_MENU_EMPTY { } /// - /// Looks up a localized string similar to &Import.... + /// Sucht eine lokalisierte Zeichenfolge, die &Import... ähnelt. /// public static string HOST_MENU_IMPORT_VM_TEXT { get { @@ -18339,7 +18411,7 @@ public static string HOST_MENU_IMPORT_VM_TEXT { } /// - /// Looks up a localized string similar to Unknown error. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown error ähnelt. /// public static string HOST_MENU_UNKNOWN_ERROR { get { @@ -18348,7 +18420,7 @@ public static string HOST_MENU_UNKNOWN_ERROR { } /// - /// Looks up a localized string similar to Live patching status. + /// Sucht eine lokalisierte Zeichenfolge, die Live patching status ähnelt. /// public static string HOST_NEEDS_REBOOT_CHECK_DESCRIPTION { get { @@ -18357,7 +18429,7 @@ public static string HOST_NEEDS_REBOOT_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Yes (Host needs reboot). + /// Sucht eine lokalisierte Zeichenfolge, die Yes (Host needs reboot) ähnelt. /// public static string HOST_NEEDS_REBOOT_ENABLE_SRIOV { get { @@ -18366,7 +18438,7 @@ public static string HOST_NEEDS_REBOOT_ENABLE_SRIOV { } /// - /// Looks up a localized string similar to &Add Network.... + /// Sucht eine lokalisierte Zeichenfolge, die &Add Network... ähnelt. /// public static string HOST_NETWORK_TAB_ADD_BUTTON_LABEL { get { @@ -18375,7 +18447,7 @@ public static string HOST_NETWORK_TAB_ADD_BUTTON_LABEL { } /// - /// Looks up a localized string similar to P&roperties. + /// Sucht eine lokalisierte Zeichenfolge, die P&roperties ähnelt. /// public static string HOST_NETWORK_TAB_EDIT_BUTTON_LABEL { get { @@ -18384,7 +18456,7 @@ public static string HOST_NETWORK_TAB_EDIT_BUTTON_LABEL { } /// - /// Looks up a localized string similar to R&emove Network. + /// Sucht eine lokalisierte Zeichenfolge, die R&emove Network ähnelt. /// public static string HOST_NETWORK_TAB_REMOVE_BUTTON_LABEL { get { @@ -18393,7 +18465,7 @@ public static string HOST_NETWORK_TAB_REMOVE_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Server Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Server Networks ähnelt. /// public static string HOST_NETWORK_TAB_TITLE { get { @@ -18402,7 +18474,7 @@ public static string HOST_NETWORK_TAB_TITLE { } /// - /// Looks up a localized string similar to No crashdumps to remove. + /// Sucht eine lokalisierte Zeichenfolge, die No crashdumps to remove ähnelt. /// public static string HOST_NO_CRASHDUMPS { get { @@ -18411,7 +18483,7 @@ public static string HOST_NO_CRASHDUMPS { } /// - /// Looks up a localized string similar to Server is not reachable. + /// Sucht eine lokalisierte Zeichenfolge, die Server is not reachable ähnelt. /// public static string HOST_NOT_LIVE { get { @@ -18420,7 +18492,7 @@ public static string HOST_NOT_LIVE { } /// - /// Looks up a localized string similar to Server power on. + /// Sucht eine lokalisierte Zeichenfolge, die Server power on ähnelt. /// public static string HOST_POWER_ON { get { @@ -18429,7 +18501,7 @@ public static string HOST_POWER_ON { } /// - /// Looks up a localized string similar to This host does not have its Power On mode set.. + /// Sucht eine lokalisierte Zeichenfolge, die This host does not have its Power On mode set. ähnelt. /// public static string HOST_POWER_ON_MODE_NOT_SET { get { @@ -18438,7 +18510,7 @@ public static string HOST_POWER_ON_MODE_NOT_SET { } /// - /// Looks up a localized string similar to You must reboot your server '{0}' to complete the restore process.. + /// Sucht eine lokalisierte Zeichenfolge, die You must reboot your server '{0}' to complete the restore process. ähnelt. /// public static string HOST_REBOOT_REQUIRED { get { @@ -18447,7 +18519,7 @@ public static string HOST_REBOOT_REQUIRED { } /// - /// Looks up a localized string similar to Upgrade failed. The server rebooted with the same version.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade failed. The server rebooted with the same version. ähnelt. /// public static string HOST_REBOOTED_SAME_VERSION { get { @@ -18456,7 +18528,7 @@ public static string HOST_REBOOTED_SAME_VERSION { } /// - /// Looks up a localized string similar to Rebooting server. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting server ähnelt. /// public static string HOST_REBOOTING { get { @@ -18465,7 +18537,7 @@ public static string HOST_REBOOTING { } /// - /// Looks up a localized string similar to Removed {0} crashdumps from {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Removed {0} crashdumps from {1} ähnelt. /// public static string HOST_REMOVED_MANY_CRASHDUMPS { get { @@ -18474,7 +18546,7 @@ public static string HOST_REMOVED_MANY_CRASHDUMPS { } /// - /// Looks up a localized string similar to Removed 1 crashdump from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Removed 1 crashdump from {0} ähnelt. /// public static string HOST_REMOVED_ONE_CRASHDUMP { get { @@ -18483,7 +18555,7 @@ public static string HOST_REMOVED_ONE_CRASHDUMP { } /// - /// Looks up a localized string similar to Removing crashdump {0} of {1} from {2}. + /// Sucht eine lokalisierte Zeichenfolge, die Removing crashdump {0} of {1} from {2} ähnelt. /// public static string HOST_REMOVING_CRASHDUMP { get { @@ -18492,7 +18564,7 @@ public static string HOST_REMOVING_CRASHDUMP { } /// - /// Looks up a localized string similar to Removing crashdumps from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Removing crashdumps from {0} ähnelt. /// public static string HOST_REMOVING_CRASHDUMPS_TITLE { get { @@ -18501,7 +18573,7 @@ public static string HOST_REMOVING_CRASHDUMPS_TITLE { } /// - /// Looks up a localized string similar to Server '{0}' restored.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' restored. ähnelt. /// public static string HOST_RESTORED { get { @@ -18510,7 +18582,7 @@ public static string HOST_RESTORED { } /// - /// Looks up a localized string similar to This server cannot see any storage. + /// Sucht eine lokalisierte Zeichenfolge, die This server cannot see any storage ähnelt. /// public static string HOST_SEES_NO_STORAGE { get { @@ -18519,7 +18591,7 @@ public static string HOST_SEES_NO_STORAGE { } /// - /// Looks up a localized string similar to Shut down server. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down server ähnelt. /// public static string HOST_SHUTDOWN { get { @@ -18528,7 +18600,7 @@ public static string HOST_SHUTDOWN { } /// - /// Looks up a localized string similar to {0}: One or more servers in the pool are not licensed for automated updates. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: One or more servers in the pool are not licensed for automated updates ähnelt. /// public static string HOST_UNLICENSED_FOR_AUTOMATED_UPDATES_WARNING { get { @@ -18537,7 +18609,7 @@ public static string HOST_UNLICENSED_FOR_AUTOMATED_UPDATES_WARNING { } /// - /// Looks up a localized string similar to Host '{0}':. + /// Sucht eine lokalisierte Zeichenfolge, die Host '{0}': ähnelt. /// public static string HOST_X { get { @@ -18546,7 +18618,7 @@ public static string HOST_X { } /// - /// Looks up a localized string similar to Server '{0}' entered maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' entered maintenance mode ähnelt. /// public static string HOSTACTION_EVACUATED { get { @@ -18555,7 +18627,7 @@ public static string HOSTACTION_EVACUATED { } /// - /// Looks up a localized string similar to Server '{0}' entering maintenance mode.... + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' entering maintenance mode... ähnelt. /// public static string HOSTACTION_EVACUATING { get { @@ -18564,7 +18636,7 @@ public static string HOSTACTION_EVACUATING { } /// - /// Looks up a localized string similar to Server '{0}' exited maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' exited maintenance mode ähnelt. /// public static string HOSTACTION_EXITED_MAINTENANCE_MODE { get { @@ -18573,7 +18645,7 @@ public static string HOSTACTION_EXITED_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Server '{0}' exiting maintenance mode.... + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' exiting maintenance mode... ähnelt. /// public static string HOSTACTION_EXITING_MAINTENANCE_MODE { get { @@ -18582,7 +18654,7 @@ public static string HOSTACTION_EXITING_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Preparing to reboot server: shutting down {0} ({1} of {2}). + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to reboot server: shutting down {0} ({1} of {2}) ähnelt. /// public static string HOSTACTION_REBOOT_VM_SHUTDOWN { get { @@ -18591,7 +18663,7 @@ public static string HOSTACTION_REBOOT_VM_SHUTDOWN { } /// - /// Looks up a localized string similar to Preparing to shut down server: shutting down {0} ({1} of {2}). + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to shut down server: shutting down {0} ({1} of {2}) ähnelt. /// public static string HOSTACTION_SHUTDOWN_VM_SHUTDOWN { get { @@ -18600,7 +18672,7 @@ public static string HOSTACTION_SHUTDOWN_VM_SHUTDOWN { } /// - /// Looks up a localized string similar to Nominated server {0} as new master. + /// Sucht eine lokalisierte Zeichenfolge, die Nominated server {0} as new master ähnelt. /// public static string HOSTACTION_TRANSITIONED_NEW_MASTER { get { @@ -18609,7 +18681,7 @@ public static string HOSTACTION_TRANSITIONED_NEW_MASTER { } /// - /// Looks up a localized string similar to Nominating server {0} as new master.... + /// Sucht eine lokalisierte Zeichenfolge, die Nominating server {0} as new master... ähnelt. /// public static string HOSTACTION_TRANSITIONING_NEW_MASTER { get { @@ -18618,7 +18690,7 @@ public static string HOSTACTION_TRANSITIONING_NEW_MASTER { } /// - /// Looks up a localized string similar to Could not locate an appropriate SR to upload the update. Your SRs may be detached or have insufficient space.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not locate an appropriate SR to upload the update. Your SRs may be detached or have insufficient space. ähnelt. /// public static string HOTFIX_APPLY_ERROR_NO_SR { get { @@ -18627,7 +18699,7 @@ public static string HOTFIX_APPLY_ERROR_NO_SR { } /// - /// Looks up a localized string similar to Hotfix check. + /// Sucht eine lokalisierte Zeichenfolge, die Hotfix check ähnelt. /// public static string HOTFIX_CHECK { get { @@ -18636,7 +18708,7 @@ public static string HOTFIX_CHECK { } /// - /// Looks up a localized string similar to Hourly; at {0} minutes past each hour. + /// Sucht eine lokalisierte Zeichenfolge, die Hourly; at {0} minutes past each hour ähnelt. /// public static string HOURLY_SCHEDULE_FORMAT { get { @@ -18645,7 +18717,7 @@ public static string HOURLY_SCHEDULE_FORMAT { } /// - /// Looks up a localized string similar to -. + /// Sucht eine lokalisierte Zeichenfolge, die - ähnelt. /// public static string HYPHEN { get { @@ -18654,7 +18726,7 @@ public static string HYPHEN { } /// - /// Looks up a localized string similar to ID. + /// Sucht eine lokalisierte Zeichenfolge, die ID ähnelt. /// public static string ID { get { @@ -18663,7 +18735,7 @@ public static string ID { } /// - /// Looks up a localized string similar to &Ignore. + /// Sucht eine lokalisierte Zeichenfolge, die &Ignore ähnelt. /// public static string IGNORE_BUTTON_LABEL { get { @@ -18672,7 +18744,7 @@ public static string IGNORE_BUTTON_LABEL { } /// - /// Looks up a localized string similar to It is not possible to connect to the iLO service. Please review your configuration.. + /// Sucht eine lokalisierte Zeichenfolge, die It is not possible to connect to the iLO service. Please review your configuration. ähnelt. /// public static string ILO_CONNECTION_ERROR { get { @@ -18681,7 +18753,7 @@ public static string ILO_CONNECTION_ERROR { } /// - /// Looks up a localized string similar to The iLO power-on request failed. + /// Sucht eine lokalisierte Zeichenfolge, die The iLO power-on request failed ähnelt. /// public static string ILO_POWERON_FAILED { get { @@ -18690,7 +18762,7 @@ public static string ILO_POWERON_FAILED { } /// - /// Looks up a localized string similar to VM Definition. + /// Sucht eine lokalisierte Zeichenfolge, die VM Definition ähnelt. /// public static string IMAGE_DEFINITION_PAGE_TEXT { get { @@ -18699,7 +18771,7 @@ public static string IMAGE_DEFINITION_PAGE_TEXT { } /// - /// Looks up a localized string similar to Define Virtual Machine. + /// Sucht eine lokalisierte Zeichenfolge, die Define Virtual Machine ähnelt. /// public static string IMAGE_DEFINITION_PAGE_TITLE { get { @@ -18708,7 +18780,7 @@ public static string IMAGE_DEFINITION_PAGE_TITLE { } /// - /// Looks up a localized string similar to The selected virtual hard disk image file is corrupt.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected virtual hard disk image file is corrupt. ähnelt. /// public static string IMAGE_SELECTION_PAGE_ERROR_CORRUPT_FILE { get { @@ -18717,7 +18789,7 @@ public static string IMAGE_SELECTION_PAGE_ERROR_CORRUPT_FILE { } /// - /// Looks up a localized string similar to The selected file is not a valid virtual hard disk image file.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected file is not a valid virtual hard disk image file. ähnelt. /// public static string IMAGE_SELECTION_PAGE_ERROR_INVALID_FILE_TYPE { get { @@ -18726,7 +18798,7 @@ public static string IMAGE_SELECTION_PAGE_ERROR_INVALID_FILE_TYPE { } /// - /// Looks up a localized string similar to The selected file is a VMDK data file. Please select a VMDK descriptor file instead.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected file is a VMDK data file. Please select a VMDK descriptor file instead. ähnelt. /// public static string IMAGE_SELECTION_PAGE_ERROR_INVALID_VMDK_DESCRIPTOR { get { @@ -18735,7 +18807,7 @@ public static string IMAGE_SELECTION_PAGE_ERROR_INVALID_VMDK_DESCRIPTOR { } /// - /// Looks up a localized string similar to Import Appliance '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Import Appliance '{0}' to '{1}' ähnelt. /// public static string IMPORT_APPLIANCE { get { @@ -18744,7 +18816,7 @@ public static string IMPORT_APPLIANCE { } /// - /// Looks up a localized string similar to Import VM '{0}' from Disk Image to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Import VM '{0}' from Disk Image to '{1}' ähnelt. /// public static string IMPORT_DISK_IMAGE { get { @@ -18753,7 +18825,7 @@ public static string IMPORT_DISK_IMAGE { } /// - /// Looks up a localized string similar to Too many EULAs to display, cannot continue.. + /// Sucht eine lokalisierte Zeichenfolge, die Too many EULAs to display, cannot continue. ähnelt. /// public static string IMPORT_EULA_PAGE_MAX_TABS { get { @@ -18762,7 +18834,7 @@ public static string IMPORT_EULA_PAGE_MAX_TABS { } /// - /// Looks up a localized string similar to Review End User License Agreement (EULA). + /// Sucht eine lokalisierte Zeichenfolge, die Review End User License Agreement (EULA) ähnelt. /// public static string IMPORT_EULA_PAGE_TITLE { get { @@ -18771,7 +18843,7 @@ public static string IMPORT_EULA_PAGE_TITLE { } /// - /// Looks up a localized string similar to The server could not complete the import due to an unkown error.. + /// Sucht eine lokalisierte Zeichenfolge, die The server could not complete the import due to an unkown error. ähnelt. /// public static string IMPORT_GENERIC_FAIL { get { @@ -18780,7 +18852,7 @@ public static string IMPORT_GENERIC_FAIL { } /// - /// Looks up a localized string similar to The exported files are incomplete or in an unrecognised format.. + /// Sucht eine lokalisierte Zeichenfolge, die The exported files are incomplete or in an unrecognised format. ähnelt. /// public static string IMPORT_INCOMPLETE_FILES { get { @@ -18789,7 +18861,7 @@ public static string IMPORT_INCOMPLETE_FILES { } /// - /// Looks up a localized string similar to [Choose an ISO SR]. + /// Sucht eine lokalisierte Zeichenfolge, die [Choose an ISO SR] ähnelt. /// public static string IMPORT_OPTIONS_PAGE_CHOOSE_ISO_SR { get { @@ -18798,7 +18870,7 @@ public static string IMPORT_OPTIONS_PAGE_CHOOSE_ISO_SR { } /// - /// Looks up a localized string similar to Could not locate the Fixup ISO. + /// Sucht eine lokalisierte Zeichenfolge, die Could not locate the Fixup ISO ähnelt. /// public static string IMPORT_OPTIONS_PAGE_ERROR_NO_FIXUP_ISO_INSTALLED { get { @@ -18807,7 +18879,7 @@ public static string IMPORT_OPTIONS_PAGE_ERROR_NO_FIXUP_ISO_INSTALLED { } /// - /// Looks up a localized string similar to Could not locate an appropriate ISO SR. Please review the configuration requirements for performing fix-up and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not locate an appropriate ISO SR. Please review the configuration requirements for performing fix-up and try again. ähnelt. /// public static string IMPORT_OPTIONS_PAGE_ERROR_NO_ISO_SR_AVAILABLE { get { @@ -18816,7 +18888,7 @@ public static string IMPORT_OPTIONS_PAGE_ERROR_NO_ISO_SR_AVAILABLE { } /// - /// Looks up a localized string similar to The Fixup ISO in the SR above will be used to perform fixups. + /// Sucht eine lokalisierte Zeichenfolge, die The Fixup ISO in the SR above will be used to perform fixups ähnelt. /// public static string IMPORT_OPTIONS_PAGE_FOUND_EXISTING_ISO { get { @@ -18825,7 +18897,7 @@ public static string IMPORT_OPTIONS_PAGE_FOUND_EXISTING_ISO { } /// - /// Looks up a localized string similar to New ISO library.... + /// Sucht eine lokalisierte Zeichenfolge, die New ISO library... ähnelt. /// public static string IMPORT_OPTIONS_PAGE_NEW_ISO_LIBRARY { get { @@ -18834,7 +18906,7 @@ public static string IMPORT_OPTIONS_PAGE_NEW_ISO_LIBRARY { } /// - /// Looks up a localized string similar to OS Fixup Settings. + /// Sucht eine lokalisierte Zeichenfolge, die OS Fixup Settings ähnelt. /// public static string IMPORT_OPTIONS_PAGE_TEXT { get { @@ -18843,7 +18915,7 @@ public static string IMPORT_OPTIONS_PAGE_TEXT { } /// - /// Looks up a localized string similar to Use Operating System Fixup to ensure hypervisor interoperability. + /// Sucht eine lokalisierte Zeichenfolge, die Use Operating System Fixup to ensure hypervisor interoperability ähnelt. /// public static string IMPORT_OPTIONS_PAGE_TITLE { get { @@ -18852,7 +18924,7 @@ public static string IMPORT_OPTIONS_PAGE_TITLE { } /// - /// Looks up a localized string similar to The Fixup ISO will be automatically copied to the selected SR. + /// Sucht eine lokalisierte Zeichenfolge, die The Fixup ISO will be automatically copied to the selected SR ähnelt. /// public static string IMPORT_OPTIONS_PAGE_USE_SELECTED_ISO_LIBRARY { get { @@ -18861,7 +18933,7 @@ public static string IMPORT_OPTIONS_PAGE_USE_SELECTED_ISO_LIBRARY { } /// - /// Looks up a localized string similar to Could not find the appliance certificate. The file is missing.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the appliance certificate. The file is missing. ähnelt. /// public static string IMPORT_SECURITY_PAGE_ERROR_MISSING_CERTIFICATE { get { @@ -18870,7 +18942,7 @@ public static string IMPORT_SECURITY_PAGE_ERROR_MISSING_CERTIFICATE { } /// - /// Looks up a localized string similar to Could not find the appliance manifest. The file is missing.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the appliance manifest. The file is missing. ähnelt. /// public static string IMPORT_SECURITY_PAGE_ERROR_MISSING_MANIFEST { get { @@ -18879,7 +18951,7 @@ public static string IMPORT_SECURITY_PAGE_ERROR_MISSING_MANIFEST { } /// - /// Looks up a localized string similar to Security. + /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. /// public static string IMPORT_SECURITY_PAGE_TEXT { get { @@ -18888,7 +18960,7 @@ public static string IMPORT_SECURITY_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select your import security settings. + /// Sucht eine lokalisierte Zeichenfolge, die Select your import security settings ähnelt. /// public static string IMPORT_SECURITY_PAGE_TITLE { get { @@ -18897,7 +18969,7 @@ public static string IMPORT_SECURITY_PAGE_TITLE { } /// - /// Looks up a localized string similar to &Verify manifest content. + /// Sucht eine lokalisierte Zeichenfolge, die &Verify manifest content ähnelt. /// public static string IMPORT_SECURITY_PAGE_VERIFY_CONTENT { get { @@ -18906,7 +18978,7 @@ public static string IMPORT_SECURITY_PAGE_VERIFY_CONTENT { } /// - /// Looks up a localized string similar to Verify the manifest matches the appliance files. This option will only activate if the appliance has a manifest file.. + /// Sucht eine lokalisierte Zeichenfolge, die Verify the manifest matches the appliance files. This option will only activate if the appliance has a manifest file. ähnelt. /// public static string IMPORT_SECURITY_PAGE_VERIFY_CONTENT_DESCRIPTION { get { @@ -18915,7 +18987,7 @@ public static string IMPORT_SECURITY_PAGE_VERIFY_CONTENT_DESCRIPTION { } /// - /// Looks up a localized string similar to &Verify digital signature. + /// Sucht eine lokalisierte Zeichenfolge, die &Verify digital signature ähnelt. /// public static string IMPORT_SECURITY_PAGE_VERIFY_PRODUCER { get { @@ -18924,7 +18996,7 @@ public static string IMPORT_SECURITY_PAGE_VERIFY_PRODUCER { } /// - /// Looks up a localized string similar to Verify the digital signature of the appliance is valid. This option will activate only if the appliance has been digitally signed.. + /// Sucht eine lokalisierte Zeichenfolge, die Verify the digital signature of the appliance is valid. This option will activate only if the appliance has been digitally signed. ähnelt. /// public static string IMPORT_SECURITY_PAGE_VERIFY_PRODUCER_DESCRIPTION { get { @@ -18933,7 +19005,7 @@ public static string IMPORT_SECURITY_PAGE_VERIFY_PRODUCER_DESCRIPTION { } /// - /// Looks up a localized string similar to OVA file is corrupt or contains invalid data.. + /// Sucht eine lokalisierte Zeichenfolge, die OVA file is corrupt or contains invalid data. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_CORRUPT_OVA { get { @@ -18942,7 +19014,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_CORRUPT_OVA { } /// - /// Looks up a localized string similar to Path contains invalid characters.. + /// Sucht eine lokalisierte Zeichenfolge, die Path contains invalid characters. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_INVALID_PATH { get { @@ -18951,7 +19023,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_INVALID_PATH { } /// - /// Looks up a localized string similar to Please specify a valid URI.. + /// Sucht eine lokalisierte Zeichenfolge, die Please specify a valid URI. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_INVALID_URI { get { @@ -18960,7 +19032,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_INVALID_URI { } /// - /// Looks up a localized string similar to Path does not exist.. + /// Sucht eine lokalisierte Zeichenfolge, die Path does not exist. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_NONE_EXIST_PATH { get { @@ -18969,7 +19041,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_NONE_EXIST_PATH { } /// - /// Looks up a localized string similar to The selected file is not a valid appliance file.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected file is not a valid appliance file. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_NOT_SUPPORTED { get { @@ -18978,7 +19050,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_NOT_SUPPORTED { } /// - /// Looks up a localized string similar to You do not have write permission on the location provided. Read-write access is required to import this type of file.. + /// Sucht eine lokalisierte Zeichenfolge, die You do not have write permission on the location provided. Read-write access is required to import this type of file. ähnelt. /// public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_SOURCE_IS_READONLY { get { @@ -18987,7 +19059,7 @@ public static string IMPORT_SELECT_APPLIANCE_PAGE_ERROR_SOURCE_IS_READONLY { } /// - /// Looks up a localized string similar to Boot options. + /// Sucht eine lokalisierte Zeichenfolge, die Boot options ähnelt. /// public static string IMPORT_SELECT_BOOT_OPTIONS_PAGE_TEXT { get { @@ -18996,7 +19068,7 @@ public static string IMPORT_SELECT_BOOT_OPTIONS_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select the boot mode for the new virtual machine. + /// Sucht eine lokalisierte Zeichenfolge, die Select the boot mode for the new virtual machine ähnelt. /// public static string IMPORT_SELECT_BOOT_OPTIONS_PAGE_TITLE { get { @@ -19005,7 +19077,7 @@ public static string IMPORT_SELECT_BOOT_OPTIONS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Select the location where the imported VM will be placed. + /// Sucht eine lokalisierte Zeichenfolge, die Select the location where the imported VM will be placed ähnelt. /// public static string IMPORT_SELECT_HOST_PAGE_TITLE { get { @@ -19014,10 +19086,10 @@ public static string IMPORT_SELECT_HOST_PAGE_TITLE { } /// - /// Looks up a localized string similar to <?xml version="1.0" encoding="utf-16"?> + /// Sucht eine lokalisierte Zeichenfolge, die <?xml version="1.0" encoding="utf-16"?> ///<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> /// <string>Guest installer network</string> - ///</ArrayOfString>. + ///</ArrayOfString> ähnelt. /// public static string IMPORT_SELECT_NETWORK_PAGE_NETWORK_FILTER { get { @@ -19026,7 +19098,7 @@ public static string IMPORT_SELECT_NETWORK_PAGE_NETWORK_FILTER { } /// - /// Looks up a localized string similar to No available networks to connect.. + /// Sucht eine lokalisierte Zeichenfolge, die No available networks to connect. ähnelt. /// public static string IMPORT_SELECT_NETWORK_PAGE_NO_AVAIL_NETWORKS { get { @@ -19035,7 +19107,7 @@ public static string IMPORT_SELECT_NETWORK_PAGE_NO_AVAIL_NETWORKS { } /// - /// Looks up a localized string similar to Networking. + /// Sucht eine lokalisierte Zeichenfolge, die Networking ähnelt. /// public static string IMPORT_SELECT_NETWORK_PAGE_TEXT { get { @@ -19044,7 +19116,7 @@ public static string IMPORT_SELECT_NETWORK_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select network to connect VM. + /// Sucht eine lokalisierte Zeichenfolge, die Select network to connect VM ähnelt. /// public static string IMPORT_SELECT_NETWORK_PAGE_TITLE { get { @@ -19053,7 +19125,7 @@ public static string IMPORT_SELECT_NETWORK_PAGE_TITLE { } /// - /// Looks up a localized string similar to No SR available with enough free space for all VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die No SR available with enough free space for all VMs. ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_NO_COMMON_SR_AVAILABLE { get { @@ -19062,7 +19134,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_NO_COMMON_SR_AVAILABLE { } /// - /// Looks up a localized string similar to No SR available with enough free space.. + /// Sucht eine lokalisierte Zeichenfolge, die No SR available with enough free space. ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_NO_SR_AVAILABLE { get { @@ -19071,7 +19143,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_NO_SR_AVAILABLE { } /// - /// Looks up a localized string similar to There is not enough available space on SR {0}. Please review your SR selections.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough available space on SR {0}. Please review your SR selections. ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_SPACE_LIMITATION { get { @@ -19080,7 +19152,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_SPACE_LIMITATION { } /// - /// Looks up a localized string similar to There is not enough available space on SR {0} for all the VMs. Please consider importing the VMs on different target SRs.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough available space on SR {0} for all the VMs. Please consider importing the VMs on different target SRs. ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_SPACE_LIMITATION_COMMON { get { @@ -19089,7 +19161,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_ERROR_SPACE_LIMITATION_COMMON { } /// - /// Looks up a localized string similar to Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Storage ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_TEXT { get { @@ -19098,7 +19170,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_TEXT { } /// - /// Looks up a localized string similar to Select target storage. + /// Sucht eine lokalisierte Zeichenfolge, die Select target storage ähnelt. /// public static string IMPORT_SELECT_STORAGE_PAGE_TITLE { get { @@ -19107,7 +19179,7 @@ public static string IMPORT_SELECT_STORAGE_PAGE_TITLE { } /// - /// Looks up a localized string similar to Only OVF/OVA packages can be imported as vApps.. + /// Sucht eine lokalisierte Zeichenfolge, die Only OVF/OVA packages can be imported as vApps. ähnelt. /// public static string IMPORT_SOURCE_PAGE_ERROR_OVF_ONLY { get { @@ -19116,7 +19188,7 @@ public static string IMPORT_SOURCE_PAGE_ERROR_OVF_ONLY { } /// - /// Looks up a localized string similar to All import options (*.ovf;*.ova;*.ova.gz;*.vhd;*.vmdk;*.xva;ova.xml)|*.ovf;*.ova;*.ova.gz;*.vhd;*.vmdk;*.xva;ova.xml|OVF/OVA Package files (*.ovf;*.ova;*.ova.gz)|*.ovf;*.ova*;*.ova.gz|Virtual Hard Disk images (*.vhd;*.vmdk;)|*.vhd;*.vmdk;|XVA files (*.xva)|*.xva|XVA Version 1|ova.xml. + /// Sucht eine lokalisierte Zeichenfolge, die All import options (*.ovf;*.ova;*.ova.gz;*.vhd;*.vmdk;*.xva;ova.xml)|*.ovf;*.ova;*.ova.gz;*.vhd;*.vmdk;*.xva;ova.xml|OVF/OVA Package files (*.ovf;*.ova;*.ova.gz)|*.ovf;*.ova*;*.ova.gz|Virtual Hard Disk images (*.vhd;*.vmdk;)|*.vhd;*.vmdk;|XVA files (*.xva)|*.xva|XVA Version 1|ova.xml ähnelt. /// public static string IMPORT_SOURCE_PAGE_FILETYPES { get { @@ -19125,7 +19197,7 @@ public static string IMPORT_SOURCE_PAGE_FILETYPES { } /// - /// Looks up a localized string similar to OVF/OVA Package files (*.ovf;*.ova;*.ova.gz)|*.ovf;*.ova*;*.ova.gz. + /// Sucht eine lokalisierte Zeichenfolge, die OVF/OVA Package files (*.ovf;*.ova;*.ova.gz)|*.ovf;*.ova*;*.ova.gz ähnelt. /// public static string IMPORT_SOURCE_PAGE_FILETYPES_OVF_ONLY { get { @@ -19134,7 +19206,7 @@ public static string IMPORT_SOURCE_PAGE_FILETYPES_OVF_ONLY { } /// - /// Looks up a localized string similar to Enter the pathname of an exported VM or template, an OVF/OVA package or a virtual hard disk image file or click Browse to find the file you want.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the pathname of an exported VM or template, an OVF/OVA package or a virtual hard disk image file or click Browse to find the file you want. ähnelt. /// public static string IMPORT_SOURCE_PAGE_INTRO { get { @@ -19143,7 +19215,7 @@ public static string IMPORT_SOURCE_PAGE_INTRO { } /// - /// Looks up a localized string similar to Enter the pathname of an OVF/OVA package or click Browse to find the file you want.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the pathname of an OVF/OVA package or click Browse to find the file you want. ähnelt. /// public static string IMPORT_SOURCE_PAGE_INTRO_OVF_ONLY { get { @@ -19152,7 +19224,7 @@ public static string IMPORT_SOURCE_PAGE_INTRO_OVF_ONLY { } /// - /// Looks up a localized string similar to Import Source. + /// Sucht eine lokalisierte Zeichenfolge, die Import Source ähnelt. /// public static string IMPORT_SOURCE_PAGE_TEXT { get { @@ -19161,7 +19233,7 @@ public static string IMPORT_SOURCE_PAGE_TEXT { } /// - /// Looks up a localized string similar to Locate the file you want to import. + /// Sucht eine lokalisierte Zeichenfolge, die Locate the file you want to import ähnelt. /// public static string IMPORT_SOURCE_PAGE_TITLE { get { @@ -19170,7 +19242,7 @@ public static string IMPORT_SOURCE_PAGE_TITLE { } /// - /// Looks up a localized string similar to The [Xenserver] Template that you are attempting to import already exists in the selected pool.. + /// Sucht eine lokalisierte Zeichenfolge, die The [Xenserver] Template that you are attempting to import already exists in the selected pool. ähnelt. /// public static string IMPORT_TEMPLATE_ALREADY_EXISTS { get { @@ -19179,7 +19251,7 @@ public static string IMPORT_TEMPLATE_ALREADY_EXISTS { } /// - /// Looks up a localized string similar to Configure storage for the new template. + /// Sucht eine lokalisierte Zeichenfolge, die Configure storage for the new template ähnelt. /// public static string IMPORT_TEMPLATE_CONFIGURE_STORAGE { get { @@ -19188,7 +19260,7 @@ public static string IMPORT_TEMPLATE_CONFIGURE_STORAGE { } /// - /// Looks up a localized string similar to Importing Template from backup file.. + /// Sucht eine lokalisierte Zeichenfolge, die Importing Template from backup file. ähnelt. /// public static string IMPORT_TEMPLATE_DESCRIP { get { @@ -19197,7 +19269,7 @@ public static string IMPORT_TEMPLATE_DESCRIP { } /// - /// Looks up a localized string similar to Import template from.... + /// Sucht eine lokalisierte Zeichenfolge, die Import template from... ähnelt. /// public static string IMPORT_TEMPLATE_FROM { get { @@ -19206,7 +19278,7 @@ public static string IMPORT_TEMPLATE_FROM { } /// - /// Looks up a localized string similar to Select a home server for the new template. + /// Sucht eine lokalisierte Zeichenfolge, die Select a home server for the new template ähnelt. /// public static string IMPORT_TEMPLATE_HOME_SERVER { get { @@ -19215,7 +19287,7 @@ public static string IMPORT_TEMPLATE_HOME_SERVER { } /// - /// Looks up a localized string similar to Import Template complete.. + /// Sucht eine lokalisierte Zeichenfolge, die Import Template complete. ähnelt. /// public static string IMPORT_TEMPLATE_IMPORTCOMPLETE { get { @@ -19224,7 +19296,7 @@ public static string IMPORT_TEMPLATE_IMPORTCOMPLETE { } /// - /// Looks up a localized string similar to Importing Template.... + /// Sucht eine lokalisierte Zeichenfolge, die Importing Template... ähnelt. /// public static string IMPORT_TEMPLATE_IMPORTING { get { @@ -19233,7 +19305,7 @@ public static string IMPORT_TEMPLATE_IMPORTING { } /// - /// Looks up a localized string similar to The virtual network interfaces configured for the imported template are listed below. You can add, modify or remove virtual network interfaces as required.. + /// Sucht eine lokalisierte Zeichenfolge, die The virtual network interfaces configured for the imported template are listed below. You can add, modify or remove virtual network interfaces as required. ähnelt. /// public static string IMPORT_TEMPLATE_NETWORK_BLURB { get { @@ -19242,7 +19314,7 @@ public static string IMPORT_TEMPLATE_NETWORK_BLURB { } /// - /// Looks up a localized string similar to Select a storage repository where virtual disks for the new template will be stored. + /// Sucht eine lokalisierte Zeichenfolge, die Select a storage repository where virtual disks for the new template will be stored ähnelt. /// public static string IMPORT_TEMPLATE_SELECT_SR { get { @@ -19251,7 +19323,7 @@ public static string IMPORT_TEMPLATE_SELECT_SR { } /// - /// Looks up a localized string similar to Updating Template networking.... + /// Sucht eine lokalisierte Zeichenfolge, die Updating Template networking... ähnelt. /// public static string IMPORT_TEMPLATE_UPDATING_NETWORKS { get { @@ -19260,7 +19332,7 @@ public static string IMPORT_TEMPLATE_UPDATING_NETWORKS { } /// - /// Looks up a localized string similar to Updating Template.... + /// Sucht eine lokalisierte Zeichenfolge, die Updating Template... ähnelt. /// public static string IMPORT_TEMPLATE_UPDATING_TEMPLATE { get { @@ -19269,7 +19341,7 @@ public static string IMPORT_TEMPLATE_UPDATING_TEMPLATE { } /// - /// Looks up a localized string similar to Configure virtual network interfaces for the new template. + /// Sucht eine lokalisierte Zeichenfolge, die Configure virtual network interfaces for the new template ähnelt. /// public static string IMPORT_TEMPLATE_VIFS { get { @@ -19278,7 +19350,7 @@ public static string IMPORT_TEMPLATE_VIFS { } /// - /// Looks up a localized string similar to Waiting for Import Template wizard to complete.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for Import Template wizard to complete... ähnelt. /// public static string IMPORT_TEMPLATE_WAITING_FOR_WIZARD { get { @@ -19287,7 +19359,7 @@ public static string IMPORT_TEMPLATE_WAITING_FOR_WIZARD { } /// - /// Looks up a localized string similar to XenAppliance.Import.Thread. + /// Sucht eine lokalisierte Zeichenfolge, die XenAppliance.Import.Thread ähnelt. /// public static string IMPORT_THREAD_NAME { get { @@ -19296,7 +19368,7 @@ public static string IMPORT_THREAD_NAME { } /// - /// Looks up a localized string similar to Import is a URI but no destination path defined.. + /// Sucht eine lokalisierte Zeichenfolge, die Import is a URI but no destination path defined. ähnelt. /// public static string IMPORT_URI_NO_DESTINATION { get { @@ -19305,7 +19377,7 @@ public static string IMPORT_URI_NO_DESTINATION { } /// - /// Looks up a localized string similar to Configure storage for the new VM. + /// Sucht eine lokalisierte Zeichenfolge, die Configure storage for the new VM ähnelt. /// public static string IMPORT_VM_CONFIGURE_STORAGE { get { @@ -19314,7 +19386,7 @@ public static string IMPORT_VM_CONFIGURE_STORAGE { } /// - /// Looks up a localized string similar to Import VM from.... + /// Sucht eine lokalisierte Zeichenfolge, die Import VM from... ähnelt. /// public static string IMPORT_VM_FROM { get { @@ -19323,7 +19395,7 @@ public static string IMPORT_VM_FROM { } /// - /// Looks up a localized string similar to &Import >. + /// Sucht eine lokalisierte Zeichenfolge, die &Import > ähnelt. /// public static string IMPORT_VM_IMPORT { get { @@ -19332,7 +19404,7 @@ public static string IMPORT_VM_IMPORT { } /// - /// Looks up a localized string similar to The virtual network interfaces configured for the imported VM are listed below. You can add, modify or remove virtual network interfaces as required.. + /// Sucht eine lokalisierte Zeichenfolge, die The virtual network interfaces configured for the imported VM are listed below. You can add, modify or remove virtual network interfaces as required. ähnelt. /// public static string IMPORT_VM_NETWORK_BLURB { get { @@ -19341,7 +19413,7 @@ public static string IMPORT_VM_NETWORK_BLURB { } /// - /// Looks up a localized string similar to Select a home server for the new VM. + /// Sucht eine lokalisierte Zeichenfolge, die Select a home server for the new VM ähnelt. /// public static string IMPORT_VM_SELECT_HOME_SERVER { get { @@ -19350,7 +19422,7 @@ public static string IMPORT_VM_SELECT_HOME_SERVER { } /// - /// Looks up a localized string similar to Select a storage repository where virtual disks for the new VM will be stored. + /// Sucht eine lokalisierte Zeichenfolge, die Select a storage repository where virtual disks for the new VM will be stored ähnelt. /// public static string IMPORT_VM_SELECT_SR { get { @@ -19359,7 +19431,7 @@ public static string IMPORT_VM_SELECT_SR { } /// - /// Looks up a localized string similar to Configure virtual network interfaces for the new VM. + /// Sucht eine lokalisierte Zeichenfolge, die Configure virtual network interfaces for the new VM ähnelt. /// public static string IMPORT_VM_VIFS { get { @@ -19368,7 +19440,7 @@ public static string IMPORT_VM_VIFS { } /// - /// Looks up a localized string similar to Some or all of the VMs you are importing are able to receive updates from Windows Update. The selected location does not support this virtualization state. If you continue with the import, your VMs may not be fully, if at all, functional.. + /// Sucht eine lokalisierte Zeichenfolge, die Some or all of the VMs you are importing are able to receive updates from Windows Update. The selected location does not support this virtualization state. If you continue with the import, your VMs may not be fully, if at all, functional. ähnelt. /// public static string IMPORT_VM_WITH_VENDOR_DEVICE_WARNING_MANY { get { @@ -19377,7 +19449,7 @@ public static string IMPORT_VM_WITH_VENDOR_DEVICE_WARNING_MANY { } /// - /// Looks up a localized string similar to The VM you are importing is able to receive updates from Windows Update. The selected location does not support this virtualization state. If you continue with the import, your VM may not be fully, if at all, functional.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM you are importing is able to receive updates from Windows Update. The selected location does not support this virtualization state. If you continue with the import, your VM may not be fully, if at all, functional. ähnelt. /// public static string IMPORT_VM_WITH_VENDOR_DEVICE_WARNING_ONE { get { @@ -19386,7 +19458,7 @@ public static string IMPORT_VM_WITH_VENDOR_DEVICE_WARNING_ONE { } /// - /// Looks up a localized string similar to Some or all of the VMs you are importing have virtual GPUs assigned to them. The selected location does not have the right type of GPU for all of them. If you continue with the import, their virtual GPU settings will be lost.. + /// Sucht eine lokalisierte Zeichenfolge, die Some or all of the VMs you are importing have virtual GPUs assigned to them. The selected location does not have the right type of GPU for all of them. If you continue with the import, their virtual GPU settings will be lost. ähnelt. /// public static string IMPORT_VM_WITH_VGPU_WARNING_MANY { get { @@ -19395,7 +19467,7 @@ public static string IMPORT_VM_WITH_VGPU_WARNING_MANY { } /// - /// Looks up a localized string similar to The VM you are importing has a virtual GPU assigned to it. The selected location does not have the right type of GPU. If you continue with the import, the virtual GPU settings will be lost.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM you are importing has a virtual GPU assigned to it. The selected location does not have the right type of GPU. If you continue with the import, the virtual GPU settings will be lost. ähnelt. /// public static string IMPORT_VM_WITH_VGPU_WARNING_ONE { get { @@ -19404,7 +19476,7 @@ public static string IMPORT_VM_WITH_VGPU_WARNING_ONE { } /// - /// Looks up a localized string similar to Place &all imported virtual disks on this target SR:. + /// Sucht eine lokalisierte Zeichenfolge, die Place &all imported virtual disks on this target SR: ähnelt. /// public static string IMPORT_WIZARD_ALL_ON_SAME_SR_RADIO { get { @@ -19413,7 +19485,7 @@ public static string IMPORT_WIZARD_ALL_ON_SAME_SR_RADIO { } /// - /// Looks up a localized string similar to &Import VM(s) to:. + /// Sucht eine lokalisierte Zeichenfolge, die &Import VM(s) to: ähnelt. /// public static string IMPORT_WIZARD_DESTINATION_DESTINATION { get { @@ -19422,7 +19494,7 @@ public static string IMPORT_WIZARD_DESTINATION_DESTINATION { } /// - /// Looks up a localized string similar to Choose the pool or standalone server where you want to place the VM(s). If required, you can also specify a Home Server within the selected pool for each imported VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the pool or standalone server where you want to place the VM(s). If required, you can also specify a Home Server within the selected pool for each imported VM. ähnelt. /// public static string IMPORT_WIZARD_DESTINATION_INSTRUCTIONS { get { @@ -19431,7 +19503,7 @@ public static string IMPORT_WIZARD_DESTINATION_INSTRUCTIONS { } /// - /// Looks up a localized string similar to &Assign imported VM(s) to a home server:. + /// Sucht eine lokalisierte Zeichenfolge, die &Assign imported VM(s) to a home server: ähnelt. /// public static string IMPORT_WIZARD_DESTINATION_TABLE_INTRO { get { @@ -19440,7 +19512,7 @@ public static string IMPORT_WIZARD_DESTINATION_TABLE_INTRO { } /// - /// Looks up a localized string similar to Downloading file {0}, please wait.... + /// Sucht eine lokalisierte Zeichenfolge, die Downloading file {0}, please wait... ähnelt. /// public static string IMPORT_WIZARD_DOWNLOADING { get { @@ -19449,7 +19521,7 @@ public static string IMPORT_WIZARD_DOWNLOADING { } /// - /// Looks up a localized string similar to Failed to download file {0}. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to download file {0}. Please see the logs for more information. ähnelt. /// public static string IMPORT_WIZARD_FAILED_DOWNLOAD { get { @@ -19458,7 +19530,7 @@ public static string IMPORT_WIZARD_FAILED_DOWNLOAD { } /// - /// Looks up a localized string similar to Failed to uncompress file {0}. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to uncompress file {0}. Please see the logs for more information. ähnelt. /// public static string IMPORT_WIZARD_FAILED_UNCOMPRESS { get { @@ -19467,7 +19539,7 @@ public static string IMPORT_WIZARD_FAILED_UNCOMPRESS { } /// - /// Looks up a localized string similar to Map the virtual network interfaces in the VMs you are importing to networks in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Map the virtual network interfaces in the VMs you are importing to networks in the destination pool or standalone server. ähnelt. /// public static string IMPORT_WIZARD_NETWORKING_INTRO { get { @@ -19476,7 +19548,7 @@ public static string IMPORT_WIZARD_NETWORKING_INTRO { } /// - /// Looks up a localized string similar to Place imported virtual disks onto &specified target SRs:. + /// Sucht eine lokalisierte Zeichenfolge, die Place imported virtual disks onto &specified target SRs: ähnelt. /// public static string IMPORT_WIZARD_SPECIFIC_SR_RADIO { get { @@ -19485,7 +19557,7 @@ public static string IMPORT_WIZARD_SPECIFIC_SR_RADIO { } /// - /// Looks up a localized string similar to Place the virtual disks in the VMs you are importing onto storage repositories (SRs) in the destination pool or standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Place the virtual disks in the VMs you are importing onto storage repositories (SRs) in the destination pool or standalone server. ähnelt. /// public static string IMPORT_WIZARD_STORAGE_INSTRUCTIONS { get { @@ -19494,7 +19566,7 @@ public static string IMPORT_WIZARD_STORAGE_INSTRUCTIONS { } /// - /// Looks up a localized string similar to Select the storage repository for the imported template.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage repository for the imported template. ähnelt. /// public static string IMPORT_WIZARD_TEMPLATE_SR_HINT_TEXT { get { @@ -19503,7 +19575,7 @@ public static string IMPORT_WIZARD_TEMPLATE_SR_HINT_TEXT { } /// - /// Looks up a localized string similar to Uncompressing file {0}, please wait.... + /// Sucht eine lokalisierte Zeichenfolge, die Uncompressing file {0}, please wait... ähnelt. /// public static string IMPORT_WIZARD_UNCOMPRESSING { get { @@ -19512,7 +19584,7 @@ public static string IMPORT_WIZARD_UNCOMPRESSING { } /// - /// Looks up a localized string similar to &Virtual network interfaces in imported VMs:. + /// Sucht eine lokalisierte Zeichenfolge, die &Virtual network interfaces in imported VMs: ähnelt. /// public static string IMPORT_WIZARD_VM_SELECTION_INTRODUCTION { get { @@ -19521,7 +19593,7 @@ public static string IMPORT_WIZARD_VM_SELECTION_INTRODUCTION { } /// - /// Looks up a localized string similar to Select the storage repository for the imported virtual machine.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage repository for the imported virtual machine. ähnelt. /// public static string IMPORT_WIZARD_VM_SR_HINT_TEXT { get { @@ -19530,7 +19602,7 @@ public static string IMPORT_WIZARD_VM_SR_HINT_TEXT { } /// - /// Looks up a localized string similar to Importing. + /// Sucht eine lokalisierte Zeichenfolge, die Importing ähnelt. /// public static string IMPORTING { get { @@ -19539,7 +19611,7 @@ public static string IMPORTING { } /// - /// Looks up a localized string similar to Importing Disk Image.... + /// Sucht eine lokalisierte Zeichenfolge, die Importing Disk Image... ähnelt. /// public static string IMPORTING_DISK_IMAGE { get { @@ -19548,7 +19620,7 @@ public static string IMPORTING_DISK_IMAGE { } /// - /// Looks up a localized string similar to Importing VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Importing VMs... ähnelt. /// public static string IMPORTING_VMS { get { @@ -19557,7 +19629,7 @@ public static string IMPORTING_VMS { } /// - /// Looks up a localized string similar to Importing VM from backup file. + /// Sucht eine lokalisierte Zeichenfolge, die Importing VM from backup file ähnelt. /// public static string IMPORTVM_DESCRIP { get { @@ -19566,7 +19638,7 @@ public static string IMPORTVM_DESCRIP { } /// - /// Looks up a localized string similar to Import VM complete. + /// Sucht eine lokalisierte Zeichenfolge, die Import VM complete ähnelt. /// public static string IMPORTVM_IMPORTCOMPLETE { get { @@ -19575,7 +19647,7 @@ public static string IMPORTVM_IMPORTCOMPLETE { } /// - /// Looks up a localized string similar to Importing VM.... + /// Sucht eine lokalisierte Zeichenfolge, die Importing VM... ähnelt. /// public static string IMPORTVM_IMPORTING { get { @@ -19584,7 +19656,7 @@ public static string IMPORTVM_IMPORTING { } /// - /// Looks up a localized string similar to Preparing to Import VM. + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to Import VM ähnelt. /// public static string IMPORTVM_PREP { get { @@ -19593,7 +19665,7 @@ public static string IMPORTVM_PREP { } /// - /// Looks up a localized string similar to Starting VM.... + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM... ähnelt. /// public static string IMPORTVM_STARTING { get { @@ -19602,7 +19674,7 @@ public static string IMPORTVM_STARTING { } /// - /// Looks up a localized string similar to Import VM from '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Import VM from '{0}' to '{1}' ähnelt. /// public static string IMPORTVM_TITLE { get { @@ -19611,7 +19683,7 @@ public static string IMPORTVM_TITLE { } /// - /// Looks up a localized string similar to Updating VM networking.... + /// Sucht eine lokalisierte Zeichenfolge, die Updating VM networking... ähnelt. /// public static string IMPORTVM_UPDATING_NETWORKS { get { @@ -19620,7 +19692,7 @@ public static string IMPORTVM_UPDATING_NETWORKS { } /// - /// Looks up a localized string similar to Updating VM.... + /// Sucht eine lokalisierte Zeichenfolge, die Updating VM... ähnelt. /// public static string IMPORTVM_UPDATING_VM { get { @@ -19629,7 +19701,7 @@ public static string IMPORTVM_UPDATING_VM { } /// - /// Looks up a localized string similar to Waiting for Import VM wizard to complete.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for Import VM wizard to complete... ähnelt. /// public static string IMPORTVM_WAITING_FOR_WIZARD { get { @@ -19638,7 +19710,7 @@ public static string IMPORTVM_WAITING_FOR_WIZARD { } /// - /// Looks up a localized string similar to Is in a vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Is in a vApp ähnelt. /// public static string IN_ANY_APPLIANCE { get { @@ -19647,7 +19719,7 @@ public static string IN_ANY_APPLIANCE { } /// - /// Looks up a localized string similar to in '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die in '{0}' ähnelt. /// public static string IN_POOL { get { @@ -19656,7 +19728,7 @@ public static string IN_POOL { } /// - /// Looks up a localized string similar to In progress. + /// Sucht eine lokalisierte Zeichenfolge, die In progress ähnelt. /// public static string IN_PROGRESS { get { @@ -19665,7 +19737,7 @@ public static string IN_PROGRESS { } /// - /// Looks up a localized string similar to In rolling upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die In rolling upgrade ähnelt. /// public static string IN_ROLLING_UPGRADE { get { @@ -19674,7 +19746,7 @@ public static string IN_ROLLING_UPGRADE { } /// - /// Looks up a localized string similar to This server version is incompatible with [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die This server version is incompatible with [XenCenter]. ähnelt. /// public static string INCOMPATIBLE_PRODUCTS { get { @@ -19683,7 +19755,7 @@ public static string INCOMPATIBLE_PRODUCTS { } /// - /// Looks up a localized string similar to Incompatible protocol version. + /// Sucht eine lokalisierte Zeichenfolge, die Incompatible protocol version ähnelt. /// public static string INCOMPATIBLE_PROTOCOL_VERSION { get { @@ -19692,7 +19764,7 @@ public static string INCOMPATIBLE_PROTOCOL_VERSION { } /// - /// Looks up a localized string similar to Incompatible write cache mode. + /// Sucht eine lokalisierte Zeichenfolge, die Incompatible write cache mode ähnelt. /// public static string INCOMPATIBLE_WRITE_CACHE_MODE { get { @@ -19701,7 +19773,7 @@ public static string INCOMPATIBLE_WRITE_CACHE_MODE { } /// - /// Looks up a localized string similar to Incorrect file size. + /// Sucht eine lokalisierte Zeichenfolge, die Incorrect file size ähnelt. /// public static string INCORRECT_FILE_SIZE { get { @@ -19710,7 +19782,7 @@ public static string INCORRECT_FILE_SIZE { } /// - /// Looks up a localized string similar to This LUN does not contain the Storage Repository '{0}'. Please select the correct LUN.. + /// Sucht eine lokalisierte Zeichenfolge, die This LUN does not contain the Storage Repository '{0}'. Please select the correct LUN. ähnelt. /// public static string INCORRECT_LUN_FOR_SR { get { @@ -19719,7 +19791,7 @@ public static string INCORRECT_LUN_FOR_SR { } /// - /// Looks up a localized string similar to Incorrect old password. + /// Sucht eine lokalisierte Zeichenfolge, die Incorrect old password ähnelt. /// public static string INCORRECT_OLD_PASSWORD { get { @@ -19728,7 +19800,7 @@ public static string INCORRECT_OLD_PASSWORD { } /// - /// Looks up a localized string similar to Disk snapshots are not currently available for this VM. + /// Sucht eine lokalisierte Zeichenfolge, die Disk snapshots are not currently available for this VM ähnelt. /// public static string INFO_DISK_MODE { get { @@ -19737,7 +19809,7 @@ public static string INFO_DISK_MODE { } /// - /// Looks up a localized string similar to Disk and memory snapshots are not currently available for this VM. + /// Sucht eine lokalisierte Zeichenfolge, die Disk and memory snapshots are not currently available for this VM ähnelt. /// public static string INFO_DISKMEMORY_MODE_MISC { get { @@ -19746,7 +19818,7 @@ public static string INFO_DISKMEMORY_MODE_MISC { } /// - /// Looks up a localized string similar to Disk and memory snapshots need I/O drivers to be installed. + /// Sucht eine lokalisierte Zeichenfolge, die Disk and memory snapshots need I/O drivers to be installed ähnelt. /// public static string INFO_DISKMEMORY_MODE_NO_IO_DRIVERS { get { @@ -19755,7 +19827,7 @@ public static string INFO_DISKMEMORY_MODE_NO_IO_DRIVERS { } /// - /// Looks up a localized string similar to Disk and memory snapshots need [Citrix VM Tools] to be installed. + /// Sucht eine lokalisierte Zeichenfolge, die Disk and memory snapshots need [Citrix VM Tools] to be installed ähnelt. /// public static string INFO_DISKMEMORY_MODE_NO_TOOLS { get { @@ -19764,7 +19836,7 @@ public static string INFO_DISKMEMORY_MODE_NO_TOOLS { } /// - /// Looks up a localized string similar to Disk and memory snapshots need the VM to be running. + /// Sucht eine lokalisierte Zeichenfolge, die Disk and memory snapshots need the VM to be running ähnelt. /// public static string INFO_DISKMEMORY_MODE_POWER_STATE { get { @@ -19773,7 +19845,7 @@ public static string INFO_DISKMEMORY_MODE_POWER_STATE { } /// - /// Looks up a localized string similar to Quiesced snapshots need the VSS service to be enabled on the VM. + /// Sucht eine lokalisierte Zeichenfolge, die Quiesced snapshots need the VSS service to be enabled on the VM ähnelt. /// public static string INFO_QUIESCE_MODE { get { @@ -19782,7 +19854,7 @@ public static string INFO_QUIESCE_MODE { } /// - /// Looks up a localized string similar to Quiesced snapshots need Management Agent to be installed. + /// Sucht eine lokalisierte Zeichenfolge, die Quiesced snapshots need Management Agent to be installed ähnelt. /// public static string INFO_QUIESCE_MODE_NO_MGMNT { get { @@ -19791,7 +19863,7 @@ public static string INFO_QUIESCE_MODE_NO_MGMNT { } /// - /// Looks up a localized string similar to Quiesced snapshots need [Citrix VM Tools] to be installed. + /// Sucht eine lokalisierte Zeichenfolge, die Quiesced snapshots need [Citrix VM Tools] to be installed ähnelt. /// public static string INFO_QUIESCE_MODE_NO_TOOLS { get { @@ -19800,7 +19872,7 @@ public static string INFO_QUIESCE_MODE_NO_TOOLS { } /// - /// Looks up a localized string similar to Quiesced snapshots need the VM to be running. + /// Sucht eine lokalisierte Zeichenfolge, die Quiesced snapshots need the VM to be running ähnelt. /// public static string INFO_QUIESCE_MODE_POWER_STATE { get { @@ -19809,7 +19881,7 @@ public static string INFO_QUIESCE_MODE_POWER_STATE { } /// - /// Looks up a localized string similar to Information. + /// Sucht eine lokalisierte Zeichenfolge, die Information ähnelt. /// public static string INFORMATION { get { @@ -19818,7 +19890,7 @@ public static string INFORMATION { } /// - /// Looks up a localized string similar to Initialize WLB.... + /// Sucht eine lokalisierte Zeichenfolge, die Initialize WLB... ähnelt. /// public static string INITIALIZE_WLB { get { @@ -19827,7 +19899,7 @@ public static string INITIALIZE_WLB { } /// - /// Looks up a localized string similar to Initialized. + /// Sucht eine lokalisierte Zeichenfolge, die Initialized ähnelt. /// public static string INITIALIZED { get { @@ -19836,7 +19908,7 @@ public static string INITIALIZED { } /// - /// Looks up a localized string similar to Connecting to Workload Balancing server. + /// Sucht eine lokalisierte Zeichenfolge, die Connecting to Workload Balancing server ähnelt. /// public static string INITIALIZING_WLB { get { @@ -19845,7 +19917,7 @@ public static string INITIALIZING_WLB { } /// - /// Looks up a localized string similar to Connecting pool {0} to Workload Balancing server.. + /// Sucht eine lokalisierte Zeichenfolge, die Connecting pool {0} to Workload Balancing server. ähnelt. /// public static string INITIALIZING_WLB_ON { get { @@ -19854,7 +19926,7 @@ public static string INITIALIZING_WLB_ON { } /// - /// Looks up a localized string similar to {0}: Could not find install files at the specified network location. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Could not find install files at the specified network location ähnelt. /// public static string INSTALL_FILES_CANNOT_BE_FOUND { get { @@ -19863,7 +19935,7 @@ public static string INSTALL_FILES_CANNOT_BE_FOUND { } /// - /// Looks up a localized string similar to Install License Key. + /// Sucht eine lokalisierte Zeichenfolge, die Install License Key ähnelt. /// public static string INSTALL_LICENSE_KEY { get { @@ -19872,7 +19944,7 @@ public static string INSTALL_LICENSE_KEY { } /// - /// Looks up a localized string similar to Install pending &updates.... + /// Sucht eine lokalisierte Zeichenfolge, die Install pending &updates... ähnelt. /// public static string INSTALL_PENDING_UPDATES { get { @@ -19881,7 +19953,7 @@ public static string INSTALL_PENDING_UPDATES { } /// - /// Looks up a localized string similar to Install [Citrix VM Tools]. + /// Sucht eine lokalisierte Zeichenfolge, die Install [Citrix VM Tools] ähnelt. /// public static string INSTALL_XENSERVER_TOOLS { get { @@ -19890,7 +19962,7 @@ public static string INSTALL_XENSERVER_TOOLS { } /// - /// Looks up a localized string similar to Install [Citrix VM Tools].... + /// Sucht eine lokalisierte Zeichenfolge, die Install [Citrix VM Tools]... ähnelt. /// public static string INSTALL_XENSERVER_TOOLS_DOTS { get { @@ -19899,7 +19971,7 @@ public static string INSTALL_XENSERVER_TOOLS_DOTS { } /// - /// Looks up a localized string similar to Install [Citrix VM Tools]. + /// Sucht eine lokalisierte Zeichenfolge, die Install [Citrix VM Tools] ähnelt. /// public static string INSTALL_XS_TOOLS { get { @@ -19908,7 +19980,7 @@ public static string INSTALL_XS_TOOLS { } /// - /// Looks up a localized string similar to Installed Updates. + /// Sucht eine lokalisierte Zeichenfolge, die Installed Updates ähnelt. /// public static string INSTALLED_UPDATES { get { @@ -19917,7 +19989,7 @@ public static string INSTALLED_UPDATES { } /// - /// Looks up a localized string similar to Could not find a CD drive on the selected VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find a CD drive on the selected VM. ähnelt. /// public static string INSTALLTOOLS_COULDNOTFIND_CD { get { @@ -19926,7 +19998,7 @@ public static string INSTALLTOOLS_COULDNOTFIND_CD { } /// - /// Looks up a localized string similar to Could not find the [Citrix VM Tools] install disc.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the [Citrix VM Tools] install disc. ähnelt. /// public static string INSTALLTOOLS_COULDNOTFIND_WIN { get { @@ -19935,7 +20007,7 @@ public static string INSTALLTOOLS_COULDNOTFIND_WIN { } /// - /// Looks up a localized string similar to [Citrix VM Tools] installation launched.. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] installation launched. ähnelt. /// public static string INSTALLTOOLS_DONE { get { @@ -19944,7 +20016,7 @@ public static string INSTALLTOOLS_DONE { } /// - /// Looks up a localized string similar to [Citrix VM Tools] are already installed on this VM.. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] are already installed on this VM. ähnelt. /// public static string INSTALLTOOLS_EXIST { get { @@ -19953,7 +20025,7 @@ public static string INSTALLTOOLS_EXIST { } /// - /// Looks up a localized string similar to Launching [Citrix VM Tools] installation.. + /// Sucht eine lokalisierte Zeichenfolge, die Launching [Citrix VM Tools] installation. ähnelt. /// public static string INSTALLTOOLS_STARTING { get { @@ -19962,7 +20034,7 @@ public static string INSTALLTOOLS_STARTING { } /// - /// Looks up a localized string similar to Installing [Citrix VM Tools] on VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Installing [Citrix VM Tools] on VM {0} ähnelt. /// public static string INSTALLTOOLS_TITLE { get { @@ -19971,7 +20043,7 @@ public static string INSTALLTOOLS_TITLE { } /// - /// Looks up a localized string similar to Creating VM '{0}' from template '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Creating VM '{0}' from template '{1}' ähnelt. /// public static string INSTANT_VM_CREATE_DESCRIPTION { get { @@ -19980,7 +20052,7 @@ public static string INSTANT_VM_CREATE_DESCRIPTION { } /// - /// Looks up a localized string similar to Instant VM create. + /// Sucht eine lokalisierte Zeichenfolge, die Instant VM create ähnelt. /// public static string INSTANT_VM_CREATE_TITLE { get { @@ -19989,7 +20061,7 @@ public static string INSTANT_VM_CREATE_TITLE { } /// - /// Looks up a localized string similar to This server is currently not using the integrated GPU.. + /// Sucht eine lokalisierte Zeichenfolge, die This server is currently not using the integrated GPU. ähnelt. /// public static string INTEGRATED_GPU_PASSTHROUGH_DISABLED { get { @@ -19998,7 +20070,7 @@ public static string INTEGRATED_GPU_PASSTHROUGH_DISABLED { } /// - /// Looks up a localized string similar to Not using the integrated GPU. + /// Sucht eine lokalisierte Zeichenfolge, die Not using the integrated GPU ähnelt. /// public static string INTEGRATED_GPU_PASSTHROUGH_DISABLED_SHORT { get { @@ -20007,7 +20079,7 @@ public static string INTEGRATED_GPU_PASSTHROUGH_DISABLED_SHORT { } /// - /// Looks up a localized string similar to This server is currently using the integrated GPU.. + /// Sucht eine lokalisierte Zeichenfolge, die This server is currently using the integrated GPU. ähnelt. /// public static string INTEGRATED_GPU_PASSTHROUGH_ENABLED { get { @@ -20016,7 +20088,7 @@ public static string INTEGRATED_GPU_PASSTHROUGH_ENABLED { } /// - /// Looks up a localized string similar to Using the integrated GPU. + /// Sucht eine lokalisierte Zeichenfolge, die Using the integrated GPU ähnelt. /// public static string INTEGRATED_GPU_PASSTHROUGH_ENABLED_SHORT { get { @@ -20025,7 +20097,7 @@ public static string INTEGRATED_GPU_PASSTHROUGH_ENABLED_SHORT { } /// - /// Looks up a localized string similar to Interfaces: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Interfaces: {0} ähnelt. /// public static string INTERFACES_COUNT { get { @@ -20034,7 +20106,7 @@ public static string INTERFACES_COUNT { } /// - /// Looks up a localized string similar to Invalid hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid hostname ähnelt. /// public static string INVALID_HOST { get { @@ -20043,7 +20115,7 @@ public static string INVALID_HOST { } /// - /// Looks up a localized string similar to Invalid number. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid number ähnelt. /// public static string INVALID_NUMBER { get { @@ -20052,7 +20124,7 @@ public static string INVALID_NUMBER { } /// - /// Looks up a localized string similar to This does not appear to be a valid OVF file.. + /// Sucht eine lokalisierte Zeichenfolge, die This does not appear to be a valid OVF file. ähnelt. /// public static string INVALID_OVF { get { @@ -20061,7 +20133,7 @@ public static string INVALID_OVF { } /// - /// Looks up a localized string similar to Invalid parameter. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid parameter ähnelt. /// public static string INVALID_PARAMETER { get { @@ -20070,7 +20142,7 @@ public static string INVALID_PARAMETER { } /// - /// Looks up a localized string similar to Invalid session. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid session ähnelt. /// public static string INVALID_SESSION { get { @@ -20079,7 +20151,7 @@ public static string INVALID_SESSION { } /// - /// Looks up a localized string similar to IP Address. + /// Sucht eine lokalisierte Zeichenfolge, die IP Address ähnelt. /// public static string IP_ADDRESS { get { @@ -20088,7 +20160,7 @@ public static string IP_ADDRESS { } /// - /// Looks up a localized string similar to I&P address:. + /// Sucht eine lokalisierte Zeichenfolge, die I&P address: ähnelt. /// public static string IP_ADDRESS_LABEL { get { @@ -20097,7 +20169,7 @@ public static string IP_ADDRESS_LABEL { } /// - /// Looks up a localized string similar to to {0}.{1}.{2}.{3}. + /// Sucht eine lokalisierte Zeichenfolge, die to {0}.{1}.{2}.{3} ähnelt. /// public static string IP_ADDRESS_RANGE_END { get { @@ -20106,7 +20178,7 @@ public static string IP_ADDRESS_RANGE_END { } /// - /// Looks up a localized string similar to I&P address range:. + /// Sucht eine lokalisierte Zeichenfolge, die I&P address range: ähnelt. /// public static string IP_ADDRESS_RANGE_LABEL { get { @@ -20115,7 +20187,7 @@ public static string IP_ADDRESS_RANGE_LABEL { } /// - /// Looks up a localized string similar to Unknown. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown ähnelt. /// public static string IP_ADDRESS_UNKNOWN { get { @@ -20124,7 +20196,7 @@ public static string IP_ADDRESS_UNKNOWN { } /// - /// Looks up a localized string similar to Edit IQN. + /// Sucht eine lokalisierte Zeichenfolge, die Edit IQN ähnelt. /// public static string IQN_CHECK_EDIT { get { @@ -20133,7 +20205,7 @@ public static string IQN_CHECK_EDIT { } /// - /// Looks up a localized string similar to {0} has an iSCSI-IQN ({1}) which already exists on {2}. This could cause problems with iSCSI storage on this network.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} has an iSCSI-IQN ({1}) which already exists on {2}. This could cause problems with iSCSI storage on this network. ähnelt. /// public static string IQN_CHECK_EXISTS_TEXT { get { @@ -20142,7 +20214,7 @@ public static string IQN_CHECK_EXISTS_TEXT { } /// - /// Looks up a localized string similar to iSCSI-IQN Exists. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI-IQN Exists ähnelt. /// public static string IQN_CHECK_EXISTS_TITLE { get { @@ -20151,7 +20223,7 @@ public static string IQN_CHECK_EXISTS_TITLE { } /// - /// Looks up a localized string similar to {0} has no iSCSI-IQN. This could cause problems with iSCSI storage on this network.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} has no iSCSI-IQN. This could cause problems with iSCSI storage on this network. ähnelt. /// public static string IQN_CHECK_MISSING_TEXT { get { @@ -20160,7 +20232,7 @@ public static string IQN_CHECK_MISSING_TEXT { } /// - /// Looks up a localized string similar to iSCSI-IQN Missing. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI-IQN Missing ähnelt. /// public static string IQN_CHECK_MISSING_TITLE { get { @@ -20169,7 +20241,7 @@ public static string IQN_CHECK_MISSING_TITLE { } /// - /// Looks up a localized string similar to is. + /// Sucht eine lokalisierte Zeichenfolge, die is ähnelt. /// public static string IS { get { @@ -20178,7 +20250,7 @@ public static string IS { } /// - /// Looks up a localized string similar to is exactly. + /// Sucht eine lokalisierte Zeichenfolge, die is exactly ähnelt. /// public static string IS_EXACTLY { get { @@ -20187,7 +20259,7 @@ public static string IS_EXACTLY { } /// - /// Looks up a localized string similar to Is in a pool. + /// Sucht eine lokalisierte Zeichenfolge, die Is in a pool ähnelt. /// public static string IS_IN_A_POOL { get { @@ -20196,7 +20268,7 @@ public static string IS_IN_A_POOL { } /// - /// Looks up a localized string similar to VMs on StorageLink Gateway SR. + /// Sucht eine lokalisierte Zeichenfolge, die VMs on StorageLink Gateway SR ähnelt. /// public static string IS_IN_STORAGELINK_SR { get { @@ -20205,7 +20277,7 @@ public static string IS_IN_STORAGELINK_SR { } /// - /// Looks up a localized string similar to is not. + /// Sucht eine lokalisierte Zeichenfolge, die is not ähnelt. /// public static string IS_NOT { get { @@ -20214,7 +20286,7 @@ public static string IS_NOT { } /// - /// Looks up a localized string similar to Is standalone. + /// Sucht eine lokalisierte Zeichenfolge, die Is standalone ähnelt. /// public static string IS_STANDALONE { get { @@ -20223,8 +20295,8 @@ public static string IS_STANDALONE { } /// - /// Looks up a localized string similar to SR size: {0} - ///SR UUID: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die SR size: {0} + ///SR UUID: {1} ähnelt. /// public static string ISCSI_DIALOG_SR_DETAILS { get { @@ -20233,10 +20305,10 @@ public static string ISCSI_DIALOG_SR_DETAILS { } /// - /// Looks up a localized string similar to Vendor: {0} + /// Sucht eine lokalisierte Zeichenfolge, die Vendor: {0} ///Serial Number: {1} ///SCSI ID: {2} - ///Size: {3}. + ///Size: {3} ähnelt. /// public static string ISCSI_DIALOG_SR_DETAILS_FOR_FIBRECHANNEL { get { @@ -20245,7 +20317,7 @@ public static string ISCSI_DIALOG_SR_DETAILS_FOR_FIBRECHANNEL { } /// - /// Looks up a localized string similar to Interrogation failed -- call succeeded!. + /// Sucht eine lokalisierte Zeichenfolge, die Interrogation failed -- call succeeded! ähnelt. /// public static string ISCSI_FAIL { get { @@ -20254,7 +20326,7 @@ public static string ISCSI_FAIL { } /// - /// Looks up a localized string similar to SHOULD NEVER BE CREATED. + /// Sucht eine lokalisierte Zeichenfolge, die SHOULD NEVER BE CREATED ähnelt. /// public static string ISCSI_SHOULD_NO_BE_CREATED { get { @@ -20263,7 +20335,7 @@ public static string ISCSI_SHOULD_NO_BE_CREATED { } /// - /// Looks up a localized string similar to StorageLink technology. + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink technology ähnelt. /// public static string ISL_SR { get { @@ -20272,7 +20344,7 @@ public static string ISL_SR { } /// - /// Looks up a localized string similar to Loaded ISO '{0}' into the DVD Drive on VM {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Loaded ISO '{0}' into the DVD Drive on VM {1} ähnelt. /// public static string ISO_LOADED { get { @@ -20281,7 +20353,7 @@ public static string ISO_LOADED { } /// - /// Looks up a localized string similar to Loading ISO '{0}' into the DVD Drive on VM {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Loading ISO '{0}' into the DVD Drive on VM {1} ähnelt. /// public static string ISO_LOADING { get { @@ -20290,7 +20362,7 @@ public static string ISO_LOADING { } /// - /// Looks up a localized string similar to Set DVD Drive on {0} as empty.. + /// Sucht eine lokalisierte Zeichenfolge, die Set DVD Drive on {0} as empty. ähnelt. /// public static string ISO_UNLOADED { get { @@ -20299,7 +20371,7 @@ public static string ISO_UNLOADED { } /// - /// Looks up a localized string similar to Setting DVD Drive on {0} as empty.. + /// Sucht eine lokalisierte Zeichenfolge, die Setting DVD Drive on {0} as empty. ähnelt. /// public static string ISO_UNLOADING { get { @@ -20308,7 +20380,7 @@ public static string ISO_UNLOADING { } /// - /// Looks up a localized string similar to DVD drive {0} on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die DVD drive {0} on {1} ähnelt. /// public static string ISOCOMBOBOX_CD_DRIVE { get { @@ -20317,7 +20389,7 @@ public static string ISOCOMBOBOX_CD_DRIVE { } /// - /// Looks up a localized string similar to Please enter a user name and password with sufficient privileges to add servers to domain '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Please enter a user name and password with sufficient privileges to add servers to domain '{0}'. ähnelt. /// public static string JOINING_AD { get { @@ -20326,7 +20398,7 @@ public static string JOINING_AD { } /// - /// Looks up a localized string similar to &Keep waiting. + /// Sucht eine lokalisierte Zeichenfolge, die &Keep waiting ähnelt. /// public static string KEEP_WAITING_BUTTON_LABEL { get { @@ -20335,7 +20407,7 @@ public static string KEEP_WAITING_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Attempting to connect to {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Attempting to connect to {0}... ähnelt. /// public static string LABEL_ATTEMPT { get { @@ -20344,7 +20416,7 @@ public static string LABEL_ATTEMPT { } /// - /// Looks up a localized string similar to Canceling connection to {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Canceling connection to {0}... ähnelt. /// public static string LABEL_FAILED { get { @@ -20353,7 +20425,7 @@ public static string LABEL_FAILED { } /// - /// Looks up a localized string similar to Synchronizing with {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Synchronizing with {0}... ähnelt. /// public static string LABEL_SYNC { get { @@ -20362,7 +20434,7 @@ public static string LABEL_SYNC { } /// - /// Looks up a localized string similar to The information is not available.. + /// Sucht eine lokalisierte Zeichenfolge, die The information is not available. ähnelt. /// public static string LAST_REFRESH_FAIL { get { @@ -20371,7 +20443,7 @@ public static string LAST_REFRESH_FAIL { } /// - /// Looks up a localized string similar to Loading.... + /// Sucht eine lokalisierte Zeichenfolge, die Loading... ähnelt. /// public static string LAST_REFRESH_IN_PROGRESS { get { @@ -20380,7 +20452,7 @@ public static string LAST_REFRESH_IN_PROGRESS { } /// - /// Looks up a localized string similar to Last refresh: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Last refresh: {0} ähnelt. /// public static string LAST_REFRESH_SUCCESS { get { @@ -20389,7 +20461,7 @@ public static string LAST_REFRESH_SUCCESS { } /// - /// Looks up a localized string similar to was last week. + /// Sucht eine lokalisierte Zeichenfolge, die was last week ähnelt. /// public static string LAST_WEEK { get { @@ -20398,7 +20470,7 @@ public static string LAST_WEEK { } /// - /// Looks up a localized string similar to License Manager. + /// Sucht eine lokalisierte Zeichenfolge, die License Manager ähnelt. /// public static string LAUNCH_LICENSE_MANAGER { get { @@ -20407,7 +20479,7 @@ public static string LAUNCH_LICENSE_MANAGER { } /// - /// Looks up a localized string similar to Enter a user name and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a user name and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed. ähnelt. /// public static string LEAVING_AD { get { @@ -20416,7 +20488,7 @@ public static string LEAVING_AD { } /// - /// Looks up a localized string similar to Left Alt. + /// Sucht eine lokalisierte Zeichenfolge, die Left Alt ähnelt. /// public static string LEFT_ALT { get { @@ -20425,7 +20497,7 @@ public static string LEFT_ALT { } /// - /// Looks up a localized string similar to < {0}. + /// Sucht eine lokalisierte Zeichenfolge, die < {0} ähnelt. /// public static string LESS_THAN { get { @@ -20434,7 +20506,7 @@ public static string LESS_THAN { } /// - /// Looks up a localized string similar to Activated. + /// Sucht eine lokalisierte Zeichenfolge, die Activated ähnelt. /// public static string LICENSE_ACTIVATED { get { @@ -20443,7 +20515,7 @@ public static string LICENSE_ACTIVATED { } /// - /// Looks up a localized string similar to [Citrix] Virtual &Apps and Desktops. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix] Virtual &Apps and Desktops ähnelt. /// public static string LICENSE_EDITION_DESKTOP { get { @@ -20452,7 +20524,7 @@ public static string LICENSE_EDITION_DESKTOP { } /// - /// Looks up a localized string similar to [Citrix] Virtual Apps and Desktops [Citrix] &Cloud. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix] Virtual Apps and Desktops [Citrix] &Cloud ähnelt. /// public static string LICENSE_EDITION_DESKTOP_CLOUD { get { @@ -20461,7 +20533,7 @@ public static string LICENSE_EDITION_DESKTOP_CLOUD { } /// - /// Looks up a localized string similar to XenApp/XenDesktop [Citrix] &Cloud. + /// Sucht eine lokalisierte Zeichenfolge, die XenApp/XenDesktop [Citrix] &Cloud ähnelt. /// public static string LICENSE_EDITION_DESKTOP_CLOUD_LEGACY { get { @@ -20470,7 +20542,7 @@ public static string LICENSE_EDITION_DESKTOP_CLOUD_LEGACY { } /// - /// Looks up a localized string similar to XenApp/Xen&Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die XenApp/Xen&Desktop ähnelt. /// public static string LICENSE_EDITION_DESKTOP_LEGACY { get { @@ -20479,7 +20551,7 @@ public static string LICENSE_EDITION_DESKTOP_LEGACY { } /// - /// Looks up a localized string similar to [Citrix] Virtual Apps and Desktops &Premium. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix] Virtual Apps and Desktops &Premium ähnelt. /// public static string LICENSE_EDITION_DESKTOP_PLUS { get { @@ -20488,7 +20560,7 @@ public static string LICENSE_EDITION_DESKTOP_PLUS { } /// - /// Looks up a localized string similar to XenApp/XenDesktop &Platinum. + /// Sucht eine lokalisierte Zeichenfolge, die XenApp/XenDesktop &Platinum ähnelt. /// public static string LICENSE_EDITION_DESKTOP_PLUS_LEGACY { get { @@ -20497,7 +20569,7 @@ public static string LICENSE_EDITION_DESKTOP_PLUS_LEGACY { } /// - /// Looks up a localized string similar to [XenServer product] P&remium Per-Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] P&remium Per-Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_ENTERPRISE_PERSOCKET { get { @@ -20506,7 +20578,7 @@ public static string LICENSE_EDITION_ENTERPRISE_PERSOCKET { } /// - /// Looks up a localized string similar to [Legacy XenServer product] E&nterprise Per-Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [Legacy XenServer product] E&nterprise Per-Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_ENTERPRISE_PERSOCKET_LEGACY { get { @@ -20515,7 +20587,7 @@ public static string LICENSE_EDITION_ENTERPRISE_PERSOCKET_LEGACY { } /// - /// Looks up a localized string similar to [XenServer product] Pr&emium Per-User. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] Pr&emium Per-User ähnelt. /// public static string LICENSE_EDITION_ENTERPRISE_PERUSER { get { @@ -20524,7 +20596,7 @@ public static string LICENSE_EDITION_ENTERPRISE_PERUSER { } /// - /// Looks up a localized string similar to [Legacy XenServer product] &Enterprise Per-User. + /// Sucht eine lokalisierte Zeichenfolge, die [Legacy XenServer product] &Enterprise Per-User ähnelt. /// public static string LICENSE_EDITION_ENTERPRISE_PERUSER_LEGACY { get { @@ -20533,7 +20605,7 @@ public static string LICENSE_EDITION_ENTERPRISE_PERUSER_LEGACY { } /// - /// Looks up a localized string similar to [XenServer product] Per-&Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] Per-&Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_PERSOCKET { get { @@ -20542,7 +20614,7 @@ public static string LICENSE_EDITION_PERSOCKET { } /// - /// Looks up a localized string similar to [Legacy XenServer product] Per-&Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [Legacy XenServer product] Per-&Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_PERSOCKET_LEGACY { get { @@ -20551,7 +20623,7 @@ public static string LICENSE_EDITION_PERSOCKET_LEGACY { } /// - /// Looks up a localized string similar to [XenServer product] &Standard Per-Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] &Standard Per-Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_STANDARD_PERSOCKET { get { @@ -20560,7 +20632,7 @@ public static string LICENSE_EDITION_STANDARD_PERSOCKET { } /// - /// Looks up a localized string similar to [Legacy XenServer product] &Standard Per-Socket ({0} required). + /// Sucht eine lokalisierte Zeichenfolge, die [Legacy XenServer product] &Standard Per-Socket ({0} required) ähnelt. /// public static string LICENSE_EDITION_STANDARD_PERSOCKET_LEGACY { get { @@ -20569,7 +20641,7 @@ public static string LICENSE_EDITION_STANDARD_PERSOCKET_LEGACY { } /// - /// Looks up a localized string similar to [XenServer product] for [Citrix] Virtual &Desktops. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] for [Citrix] Virtual &Desktops ähnelt. /// public static string LICENSE_EDITION_XENDESKTOP { get { @@ -20578,7 +20650,7 @@ public static string LICENSE_EDITION_XENDESKTOP { } /// - /// Looks up a localized string similar to [Legacy XenServer product] for &XenDesktop. + /// Sucht eine lokalisierte Zeichenfolge, die [Legacy XenServer product] for &XenDesktop ähnelt. /// public static string LICENSE_EDITION_XENDESKTOP_LEGACY { get { @@ -20587,7 +20659,7 @@ public static string LICENSE_EDITION_XENDESKTOP_LEGACY { } /// - /// Looks up a localized string similar to The licensing action for {0} failed.. + /// Sucht eine lokalisierte Zeichenfolge, die The licensing action for {0} failed. ähnelt. /// public static string LICENSE_ERROR_1 { get { @@ -20596,7 +20668,7 @@ public static string LICENSE_ERROR_1 { } /// - /// Looks up a localized string similar to The licensing action failed for {0} out of {1} of the selected servers.. + /// Sucht eine lokalisierte Zeichenfolge, die The licensing action failed for {0} out of {1} of the selected servers. ähnelt. /// public static string LICENSE_ERROR_MANY { get { @@ -20605,7 +20677,7 @@ public static string LICENSE_ERROR_MANY { } /// - /// Looks up a localized string similar to Licensing Error. + /// Sucht eine lokalisierte Zeichenfolge, die Licensing Error ähnelt. /// public static string LICENSE_ERROR_TITLE { get { @@ -20614,7 +20686,7 @@ public static string LICENSE_ERROR_TITLE { } /// - /// Looks up a localized string similar to License expired. + /// Sucht eine lokalisierte Zeichenfolge, die License expired ähnelt. /// public static string LICENSE_EXPIRED { get { @@ -20623,7 +20695,7 @@ public static string LICENSE_EXPIRED { } /// - /// Looks up a localized string similar to No licenses available. + /// Sucht eine lokalisierte Zeichenfolge, die No licenses available ähnelt. /// public static string LICENSE_EXPIRED_NO_LICENSES_AVAILABLE { get { @@ -20632,7 +20704,7 @@ public static string LICENSE_EXPIRED_NO_LICENSES_AVAILABLE { } /// - /// Looks up a localized string similar to A server license has expired or is in need of activation.. + /// Sucht eine lokalisierte Zeichenfolge, die A server license has expired or is in need of activation. ähnelt. /// public static string LICENSE_EXPIRED_OR_NEEDS_ACTIVATION { get { @@ -20641,7 +20713,7 @@ public static string LICENSE_EXPIRED_OR_NEEDS_ACTIVATION { } /// - /// Looks up a localized string similar to Expires in {0} days. + /// Sucht eine lokalisierte Zeichenfolge, die Expires in {0} days ähnelt. /// public static string LICENSE_EXPIRES_DAYS { get { @@ -20650,7 +20722,7 @@ public static string LICENSE_EXPIRES_DAYS { } /// - /// Looks up a localized string similar to Expires in {0} hours. + /// Sucht eine lokalisierte Zeichenfolge, die Expires in {0} hours ähnelt. /// public static string LICENSE_EXPIRES_HOURS { get { @@ -20659,7 +20731,7 @@ public static string LICENSE_EXPIRES_HOURS { } /// - /// Looks up a localized string similar to Expires in {0} minutes. + /// Sucht eine lokalisierte Zeichenfolge, die Expires in {0} minutes ähnelt. /// public static string LICENSE_EXPIRES_MINUTES { get { @@ -20668,7 +20740,7 @@ public static string LICENSE_EXPIRES_MINUTES { } /// - /// Looks up a localized string similar to Expires in 1 minute. + /// Sucht eine lokalisierte Zeichenfolge, die Expires in 1 minute ähnelt. /// public static string LICENSE_EXPIRES_ONE_MIN { get { @@ -20677,7 +20749,7 @@ public static string LICENSE_EXPIRES_ONE_MIN { } /// - /// Looks up a localized string similar to [XenServer] Online. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Online ähnelt. /// public static string LICENSE_EXPIRY_PURCHACE { get { @@ -20686,7 +20758,7 @@ public static string LICENSE_EXPIRY_PURCHACE { } /// - /// Looks up a localized string similar to This field is disabled due to license restrictions on the server.. + /// Sucht eine lokalisierte Zeichenfolge, die This field is disabled due to license restrictions on the server. ähnelt. /// public static string LICENSE_FIELD_DISABLED { get { @@ -20695,7 +20767,7 @@ public static string LICENSE_FIELD_DISABLED { } /// - /// Looks up a localized string similar to The selected license file does not exist. + /// Sucht eine lokalisierte Zeichenfolge, die The selected license file does not exist ähnelt. /// public static string LICENSE_FILE_DOES_NOT_EXIST { get { @@ -20704,7 +20776,7 @@ public static string LICENSE_FILE_DOES_NOT_EXIST { } /// - /// Looks up a localized string similar to The selected file is too large to be a license. + /// Sucht eine lokalisierte Zeichenfolge, die The selected file is too large to be a license ähnelt. /// public static string LICENSE_FILE_TOO_LARGE { get { @@ -20713,7 +20785,7 @@ public static string LICENSE_FILE_TOO_LARGE { } /// - /// Looks up a localized string similar to Free. + /// Sucht eine lokalisierte Zeichenfolge, die Free ähnelt. /// public static string LICENSE_FREE { get { @@ -20722,7 +20794,7 @@ public static string LICENSE_FREE { } /// - /// Looks up a localized string similar to A selected host is no longer active. + /// Sucht eine lokalisierte Zeichenfolge, die A selected host is no longer active ähnelt. /// public static string LICENSE_HOST_NOT_LIVE { get { @@ -20731,7 +20803,7 @@ public static string LICENSE_HOST_NOT_LIVE { } /// - /// Looks up a localized string similar to Licensed. + /// Sucht eine lokalisierte Zeichenfolge, die Licensed ähnelt. /// public static string LICENSE_LICENSED { get { @@ -20740,7 +20812,7 @@ public static string LICENSE_LICENSED { } /// - /// Looks up a localized string similar to Buy Licenses.... + /// Sucht eine lokalisierte Zeichenfolge, die Buy Licenses... ähnelt. /// public static string LICENSE_MANAGER_BUY_LICENSE_LINK_TEXT { get { @@ -20749,7 +20821,7 @@ public static string LICENSE_MANAGER_BUY_LICENSE_LINK_TEXT { } /// - /// Looks up a localized string similar to License Expires:. + /// Sucht eine lokalisierte Zeichenfolge, die License Expires: ähnelt. /// public static string LICENSE_MANAGER_SUMMARY_LICENSE_EXPIRES { get { @@ -20758,7 +20830,7 @@ public static string LICENSE_MANAGER_SUMMARY_LICENSE_EXPIRES { } /// - /// Looks up a localized string similar to License Server:. + /// Sucht eine lokalisierte Zeichenfolge, die License Server: ähnelt. /// public static string LICENSE_MANAGER_SUMMARY_LICENSE_SERVER { get { @@ -20767,7 +20839,7 @@ public static string LICENSE_MANAGER_SUMMARY_LICENSE_SERVER { } /// - /// Looks up a localized string similar to Sockets:. + /// Sucht eine lokalisierte Zeichenfolge, die Sockets: ähnelt. /// public static string LICENSE_MANAGER_SUMMARY_LICENSE_SOCKETS { get { @@ -20776,7 +20848,7 @@ public static string LICENSE_MANAGER_SUMMARY_LICENSE_SOCKETS { } /// - /// Looks up a localized string similar to License Type:. + /// Sucht eine lokalisierte Zeichenfolge, die License Type: ähnelt. /// public static string LICENSE_MANAGER_SUMMARY_LICENSE_TYPE { get { @@ -20785,7 +20857,7 @@ public static string LICENSE_MANAGER_SUMMARY_LICENSE_TYPE { } /// - /// Looks up a localized string similar to Never. + /// Sucht eine lokalisierte Zeichenfolge, die Never ähnelt. /// public static string LICENSE_NEVER { get { @@ -20794,7 +20866,7 @@ public static string LICENSE_NEVER { } /// - /// Looks up a localized string similar to The license for a host cannot be changed when HA is on. + /// Sucht eine lokalisierte Zeichenfolge, die The license for a host cannot be changed when HA is on ähnelt. /// public static string LICENSE_NO_HA { get { @@ -20803,7 +20875,7 @@ public static string LICENSE_NO_HA { } /// - /// Looks up a localized string similar to Servers must be selected one at a time when activating Express [XenServer].. + /// Sucht eine lokalisierte Zeichenfolge, die Servers must be selected one at a time when activating Express [XenServer]. ähnelt. /// public static string LICENSE_NO_MULTISELECT_ACTIVATE { get { @@ -20812,7 +20884,7 @@ public static string LICENSE_NO_MULTISELECT_ACTIVATE { } /// - /// Looks up a localized string similar to Servers must be selected one at a time when licensing servers which have a version lower than [BRANDING_VERSION_5_6].. + /// Sucht eine lokalisierte Zeichenfolge, die Servers must be selected one at a time when licensing servers which have a version lower than [BRANDING_VERSION_5_6]. ähnelt. /// public static string LICENSE_NO_MULTISELECT_LICENSE { get { @@ -20821,7 +20893,7 @@ public static string LICENSE_NO_MULTISELECT_LICENSE { } /// - /// Looks up a localized string similar to Not eligible for support. + /// Sucht eine lokalisierte Zeichenfolge, die Not eligible for support ähnelt. /// public static string LICENSE_NOT_ELIGIBLE_FOR_SUPPORT { get { @@ -20830,7 +20902,7 @@ public static string LICENSE_NOT_ELIGIBLE_FOR_SUPPORT { } /// - /// Looks up a localized string similar to The license server {0} could not be reached. You have until {1} to reconnect to the license server.. + /// Sucht eine lokalisierte Zeichenfolge, die The license server {0} could not be reached. You have until {1} to reconnect to the license server. ähnelt. /// public static string LICENSE_REGULAR_GRACE_TOOLTIP { get { @@ -20839,7 +20911,7 @@ public static string LICENSE_REGULAR_GRACE_TOOLTIP { } /// - /// Looks up a localized string similar to License Restriction: Could not connect to {0}, a server with an XE Express License already exists ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die License Restriction: Could not connect to {0}, a server with an XE Express License already exists ({1}) ähnelt. /// public static string LICENSE_RESTRICTION_MESSAGE { get { @@ -20848,7 +20920,7 @@ public static string LICENSE_RESTRICTION_MESSAGE { } /// - /// Looks up a localized string similar to Your support and maintenance has expired. + /// Sucht eine lokalisierte Zeichenfolge, die Your support and maintenance has expired ähnelt. /// public static string LICENSE_SA_EXPIRED { get { @@ -20857,7 +20929,7 @@ public static string LICENSE_SA_EXPIRED { } /// - /// Looks up a localized string similar to Your support and maintenance expires in {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Your support and maintenance expires in {0} ähnelt. /// public static string LICENSE_SA_EXPIRES_IN { get { @@ -20866,7 +20938,7 @@ public static string LICENSE_SA_EXPIRES_IN { } /// - /// Looks up a localized string similar to Could not open {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Could not open {0} ähnelt. /// public static string LICENSE_SERVER_COULD_NOT_OPEN_LINK { get { @@ -20875,7 +20947,7 @@ public static string LICENSE_SERVER_COULD_NOT_OPEN_LINK { } /// - /// Looks up a localized string similar to {0}:{1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}:{1} ähnelt. /// public static string LICENSE_SERVER_PORT_FORMAT { get { @@ -20884,7 +20956,7 @@ public static string LICENSE_SERVER_PORT_FORMAT { } /// - /// Looks up a localized string similar to http://{0}:{1}. + /// Sucht eine lokalisierte Zeichenfolge, die http://{0}:{1} ähnelt. /// public static string LICENSE_SERVER_WEB_CONSOLE_FORMAT { get { @@ -20893,7 +20965,7 @@ public static string LICENSE_SERVER_WEB_CONSOLE_FORMAT { } /// - /// Looks up a localized string similar to Go to.... + /// Sucht eine lokalisierte Zeichenfolge, die Go to... ähnelt. /// public static string LICENSE_SERVER_WEB_CONSOLE_GOTO { get { @@ -20902,7 +20974,7 @@ public static string LICENSE_SERVER_WEB_CONSOLE_GOTO { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string LICENSE_STATUS { get { @@ -20911,8 +20983,8 @@ public static string LICENSE_STATUS { } /// - /// Looks up a localized string similar to Eligible for support - ///[Citrix] Virtual Apps and Desktops [Citrix] Cloud features enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///[Citrix] Virtual Apps and Desktops [Citrix] Cloud features enabled ähnelt. /// public static string LICENSE_SUPPORT_AND_DESKTOP_CLOUD_FEATURES_ENABLED { get { @@ -20921,8 +20993,8 @@ public static string LICENSE_SUPPORT_AND_DESKTOP_CLOUD_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Eligible for support - ///[Citrix] Virtual Apps and Desktops features enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///[Citrix] Virtual Apps and Desktops features enabled ähnelt. /// public static string LICENSE_SUPPORT_AND_DESKTOP_FEATURES_ENABLED { get { @@ -20931,8 +21003,8 @@ public static string LICENSE_SUPPORT_AND_DESKTOP_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Eligible for support - ///[Citrix] Virtual Apps and Desktops Premium features enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///[Citrix] Virtual Apps and Desktops Premium features enabled ähnelt. /// public static string LICENSE_SUPPORT_AND_DESKTOP_PLUS_FEATURES_ENABLED { get { @@ -20941,8 +21013,8 @@ public static string LICENSE_SUPPORT_AND_DESKTOP_PLUS_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Eligible for support - ///Premium features enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///Premium features enabled ähnelt. /// public static string LICENSE_SUPPORT_AND_ENTERPRISE_FEATURES_ENABLED { get { @@ -20951,8 +21023,8 @@ public static string LICENSE_SUPPORT_AND_ENTERPRISE_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Eligible for support - ///Premium features enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///Premium features enabled ähnelt. /// public static string LICENSE_SUPPORT_AND_PREMIUM_FEATURES_ENABLED { get { @@ -20961,8 +21033,8 @@ public static string LICENSE_SUPPORT_AND_PREMIUM_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Eligible for support - ///Standard features only. + /// Sucht eine lokalisierte Zeichenfolge, die Eligible for support + ///Standard features only ähnelt. /// public static string LICENSE_SUPPORT_AND_STANDARD_FEATURES_ENABLED { get { @@ -20971,7 +21043,7 @@ public static string LICENSE_SUPPORT_AND_STANDARD_FEATURES_ENABLED { } /// - /// Looks up a localized string similar to Activation keys can only be applied to one Express [XenServer] product at a time.. + /// Sucht eine lokalisierte Zeichenfolge, die Activation keys can only be applied to one Express [XenServer] product at a time. ähnelt. /// public static string LICENSE_TOO_MANY_SERVERS_SELECTED_CAPTION { get { @@ -20980,7 +21052,7 @@ public static string LICENSE_TOO_MANY_SERVERS_SELECTED_CAPTION { } /// - /// Looks up a localized string similar to Unlicensed. + /// Sucht eine lokalisierte Zeichenfolge, die Unlicensed ähnelt. /// public static string LICENSE_UNLICENSED { get { @@ -20989,7 +21061,7 @@ public static string LICENSE_UNLICENSED { } /// - /// Looks up a localized string similar to Unsupported. + /// Sucht eine lokalisierte Zeichenfolge, die Unsupported ähnelt. /// public static string LICENSE_UNSUPPORTED { get { @@ -20998,7 +21070,7 @@ public static string LICENSE_UNSUPPORTED { } /// - /// Looks up a localized string similar to Updating.... + /// Sucht eine lokalisierte Zeichenfolge, die Updating... ähnelt. /// public static string LICENSE_UPDATING { get { @@ -21007,7 +21079,7 @@ public static string LICENSE_UPDATING { } /// - /// Looks up a localized string similar to Updating Licenses. + /// Sucht eine lokalisierte Zeichenfolge, die Updating Licenses ähnelt. /// public static string LICENSE_UPDATING_LICENSES { get { @@ -21016,7 +21088,7 @@ public static string LICENSE_UPDATING_LICENSES { } /// - /// Looks up a localized string similar to This host has been upgraded. You have until {0} to license this server.. + /// Sucht eine lokalisierte Zeichenfolge, die This host has been upgraded. You have until {0} to license this server. ähnelt. /// public static string LICENSE_UPGRADE_GRACE_TOOLTIP { get { @@ -21025,7 +21097,7 @@ public static string LICENSE_UPGRADE_GRACE_TOOLTIP { } /// - /// Looks up a localized string similar to A server license will expire or need activation within 30 days.. + /// Sucht eine lokalisierte Zeichenfolge, die A server license will expire or need activation within 30 days. ähnelt. /// public static string LICENSE_WILL_EXPIRE { get { @@ -21034,7 +21106,7 @@ public static string LICENSE_WILL_EXPIRE { } /// - /// Looks up a localized string similar to Your license expires in {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Your license expires in {0} ähnelt. /// public static string LICENSE_YOUR_LICENCE_EXPIRES_IN { get { @@ -21043,7 +21115,7 @@ public static string LICENSE_YOUR_LICENCE_EXPIRES_IN { } /// - /// Looks up a localized string similar to Your license has expired. + /// Sucht eine lokalisierte Zeichenfolge, die Your license has expired ähnelt. /// public static string LICENSE_YOUR_LICENCE_HAS_EXPIRED { get { @@ -21052,7 +21124,7 @@ public static string LICENSE_YOUR_LICENCE_HAS_EXPIRED { } /// - /// Looks up a localized string similar to One or more managed servers have expired. Either assign [XenServer] licenses, or activate Express [XenServer] products.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more managed servers have expired. Either assign [XenServer] licenses, or activate Express [XenServer] products. ähnelt. /// public static string LICENSING_DIALOG_EXPIRED_TEXT { get { @@ -21061,7 +21133,7 @@ public static string LICENSING_DIALOG_EXPIRED_TEXT { } /// - /// Looks up a localized string similar to One or more managed servers will expire soon. Either assign [XenServer] licenses, or activate Express [XenServer] products.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more managed servers will expire soon. Either assign [XenServer] licenses, or activate Express [XenServer] products. ähnelt. /// public static string LICENSING_DIALOG_EXPIRING_SOON_TEXT { get { @@ -21070,7 +21142,7 @@ public static string LICENSING_DIALOG_EXPIRING_SOON_TEXT { } /// - /// Looks up a localized string similar to Link Status. + /// Sucht eine lokalisierte Zeichenfolge, die Link Status ähnelt. /// public static string LINK_STATUS { get { @@ -21079,7 +21151,7 @@ public static string LINK_STATUS { } /// - /// Looks up a localized string similar to Live Patching. + /// Sucht eine lokalisierte Zeichenfolge, die Live Patching ähnelt. /// public static string LIVE_PATCHING { get { @@ -21088,11 +21160,11 @@ public static string LIVE_PATCHING { } /// - /// Looks up a localized string similar to Live patching failed for the following servers: + /// Sucht eine lokalisierte Zeichenfolge, die Live patching failed for the following servers: /// ///{0} /// - ///To complete the patch installation, please put the servers into maintenance mode and reboot them.. + ///To complete the patch installation, please put the servers into maintenance mode and reboot them. ähnelt. /// public static string LIVE_PATCHING_FAILED_MULTI_HOST { get { @@ -21101,7 +21173,7 @@ public static string LIVE_PATCHING_FAILED_MULTI_HOST { } /// - /// Looks up a localized string similar to Live patching failed for server ‘{0}’. To complete the patch installation, please put the server into maintenance mode and reboot it.. + /// Sucht eine lokalisierte Zeichenfolge, die Live patching failed for server ‘{0}’. To complete the patch installation, please put the server into maintenance mode and reboot it. ähnelt. /// public static string LIVE_PATCHING_FAILED_ONE_HOST { get { @@ -21110,7 +21182,7 @@ public static string LIVE_PATCHING_FAILED_ONE_HOST { } /// - /// Looks up a localized string similar to Local Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Local Storage Repositories ähnelt. /// public static string LOCAL_SRS { get { @@ -21119,7 +21191,7 @@ public static string LOCAL_SRS { } /// - /// Looks up a localized string similar to You have selected storage local to {0} that cannot be seen from this server. + /// Sucht eine lokalisierte Zeichenfolge, die You have selected storage local to {0} that cannot be seen from this server ähnelt. /// public static string LOCAL_STORAGE_CANNOT_BE_SEEN { get { @@ -21128,7 +21200,7 @@ public static string LOCAL_STORAGE_CANNOT_BE_SEEN { } /// - /// Looks up a localized string similar to Cannot move virtual disks between local SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot move virtual disks between local SRs ähnelt. /// public static string LOCAL_TO_LOCAL_MOVE { get { @@ -21137,7 +21209,7 @@ public static string LOCAL_TO_LOCAL_MOVE { } /// - /// Looks up a localized string similar to Location:. + /// Sucht eine lokalisierte Zeichenfolge, die Location: ähnelt. /// public static string LOCATION_LABEL { get { @@ -21146,7 +21218,7 @@ public static string LOCATION_LABEL { } /// - /// Looks up a localized string similar to Log Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Log Destination ähnelt. /// public static string LOG_DESTINATION { get { @@ -21155,7 +21227,7 @@ public static string LOG_DESTINATION { } /// - /// Looks up a localized string similar to Logged in as: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Logged in as: {0} ähnelt. /// public static string LOGGED_IN_AS { get { @@ -21164,7 +21236,7 @@ public static string LOGGED_IN_AS { } /// - /// Looks up a localized string similar to Logging in to the iSCSI target failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Logging in to the iSCSI target failed. ähnelt. /// public static string LOGGING_IN_TO_THE_ISCSI_TARGET_FAILED { get { @@ -21173,7 +21245,7 @@ public static string LOGGING_IN_TO_THE_ISCSI_TARGET_FAILED { } /// - /// Looks up a localized string similar to LUN-per-VDI Mapping. + /// Sucht eine lokalisierte Zeichenfolge, die LUN-per-VDI Mapping ähnelt. /// public static string LUNPERVDI_PAGE_NAME { get { @@ -21182,7 +21254,7 @@ public static string LUNPERVDI_PAGE_NAME { } /// - /// Looks up a localized string similar to Map virtual disks (VDIs) to individual LUNs on the target SR. + /// Sucht eine lokalisierte Zeichenfolge, die Map virtual disks (VDIs) to individual LUNs on the target SR ähnelt. /// public static string LUNPERVDI_PAGE_TITLE { get { @@ -21191,7 +21263,7 @@ public static string LUNPERVDI_PAGE_TITLE { } /// - /// Looks up a localized string similar to VM - VDI (Virtual Disks). + /// Sucht eine lokalisierte Zeichenfolge, die VM - VDI (Virtual Disks) ähnelt. /// public static string LUNPERVDIPICKER_IMPORT_VDI_COLUMN_TITLE { get { @@ -21200,7 +21272,7 @@ public static string LUNPERVDIPICKER_IMPORT_VDI_COLUMN_TITLE { } /// - /// Looks up a localized string similar to VDI (Virtual Disks). + /// Sucht eine lokalisierte Zeichenfolge, die VDI (Virtual Disks) ähnelt. /// public static string LUNPERVDIPICKER_VDI_COLUMN_TITLE { get { @@ -21209,7 +21281,7 @@ public static string LUNPERVDIPICKER_VDI_COLUMN_TITLE { } /// - /// Looks up a localized string similar to Destroy any data present on the disk and create a new {0} SR. + /// Sucht eine lokalisierte Zeichenfolge, die Destroy any data present on the disk and create a new {0} SR ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_FORMAT_INFO { get { @@ -21218,7 +21290,7 @@ public static string LVMOHBA_WARNING_DIALOG_FORMAT_INFO { } /// - /// Looks up a localized string similar to An existing {0} SR was found on the selected LUN. + /// Sucht eine lokalisierte Zeichenfolge, die An existing {0} SR was found on the selected LUN ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_HEADER_FOUND_EXISTING_SR { get { @@ -21227,7 +21299,7 @@ public static string LVMOHBA_WARNING_DIALOG_HEADER_FOUND_EXISTING_SR { } /// - /// Looks up a localized string similar to No existing SRs were found on the selected LUN. + /// Sucht eine lokalisierte Zeichenfolge, die No existing SRs were found on the selected LUN ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_HEADER_NO_EXISTING_SRS { get { @@ -21236,10 +21308,10 @@ public static string LVMOHBA_WARNING_DIALOG_HEADER_NO_EXISTING_SRS { } /// - /// Looks up a localized string similar to Vendor: {0} + /// Sucht eine lokalisierte Zeichenfolge, die Vendor: {0} ///Serial Number: {1} ///SCSI ID: {2} - ///Size: {3}. + ///Size: {3} ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_LUN_DETAILS { get { @@ -21248,7 +21320,7 @@ public static string LVMOHBA_WARNING_DIALOG_LUN_DETAILS { } /// - /// Looks up a localized string similar to Use the existing {0} SR. + /// Sucht eine lokalisierte Zeichenfolge, die Use the existing {0} SR ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_REATTACH_INFO { get { @@ -21257,7 +21329,7 @@ public static string LVMOHBA_WARNING_DIALOG_REATTACH_INFO { } /// - /// Looks up a localized string similar to There is no existing SR to reattach. + /// Sucht eine lokalisierte Zeichenfolge, die There is no existing SR to reattach ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_REATTACH_LABEL_TEXT { get { @@ -21266,7 +21338,7 @@ public static string LVMOHBA_WARNING_DIALOG_REATTACH_LABEL_TEXT { } /// - /// Looks up a localized string similar to &Do this for all remaining LUNs without existing SRs. + /// Sucht eine lokalisierte Zeichenfolge, die &Do this for all remaining LUNs without existing SRs ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_REPEAT_FOR_REMAINING_NO_SR { get { @@ -21275,7 +21347,7 @@ public static string LVMOHBA_WARNING_DIALOG_REPEAT_FOR_REMAINING_NO_SR { } /// - /// Looks up a localized string similar to &Do this for all remaining LUNs. + /// Sucht eine lokalisierte Zeichenfolge, die &Do this for all remaining LUNs ähnelt. /// public static string LVMOHBA_WARNING_DIALOG_REPEAT_FOR_REMAINING_WITH_SR { get { @@ -21284,7 +21356,7 @@ public static string LVMOHBA_WARNING_DIALOG_REPEAT_FOR_REMAINING_WITH_SR { } /// - /// Looks up a localized string similar to MAC. + /// Sucht eine lokalisierte Zeichenfolge, die MAC ähnelt. /// public static string MAC { get { @@ -21293,7 +21365,7 @@ public static string MAC { } /// - /// Looks up a localized string similar to auto-generate. + /// Sucht eine lokalisierte Zeichenfolge, die auto-generate ähnelt. /// public static string MAC_AUTOGENERATE { get { @@ -21302,7 +21374,7 @@ public static string MAC_AUTOGENERATE { } /// - /// Looks up a localized string similar to Invalid MAC address.. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid MAC address. ähnelt. /// public static string MAC_INVALID { get { @@ -21311,7 +21383,7 @@ public static string MAC_INVALID { } /// - /// Looks up a localized string similar to zh-CN. + /// Sucht eine lokalisierte Zeichenfolge, die zh-CN ähnelt. /// public static string MAIL_LANGUAGE_CHINESE_CODE { get { @@ -21320,7 +21392,7 @@ public static string MAIL_LANGUAGE_CHINESE_CODE { } /// - /// Looks up a localized string similar to Chinese (Simplified). + /// Sucht eine lokalisierte Zeichenfolge, die Chinese (Simplified) ähnelt. /// public static string MAIL_LANGUAGE_CHINESE_NAME { get { @@ -21329,7 +21401,7 @@ public static string MAIL_LANGUAGE_CHINESE_NAME { } /// - /// Looks up a localized string similar to en-US. + /// Sucht eine lokalisierte Zeichenfolge, die en-US ähnelt. /// public static string MAIL_LANGUAGE_ENGLISH_CODE { get { @@ -21338,7 +21410,7 @@ public static string MAIL_LANGUAGE_ENGLISH_CODE { } /// - /// Looks up a localized string similar to English (United States). + /// Sucht eine lokalisierte Zeichenfolge, die English (United States) ähnelt. /// public static string MAIL_LANGUAGE_ENGLISH_NAME { get { @@ -21347,7 +21419,7 @@ public static string MAIL_LANGUAGE_ENGLISH_NAME { } /// - /// Looks up a localized string similar to ja-JP. + /// Sucht eine lokalisierte Zeichenfolge, die ja-JP ähnelt. /// public static string MAIL_LANGUAGE_JAPANESE_CODE { get { @@ -21356,7 +21428,7 @@ public static string MAIL_LANGUAGE_JAPANESE_CODE { } /// - /// Looks up a localized string similar to Japanese (Japan). + /// Sucht eine lokalisierte Zeichenfolge, die Japanese (Japan) ähnelt. /// public static string MAIL_LANGUAGE_JAPANESE_NAME { get { @@ -21365,7 +21437,7 @@ public static string MAIL_LANGUAGE_JAPANESE_NAME { } /// - /// Looks up a localized string similar to Maintenance Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Maintenance Mode ähnelt. /// public static string MAINTENANCE_MODE { get { @@ -21374,7 +21446,7 @@ public static string MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to &Add.... + /// Sucht eine lokalisierte Zeichenfolge, die &Add... ähnelt. /// public static string MAINWINDOW_ADD_HOST { get { @@ -21383,7 +21455,7 @@ public static string MAINWINDOW_ADD_HOST { } /// - /// Looks up a localized string similar to Do you want to migrate the VM {0} to the server {1}?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to migrate the VM {0} to the server {1}? ähnelt. /// public static string MAINWINDOW_CONFIRM_MIGRATE { get { @@ -21392,7 +21464,7 @@ public static string MAINWINDOW_CONFIRM_MIGRATE { } /// - /// Looks up a localized string similar to Do you want to migrate the selected VMs to the server {0}?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to migrate the selected VMs to the server {0}? ähnelt. /// public static string MAINWINDOW_CONFIRM_MIGRATE_MULTIPLE { get { @@ -21401,7 +21473,7 @@ public static string MAINWINDOW_CONFIRM_MIGRATE_MULTIPLE { } /// - /// Looks up a localized string similar to Do you want to move the server {0} into the pool {1}?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to move the server {0} into the pool {1}? ähnelt. /// public static string MAINWINDOW_CONFIRM_MOVE_TO_POOL { get { @@ -21410,7 +21482,7 @@ public static string MAINWINDOW_CONFIRM_MOVE_TO_POOL { } /// - /// Looks up a localized string similar to Do you want to move the selected servers into the pool {0}?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to move the selected servers into the pool {0}? ähnelt. /// public static string MAINWINDOW_CONFIRM_MOVE_TO_POOL_MULTIPLE { get { @@ -21419,9 +21491,9 @@ public static string MAINWINDOW_CONFIRM_MOVE_TO_POOL_MULTIPLE { } /// - /// Looks up a localized string similar to Do you want to remove '{0}' from pool '{1}'? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to remove '{0}' from pool '{1}'? /// - ///This will permanently delete and reinitialize all local storage on '{2}'. Your data will be lost, and the server will be rebooted.. + ///This will permanently delete and reinitialize all local storage on '{2}'. Your data will be lost, and the server will be rebooted. ähnelt. /// public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL { get { @@ -21430,9 +21502,9 @@ public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL { } /// - /// Looks up a localized string similar to Do you want to remove the selected servers from pool '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to remove the selected servers from pool '{0}'? /// - ///This will permanently delete and reinitialize all local storage on the servers. Your data will be lost, and the servers will be rebooted.. + ///This will permanently delete and reinitialize all local storage on the servers. Your data will be lost, and the servers will be rebooted. ähnelt. /// public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_MULTIPLE { get { @@ -21441,7 +21513,7 @@ public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_MULTIPLE { } /// - /// Looks up a localized string similar to Remove From Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Remove From Pool ähnelt. /// public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_TITLE { get { @@ -21450,7 +21522,7 @@ public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_TITLE { } /// - /// Looks up a localized string similar to &Yes, Remove. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Remove ähnelt. /// public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_YES_BUTTON_LABEL { get { @@ -21459,7 +21531,7 @@ public static string MAINWINDOW_CONFIRM_REMOVE_FROM_POOL_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to C&onnect All. + /// Sucht eine lokalisierte Zeichenfolge, die C&onnect All ähnelt. /// public static string MAINWINDOW_CONNECT_ALL_HOSTS { get { @@ -21468,7 +21540,7 @@ public static string MAINWINDOW_CONNECT_ALL_HOSTS { } /// - /// Looks up a localized string similar to &Connect. + /// Sucht eine lokalisierte Zeichenfolge, die &Connect ähnelt. /// public static string MAINWINDOW_CONNECTHOST { get { @@ -21477,7 +21549,7 @@ public static string MAINWINDOW_CONNECTHOST { } /// - /// Looks up a localized string similar to {0} ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1}) ähnelt. /// public static string MAINWINDOW_CONTEXT_REASON { get { @@ -21486,7 +21558,7 @@ public static string MAINWINDOW_CONTEXT_REASON { } /// - /// Looks up a localized string similar to {0} (Updating...). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Updating...) ähnelt. /// public static string MAINWINDOW_CONTEXT_UPDATING { get { @@ -21495,7 +21567,7 @@ public static string MAINWINDOW_CONTEXT_UPDATING { } /// - /// Looks up a localized string similar to &Add Server. + /// Sucht eine lokalisierte Zeichenfolge, die &Add Server ähnelt. /// public static string MAINWINDOW_CONTEXTMENU_ADD_SERVER { get { @@ -21504,7 +21576,7 @@ public static string MAINWINDOW_CONTEXTMENU_ADD_SERVER { } /// - /// Looks up a localized string similar to Convert to &Template.... + /// Sucht eine lokalisierte Zeichenfolge, die Convert to &Template... ähnelt. /// public static string MAINWINDOW_CONVERT_VM_TO_TEMPLATE { get { @@ -21513,7 +21585,7 @@ public static string MAINWINDOW_CONVERT_VM_TO_TEMPLATE { } /// - /// Looks up a localized string similar to Co&nvert to Template.... + /// Sucht eine lokalisierte Zeichenfolge, die Co&nvert to Template... ähnelt. /// public static string MAINWINDOW_CONVERT_VM_TO_TEMPLATE_CONTEXT_MENU { get { @@ -21522,7 +21594,7 @@ public static string MAINWINDOW_CONVERT_VM_TO_TEMPLATE_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &Copy.... + /// Sucht eine lokalisierte Zeichenfolge, die &Copy... ähnelt. /// public static string MAINWINDOW_COPY_TEMPLATE { get { @@ -21531,7 +21603,7 @@ public static string MAINWINDOW_COPY_TEMPLATE { } /// - /// Looks up a localized string similar to &Copy VM.... + /// Sucht eine lokalisierte Zeichenfolge, die &Copy VM... ähnelt. /// public static string MAINWINDOW_COPY_VM { get { @@ -21540,7 +21612,7 @@ public static string MAINWINDOW_COPY_VM { } /// - /// Looks up a localized string similar to Ctrl+B. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+B ähnelt. /// public static string MAINWINDOW_CTRL_B { get { @@ -21549,7 +21621,7 @@ public static string MAINWINDOW_CTRL_B { } /// - /// Looks up a localized string similar to Ctrl+E. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+E ähnelt. /// public static string MAINWINDOW_CTRL_E { get { @@ -21558,7 +21630,7 @@ public static string MAINWINDOW_CTRL_E { } /// - /// Looks up a localized string similar to Ctrl+N. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+N ähnelt. /// public static string MAINWINDOW_CTRL_N { get { @@ -21567,7 +21639,7 @@ public static string MAINWINDOW_CTRL_N { } /// - /// Looks up a localized string similar to Ctrl+R. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+R ähnelt. /// public static string MAINWINDOW_CTRL_R { get { @@ -21576,7 +21648,7 @@ public static string MAINWINDOW_CTRL_R { } /// - /// Looks up a localized string similar to Ctrl+S. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+S ähnelt. /// public static string MAINWINDOW_CTRL_S { get { @@ -21585,7 +21657,7 @@ public static string MAINWINDOW_CTRL_S { } /// - /// Looks up a localized string similar to Ctrl+Y. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+Y ähnelt. /// public static string MAINWINDOW_CTRL_Y { get { @@ -21594,7 +21666,7 @@ public static string MAINWINDOW_CTRL_Y { } /// - /// Looks up a localized string similar to De&lete.... + /// Sucht eine lokalisierte Zeichenfolge, die De&lete... ähnelt. /// public static string MAINWINDOW_DELETE_OBJECTS { get { @@ -21603,7 +21675,7 @@ public static string MAINWINDOW_DELETE_OBJECTS { } /// - /// Looks up a localized string similar to Mak&e into standalone server. + /// Sucht eine lokalisierte Zeichenfolge, die Mak&e into standalone server ähnelt. /// public static string MAINWINDOW_DELETE_POOL { get { @@ -21612,7 +21684,7 @@ public static string MAINWINDOW_DELETE_POOL { } /// - /// Looks up a localized string similar to &Delete Tag.... + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Tag... ähnelt. /// public static string MAINWINDOW_DELETE_TAG { get { @@ -21621,7 +21693,7 @@ public static string MAINWINDOW_DELETE_TAG { } /// - /// Looks up a localized string similar to &Delete Tags.... + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Tags... ähnelt. /// public static string MAINWINDOW_DELETE_TAGS { get { @@ -21630,7 +21702,7 @@ public static string MAINWINDOW_DELETE_TAGS { } /// - /// Looks up a localized string similar to &Delete Template.... + /// Sucht eine lokalisierte Zeichenfolge, die &Delete Template... ähnelt. /// public static string MAINWINDOW_DELETE_TEMPLATE { get { @@ -21639,7 +21711,7 @@ public static string MAINWINDOW_DELETE_TEMPLATE { } /// - /// Looks up a localized string similar to &Delete VM.... + /// Sucht eine lokalisierte Zeichenfolge, die &Delete VM... ähnelt. /// public static string MAINWINDOW_DELETE_VM { get { @@ -21648,7 +21720,7 @@ public static string MAINWINDOW_DELETE_VM { } /// - /// Looks up a localized string similar to Destr&oy.... + /// Sucht eine lokalisierte Zeichenfolge, die Destr&oy... ähnelt. /// public static string MAINWINDOW_DESTROY_SR { get { @@ -21657,7 +21729,7 @@ public static string MAINWINDOW_DESTROY_SR { } /// - /// Looks up a localized string similar to &Detach.... + /// Sucht eine lokalisierte Zeichenfolge, die &Detach... ähnelt. /// public static string MAINWINDOW_DETACH_SR { get { @@ -21666,7 +21738,7 @@ public static string MAINWINDOW_DETACH_SR { } /// - /// Looks up a localized string similar to D&isable Changed Block Tracking. + /// Sucht eine lokalisierte Zeichenfolge, die D&isable Changed Block Tracking ähnelt. /// public static string MAINWINDOW_DISABLE_CHANGED_BLOCK_TRACKING { get { @@ -21675,7 +21747,7 @@ public static string MAINWINDOW_DISABLE_CHANGED_BLOCK_TRACKING { } /// - /// Looks up a localized string similar to Dis&connect. + /// Sucht eine lokalisierte Zeichenfolge, die Dis&connect ähnelt. /// public static string MAINWINDOW_DISCONNECT { get { @@ -21684,7 +21756,7 @@ public static string MAINWINDOW_DISCONNECT { } /// - /// Looks up a localized string similar to Di&sconnect All. + /// Sucht eine lokalisierte Zeichenfolge, die Di&sconnect All ähnelt. /// public static string MAINWINDOW_DISCONNECT_ALL_HOSTS { get { @@ -21693,7 +21765,7 @@ public static string MAINWINDOW_DISCONNECT_ALL_HOSTS { } /// - /// Looks up a localized string similar to &Disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die &Disconnect ähnelt. /// public static string MAINWINDOW_DISCONNECT_CONTEXT_MENU { get { @@ -21702,7 +21774,7 @@ public static string MAINWINDOW_DISCONNECT_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &Disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die &Disconnect ähnelt. /// public static string MAINWINDOW_DISCONNECT_CONTEXT_MENU_POOL { get { @@ -21711,7 +21783,7 @@ public static string MAINWINDOW_DISCONNECT_CONTEXT_MENU_POOL { } /// - /// Looks up a localized string similar to Edit Ta&gs.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit Ta&gs... ähnelt. /// public static string MAINWINDOW_EDIT_TAGS { get { @@ -21720,7 +21792,7 @@ public static string MAINWINDOW_EDIT_TAGS { } /// - /// Looks up a localized string similar to The [XenServer] license on '{0}' will expire in {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die The [XenServer] license on '{0}' will expire in {1}. ähnelt. /// public static string MAINWINDOW_EXPIRE_MESSAGE { get { @@ -21729,7 +21801,7 @@ public static string MAINWINDOW_EXPIRE_MESSAGE { } /// - /// Looks up a localized string similar to The [XenServer] license on '{0}' has expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The [XenServer] license on '{0}' has expired. ähnelt. /// public static string MAINWINDOW_EXPIRE_MESSAGE_TOO_LATE { get { @@ -21738,7 +21810,7 @@ public static string MAINWINDOW_EXPIRE_MESSAGE_TOO_LATE { } /// - /// Looks up a localized string similar to E&xport Resource Data.... + /// Sucht eine lokalisierte Zeichenfolge, die E&xport Resource Data... ähnelt. /// public static string MAINWINDOW_EXPORT_POOL_RESOURCE_DATA { get { @@ -21747,7 +21819,7 @@ public static string MAINWINDOW_EXPORT_POOL_RESOURCE_DATA { } /// - /// Looks up a localized string similar to &Export to File.... + /// Sucht eine lokalisierte Zeichenfolge, die &Export to File... ähnelt. /// public static string MAINWINDOW_EXPORT_TEMPLATE { get { @@ -21756,7 +21828,7 @@ public static string MAINWINDOW_EXPORT_TEMPLATE { } /// - /// Looks up a localized string similar to Export to Fi&le.... + /// Sucht eine lokalisierte Zeichenfolge, die Export to Fi&le... ähnelt. /// public static string MAINWINDOW_EXPORT_VM_AS_BACKUP { get { @@ -21765,7 +21837,7 @@ public static string MAINWINDOW_EXPORT_VM_AS_BACKUP { } /// - /// Looks up a localized string similar to The VM must be shut down before it can be exported.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM must be shut down before it can be exported. ähnelt. /// public static string MAINWINDOW_EXPORT_VM_AS_BACKUP_TOOLTIP { get { @@ -21774,7 +21846,7 @@ public static string MAINWINDOW_EXPORT_VM_AS_BACKUP_TOOLTIP { } /// - /// Looks up a localized string similar to Force Re&boot. + /// Sucht eine lokalisierte Zeichenfolge, die Force Re&boot ähnelt. /// public static string MAINWINDOW_FORCE_REBOOT { get { @@ -21783,7 +21855,7 @@ public static string MAINWINDOW_FORCE_REBOOT { } /// - /// Looks up a localized string similar to Force Shut &Down. + /// Sucht eine lokalisierte Zeichenfolge, die Force Shut &Down ähnelt. /// public static string MAINWINDOW_FORCE_SHUTDOWN { get { @@ -21792,7 +21864,7 @@ public static string MAINWINDOW_FORCE_SHUTDOWN { } /// - /// Looks up a localized string similar to Force Shut Do&wn. + /// Sucht eine lokalisierte Zeichenfolge, die Force Shut Do&wn ähnelt. /// public static string MAINWINDOW_FORCE_SHUTDOWN_CONTEXT_MENU { get { @@ -21801,7 +21873,7 @@ public static string MAINWINDOW_FORCE_SHUTDOWN_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &Forget Password. + /// Sucht eine lokalisierte Zeichenfolge, die &Forget Password ähnelt. /// public static string MAINWINDOW_FORGET_SAVED_PASSWORD { get { @@ -21810,7 +21882,7 @@ public static string MAINWINDOW_FORGET_SAVED_PASSWORD { } /// - /// Looks up a localized string similar to &Forget. + /// Sucht eine lokalisierte Zeichenfolge, die &Forget ähnelt. /// public static string MAINWINDOW_FORGET_SR { get { @@ -21819,7 +21891,7 @@ public static string MAINWINDOW_FORGET_SR { } /// - /// Looks up a localized string similar to (Licensed with {0}). + /// Sucht eine lokalisierte Zeichenfolge, die (Licensed with {0}) ähnelt. /// public static string MAINWINDOW_HEADER_LICENSED_WITH { get { @@ -21828,7 +21900,7 @@ public static string MAINWINDOW_HEADER_LICENSED_WITH { } /// - /// Looks up a localized string similar to (Unlicensed). + /// Sucht eine lokalisierte Zeichenfolge, die (Unlicensed) ähnelt. /// public static string MAINWINDOW_HEADER_UNLICENSED { get { @@ -21837,7 +21909,7 @@ public static string MAINWINDOW_HEADER_UNLICENSED { } /// - /// Looks up a localized string similar to &High Availability.... + /// Sucht eine lokalisierte Zeichenfolge, die &High Availability... ähnelt. /// public static string MAINWINDOW_HIGH_AVAILABILITY { get { @@ -21846,7 +21918,7 @@ public static string MAINWINDOW_HIGH_AVAILABILITY { } /// - /// Looks up a localized string similar to Inst&all [Citrix VM Tools].... + /// Sucht eine lokalisierte Zeichenfolge, die Inst&all [Citrix VM Tools]... ähnelt. /// public static string MAINWINDOW_INSTALL_TOOLS { get { @@ -21855,7 +21927,7 @@ public static string MAINWINDOW_INSTALL_TOOLS { } /// - /// Looks up a localized string similar to &Quick Create. + /// Sucht eine lokalisierte Zeichenfolge, die &Quick Create ähnelt. /// public static string MAINWINDOW_INSTANT_VM_FROM_TEMPLATE { get { @@ -21864,7 +21936,7 @@ public static string MAINWINDOW_INSTANT_VM_FROM_TEMPLATE { } /// - /// Looks up a localized string similar to Removed connection to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Removed connection to {0} ähnelt. /// public static string MAINWINDOW_LOG_REMOVECONNECTION { get { @@ -21873,7 +21945,7 @@ public static string MAINWINDOW_LOG_REMOVECONNECTION { } /// - /// Looks up a localized string similar to M&igrate to Server. + /// Sucht eine lokalisierte Zeichenfolge, die M&igrate to Server ähnelt. /// public static string MAINWINDOW_MIGRATE_TO_SERVER { get { @@ -21882,7 +21954,7 @@ public static string MAINWINDOW_MIGRATE_TO_SERVER { } /// - /// Looks up a localized string similar to &Migrate VM.... + /// Sucht eine lokalisierte Zeichenfolge, die &Migrate VM... ähnelt. /// public static string MAINWINDOW_MIGRATEVM { get { @@ -21891,7 +21963,7 @@ public static string MAINWINDOW_MIGRATEVM { } /// - /// Looks up a localized string similar to &Move.... + /// Sucht eine lokalisierte Zeichenfolge, die &Move... ähnelt. /// public static string MAINWINDOW_MOVE_OBJECTS { get { @@ -21900,7 +21972,7 @@ public static string MAINWINDOW_MOVE_OBJECTS { } /// - /// Looks up a localized string similar to &Move VM.... + /// Sucht eine lokalisierte Zeichenfolge, die &Move VM... ähnelt. /// public static string MAINWINDOW_MOVEVM { get { @@ -21909,7 +21981,7 @@ public static string MAINWINDOW_MOVEVM { } /// - /// Looks up a localized string similar to &New SR.... + /// Sucht eine lokalisierte Zeichenfolge, die &New SR... ähnelt. /// public static string MAINWINDOW_NEW_STORAGE { get { @@ -21918,7 +21990,7 @@ public static string MAINWINDOW_NEW_STORAGE { } /// - /// Looks up a localized string similar to &New VM.... + /// Sucht eine lokalisierte Zeichenfolge, die &New VM... ähnelt. /// public static string MAINWINDOW_NEW_VM { get { @@ -21927,7 +21999,7 @@ public static string MAINWINDOW_NEW_VM { } /// - /// Looks up a localized string similar to New V&M.... + /// Sucht eine lokalisierte Zeichenfolge, die New V&M... ähnelt. /// public static string MAINWINDOW_NEW_VM_CONTEXT_MENU { get { @@ -21936,7 +22008,7 @@ public static string MAINWINDOW_NEW_VM_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &New VM wizard.... + /// Sucht eine lokalisierte Zeichenfolge, die &New VM wizard... ähnelt. /// public static string MAINWINDOW_NEW_VM_FROM_TEMPLATE { get { @@ -21945,7 +22017,7 @@ public static string MAINWINDOW_NEW_VM_FROM_TEMPLATE { } /// - /// Looks up a localized string similar to &New Pool.... + /// Sucht eine lokalisierte Zeichenfolge, die &New Pool... ähnelt. /// public static string MAINWINDOW_NEWPOOL { get { @@ -21954,7 +22026,7 @@ public static string MAINWINDOW_NEWPOOL { } /// - /// Looks up a localized string similar to &Pause. + /// Sucht eine lokalisierte Zeichenfolge, die Pause ähnelt. /// public static string MAINWINDOW_PAUSE { get { @@ -21963,7 +22035,7 @@ public static string MAINWINDOW_PAUSE { } /// - /// Looks up a localized string similar to Power O&n. + /// Sucht eine lokalisierte Zeichenfolge, die Power O&n ähnelt. /// public static string MAINWINDOW_POWER_ON { get { @@ -21972,7 +22044,7 @@ public static string MAINWINDOW_POWER_ON { } /// - /// Looks up a localized string similar to Po&wer On. + /// Sucht eine lokalisierte Zeichenfolge, die Po&wer On ähnelt. /// public static string MAINWINDOW_POWER_ON_CONTEXT_MENU { get { @@ -21981,7 +22053,7 @@ public static string MAINWINDOW_POWER_ON_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Power On. + /// Sucht eine lokalisierte Zeichenfolge, die Power On ähnelt. /// public static string MAINWINDOW_POWER_ON_NO_AMP { get { @@ -21990,7 +22062,7 @@ public static string MAINWINDOW_POWER_ON_NO_AMP { } /// - /// Looks up a localized string similar to R&eattach.... + /// Sucht eine lokalisierte Zeichenfolge, die R&eattach... ähnelt. /// public static string MAINWINDOW_REATTACH_SR { get { @@ -21999,7 +22071,7 @@ public static string MAINWINDOW_REATTACH_SR { } /// - /// Looks up a localized string similar to Reb&oot. + /// Sucht eine lokalisierte Zeichenfolge, die Reb&oot ähnelt. /// public static string MAINWINDOW_REBOOT { get { @@ -22008,7 +22080,7 @@ public static string MAINWINDOW_REBOOT { } /// - /// Looks up a localized string similar to Reb&oot. + /// Sucht eine lokalisierte Zeichenfolge, die Reb&oot ähnelt. /// public static string MAINWINDOW_REBOOT_CONTEXT_MENU { get { @@ -22017,7 +22089,7 @@ public static string MAINWINDOW_REBOOT_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Re&boot. + /// Sucht eine lokalisierte Zeichenfolge, die Re&boot ähnelt. /// public static string MAINWINDOW_REBOOT_HOST_CONTEXT_MENU { get { @@ -22026,7 +22098,7 @@ public static string MAINWINDOW_REBOOT_HOST_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Reconnec&t As.... + /// Sucht eine lokalisierte Zeichenfolge, die Reconnec&t As... ähnelt. /// public static string MAINWINDOW_RECONNECTAS { get { @@ -22035,7 +22107,7 @@ public static string MAINWINDOW_RECONNECTAS { } /// - /// Looks up a localized string similar to Start in Reco&very Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Start in Reco&very Mode ähnelt. /// public static string MAINWINDOW_RECOVERY_MODE { get { @@ -22044,7 +22116,7 @@ public static string MAINWINDOW_RECOVERY_MODE { } /// - /// Looks up a localized string similar to Remo&ve from [XenCenter]. + /// Sucht eine lokalisierte Zeichenfolge, die Remo&ve from [XenCenter] ähnelt. /// public static string MAINWINDOW_REMOVE_HOST { get { @@ -22053,7 +22125,7 @@ public static string MAINWINDOW_REMOVE_HOST { } /// - /// Looks up a localized string similar to Remove Crash Dump &Files. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Crash Dump &Files ähnelt. /// public static string MAINWINDOW_REMOVE_HOST_CRASHDUMPS { get { @@ -22062,7 +22134,7 @@ public static string MAINWINDOW_REMOVE_HOST_CRASHDUMPS { } /// - /// Looks up a localized string similar to Remove Crash Dump &Files. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Crash Dump &Files ähnelt. /// public static string MAINWINDOW_REMOVE_HOST_CRASHDUMPS_CONTEXT_MENU { get { @@ -22071,7 +22143,7 @@ public static string MAINWINDOW_REMOVE_HOST_CRASHDUMPS_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &Rename Tag.... + /// Sucht eine lokalisierte Zeichenfolge, die &Rename Tag... ähnelt. /// public static string MAINWINDOW_RENAME_TAG { get { @@ -22080,7 +22152,7 @@ public static string MAINWINDOW_RENAME_TAG { } /// - /// Looks up a localized string similar to Re&pair.... + /// Sucht eine lokalisierte Zeichenfolge, die Re&pair... ähnelt. /// public static string MAINWINDOW_REPAIR_SR { get { @@ -22089,7 +22161,7 @@ public static string MAINWINDOW_REPAIR_SR { } /// - /// Looks up a localized string similar to Re&pair.... + /// Sucht eine lokalisierte Zeichenfolge, die Re&pair... ähnelt. /// public static string MAINWINDOW_REPAIR_SR_CONTEXT_MENU { get { @@ -22098,7 +22170,7 @@ public static string MAINWINDOW_REPAIR_SR_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Re&start. + /// Sucht eine lokalisierte Zeichenfolge, die Re&start ähnelt. /// public static string MAINWINDOW_RESTART { get { @@ -22107,7 +22179,7 @@ public static string MAINWINDOW_RESTART { } /// - /// Looks up a localized string similar to Restart Toolstac&k. + /// Sucht eine lokalisierte Zeichenfolge, die Restart Toolstac&k ähnelt. /// public static string MAINWINDOW_RESTART_TOOLSTACK { get { @@ -22116,7 +22188,7 @@ public static string MAINWINDOW_RESTART_TOOLSTACK { } /// - /// Looks up a localized string similar to R&esume. + /// Sucht eine lokalisierte Zeichenfolge, die R&esume ähnelt. /// public static string MAINWINDOW_RESUME { get { @@ -22125,7 +22197,7 @@ public static string MAINWINDOW_RESUME { } /// - /// Looks up a localized string similar to Re&sume. + /// Sucht eine lokalisierte Zeichenfolge, die Re&sume ähnelt. /// public static string MAINWINDOW_RESUME_CONTEXT_MENU { get { @@ -22134,7 +22206,7 @@ public static string MAINWINDOW_RESUME_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Resume on Ser&ver. + /// Sucht eine lokalisierte Zeichenfolge, die Resume on Ser&ver ähnelt. /// public static string MAINWINDOW_RESUME_ON_HOST { get { @@ -22143,7 +22215,7 @@ public static string MAINWINDOW_RESUME_ON_HOST { } /// - /// Looks up a localized string similar to Sa&ve and Restore.... + /// Sucht eine lokalisierte Zeichenfolge, die Sa&ve and Restore... ähnelt. /// public static string MAINWINDOW_SAVE_AND_RESTORE { get { @@ -22152,7 +22224,7 @@ public static string MAINWINDOW_SAVE_AND_RESTORE { } /// - /// Looks up a localized string similar to Set as Defaul&t. + /// Sucht eine lokalisierte Zeichenfolge, die Set as Defaul&t ähnelt. /// public static string MAINWINDOW_SET_AS_DEFAULT_SR { get { @@ -22161,7 +22233,7 @@ public static string MAINWINDOW_SET_AS_DEFAULT_SR { } /// - /// Looks up a localized string similar to &Share. + /// Sucht eine lokalisierte Zeichenfolge, die &Share ähnelt. /// public static string MAINWINDOW_SHARE_SR { get { @@ -22170,7 +22242,7 @@ public static string MAINWINDOW_SHARE_SR { } /// - /// Looks up a localized string similar to S&hut Down. + /// Sucht eine lokalisierte Zeichenfolge, die S&hut Down ähnelt. /// public static string MAINWINDOW_SHUTDOWN { get { @@ -22179,7 +22251,7 @@ public static string MAINWINDOW_SHUTDOWN { } /// - /// Looks up a localized string similar to &Start. + /// Sucht eine lokalisierte Zeichenfolge, die &Start ähnelt. /// public static string MAINWINDOW_START { get { @@ -22188,7 +22260,7 @@ public static string MAINWINDOW_START { } /// - /// Looks up a localized string similar to S&tart. + /// Sucht eine lokalisierte Zeichenfolge, die S&tart ähnelt. /// public static string MAINWINDOW_START_CONTEXT_MENU { get { @@ -22197,7 +22269,7 @@ public static string MAINWINDOW_START_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Start on Ser&ver. + /// Sucht eine lokalisierte Zeichenfolge, die Start on Ser&ver ähnelt. /// public static string MAINWINDOW_START_ON_HOST { get { @@ -22206,7 +22278,7 @@ public static string MAINWINDOW_START_ON_HOST { } /// - /// Looks up a localized string similar to S&top. + /// Sucht eine lokalisierte Zeichenfolge, die S&top ähnelt. /// public static string MAINWINDOW_STOP { get { @@ -22215,7 +22287,7 @@ public static string MAINWINDOW_STOP { } /// - /// Looks up a localized string similar to S&uspend. + /// Sucht eine lokalisierte Zeichenfolge, die S&uspend ähnelt. /// public static string MAINWINDOW_SUSPEND { get { @@ -22224,7 +22296,7 @@ public static string MAINWINDOW_SUSPEND { } /// - /// Looks up a localized string similar to Ta&ke a Snapshot.... + /// Sucht eine lokalisierte Zeichenfolge, die Ta&ke a Snapshot... ähnelt. /// public static string MAINWINDOW_TAKE_SNAPSHOT { get { @@ -22233,7 +22305,16 @@ public static string MAINWINDOW_TAKE_SNAPSHOT { } /// - /// Looks up a localized string similar to Power On Server (Ctrl+B). + /// Sucht eine lokalisierte Zeichenfolge, die Pause to RAM ähnelt. + /// + public static string MAINWINDOW_TOOLBAR_PAUSEVM { + get { + return ResourceManager.GetString("MAINWINDOW_TOOLBAR_PAUSEVM", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Power On Server (Ctrl+B) ähnelt. /// public static string MAINWINDOW_TOOLBAR_POWER_ON_SERVER { get { @@ -22242,7 +22323,7 @@ public static string MAINWINDOW_TOOLBAR_POWER_ON_SERVER { } /// - /// Looks up a localized string similar to Reboot VM (Ctrl+R). + /// Sucht eine lokalisierte Zeichenfolge, die Reboot VM (Ctrl+R) ähnelt. /// public static string MAINWINDOW_TOOLBAR_REBOOT { get { @@ -22251,7 +22332,7 @@ public static string MAINWINDOW_TOOLBAR_REBOOT { } /// - /// Looks up a localized string similar to Reboot Server. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot Server ähnelt. /// public static string MAINWINDOW_TOOLBAR_REBOOTSERVER { get { @@ -22260,7 +22341,7 @@ public static string MAINWINDOW_TOOLBAR_REBOOTSERVER { } /// - /// Looks up a localized string similar to Resume. + /// Sucht eine lokalisierte Zeichenfolge, die Resume ähnelt. /// public static string MAINWINDOW_TOOLBAR_RESUME { get { @@ -22269,7 +22350,7 @@ public static string MAINWINDOW_TOOLBAR_RESUME { } /// - /// Looks up a localized string similar to Resume VM (Ctrl+Y). + /// Sucht eine lokalisierte Zeichenfolge, die Resume VM (Ctrl+Y) ähnelt. /// public static string MAINWINDOW_TOOLBAR_RESUMEVM { get { @@ -22278,7 +22359,7 @@ public static string MAINWINDOW_TOOLBAR_RESUMEVM { } /// - /// Looks up a localized string similar to Shut Down. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down ähnelt. /// public static string MAINWINDOW_TOOLBAR_SHUTDOWN { get { @@ -22287,7 +22368,7 @@ public static string MAINWINDOW_TOOLBAR_SHUTDOWN { } /// - /// Looks up a localized string similar to Shut Down Server. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down Server ähnelt. /// public static string MAINWINDOW_TOOLBAR_SHUTDOWNSERVER { get { @@ -22296,7 +22377,7 @@ public static string MAINWINDOW_TOOLBAR_SHUTDOWNSERVER { } /// - /// Looks up a localized string similar to Shut Down VM (Ctrl+E). + /// Sucht eine lokalisierte Zeichenfolge, die Shut Down VM (Ctrl+E) ähnelt. /// public static string MAINWINDOW_TOOLBAR_SHUTDOWNVM { get { @@ -22305,7 +22386,7 @@ public static string MAINWINDOW_TOOLBAR_SHUTDOWNVM { } /// - /// Looks up a localized string similar to Start. + /// Sucht eine lokalisierte Zeichenfolge, die Start ähnelt. /// public static string MAINWINDOW_TOOLBAR_START { get { @@ -22314,7 +22395,7 @@ public static string MAINWINDOW_TOOLBAR_START { } /// - /// Looks up a localized string similar to Start VM (Ctrl+B). + /// Sucht eine lokalisierte Zeichenfolge, die Start VM (Ctrl+B) ähnelt. /// public static string MAINWINDOW_TOOLBAR_STARTVM { get { @@ -22323,7 +22404,7 @@ public static string MAINWINDOW_TOOLBAR_STARTVM { } /// - /// Looks up a localized string similar to Suspend. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend ähnelt. /// public static string MAINWINDOW_TOOLBAR_SUSPEND { get { @@ -22332,7 +22413,7 @@ public static string MAINWINDOW_TOOLBAR_SUSPEND { } /// - /// Looks up a localized string similar to Suspend VM (Ctrl+Y). + /// Sucht eine lokalisierte Zeichenfolge, die Suspend VM (Ctrl+Y) ähnelt. /// public static string MAINWINDOW_TOOLBAR_SUSPENDVM { get { @@ -22341,7 +22422,7 @@ public static string MAINWINDOW_TOOLBAR_SUSPENDVM { } /// - /// Looks up a localized string similar to Re&claim freed space. + /// Sucht eine lokalisierte Zeichenfolge, die Re&claim freed space ähnelt. /// public static string MAINWINDOW_TRIM_SR { get { @@ -22350,7 +22431,7 @@ public static string MAINWINDOW_TRIM_SR { } /// - /// Looks up a localized string similar to XVA Files (*.xva)|*.xva|All Files (*.*)|*.*. + /// Sucht eine lokalisierte Zeichenfolge, die XVA Files (*.xva)|*.xva|All Files (*.*)|*.* ähnelt. /// public static string MAINWINDOW_XVA_BLURB { get { @@ -22359,7 +22440,7 @@ public static string MAINWINDOW_XVA_BLURB { } /// - /// Looks up a localized string similar to Export to File. + /// Sucht eine lokalisierte Zeichenfolge, die Export to File ähnelt. /// public static string MAINWINDOW_XVA_TITLE { get { @@ -22368,7 +22449,7 @@ public static string MAINWINDOW_XVA_TITLE { } /// - /// Looks up a localized string similar to Set as &Default. + /// Sucht eine lokalisierte Zeichenfolge, die Set as &Default ähnelt. /// public static string MAKE_DEFAULT_SR { get { @@ -22377,7 +22458,7 @@ public static string MAKE_DEFAULT_SR { } /// - /// Looks up a localized string similar to Management. + /// Sucht eine lokalisierte Zeichenfolge, die Management ähnelt. /// public static string MANAGEMENT { get { @@ -22386,7 +22467,7 @@ public static string MANAGEMENT { } /// - /// Looks up a localized string similar to Management interface. + /// Sucht eine lokalisierte Zeichenfolge, die Management interface ähnelt. /// public static string MANAGEMENT_INTERFACE { get { @@ -22395,7 +22476,7 @@ public static string MANAGEMENT_INTERFACE { } /// - /// Looks up a localized string similar to Management Interfaces. + /// Sucht eine lokalisierte Zeichenfolge, die Management Interfaces ähnelt. /// public static string MANAGEMENT_INTERFACES { get { @@ -22404,7 +22485,7 @@ public static string MANAGEMENT_INTERFACES { } /// - /// Looks up a localized string similar to Displayed below is a list of management interfaces for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Displayed below is a list of management interfaces for '{0}'. ähnelt. /// public static string MANAGEMENT_INTERFACES_FOR { get { @@ -22413,7 +22494,7 @@ public static string MANAGEMENT_INTERFACES_FOR { } /// - /// Looks up a localized string similar to {0} (management). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (management) ähnelt. /// public static string MANAGEMENT_NETWORK { get { @@ -22422,7 +22503,7 @@ public static string MANAGEMENT_NETWORK { } /// - /// Looks up a localized string similar to {0} (management) on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} (management) on {1} ähnelt. /// public static string MANAGEMENT_NETWORK_WITH_POOL { get { @@ -22431,7 +22512,7 @@ public static string MANAGEMENT_NETWORK_WITH_POOL { } /// - /// Looks up a localized string similar to Subscription Advantage required for some hosts. + /// Sucht eine lokalisierte Zeichenfolge, die Subscription Advantage required for some hosts ähnelt. /// public static string MANUAL_CHECK_FOR_UPDATES_PARTIAL_UNLICENSED_INFO { get { @@ -22440,7 +22521,7 @@ public static string MANUAL_CHECK_FOR_UPDATES_PARTIAL_UNLICENSED_INFO { } /// - /// Looks up a localized string similar to Subscription Advantage required. + /// Sucht eine lokalisierte Zeichenfolge, die Subscription Advantage required ähnelt. /// public static string MANUAL_CHECK_FOR_UPDATES_UNLICENSED_INFO { get { @@ -22449,7 +22530,7 @@ public static string MANUAL_CHECK_FOR_UPDATES_UNLICENSED_INFO { } /// - /// Looks up a localized string similar to Master. + /// Sucht eine lokalisierte Zeichenfolge, die Master ähnelt. /// public static string MASTER { get { @@ -22458,7 +22539,7 @@ public static string MASTER { } /// - /// Looks up a localized string similar to Max. + /// Sucht eine lokalisierte Zeichenfolge, die Max ähnelt. /// public static string MAX { get { @@ -22467,7 +22548,7 @@ public static string MAX { } /// - /// Looks up a localized string similar to (max = {0}). + /// Sucht eine lokalisierte Zeichenfolge, die (max = {0}) ähnelt. /// public static string MAX_BRACKETS { get { @@ -22476,7 +22557,7 @@ public static string MAX_BRACKETS { } /// - /// Looks up a localized string similar to The memory cannot be changed when the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die The memory cannot be changed when the VM is suspended ähnelt. /// public static string MEM_NOT_WHEN_SUSPENDED { get { @@ -22485,7 +22566,7 @@ public static string MEM_NOT_WHEN_SUSPENDED { } /// - /// Looks up a localized string similar to Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Memory ähnelt. /// public static string MEMORY { get { @@ -22494,7 +22575,7 @@ public static string MEMORY { } /// - /// Looks up a localized string similar to &Memory:. + /// Sucht eine lokalisierte Zeichenfolge, die &Memory: ähnelt. /// public static string MEMORY_COLON { get { @@ -22503,7 +22584,7 @@ public static string MEMORY_COLON { } /// - /// Looks up a localized string similar to [XenServer]. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] ähnelt. /// public static string MEMORY_XEN { get { @@ -22512,7 +22593,7 @@ public static string MEMORY_XEN { } /// - /// Looks up a localized string similar to &Export.... + /// Sucht eine lokalisierte Zeichenfolge, die &Export... ähnelt. /// public static string MENU_EXPORT { get { @@ -22521,7 +22602,7 @@ public static string MENU_EXPORT { } /// - /// Looks up a localized string similar to Migrate to Home Server. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate to Home Server ähnelt. /// public static string MENU_MIGRATE_TO_HOME_SERVER { get { @@ -22530,7 +22611,7 @@ public static string MENU_MIGRATE_TO_HOME_SERVER { } /// - /// Looks up a localized string similar to {0}: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: {1} ähnelt. /// public static string MESSAGE_ALERT_TITLE { get { @@ -22539,7 +22620,7 @@ public static string MESSAGE_ALERT_TITLE { } /// - /// Looks up a localized string similar to Activate Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Activate Virtual Disk ähnelt. /// public static string MESSAGEBOX_ACTIVATE_VD_TITLE { get { @@ -22548,7 +22629,7 @@ public static string MESSAGEBOX_ACTIVATE_VD_TITLE { } /// - /// Looks up a localized string similar to Clear the home server for {0}? Its home will be chosen dynamically from now on.. + /// Sucht eine lokalisierte Zeichenfolge, die Clear the home server for {0}? Its home will be chosen dynamically from now on. ähnelt. /// public static string MESSAGEBOX_CLEAR_AFFINITY_CONFIRM { get { @@ -22557,7 +22638,7 @@ public static string MESSAGEBOX_CLEAR_AFFINITY_CONFIRM { } /// - /// Looks up a localized string similar to There is not enough space available to clone the storage for this VM. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space available to clone the storage for this VM ähnelt. /// public static string MESSAGEBOX_CLONEVM_NOSPACE { get { @@ -22566,7 +22647,7 @@ public static string MESSAGEBOX_CLONEVM_NOSPACE { } /// - /// Looks up a localized string similar to Confirm. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm ähnelt. /// public static string MESSAGEBOX_CONFIRM { get { @@ -22575,7 +22656,7 @@ public static string MESSAGEBOX_CONFIRM { } /// - /// Looks up a localized string similar to Deactivate Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Deactivate Virtual Disk ähnelt. /// public static string MESSAGEBOX_DEACTIVATE_VD_TITLE { get { @@ -22584,7 +22665,7 @@ public static string MESSAGEBOX_DEACTIVATE_VD_TITLE { } /// - /// Looks up a localized string similar to This will delete '{0}' permanently, destroying all data associated with it. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete '{0}' permanently, destroying all data associated with it. Continue? ähnelt. /// public static string MESSAGEBOX_DELETE_CUSTOM_FIELD { get { @@ -22593,7 +22674,7 @@ public static string MESSAGEBOX_DELETE_CUSTOM_FIELD { } /// - /// Looks up a localized string similar to This will delete {0} permanently, destroying the data on it. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete {0} permanently, destroying the data on it. Continue? ähnelt. /// public static string MESSAGEBOX_DELETE_ISO { get { @@ -22602,7 +22683,7 @@ public static string MESSAGEBOX_DELETE_ISO { } /// - /// Looks up a localized string similar to This will delete these ISOs permanently, destroying any data on them. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these ISOs permanently, destroying any data on them. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_ISO_MULTIPLE { get { @@ -22611,7 +22692,7 @@ public static string MESSAGEBOX_DELETE_ISO_MULTIPLE { } /// - /// Looks up a localized string similar to Delete Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Storage ähnelt. /// public static string MESSAGEBOX_DELETE_ISO_TITLE { get { @@ -22620,7 +22701,7 @@ public static string MESSAGEBOX_DELETE_ISO_TITLE { } /// - /// Looks up a localized string similar to Delete Multiple Storage Items. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Multiple Storage Items ähnelt. /// public static string MESSAGEBOX_DELETE_ISO_TITLE_MULTIPLE { get { @@ -22629,7 +22710,7 @@ public static string MESSAGEBOX_DELETE_ISO_TITLE_MULTIPLE { } /// - /// Looks up a localized string similar to Deleting a single snapshot disk is not allowed. This action will delete the entire snapshot, and any other disks attached. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting a single snapshot disk is not allowed. This action will delete the entire snapshot, and any other disks attached. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_SNAPSHOT { get { @@ -22638,7 +22719,7 @@ public static string MESSAGEBOX_DELETE_SNAPSHOT { } /// - /// Looks up a localized string similar to Deleting a single snapshot disk is not allowed. Deleting these snapshot disks will result in the deletion of the entire snapshot each belongs to, and any other disks attached. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting a single snapshot disk is not allowed. Deleting these snapshot disks will result in the deletion of the entire snapshot each belongs to, and any other disks attached. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_SNAPSHOT_MULTIPLE { get { @@ -22647,7 +22728,7 @@ public static string MESSAGEBOX_DELETE_SNAPSHOT_MULTIPLE { } /// - /// Looks up a localized string similar to Delete entire snapshot. + /// Sucht eine lokalisierte Zeichenfolge, die Delete entire snapshot ähnelt. /// public static string MESSAGEBOX_DELETE_SNAPSHOT_TITLE { get { @@ -22656,7 +22737,7 @@ public static string MESSAGEBOX_DELETE_SNAPSHOT_TITLE { } /// - /// Looks up a localized string similar to Delete Multiple Entire Snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Multiple Entire Snapshots ähnelt. /// public static string MESSAGEBOX_DELETE_SNAPSHOTS_TITLE_MULTIPLE { get { @@ -22665,7 +22746,7 @@ public static string MESSAGEBOX_DELETE_SNAPSHOTS_TITLE_MULTIPLE { } /// - /// Looks up a localized string similar to This will delete this system disk permanently, possibly leaving the VM unable to boot. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete this system disk permanently, possibly leaving the VM unable to boot. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_SYS_DISK { get { @@ -22674,7 +22755,7 @@ public static string MESSAGEBOX_DELETE_SYS_DISK { } /// - /// Looks up a localized string similar to This will delete these system disks permanently, possibly leaving their VMs unable to boot. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these system disks permanently, possibly leaving their VMs unable to boot. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_SYS_DISK_MULTIPLE { get { @@ -22683,7 +22764,7 @@ public static string MESSAGEBOX_DELETE_SYS_DISK_MULTIPLE { } /// - /// Looks up a localized string similar to Delete System Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Delete System Disk ähnelt. /// public static string MESSAGEBOX_DELETE_SYS_DISK_TITLE { get { @@ -22692,7 +22773,7 @@ public static string MESSAGEBOX_DELETE_SYS_DISK_TITLE { } /// - /// Looks up a localized string similar to Delete Multiple System Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Multiple System Disks ähnelt. /// public static string MESSAGEBOX_DELETE_SYS_DISK_TITLE_MULTIPLE { get { @@ -22701,7 +22782,7 @@ public static string MESSAGEBOX_DELETE_SYS_DISK_TITLE_MULTIPLE { } /// - /// Looks up a localized string similar to This will delete this virtual disk permanently, destroying the data on it. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete this virtual disk permanently, destroying the data on it. Continue? ähnelt. /// public static string MESSAGEBOX_DELETE_VD { get { @@ -22710,7 +22791,7 @@ public static string MESSAGEBOX_DELETE_VD { } /// - /// Looks up a localized string similar to This will delete these virtual disks permanently, destroying any data on them. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these virtual disks permanently, destroying any data on them. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_DELETE_VD_MULTIPLE { get { @@ -22719,7 +22800,7 @@ public static string MESSAGEBOX_DELETE_VD_MULTIPLE { } /// - /// Looks up a localized string similar to Delete Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Virtual Disk ähnelt. /// public static string MESSAGEBOX_DELETE_VD_TITLE { get { @@ -22728,7 +22809,7 @@ public static string MESSAGEBOX_DELETE_VD_TITLE { } /// - /// Looks up a localized string similar to Delete Multiple Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Multiple Virtual Disks ähnelt. /// public static string MESSAGEBOX_DELETE_VD_TITLE_MUTLIPLE { get { @@ -22737,11 +22818,11 @@ public static string MESSAGEBOX_DELETE_VD_TITLE_MUTLIPLE { } /// - /// Looks up a localized string similar to Are you sure you want to destroy '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to destroy '{0}'? /// ///Destroying this storage repository will permanently remove all associated virtual disks from the underlying storage device. /// - ///This action is final and unrecoverable.. + ///This action is final and unrecoverable. ähnelt. /// public static string MESSAGEBOX_DESTROY_SR_CONTINUE { get { @@ -22750,7 +22831,7 @@ public static string MESSAGEBOX_DESTROY_SR_CONTINUE { } /// - /// Looks up a localized string similar to Destroy Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Destroy Storage Repository ähnelt. /// public static string MESSAGEBOX_DESTROY_SR_CONTINUE_TITLE { get { @@ -22759,7 +22840,7 @@ public static string MESSAGEBOX_DESTROY_SR_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to &Yes, Destroy. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Destroy ähnelt. /// public static string MESSAGEBOX_DESTROY_SR_YES_BUTTON_LABEL { get { @@ -22768,11 +22849,11 @@ public static string MESSAGEBOX_DESTROY_SR_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Are you sure you want to destroy the selected storage repositories? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to destroy the selected storage repositories? /// ///Destroying the selected storage repositories will permanently remove all associated virtual disks from the underlying storage devices. /// - ///This action is final and unrecoverable.. + ///This action is final and unrecoverable. ähnelt. /// public static string MESSAGEBOX_DESTROY_SRS_CONTINUE { get { @@ -22781,7 +22862,7 @@ public static string MESSAGEBOX_DESTROY_SRS_CONTINUE { } /// - /// Looks up a localized string similar to Destroy Multiple Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Destroy Multiple Storage Repositories ähnelt. /// public static string MESSAGEBOX_DESTROY_SRS_CONTINUE_TITLE { get { @@ -22790,11 +22871,11 @@ public static string MESSAGEBOX_DESTROY_SRS_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to Detaching this storage repository will make the virtual disks that it contains inaccessible. The contents of the virtual disks themselves will remain intact. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching this storage repository will make the virtual disks that it contains inaccessible. The contents of the virtual disks themselves will remain intact. /// ///If you subsequently reattach the storage repository, you will need to provide the correct device configuration details. /// - ///Are you sure you want to detach this storage repository?. + ///Are you sure you want to detach this storage repository? ähnelt. /// public static string MESSAGEBOX_DETACH_SR_CONTINUE { get { @@ -22803,7 +22884,7 @@ public static string MESSAGEBOX_DETACH_SR_CONTINUE { } /// - /// Looks up a localized string similar to Detach Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Detach Storage Repository ähnelt. /// public static string MESSAGEBOX_DETACH_SR_CONTINUE_TITLE { get { @@ -22812,11 +22893,11 @@ public static string MESSAGEBOX_DETACH_SR_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to Detaching the selected storage repositories will make the virtual disks that they contain inaccessible. The contents of the virtual disks themselves will remain intact. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching the selected storage repositories will make the virtual disks that they contain inaccessible. The contents of the virtual disks themselves will remain intact. /// ///If you subsequently reattach the storage repositories, you will need to provide the correct device configuration details. /// - ///Are you sure you want to detach the selected storage repositories?. + ///Are you sure you want to detach the selected storage repositories? ähnelt. /// public static string MESSAGEBOX_DETACH_SRS_CONTINUE { get { @@ -22825,7 +22906,7 @@ public static string MESSAGEBOX_DETACH_SRS_CONTINUE { } /// - /// Looks up a localized string similar to Detach Multiple Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Detach Multiple Storage Repositories ähnelt. /// public static string MESSAGEBOX_DETACH_SRS_CONTINUE_TITLE { get { @@ -22834,7 +22915,7 @@ public static string MESSAGEBOX_DETACH_SRS_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to This action will detach a system disk from the VM which may leave it unbootable. Would you like to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This action will detach a system disk from the VM which may leave it unbootable. Would you like to continue? ähnelt. /// public static string MESSAGEBOX_DETACH_SYSTEMVD { get { @@ -22843,7 +22924,7 @@ public static string MESSAGEBOX_DETACH_SYSTEMVD { } /// - /// Looks up a localized string similar to Detach system disk. + /// Sucht eine lokalisierte Zeichenfolge, die Detach system disk ähnelt. /// public static string MESSAGEBOX_DETACH_SYSTEMVD_TITLE { get { @@ -22852,7 +22933,7 @@ public static string MESSAGEBOX_DETACH_SYSTEMVD_TITLE { } /// - /// Looks up a localized string similar to Detaching this virtual disk will remove the association between it and the VM while preserving the disk and its data. Would you like to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die Detaching this virtual disk will remove the association between it and the VM while preserving the disk and its data. Would you like to continue? ähnelt. /// public static string MESSAGEBOX_DETACH_VD { get { @@ -22861,7 +22942,7 @@ public static string MESSAGEBOX_DETACH_VD { } /// - /// Looks up a localized string similar to Detach virtual disk. + /// Sucht eine lokalisierte Zeichenfolge, die Detach virtual disk ähnelt. /// public static string MESSAGEBOX_DETACH_VD_TITLE { get { @@ -22870,7 +22951,7 @@ public static string MESSAGEBOX_DETACH_VD_TITLE { } /// - /// Looks up a localized string similar to Detach Multiple Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Detach Multiple Virtual Disks ähnelt. /// public static string MESSAGEBOX_DETACH_VD_TITLE_MUTLIPLE { get { @@ -22879,10 +22960,10 @@ public static string MESSAGEBOX_DETACH_VD_TITLE_MUTLIPLE { } /// - /// Looks up a localized string similar to Unable to connect to server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to connect to server '{0}'. ///{1} /// - ///{2}. + ///{2} ähnelt. /// public static string MESSAGEBOX_ERRORTEXT { get { @@ -22891,11 +22972,11 @@ public static string MESSAGEBOX_ERRORTEXT { } /// - /// Looks up a localized string similar to Are you sure you want to forget '{0}'? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forget '{0}'? /// ///Forgetting this storage repository will permanently remove the information used to connect the virtual machines to the virtual disks in the storage repository. The contents of the virtual disks themselves will remain intact. /// - ///This action is final and unrecoverable.. + ///This action is final and unrecoverable. ähnelt. /// public static string MESSAGEBOX_FORGET_SR_CONTINUE { get { @@ -22904,7 +22985,7 @@ public static string MESSAGEBOX_FORGET_SR_CONTINUE { } /// - /// Looks up a localized string similar to Forget Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Forget Storage Repository ähnelt. /// public static string MESSAGEBOX_FORGET_SR_CONTINUE_TITLE { get { @@ -22913,7 +22994,7 @@ public static string MESSAGEBOX_FORGET_SR_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to &Yes, Forget. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes, Forget ähnelt. /// public static string MESSAGEBOX_FORGET_SR_CONTINUE_YES_BUTTON_LABEL { get { @@ -22922,11 +23003,11 @@ public static string MESSAGEBOX_FORGET_SR_CONTINUE_YES_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Are you sure you want to forget the selected storage repositories? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to forget the selected storage repositories? /// ///Forgetting the selected storage repositories will permanently remove the information used to connect the virtual machines to the virtual disks in the storage repositories. The contents of the virtual disks themselves will remain intact. /// - ///This action is final and unrecoverable.. + ///This action is final and unrecoverable. ähnelt. /// public static string MESSAGEBOX_FORGET_SRS_CONTINUE { get { @@ -22935,7 +23016,7 @@ public static string MESSAGEBOX_FORGET_SRS_CONTINUE { } /// - /// Looks up a localized string similar to Forget Multiple Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Forget Multiple Storage Repositories ähnelt. /// public static string MESSAGEBOX_FORGET_SRS_CONTINUE_TITLE { get { @@ -22944,7 +23025,7 @@ public static string MESSAGEBOX_FORGET_SRS_CONTINUE_TITLE { } /// - /// Looks up a localized string similar to Help topic {0} does not exist.. + /// Sucht eine lokalisierte Zeichenfolge, die Help topic {0} does not exist. ähnelt. /// public static string MESSAGEBOX_HELP_TOPIC_NOT_FOUND { get { @@ -22953,7 +23034,7 @@ public static string MESSAGEBOX_HELP_TOPIC_NOT_FOUND { } /// - /// Looks up a localized string similar to Launching help topic {0} ({1}).. + /// Sucht eine lokalisierte Zeichenfolge, die Launching help topic {0} ({1}). ähnelt. /// public static string MESSAGEBOX_HELP_TOPICS { get { @@ -22962,7 +23043,7 @@ public static string MESSAGEBOX_HELP_TOPICS { } /// - /// Looks up a localized string similar to Your saved settings appear to be corrupt. Revert changes to {0} or delete the file to return to default values.. + /// Sucht eine lokalisierte Zeichenfolge, die Your saved settings appear to be corrupt. Revert changes to {0} or delete the file to return to default values. ähnelt. /// public static string MESSAGEBOX_LOAD_CORRUPTED { get { @@ -22971,7 +23052,7 @@ public static string MESSAGEBOX_LOAD_CORRUPTED { } /// - /// Looks up a localized string similar to Could Not Load Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Could Not Load Settings ähnelt. /// public static string MESSAGEBOX_LOAD_CORRUPTED_TITLE { get { @@ -22980,7 +23061,7 @@ public static string MESSAGEBOX_LOAD_CORRUPTED_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to dismiss this event?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to dismiss this event? ähnelt. /// public static string MESSAGEBOX_LOG_DELETE { get { @@ -22989,7 +23070,7 @@ public static string MESSAGEBOX_LOG_DELETE { } /// - /// Looks up a localized string similar to Log file is missing.. + /// Sucht eine lokalisierte Zeichenfolge, die Log file is missing. ähnelt. /// public static string MESSAGEBOX_LOGFILE_MISSING { get { @@ -22998,7 +23079,7 @@ public static string MESSAGEBOX_LOGFILE_MISSING { } /// - /// Looks up a localized string similar to You have applied filters to the list of events. Do you want to dismiss all events or only the events you have chosen to view? In both cases only completed events will be removed.. + /// Sucht eine lokalisierte Zeichenfolge, die You have applied filters to the list of events. Do you want to dismiss all events or only the events you have chosen to view? In both cases only completed events will be removed. ähnelt. /// public static string MESSAGEBOX_LOGS_DELETE { get { @@ -23007,7 +23088,7 @@ public static string MESSAGEBOX_LOGS_DELETE { } /// - /// Looks up a localized string similar to This operation will remove all completed events. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove all completed events. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_LOGS_DELETE_NO_FILTER { get { @@ -23016,7 +23097,7 @@ public static string MESSAGEBOX_LOGS_DELETE_NO_FILTER { } /// - /// Looks up a localized string similar to This operation will remove all selected completed events. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove all selected completed events. Do you want to continue? ähnelt. /// public static string MESSAGEBOX_LOGS_DELETE_SELECTED { get { @@ -23025,7 +23106,7 @@ public static string MESSAGEBOX_LOGS_DELETE_SELECTED { } /// - /// Looks up a localized string similar to Moving Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Moving Virtual Disk ähnelt. /// public static string MESSAGEBOX_MOVING_VDI_TITLE { get { @@ -23034,7 +23115,7 @@ public static string MESSAGEBOX_MOVING_VDI_TITLE { } /// - /// Looks up a localized string similar to This will delete the selected network permanently. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete the selected network permanently. Continue? ähnelt. /// public static string MESSAGEBOX_NETWORK_DELETE { get { @@ -23043,7 +23124,7 @@ public static string MESSAGEBOX_NETWORK_DELETE { } /// - /// Looks up a localized string similar to Delete Network. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Network ähnelt. /// public static string MESSAGEBOX_NETWORK_DELETE_TITLE { get { @@ -23052,7 +23133,7 @@ public static string MESSAGEBOX_NETWORK_DELETE_TITLE { } /// - /// Looks up a localized string similar to Writing password information failed: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Writing password information failed: {0} ähnelt. /// public static string MESSAGEBOX_PASSWORD_WRITE_FAILED { get { @@ -23061,7 +23142,7 @@ public static string MESSAGEBOX_PASSWORD_WRITE_FAILED { } /// - /// Looks up a localized string similar to The pool Master will become a standalone server, are you sure you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die The pool Master will become a standalone server, are you sure you want to continue? ähnelt. /// public static string MESSAGEBOX_POOL_DELETE { get { @@ -23070,7 +23151,7 @@ public static string MESSAGEBOX_POOL_DELETE { } /// - /// Looks up a localized string similar to You cannot remove the master from the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot remove the master from the pool. ähnelt. /// public static string MESSAGEBOX_POOL_MASTER_REMOVE { get { @@ -23079,9 +23160,9 @@ public static string MESSAGEBOX_POOL_MASTER_REMOVE { } /// - /// Looks up a localized string similar to [{0}] There has been an unexpected error. Technical details about this error have been saved to the following file. Please send this to your support representative. + /// Sucht eine lokalisierte Zeichenfolge, die [{0}] There has been an unexpected error. Technical details about this error have been saved to the following file. Please send this to your support representative. /// - ///{1}. + ///{1} ähnelt. /// public static string MESSAGEBOX_PROGRAM_UNEXPECTED { get { @@ -23090,7 +23171,7 @@ public static string MESSAGEBOX_PROGRAM_UNEXPECTED { } /// - /// Looks up a localized string similar to [XenCenter] - Error. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] - Error ähnelt. /// public static string MESSAGEBOX_PROGRAM_UNEXPECTED_TITLE { get { @@ -23099,7 +23180,7 @@ public static string MESSAGEBOX_PROGRAM_UNEXPECTED_TITLE { } /// - /// Looks up a localized string similar to Unable to reconnect to {0} . Server is unavailable.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to reconnect to {0} . Server is unavailable. ähnelt. /// public static string MESSAGEBOX_RECONNECT_FAIL { get { @@ -23108,7 +23189,7 @@ public static string MESSAGEBOX_RECONNECT_FAIL { } /// - /// Looks up a localized string similar to Failed to Reconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to Reconnect ähnelt. /// public static string MESSAGEBOX_RECONNECT_FAIL_TITLE { get { @@ -23117,9 +23198,9 @@ public static string MESSAGEBOX_RECONNECT_FAIL_TITLE { } /// - /// Looks up a localized string similar to Unable to save settings. You may have insufficient disk space or your configuration file could be corrupt. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to save settings. You may have insufficient disk space or your configuration file could be corrupt. /// - ///To fix a corrupt configuration file revert changes to {0} or delete the file to return to default values.. + ///To fix a corrupt configuration file revert changes to {0} or delete the file to return to default values. ähnelt. /// public static string MESSAGEBOX_SAVE_CORRUPTED { get { @@ -23128,7 +23209,7 @@ public static string MESSAGEBOX_SAVE_CORRUPTED { } /// - /// Looks up a localized string similar to Could Not Save Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Could Not Save Settings ähnelt. /// public static string MESSAGEBOX_SAVE_CORRUPTED_TITLE { get { @@ -23137,7 +23218,7 @@ public static string MESSAGEBOX_SAVE_CORRUPTED_TITLE { } /// - /// Looks up a localized string similar to The program could not securely save your session: no session information will be stored.. + /// Sucht eine lokalisierte Zeichenfolge, die The program could not securely save your session: no session information will be stored. ähnelt. /// public static string MESSAGEBOX_SESSION_SAVE_UNABLE { get { @@ -23146,7 +23227,7 @@ public static string MESSAGEBOX_SESSION_SAVE_UNABLE { } /// - /// Looks up a localized string similar to Could not save session. + /// Sucht eine lokalisierte Zeichenfolge, die Could not save session ähnelt. /// public static string MESSAGEBOX_SESSION_SAVE_UNABLE_TITLE { get { @@ -23155,11 +23236,11 @@ public static string MESSAGEBOX_SESSION_SAVE_UNABLE_TITLE { } /// - /// Looks up a localized string similar to By pressing Yes, the following step will be skipped: + /// Sucht eine lokalisierte Zeichenfolge, die By pressing Yes, the following step will be skipped: /// ///{0} /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string MESSAGEBOX_SKIP_RPU_STEP { get { @@ -23168,11 +23249,11 @@ public static string MESSAGEBOX_SKIP_RPU_STEP { } /// - /// Looks up a localized string similar to By pressing Yes, the following steps will be skipped: + /// Sucht eine lokalisierte Zeichenfolge, die By pressing Yes, the following steps will be skipped: /// ///{0} /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string MESSAGEBOX_SKIP_RPU_STEPS { get { @@ -23181,7 +23262,7 @@ public static string MESSAGEBOX_SKIP_RPU_STEPS { } /// - /// Looks up a localized string similar to You must eject all slaves from the pool before you can delete the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die You must eject all slaves from the pool before you can delete the pool. ähnelt. /// public static string MESSAGEBOX_SLAVES_EJECT { get { @@ -23190,7 +23271,7 @@ public static string MESSAGEBOX_SLAVES_EJECT { } /// - /// Looks up a localized string similar to This will delete the selected network interface permanently. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete the selected network interface permanently. Continue? ähnelt. /// public static string MESSAGEBOX_VIF_DELETE { get { @@ -23199,7 +23280,7 @@ public static string MESSAGEBOX_VIF_DELETE { } /// - /// Looks up a localized string similar to Delete Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Network Interface ähnelt. /// public static string MESSAGEBOX_VIF_DELETE_TITLE { get { @@ -23208,7 +23289,7 @@ public static string MESSAGEBOX_VIF_DELETE_TITLE { } /// - /// Looks up a localized string similar to Migrate. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate ähnelt. /// public static string MIGRATE { get { @@ -23217,7 +23298,7 @@ public static string MIGRATE { } /// - /// Looks up a localized string similar to Cannot migrate this VM - there may be a CD in the drive. Eject the CD and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot migrate this VM - there may be a CD in the drive. Eject the CD and try again. ähnelt. /// public static string MIGRATE_EJECT_TOOLS_ON_UPGRADE { get { @@ -23226,7 +23307,7 @@ public static string MIGRATE_EJECT_TOOLS_ON_UPGRADE { } /// - /// Looks up a localized string similar to Please eject your CD. + /// Sucht eine lokalisierte Zeichenfolge, die Please eject your CD ähnelt. /// public static string MIGRATE_PLEASE_EJECT_YOUR_CD { get { @@ -23235,7 +23316,7 @@ public static string MIGRATE_PLEASE_EJECT_YOUR_CD { } /// - /// Looks up a localized string similar to This VM may not migrate at the moment. + /// Sucht eine lokalisierte Zeichenfolge, die This VM may not migrate at the moment ähnelt. /// public static string MIGRATION_NOT_ALLOWED { get { @@ -23244,7 +23325,7 @@ public static string MIGRATION_NOT_ALLOWED { } /// - /// Looks up a localized string similar to This VM may not migrate because the destination host does not have some of the CPU features that the VM is currently using. + /// Sucht eine lokalisierte Zeichenfolge, die This VM may not migrate because the destination host does not have some of the CPU features that the VM is currently using ähnelt. /// public static string MIGRATION_NOT_ALLOWED_CPU_FEATURES { get { @@ -23253,7 +23334,7 @@ public static string MIGRATION_NOT_ALLOWED_CPU_FEATURES { } /// - /// Looks up a localized string similar to This VM may not migrate; it is not on shared storage. + /// Sucht eine lokalisierte Zeichenfolge, die This VM may not migrate; it is not on shared storage ähnelt. /// public static string MIGRATION_NOT_ALLOWED_NO_SHARED_STORAGE { get { @@ -23262,7 +23343,7 @@ public static string MIGRATION_NOT_ALLOWED_NO_SHARED_STORAGE { } /// - /// Looks up a localized string similar to A VM may not migrate outside of its pool. + /// Sucht eine lokalisierte Zeichenfolge, die A VM may not migrate outside of its pool ähnelt. /// public static string MIGRATION_NOT_ALLOWED_OUTSIDE_POOL { get { @@ -23271,7 +23352,7 @@ public static string MIGRATION_NOT_ALLOWED_OUTSIDE_POOL { } /// - /// Looks up a localized string similar to Min. + /// Sucht eine lokalisierte Zeichenfolge, die Min ähnelt. /// public static string MIN { get { @@ -23280,7 +23361,7 @@ public static string MIN { } /// - /// Looks up a localized string similar to Mixed. + /// Sucht eine lokalisierte Zeichenfolge, die Mixed ähnelt. /// public static string MIXED_POWER_ON_MODE { get { @@ -23289,7 +23370,7 @@ public static string MIXED_POWER_ON_MODE { } /// - /// Looks up a localized string similar to Monday. + /// Sucht eine lokalisierte Zeichenfolge, die Monday ähnelt. /// public static string MONDAY_LONG { get { @@ -23298,7 +23379,7 @@ public static string MONDAY_LONG { } /// - /// Looks up a localized string similar to Mon. + /// Sucht eine lokalisierte Zeichenfolge, die Mon ähnelt. /// public static string MONDAY_SHORT { get { @@ -23307,7 +23388,7 @@ public static string MONDAY_SHORT { } /// - /// Looks up a localized string similar to {0} VMs selected. + /// Sucht eine lokalisierte Zeichenfolge, die {0} VMs selected ähnelt. /// public static string MOREONE_VM_SELECTED { get { @@ -23316,7 +23397,7 @@ public static string MOREONE_VM_SELECTED { } /// - /// Looks up a localized string similar to Moving {0} canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Moving {0} canceled ähnelt. /// public static string MOVE_CANCELLED { get { @@ -23325,7 +23406,7 @@ public static string MOVE_CANCELLED { } /// - /// Looks up a localized string similar to Move object '{0}' to folder '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Move object '{0}' to folder '{1}'... ähnelt. /// public static string MOVE_OBJECT_TO_FOLDER { get { @@ -23334,7 +23415,7 @@ public static string MOVE_OBJECT_TO_FOLDER { } /// - /// Looks up a localized string similar to Move selected objects to folder '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Move selected objects to folder '{0}'... ähnelt. /// public static string MOVE_OBJECTS_TO_FOLDER { get { @@ -23343,7 +23424,7 @@ public static string MOVE_OBJECTS_TO_FOLDER { } /// - /// Looks up a localized string similar to &Move Virtual Disk.... + /// Sucht eine lokalisierte Zeichenfolge, die &Move Virtual Disk... ähnelt. /// public static string MOVE_VDI_CONTEXT_MENU { get { @@ -23352,7 +23433,7 @@ public static string MOVE_VDI_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Move VM. + /// Sucht eine lokalisierte Zeichenfolge, die Move VM ähnelt. /// public static string MOVE_VM_WIZARD_TITLE { get { @@ -23361,7 +23442,7 @@ public static string MOVE_VM_WIZARD_TITLE { } /// - /// Looks up a localized string similar to Move VM to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Move VM to {0} ähnelt. /// public static string MOVE_VM_WIZARD_TITLE_AND_LOCATION { get { @@ -23370,7 +23451,7 @@ public static string MOVE_VM_WIZARD_TITLE_AND_LOCATION { } /// - /// Looks up a localized string similar to Moved. + /// Sucht eine lokalisierte Zeichenfolge, die Moved ähnelt. /// public static string MOVED { get { @@ -23379,7 +23460,7 @@ public static string MOVED { } /// - /// Looks up a localized string similar to Moving.... + /// Sucht eine lokalisierte Zeichenfolge, die Moving... ähnelt. /// public static string MOVING { get { @@ -23388,7 +23469,7 @@ public static string MOVING { } /// - /// Looks up a localized string similar to MTU. + /// Sucht eine lokalisierte Zeichenfolge, die MTU ähnelt. /// public static string MTU { get { @@ -23397,7 +23478,7 @@ public static string MTU { } /// - /// Looks up a localized string similar to Are you sure you want to delete the selected items?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the selected items? ähnelt. /// public static string MULTI_VDI_DELETE_INSTRUCTION { get { @@ -23406,7 +23487,7 @@ public static string MULTI_VDI_DELETE_INSTRUCTION { } /// - /// Looks up a localized string similar to You are about to delete multiple virtual disks. Are you sure you want to proceed?. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to delete multiple virtual disks. Are you sure you want to proceed? ähnelt. /// public static string MULTI_VDI_DELETE_WARNING { get { @@ -23415,7 +23496,7 @@ public static string MULTI_VDI_DELETE_WARNING { } /// - /// Looks up a localized string similar to You are about to detach multiple virtual disks, are you sure you want to proceed?. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to detach multiple virtual disks, are you sure you want to proceed? ähnelt. /// public static string MULTI_VDI_DETACH_WARNING { get { @@ -23424,7 +23505,7 @@ public static string MULTI_VDI_DETACH_WARNING { } /// - /// Looks up a localized string similar to Active. + /// Sucht eine lokalisierte Zeichenfolge, die Active ähnelt. /// public static string MULTIPATH_ACTIVE { get { @@ -23433,7 +23514,7 @@ public static string MULTIPATH_ACTIVE { } /// - /// Looks up a localized string similar to Multipath capable. + /// Sucht eine lokalisierte Zeichenfolge, die Multipath capable ähnelt. /// public static string MULTIPATH_CAPABLE { get { @@ -23442,7 +23523,7 @@ public static string MULTIPATH_CAPABLE { } /// - /// Looks up a localized string similar to One or more paths to at least one of your storages has failed. Refer to the "[XenServer product] Administrator's Guide" for information about configuring storage multipathing.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more paths to at least one of your storages has failed. Refer to the "[XenServer product] Administrator's Guide" for information about configuring storage multipathing. ähnelt. /// public static string MULTIPATH_FAILED { get { @@ -23451,7 +23532,7 @@ public static string MULTIPATH_FAILED { } /// - /// Looks up a localized string similar to Not active. + /// Sucht eine lokalisierte Zeichenfolge, die Not active ähnelt. /// public static string MULTIPATH_NOT_ACTIVE { get { @@ -23460,9 +23541,9 @@ public static string MULTIPATH_NOT_ACTIVE { } /// - /// Looks up a localized string similar to Not active. + /// Sucht eine lokalisierte Zeichenfolge, die Not active. ///To ensure system stability, it is strongly recommended that you use multipathing for your storage connectivity. - ///. + /// ähnelt. /// public static string MULTIPATH_NOT_ACTIVE_GFS2 { get { @@ -23471,7 +23552,7 @@ public static string MULTIPATH_NOT_ACTIVE_GFS2 { } /// - /// Looks up a localized string similar to {0} of {1} paths active. + /// Sucht eine lokalisierte Zeichenfolge, die {0} of {1} paths active ähnelt. /// public static string MULTIPATH_STATUS { get { @@ -23480,7 +23561,7 @@ public static string MULTIPATH_STATUS { } /// - /// Looks up a localized string similar to ({0} iSCSI sessions). + /// Sucht eine lokalisierte Zeichenfolge, die ({0} iSCSI sessions) ähnelt. /// public static string MULTIPATH_STATUS_ISCSI_SESSIONS { get { @@ -23489,7 +23570,7 @@ public static string MULTIPATH_STATUS_ISCSI_SESSIONS { } /// - /// Looks up a localized string similar to Multipathing. + /// Sucht eine lokalisierte Zeichenfolge, die Multipathing ähnelt. /// public static string MULTIPATHING { get { @@ -23498,7 +23579,7 @@ public static string MULTIPATHING { } /// - /// Looks up a localized string similar to You must select a network. + /// Sucht eine lokalisierte Zeichenfolge, die You must select a network ähnelt. /// public static string MUST_SELECT_NETWORK { get { @@ -23507,7 +23588,7 @@ public static string MUST_SELECT_NETWORK { } /// - /// Looks up a localized string similar to http://www.citrix.com/welcome.html. + /// Sucht eine lokalisierte Zeichenfolge, die http://www.citrix.com/welcome.html ähnelt. /// public static string MY_CITRIX_CREDENTIALS_URL { get { @@ -23516,7 +23597,7 @@ public static string MY_CITRIX_CREDENTIALS_URL { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NAME { get { @@ -23525,7 +23606,7 @@ public static string NAME { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string NAME_DESCRIPTION_TAGS { get { @@ -23534,7 +23615,7 @@ public static string NAME_DESCRIPTION_TAGS { } /// - /// Looks up a localized string similar to {0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} {1} ähnelt. /// public static string NAME_WITH_LOCATION { get { @@ -23543,7 +23624,7 @@ public static string NAME_WITH_LOCATION { } /// - /// Looks up a localized string similar to Select the SR to reattach or create a new SR. + /// Sucht eine lokalisierte Zeichenfolge, die Select the SR to reattach or create a new SR ähnelt. /// public static string NETAPP_EQUAL_PAGE_TITLE { get { @@ -23552,7 +23633,7 @@ public static string NETAPP_EQUAL_PAGE_TITLE { } /// - /// Looks up a localized string similar to Bond Members. + /// Sucht eine lokalisierte Zeichenfolge, die Bond Members ähnelt. /// public static string NETW_BOND_DETAILS_TEXT { get { @@ -23561,7 +23642,7 @@ public static string NETW_BOND_DETAILS_TEXT { } /// - /// Looks up a localized string similar to Select members for the new bonded network. + /// Sucht eine lokalisierte Zeichenfolge, die Select members for the new bonded network ähnelt. /// public static string NETW_BOND_DETAILS_TITLE { get { @@ -23570,7 +23651,7 @@ public static string NETW_BOND_DETAILS_TITLE { } /// - /// Looks up a localized string similar to Configure the new network. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the new network ähnelt. /// public static string NETW_CHIN_DETAILS_TITLE { get { @@ -23579,7 +23660,7 @@ public static string NETW_CHIN_DETAILS_TITLE { } /// - /// Looks up a localized string similar to Network settings. + /// Sucht eine lokalisierte Zeichenfolge, die Network settings ähnelt. /// public static string NETW_DETAILS_TEXT { get { @@ -23588,7 +23669,7 @@ public static string NETW_DETAILS_TEXT { } /// - /// Looks up a localized string similar to This VLAN number is already in use. + /// Sucht eine lokalisierte Zeichenfolge, die This VLAN number is already in use ähnelt. /// public static string NETW_DETAILS_VLAN_NUMBER_IN_USE { get { @@ -23597,7 +23678,7 @@ public static string NETW_DETAILS_VLAN_NUMBER_IN_USE { } /// - /// Looks up a localized string similar to Configure the new network. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the new network ähnelt. /// public static string NETW_EXTERNAL_DETAILS_TITLE { get { @@ -23606,7 +23687,7 @@ public static string NETW_EXTERNAL_DETAILS_TITLE { } /// - /// Looks up a localized string similar to Configure the new network. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the new network ähnelt. /// public static string NETW_INTERNAL_DETAILS_TITLE { get { @@ -23615,7 +23696,7 @@ public static string NETW_INTERNAL_DETAILS_TITLE { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NETW_NAME_TEXT { get { @@ -23624,7 +23705,7 @@ public static string NETW_NAME_TEXT { } /// - /// Looks up a localized string similar to Enter a name and description for the new network. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a name and description for the new network ähnelt. /// public static string NETW_NAME_TITLE { get { @@ -23633,7 +23714,7 @@ public static string NETW_NAME_TITLE { } /// - /// Looks up a localized string similar to Select Type. + /// Sucht eine lokalisierte Zeichenfolge, die Select Type ähnelt. /// public static string NETW_TYPE_SELECT_TEXT { get { @@ -23642,7 +23723,7 @@ public static string NETW_TYPE_SELECT_TEXT { } /// - /// Looks up a localized string similar to Choose the type of network to create. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the type of network to create ähnelt. /// public static string NETW_TYPE_SELECT_TITLE { get { @@ -23651,7 +23732,7 @@ public static string NETW_TYPE_SELECT_TITLE { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string NETWORK { get { @@ -23660,7 +23741,7 @@ public static string NETWORK { } /// - /// Looks up a localized string similar to Creating network. + /// Sucht eine lokalisierte Zeichenfolge, die Creating network ähnelt. /// public static string NETWORK_ACTION_CREATING_NETWORK { get { @@ -23669,7 +23750,7 @@ public static string NETWORK_ACTION_CREATING_NETWORK { } /// - /// Looks up a localized string similar to Creating network '{0}' on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Creating network '{0}' on {1} ähnelt. /// public static string NETWORK_ACTION_CREATING_NETWORK_TITLE { get { @@ -23678,7 +23759,7 @@ public static string NETWORK_ACTION_CREATING_NETWORK_TITLE { } /// - /// Looks up a localized string similar to Network created. + /// Sucht eine lokalisierte Zeichenfolge, die Network created ähnelt. /// public static string NETWORK_ACTION_NETWORK_CREATED { get { @@ -23687,7 +23768,7 @@ public static string NETWORK_ACTION_NETWORK_CREATED { } /// - /// Looks up a localized string similar to Network removed. + /// Sucht eine lokalisierte Zeichenfolge, die Network removed ähnelt. /// public static string NETWORK_ACTION_NETWORK_REMOVED { get { @@ -23696,7 +23777,7 @@ public static string NETWORK_ACTION_NETWORK_REMOVED { } /// - /// Looks up a localized string similar to Network updated. + /// Sucht eine lokalisierte Zeichenfolge, die Network updated ähnelt. /// public static string NETWORK_ACTION_NETWORK_UPDATED { get { @@ -23705,7 +23786,7 @@ public static string NETWORK_ACTION_NETWORK_UPDATED { } /// - /// Looks up a localized string similar to Removing network. + /// Sucht eine lokalisierte Zeichenfolge, die Removing network ähnelt. /// public static string NETWORK_ACTION_REMOVING_NETWORK { get { @@ -23714,7 +23795,7 @@ public static string NETWORK_ACTION_REMOVING_NETWORK { } /// - /// Looks up a localized string similar to Removing network '{0}' from {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Removing network '{0}' from {1} ähnelt. /// public static string NETWORK_ACTION_REMOVING_NETWORK_TITLE { get { @@ -23723,7 +23804,7 @@ public static string NETWORK_ACTION_REMOVING_NETWORK_TITLE { } /// - /// Looks up a localized string similar to Updating network. + /// Sucht eine lokalisierte Zeichenfolge, die Updating network ähnelt. /// public static string NETWORK_ACTION_UPDATING_NETWORK { get { @@ -23732,7 +23813,7 @@ public static string NETWORK_ACTION_UPDATING_NETWORK { } /// - /// Looks up a localized string similar to Updating network '{0}' on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Updating network '{0}' on {1} ähnelt. /// public static string NETWORK_ACTION_UPDATING_NETWORK_TITLE { get { @@ -23741,7 +23822,7 @@ public static string NETWORK_ACTION_UPDATING_NETWORK_TITLE { } /// - /// Looks up a localized string similar to Network connectivity error. + /// Sucht eine lokalisierte Zeichenfolge, die Network connectivity error ähnelt. /// public static string NETWORK_CONNECTIVITY_ERROR { get { @@ -23750,7 +23831,7 @@ public static string NETWORK_CONNECTIVITY_ERROR { } /// - /// Looks up a localized string similar to {0} (in use by {1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (in use by {1}) ähnelt. /// public static string NETWORK_IN_USE_BY { get { @@ -23759,7 +23840,7 @@ public static string NETWORK_IN_USE_BY { } /// - /// Looks up a localized string similar to Network {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Network {0} ähnelt. /// public static string NETWORK_NAME { get { @@ -23768,7 +23849,7 @@ public static string NETWORK_NAME { } /// - /// Looks up a localized string similar to Network Options. + /// Sucht eine lokalisierte Zeichenfolge, die Network Options ähnelt. /// public static string NETWORK_OPTIONS { get { @@ -23777,7 +23858,7 @@ public static string NETWORK_OPTIONS { } /// - /// Looks up a localized string similar to The connection to the server was lost. No changes have been made.. + /// Sucht eine lokalisierte Zeichenfolge, die The connection to the server was lost. No changes have been made. ähnelt. /// public static string NETWORK_RECONFIG_CONNECTION_LOST { get { @@ -23786,7 +23867,7 @@ public static string NETWORK_RECONFIG_CONNECTION_LOST { } /// - /// Looks up a localized string similar to Network Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Network Settings ähnelt. /// public static string NETWORK_SETTINGS { get { @@ -23795,7 +23876,7 @@ public static string NETWORK_SETTINGS { } /// - /// Looks up a localized string similar to SR-IOV. + /// Sucht eine lokalisierte Zeichenfolge, die SR-IOV ähnelt. /// public static string NETWORK_SRIOV { get { @@ -23804,7 +23885,7 @@ public static string NETWORK_SRIOV { } /// - /// Looks up a localized string similar to {0} on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on {1} ähnelt. /// public static string NETWORK_WITH_POOL { get { @@ -23813,7 +23894,7 @@ public static string NETWORK_WITH_POOL { } /// - /// Looks up a localized string similar to Storage {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Storage {0} ähnelt. /// public static string NETWORKING_PROPERTIES_AUX_TAB_NAME { get { @@ -23822,8 +23903,8 @@ public static string NETWORKING_PROPERTIES_AUX_TAB_NAME { } /// - /// Looks up a localized string similar to Configure IP address settings for server management traffic (the management interface) on '{0}' here. - ///You can also assign IP addresses for dedicated storage or other types of network traffic (secondary interfaces).. + /// Sucht eine lokalisierte Zeichenfolge, die Configure IP address settings for server management traffic (the management interface) on '{0}' here. + ///You can also assign IP addresses for dedicated storage or other types of network traffic (secondary interfaces). ähnelt. /// public static string NETWORKING_PROPERTIES_BLURB_HOST { get { @@ -23832,8 +23913,8 @@ public static string NETWORKING_PROPERTIES_BLURB_HOST { } /// - /// Looks up a localized string similar to Configure IP address settings for server management traffic (the management interface) on all of the servers in pool '{0}' here. - ///You can also assign IP addresses for dedicated storage or other types of network traffic (secondary interfaces) in the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Configure IP address settings for server management traffic (the management interface) on all of the servers in pool '{0}' here. + ///You can also assign IP addresses for dedicated storage or other types of network traffic (secondary interfaces) in the pool. ähnelt. /// public static string NETWORKING_PROPERTIES_BLURB_POOL { get { @@ -23842,7 +23923,7 @@ public static string NETWORKING_PROPERTIES_BLURB_POOL { } /// - /// Looks up a localized string similar to &Reconfigure anyway. + /// Sucht eine lokalisierte Zeichenfolge, die &Reconfigure anyway ähnelt. /// public static string NETWORKING_PROPERTIES_CHANGING_MANAGEMENT_CONTINUE { get { @@ -23851,7 +23932,7 @@ public static string NETWORKING_PROPERTIES_CHANGING_MANAGEMENT_CONTINUE { } /// - /// Looks up a localized string similar to {0} is currently in use by {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is currently in use by {1} ähnelt. /// public static string NETWORKING_PROPERTIES_IN_USE_WARNING { get { @@ -23860,7 +23941,7 @@ public static string NETWORKING_PROPERTIES_IN_USE_WARNING { } /// - /// Looks up a localized string similar to {0} is currently in use by the primary interface. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is currently in use by the primary interface ähnelt. /// public static string NETWORKING_PROPERTIES_IN_USE_WARNING_MANAGEMENT { get { @@ -23869,7 +23950,7 @@ public static string NETWORKING_PROPERTIES_IN_USE_WARNING_MANAGEMENT { } /// - /// Looks up a localized string similar to IP address and DNS server settings:. + /// Sucht eine lokalisierte Zeichenfolge, die IP address and DNS server settings: ähnelt. /// public static string NETWORKING_PROPERTIES_IP_AND_DNS_SETTINGS { get { @@ -23878,7 +23959,7 @@ public static string NETWORKING_PROPERTIES_IP_AND_DNS_SETTINGS { } /// - /// Looks up a localized string similar to IP address settings:. + /// Sucht eine lokalisierte Zeichenfolge, die IP address settings: ähnelt. /// public static string NETWORKING_PROPERTIES_IP_SETTINGS { get { @@ -23887,7 +23968,7 @@ public static string NETWORKING_PROPERTIES_IP_SETTINGS { } /// - /// Looks up a localized string similar to unknown. + /// Sucht eine lokalisierte Zeichenfolge, die unknown ähnelt. /// public static string NETWORKING_PROPERTIES_PURPOSE_UNKNOWN { get { @@ -23896,7 +23977,7 @@ public static string NETWORKING_PROPERTIES_PURPOSE_UNKNOWN { } /// - /// Looks up a localized string similar to Remove IP Address. + /// Sucht eine lokalisierte Zeichenfolge, die Remove IP Address ähnelt. /// public static string NETWORKING_PROPERTIES_REMOVE_TOOLTIP { get { @@ -23905,7 +23986,7 @@ public static string NETWORKING_PROPERTIES_REMOVE_TOOLTIP { } /// - /// Looks up a localized string similar to {0}; {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}; {1} ähnelt. /// public static string NETWORKING_PROPERTIES_SUBTEXT { get { @@ -23914,7 +23995,7 @@ public static string NETWORKING_PROPERTIES_SUBTEXT { } /// - /// Looks up a localized string similar to Management Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Management Interface ähnelt. /// public static string NETWORKING_PROPERTIES_TAB_TITLE_PRIMARY { get { @@ -23923,7 +24004,7 @@ public static string NETWORKING_PROPERTIES_TAB_TITLE_PRIMARY { } /// - /// Looks up a localized string similar to Configure IP Addresses - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Configure IP Addresses - {0} ähnelt. /// public static string NETWORKING_PROPERTIES_TITLE { get { @@ -23932,9 +24013,9 @@ public static string NETWORKING_PROPERTIES_TITLE { } /// - /// Looks up a localized string similar to You are reconfiguring the primary management interface. If the new settings are incorrect then [XenCenter] may permanently lose the connection to the server. + /// Sucht eine lokalisierte Zeichenfolge, die You are reconfiguring the primary management interface. If the new settings are incorrect then [XenCenter] may permanently lose the connection to the server. /// - ///You should only proceed if you have verified that these settings are correct.. + ///You should only proceed if you have verified that these settings are correct. ähnelt. /// public static string NETWORKING_PROPERTIES_WARNING_CHANGING_MANAGEMENT_HOST { get { @@ -23943,9 +24024,9 @@ public static string NETWORKING_PROPERTIES_WARNING_CHANGING_MANAGEMENT_HOST { } /// - /// Looks up a localized string similar to You are reconfiguring the primary management interface. If the new settings are incorrect then [XenCenter] may permanently lose the connection to the server, or pool members may be unable to contact each other. + /// Sucht eine lokalisierte Zeichenfolge, die You are reconfiguring the primary management interface. If the new settings are incorrect then [XenCenter] may permanently lose the connection to the server, or pool members may be unable to contact each other. /// - ///You should only proceed if you have verified that these settings are correct.. + ///You should only proceed if you have verified that these settings are correct. ähnelt. /// public static string NETWORKING_PROPERTIES_WARNING_CHANGING_MANAGEMENT_POOL { get { @@ -23954,7 +24035,7 @@ public static string NETWORKING_PROPERTIES_WARNING_CHANGING_MANAGEMENT_POOL { } /// - /// Looks up a localized string similar to IGMP snooping disabled. + /// Sucht eine lokalisierte Zeichenfolge, die IGMP snooping disabled ähnelt. /// public static string NETWORKOPTIONSEDITPAGE_SUBTEXT_IGMP_SNOOPING_DISABLED { get { @@ -23963,7 +24044,7 @@ public static string NETWORKOPTIONSEDITPAGE_SUBTEXT_IGMP_SNOOPING_DISABLED { } /// - /// Looks up a localized string similar to IGMP snooping enabled. + /// Sucht eine lokalisierte Zeichenfolge, die IGMP snooping enabled ähnelt. /// public static string NETWORKOPTIONSEDITPAGE_SUBTEXT_IGMP_SNOOPING_ENABLED { get { @@ -23972,7 +24053,7 @@ public static string NETWORKOPTIONSEDITPAGE_SUBTEXT_IGMP_SNOOPING_ENABLED { } /// - /// Looks up a localized string similar to Auto. + /// Sucht eine lokalisierte Zeichenfolge, die Auto ähnelt. /// public static string NETWORKPANEL_AUTO { get { @@ -23981,7 +24062,7 @@ public static string NETWORKPANEL_AUTO { } /// - /// Looks up a localized string similar to <internal>. + /// Sucht eine lokalisierte Zeichenfolge, die <internal> ähnelt. /// public static string NETWORKPANEL_INTERNAL { get { @@ -23990,7 +24071,7 @@ public static string NETWORKPANEL_INTERNAL { } /// - /// Looks up a localized string similar to IP Address. + /// Sucht eine lokalisierte Zeichenfolge, die IP Address ähnelt. /// public static string NETWORKPANEL_IP { get { @@ -23999,7 +24080,7 @@ public static string NETWORKPANEL_IP { } /// - /// Looks up a localized string similar to Limit. + /// Sucht eine lokalisierte Zeichenfolge, die Limit ähnelt. /// public static string NETWORKPANEL_LIMIT { get { @@ -24008,7 +24089,7 @@ public static string NETWORKPANEL_LIMIT { } /// - /// Looks up a localized string similar to VLAN. + /// Sucht eine lokalisierte Zeichenfolge, die VLAN ähnelt. /// public static string NETWORKPANEL_VLAN { get { @@ -24017,7 +24098,7 @@ public static string NETWORKPANEL_VLAN { } /// - /// Looks up a localized string similar to interface {0}. + /// Sucht eine lokalisierte Zeichenfolge, die interface {0} ähnelt. /// public static string NETWORKPICKER_INTERFACE { get { @@ -24026,7 +24107,7 @@ public static string NETWORKPICKER_INTERFACE { } /// - /// Looks up a localized string similar to Error from VIF table: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Error from VIF table: {0} ähnelt. /// public static string NETWORKPICKER_LOG_VIF_ERROR { get { @@ -24035,7 +24116,7 @@ public static string NETWORKPICKER_LOG_VIF_ERROR { } /// - /// Looks up a localized string similar to Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Networks ähnelt. /// public static string NETWORKS { get { @@ -24044,7 +24125,7 @@ public static string NETWORKS { } /// - /// Looks up a localized string similar to Never. + /// Sucht eine lokalisierte Zeichenfolge, die Never ähnelt. /// public static string NEVER { get { @@ -24053,7 +24134,7 @@ public static string NEVER { } /// - /// Looks up a localized string similar to Creating new DVD drive on VM {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Creating new DVD drive on VM {0} ähnelt. /// public static string NEW_DVD_DRIVE_CREATE_TITLE { get { @@ -24062,7 +24143,7 @@ public static string NEW_DVD_DRIVE_CREATE_TITLE { } /// - /// Looks up a localized string similar to DVD Drive Created. + /// Sucht eine lokalisierte Zeichenfolge, die DVD Drive Created ähnelt. /// public static string NEW_DVD_DRIVE_CREATED { get { @@ -24071,7 +24152,7 @@ public static string NEW_DVD_DRIVE_CREATED { } /// - /// Looks up a localized string similar to Creating new DVD drive. + /// Sucht eine lokalisierte Zeichenfolge, die Creating new DVD drive ähnelt. /// public static string NEW_DVD_DRIVE_CREATING { get { @@ -24080,7 +24161,7 @@ public static string NEW_DVD_DRIVE_CREATING { } /// - /// Looks up a localized string similar to Creating new DVD drive succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die Creating new DVD drive succeeded ähnelt. /// public static string NEW_DVD_DRIVE_DONE { get { @@ -24089,7 +24170,7 @@ public static string NEW_DVD_DRIVE_DONE { } /// - /// Looks up a localized string similar to You must shut down and then restart the VM to finish the installation of the new DVD drive.. + /// Sucht eine lokalisierte Zeichenfolge, die You must shut down and then restart the VM to finish the installation of the new DVD drive. ähnelt. /// public static string NEW_DVD_DRIVE_REBOOT { get { @@ -24098,8 +24179,8 @@ public static string NEW_DVD_DRIVE_REBOOT { } /// - /// Looks up a localized string similar to You must shut down and then restart the VM to finish the installation of the new DVD drive. - ///Once the VM has restarted click the Install [Citrix VM Tools] menu item once again.. + /// Sucht eine lokalisierte Zeichenfolge, die You must shut down and then restart the VM to finish the installation of the new DVD drive. + ///Once the VM has restarted click the Install [Citrix VM Tools] menu item once again. ähnelt. /// public static string NEW_DVD_DRIVE_REBOOT_TOOLS { get { @@ -24108,7 +24189,7 @@ public static string NEW_DVD_DRIVE_REBOOT_TOOLS { } /// - /// Looks up a localized string similar to The VM you want to install [Citrix VM Tools] onto has no DVD drive, would you like to create one?. + /// Sucht eine lokalisierte Zeichenfolge, die The VM you want to install [Citrix VM Tools] onto has no DVD drive, would you like to create one? ähnelt. /// public static string NEW_DVD_DRIVE_REQUIRED { get { @@ -24117,7 +24198,7 @@ public static string NEW_DVD_DRIVE_REQUIRED { } /// - /// Looks up a localized string similar to At least one of the VMs you want to install [Citrix VM Tools] onto has no DVD drive. Would you like to create a new DVD drive for each of the VMs that requires one?. + /// Sucht eine lokalisierte Zeichenfolge, die At least one of the VMs you want to install [Citrix VM Tools] onto has no DVD drive. Would you like to create a new DVD drive for each of the VMs that requires one? ähnelt. /// public static string NEW_DVD_DRIVES_REQUIRED { get { @@ -24126,7 +24207,7 @@ public static string NEW_DVD_DRIVES_REQUIRED { } /// - /// Looks up a localized string similar to &New Folder.... + /// Sucht eine lokalisierte Zeichenfolge, die &New Folder... ähnelt. /// public static string NEW_FOLDER { get { @@ -24135,7 +24216,7 @@ public static string NEW_FOLDER { } /// - /// Looks up a localized string similar to &Create. + /// Sucht eine lokalisierte Zeichenfolge, die &Create ähnelt. /// public static string NEW_FOLDER_BUTTON { get { @@ -24144,7 +24225,7 @@ public static string NEW_FOLDER_BUTTON { } /// - /// Looks up a localized string similar to New Folder. + /// Sucht eine lokalisierte Zeichenfolge, die New Folder ähnelt. /// public static string NEW_FOLDER_DIALOG_TITLE { get { @@ -24153,7 +24234,7 @@ public static string NEW_FOLDER_DIALOG_TITLE { } /// - /// Looks up a localized string similar to &New folder name:. + /// Sucht eine lokalisierte Zeichenfolge, die &New folder name: ähnelt. /// public static string NEW_FOLDER_NAME { get { @@ -24162,7 +24243,7 @@ public static string NEW_FOLDER_NAME { } /// - /// Looks up a localized string similar to &New Policy.... + /// Sucht eine lokalisierte Zeichenfolge, die &New Policy... ähnelt. /// public static string NEW_POLICY { get { @@ -24171,9 +24252,9 @@ public static string NEW_POLICY { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool with a master that is configured to use AD authentication. All pool members must use the same authentication method. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool with a master that is configured to use AD authentication. All pool members must use the same authentication method. /// - ///Do you want to enable AD authentication on your server and join it to the same domain as the pool?. + ///Do you want to enable AD authentication on your server and join it to the same domain as the pool? ähnelt. /// public static string NEW_POOL_AD_MESSAGE { get { @@ -24182,11 +24263,11 @@ public static string NEW_POOL_AD_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool with a master that is configured to use AD authentication: + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool with a master that is configured to use AD authentication: /// ///{0} /// - ///All pool members must use the same authentication method. Do you want to enable AD authentication on these servers and join them to the same domain as the pool?. + ///All pool members must use the same authentication method. Do you want to enable AD authentication on these servers and join them to the same domain as the pool? ähnelt. /// public static string NEW_POOL_AD_MESSAGE_MULTIPLE { get { @@ -24195,11 +24276,11 @@ public static string NEW_POOL_AD_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a pool with a master that is using an older CPU. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a pool with a master that is using an older CPU. /// ///[XenServer] can continue by rebooting the server and reducing its CPU to the level of the master. This will shut down any VMs running on the server. This feature is supported for CPU combinations listed in the [XenServer] Hardware Compatibility List. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string NEW_POOL_CPU_MASKING_MESSAGE { get { @@ -24208,13 +24289,13 @@ public static string NEW_POOL_CPU_MASKING_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a pool with a master that is using an older CPU: + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a pool with a master that is using an older CPU: /// ///{0} /// ///[XenServer] can continue by rebooting the servers and reducing their CPUs to the level of the master. This will shut down any VMs running on the servers. This feature is supported for CPU combinations listed in the [XenServer] Hardware Compatibility List. /// - ///Do you want to do this?. + ///Do you want to do this? ähnelt. /// public static string NEW_POOL_CPU_MASKING_MESSAGE_MULTIPLE { get { @@ -24223,9 +24304,9 @@ public static string NEW_POOL_CPU_MASKING_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to You are attempting to add the server '{0}' to a licensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the server '{0}' to a licensed pool. /// - ///Do you want to apply the licensing from the master to this server?. + ///Do you want to apply the licensing from the master to this server? ähnelt. /// public static string NEW_POOL_LICENSE_MESSAGE { get { @@ -24234,11 +24315,11 @@ public static string NEW_POOL_LICENSE_MESSAGE { } /// - /// Looks up a localized string similar to You are attempting to add the following servers to a licensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting to add the following servers to a licensed pool. /// ///{0} /// - ///Do you want to apply the licensing from the master to these servers?. + ///Do you want to apply the licensing from the master to these servers? ähnelt. /// public static string NEW_POOL_LICENSE_MESSAGE_MULTIPLE { get { @@ -24247,11 +24328,11 @@ public static string NEW_POOL_LICENSE_MESSAGE_MULTIPLE { } /// - /// Looks up a localized string similar to The following supplemental pack should be installed on all servers in a pool, but currently is not: + /// Sucht eine lokalisierte Zeichenfolge, die The following supplemental pack should be installed on all servers in a pool, but currently is not: /// ///{0} /// - ///It is strongly recommended that you Cancel and apply the latest version of the pack to all servers before creating the pool.. + ///It is strongly recommended that you Cancel and apply the latest version of the pack to all servers before creating the pool. ähnelt. /// public static string NEW_POOL_SUPP_PACK { get { @@ -24260,11 +24341,11 @@ public static string NEW_POOL_SUPP_PACK { } /// - /// Looks up a localized string similar to The following supplemental packs should be installed on all servers in a pool, but currently are not: + /// Sucht eine lokalisierte Zeichenfolge, die The following supplemental packs should be installed on all servers in a pool, but currently are not: /// ///{0} /// - ///It is strongly recommended that you Cancel and apply the latest version of the packs to all servers before creating the pool.. + ///It is strongly recommended that you Cancel and apply the latest version of the packs to all servers before creating the pool. ähnelt. /// public static string NEW_POOL_SUPP_PACKS { get { @@ -24273,7 +24354,7 @@ public static string NEW_POOL_SUPP_PACKS { } /// - /// Looks up a localized string similar to &New schedule.... + /// Sucht eine lokalisierte Zeichenfolge, die &New schedule... ähnelt. /// public static string NEW_SCHEDULE { get { @@ -24282,7 +24363,7 @@ public static string NEW_SCHEDULE { } /// - /// Looks up a localized string similar to New Search. + /// Sucht eine lokalisierte Zeichenfolge, die New Search ähnelt. /// public static string NEW_SEARCH { get { @@ -24291,7 +24372,7 @@ public static string NEW_SEARCH { } /// - /// Looks up a localized string similar to Connection to {0} has been lost. + /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0} has been lost ähnelt. /// public static string NEW_SR_CONNECTION_LOST { get { @@ -24300,8 +24381,8 @@ public static string NEW_SR_CONNECTION_LOST { } /// - /// Looks up a localized string similar to The selected disk is not shared. If you add non shared disks to the VM it will became non-agile. - /// Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die The selected disk is not shared. If you add non shared disks to the VM it will became non-agile. + /// Do you want to continue? ähnelt. /// public static string NEW_SR_DIALOG_ATTACH_NON_SHARED_DISK_HA { get { @@ -24310,7 +24391,7 @@ public static string NEW_SR_DIALOG_ATTACH_NON_SHARED_DISK_HA { } /// - /// Looks up a localized string similar to Attached SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Attached SRs ähnelt. /// public static string NEW_SR_WIZARD_FINAL_ACTION_END { get { @@ -24319,7 +24400,7 @@ public static string NEW_SR_WIZARD_FINAL_ACTION_END { } /// - /// Looks up a localized string similar to Attaching SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Attaching SRs ähnelt. /// public static string NEW_SR_WIZARD_FINAL_ACTION_START { get { @@ -24328,7 +24409,7 @@ public static string NEW_SR_WIZARD_FINAL_ACTION_START { } /// - /// Looks up a localized string similar to New Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die New Storage Repository ähnelt. /// public static string NEW_SR_WIZARD_FINAL_ACTION_TITLE { get { @@ -24337,7 +24418,7 @@ public static string NEW_SR_WIZARD_FINAL_ACTION_TITLE { } /// - /// Looks up a localized string similar to New SR-IOV network. + /// Sucht eine lokalisierte Zeichenfolge, die New SR-IOV network ähnelt. /// public static string NEW_SRIOV_NETWORK_NAME { get { @@ -24346,7 +24427,7 @@ public static string NEW_SRIOV_NETWORK_NAME { } /// - /// Looks up a localized string similar to Edit tags.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit tags... ähnelt. /// public static string NEW_TAG_LINK { get { @@ -24355,7 +24436,7 @@ public static string NEW_TAG_LINK { } /// - /// Looks up a localized string similar to Enter &name for new template:. + /// Sucht eine lokalisierte Zeichenfolge, die Enter &name for new template: ähnelt. /// public static string NEW_TEMPLATE_PROMPT { get { @@ -24364,7 +24445,7 @@ public static string NEW_TEMPLATE_PROMPT { } /// - /// Looks up a localized string similar to New Update Available - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die New Update Available - {0} ähnelt. /// public static string NEW_UPDATE_AVAILABLE { get { @@ -24373,7 +24454,7 @@ public static string NEW_UPDATE_AVAILABLE { } /// - /// Looks up a localized string similar to &New vApp.... + /// Sucht eine lokalisierte Zeichenfolge, die &New vApp... ähnelt. /// public static string NEW_VM_APPLIANCE { get { @@ -24382,7 +24463,7 @@ public static string NEW_VM_APPLIANCE { } /// - /// Looks up a localized string similar to The amount of physical memory allocated to this VM is greater than the free memory of its home server. + /// Sucht eine lokalisierte Zeichenfolge, die The amount of physical memory allocated to this VM is greater than the free memory of its home server ähnelt. /// public static string NEW_VM_FREE_MEMORY_WARNING { get { @@ -24391,7 +24472,7 @@ public static string NEW_VM_FREE_MEMORY_WARNING { } /// - /// Looks up a localized string similar to &New VM From Snapshot.... + /// Sucht eine lokalisierte Zeichenfolge, die &New VM From Snapshot... ähnelt. /// public static string NEW_VM_FROM_SNAPSHOT_MENU_ITEM { get { @@ -24400,7 +24481,7 @@ public static string NEW_VM_FROM_SNAPSHOT_MENU_ITEM { } /// - /// Looks up a localized string similar to The amount of physical memory allocated to this VM is greater than the total memory of its home server. + /// Sucht eine lokalisierte Zeichenfolge, die The amount of physical memory allocated to this VM is greater than the total memory of its home server ähnelt. /// public static string NEW_VM_TOTAL_MEMORY_WARNING { get { @@ -24409,7 +24490,7 @@ public static string NEW_VM_TOTAL_MEMORY_WARNING { } /// - /// Looks up a localized string similar to New VM. + /// Sucht eine lokalisierte Zeichenfolge, die New VM ähnelt. /// public static string NEW_VM_WIZARD { get { @@ -24418,7 +24499,7 @@ public static string NEW_VM_WIZARD { } /// - /// Looks up a localized string similar to The BIOS strings have already been set for this template and cannot be changed.. + /// Sucht eine lokalisierte Zeichenfolge, die The BIOS strings have already been set for this template and cannot be changed. ähnelt. /// public static string NEW_VM_WIZARD_BIOS_STRINGS_CANNOT_BE_CHANGED { get { @@ -24427,7 +24508,7 @@ public static string NEW_VM_WIZARD_BIOS_STRINGS_CANNOT_BE_CHANGED { } /// - /// Looks up a localized string similar to Cannot find a storage repository or all your storage repositories are full.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot find a storage repository or all your storage repositories are full. ähnelt. /// public static string NEW_VM_WIZARD_NO_SR_OR_SRS_FULL { get { @@ -24436,7 +24517,7 @@ public static string NEW_VM_WIZARD_NO_SR_OR_SRS_FULL { } /// - /// Looks up a localized string similar to You must have some working storage to create a VM. + /// Sucht eine lokalisierte Zeichenfolge, die You must have some working storage to create a VM ähnelt. /// public static string NEW_VM_WIZARD_NO_SRS { get { @@ -24445,7 +24526,7 @@ public static string NEW_VM_WIZARD_NO_SRS { } /// - /// Looks up a localized string similar to Asianux. + /// Sucht eine lokalisierte Zeichenfolge, die Asianux ähnelt. /// public static string NEW_VM_WIZARD_TEMPLATEPAGE_ASIANUX { get { @@ -24454,7 +24535,7 @@ public static string NEW_VM_WIZARD_TEMPLATEPAGE_ASIANUX { } /// - /// Looks up a localized string similar to NeoKylin. + /// Sucht eine lokalisierte Zeichenfolge, die NeoKylin ähnelt. /// public static string NEW_VM_WIZARD_TEMPLATEPAGE_NEOKYLIN { get { @@ -24463,7 +24544,7 @@ public static string NEW_VM_WIZARD_TEMPLATEPAGE_NEOKYLIN { } /// - /// Looks up a localized string similar to Turbo. + /// Sucht eine lokalisierte Zeichenfolge, die Turbo ähnelt. /// public static string NEW_VM_WIZARD_TEMPLATEPAGE_TURBO { get { @@ -24472,7 +24553,7 @@ public static string NEW_VM_WIZARD_TEMPLATEPAGE_TURBO { } /// - /// Looks up a localized string similar to Ubuntu. + /// Sucht eine lokalisierte Zeichenfolge, die Ubuntu ähnelt. /// public static string NEW_VM_WIZARD_TEMPLATEPAGE_UBUNTU { get { @@ -24481,7 +24562,7 @@ public static string NEW_VM_WIZARD_TEMPLATEPAGE_UBUNTU { } /// - /// Looks up a localized string similar to YinheKylin. + /// Sucht eine lokalisierte Zeichenfolge, die YinheKylin ähnelt. /// public static string NEW_VM_WIZARD_TEMPLATEPAGE_YINHEKYLIN { get { @@ -24490,7 +24571,7 @@ public static string NEW_VM_WIZARD_TEMPLATEPAGE_YINHEKYLIN { } /// - /// Looks up a localized string similar to New [XenCenter] version required. + /// Sucht eine lokalisierte Zeichenfolge, die New [XenCenter] version required ähnelt. /// public static string NEW_XENCENTER_REQUIRED_INFO { get { @@ -24499,7 +24580,7 @@ public static string NEW_XENCENTER_REQUIRED_INFO { } /// - /// Looks up a localized string similar to You need to shut down and then restart the VM before it can access the new disk.. + /// Sucht eine lokalisierte Zeichenfolge, die You need to shut down and then restart the VM before it can access the new disk. ähnelt. /// public static string NEWDISKWIZARD_MESSAGE { get { @@ -24508,7 +24589,7 @@ public static string NEWDISKWIZARD_MESSAGE { } /// - /// Looks up a localized string similar to Disk Created. + /// Sucht eine lokalisierte Zeichenfolge, die Disk Created ähnelt. /// public static string NEWDISKWIZARD_MESSAGE_TITLE { get { @@ -24517,7 +24598,7 @@ public static string NEWDISKWIZARD_MESSAGE_TITLE { } /// - /// Looks up a localized string similar to There is a newer version of [XenCenter] available. Please contact your support representative.. + /// Sucht eine lokalisierte Zeichenfolge, die There is a newer version of [XenCenter] available. Please contact your support representative. ähnelt. /// public static string NEWER_GUI_AVAILABLE { get { @@ -24526,7 +24607,7 @@ public static string NEWER_GUI_AVAILABLE { } /// - /// Looks up a localized string similar to New Network. + /// Sucht eine lokalisierte Zeichenfolge, die New Network ähnelt. /// public static string NEWNETWORK_NAME { get { @@ -24535,7 +24616,7 @@ public static string NEWNETWORK_NAME { } /// - /// Looks up a localized string similar to New Private Network. + /// Sucht eine lokalisierte Zeichenfolge, die New Private Network ähnelt. /// public static string NEWNETWORK_VNAME { get { @@ -24544,7 +24625,7 @@ public static string NEWNETWORK_VNAME { } /// - /// Looks up a localized string similar to New Network - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die New Network - {0} ähnelt. /// public static string NEWNETWORKWIZARD_TITLE { get { @@ -24553,7 +24634,7 @@ public static string NEWNETWORKWIZARD_TITLE { } /// - /// Looks up a localized string similar to This server's hardware is incompatible with the master's. + /// Sucht eine lokalisierte Zeichenfolge, die This server's hardware is incompatible with the master's ähnelt. /// public static string NEWPOOL_DIFF_HARDWARE { get { @@ -24562,7 +24643,7 @@ public static string NEWPOOL_DIFF_HARDWARE { } /// - /// Looks up a localized string similar to This server is a different version to the master. + /// Sucht eine lokalisierte Zeichenfolge, die This server is a different version to the master ähnelt. /// public static string NEWPOOL_DIFF_SERVER { get { @@ -24571,7 +24652,7 @@ public static string NEWPOOL_DIFF_SERVER { } /// - /// Looks up a localized string similar to This server has different updates from the master. + /// Sucht eine lokalisierte Zeichenfolge, die This server has different updates from the master ähnelt. /// public static string NEWPOOL_DIFFERENT_HOMOGENEOUS_UPDATES_FROM_MASTER { get { @@ -24580,7 +24661,7 @@ public static string NEWPOOL_DIFFERENT_HOMOGENEOUS_UPDATES_FROM_MASTER { } /// - /// Looks up a localized string similar to This server has different updates from servers already in the pool. + /// Sucht eine lokalisierte Zeichenfolge, die This server has different updates from servers already in the pool ähnelt. /// public static string NEWPOOL_DIFFERENT_HOMOGENEOUS_UPDATES_FROM_POOL { get { @@ -24589,7 +24670,7 @@ public static string NEWPOOL_DIFFERENT_HOMOGENEOUS_UPDATES_FROM_POOL { } /// - /// Looks up a localized string similar to This server's network backend is different from the master's. + /// Sucht eine lokalisierte Zeichenfolge, die This server's network backend is different from the master's ähnelt. /// public static string NEWPOOL_DIFFERENT_NETWORK_BACKENDS { get { @@ -24598,7 +24679,7 @@ public static string NEWPOOL_DIFFERENT_NETWORK_BACKENDS { } /// - /// Looks up a localized string similar to This server has a different Active Directory configuration to the master. + /// Sucht eine lokalisierte Zeichenfolge, die This server has a different Active Directory configuration to the master ähnelt. /// public static string NEWPOOL_DIFFERING_AD_CONFIG { get { @@ -24607,7 +24688,7 @@ public static string NEWPOOL_DIFFERING_AD_CONFIG { } /// - /// Looks up a localized string similar to This server has running VMs. + /// Sucht eine lokalisierte Zeichenfolge, die This server has running VMs ähnelt. /// public static string NEWPOOL_HAS_RUNNING_VMS { get { @@ -24616,7 +24697,7 @@ public static string NEWPOOL_HAS_RUNNING_VMS { } /// - /// Looks up a localized string similar to This server has shared storage. + /// Sucht eine lokalisierte Zeichenfolge, die This server has shared storage ähnelt. /// public static string NEWPOOL_HAS_SHARED_STORAGE { get { @@ -24625,7 +24706,7 @@ public static string NEWPOOL_HAS_SHARED_STORAGE { } /// - /// Looks up a localized string similar to This server needs to have an IP address assigned to one (and only one) of the interfaces that will be part of the bonded cluster network.. + /// Sucht eine lokalisierte Zeichenfolge, die This server needs to have an IP address assigned to one (and only one) of the interfaces that will be part of the bonded cluster network. ähnelt. /// public static string NEWPOOL_IP_COUNT_BOND { get { @@ -24634,7 +24715,7 @@ public static string NEWPOOL_IP_COUNT_BOND { } /// - /// Looks up a localized string similar to This server needs to have one (and only one) IP address on the network that will be used for clustering.. + /// Sucht eine lokalisierte Zeichenfolge, die This server needs to have one (and only one) IP address on the network that will be used for clustering. ähnelt. /// public static string NEWPOOL_IP_COUNT_CLUSTER { get { @@ -24643,7 +24724,7 @@ public static string NEWPOOL_IP_COUNT_CLUSTER { } /// - /// Looks up a localized string similar to This server is master of an existing pool. + /// Sucht eine lokalisierte Zeichenfolge, die This server is master of an existing pool ähnelt. /// public static string NEWPOOL_IS_A_POOL { get { @@ -24652,7 +24733,7 @@ public static string NEWPOOL_IS_A_POOL { } /// - /// Looks up a localized string similar to You cannot add a licensed server to an unlicensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot add a licensed server to an unlicensed pool ähnelt. /// public static string NEWPOOL_LICENSED_HOST_UNLICENSED_MASTER { get { @@ -24661,7 +24742,7 @@ public static string NEWPOOL_LICENSED_HOST_UNLICENSED_MASTER { } /// - /// Looks up a localized string similar to This server does not have the same license as the pool master. + /// Sucht eine lokalisierte Zeichenfolge, die This server does not have the same license as the pool master ähnelt. /// public static string NEWPOOL_LICENSEMISMATCH { get { @@ -24670,7 +24751,7 @@ public static string NEWPOOL_LICENSEMISMATCH { } /// - /// Looks up a localized string similar to This server's linux pack installation state differs from that of the master. + /// Sucht eine lokalisierte Zeichenfolge, die This server's linux pack installation state differs from that of the master ähnelt. /// public static string NEWPOOL_LINUXPACK { get { @@ -24679,7 +24760,7 @@ public static string NEWPOOL_LINUXPACK { } /// - /// Looks up a localized string similar to The master is still connecting. + /// Sucht eine lokalisierte Zeichenfolge, die The master is still connecting ähnelt. /// public static string NEWPOOL_MASTER_CONNECTING { get { @@ -24688,7 +24769,7 @@ public static string NEWPOOL_MASTER_CONNECTING { } /// - /// Looks up a localized string similar to The master is disconnected. + /// Sucht eine lokalisierte Zeichenfolge, die The master is disconnected ähnelt. /// public static string NEWPOOL_MASTER_DISCONNECTED { get { @@ -24697,7 +24778,7 @@ public static string NEWPOOL_MASTER_DISCONNECTED { } /// - /// Looks up a localized string similar to Your current role on the master is not authorized to add hosts to the master's pool. + /// Sucht eine lokalisierte Zeichenfolge, die Your current role on the master is not authorized to add hosts to the master's pool ähnelt. /// public static string NEWPOOL_MASTER_ROLE { get { @@ -24706,7 +24787,7 @@ public static string NEWPOOL_MASTER_ROLE { } /// - /// Looks up a localized string similar to The pool has already reached the maximum number of servers allowed by your license. + /// Sucht eine lokalisierte Zeichenfolge, die The pool has already reached the maximum number of servers allowed by your license ähnelt. /// public static string NEWPOOL_MAX_NUMBER_HOST_REACHED { get { @@ -24715,7 +24796,7 @@ public static string NEWPOOL_MAX_NUMBER_HOST_REACHED { } /// - /// Looks up a localized string similar to Pooling is restricted with this server's license. + /// Sucht eine lokalisierte Zeichenfolge, die Pooling is restricted with this server's license ähnelt. /// public static string NEWPOOL_POOLINGRESTRICTED { get { @@ -24724,7 +24805,7 @@ public static string NEWPOOL_POOLINGRESTRICTED { } /// - /// Looks up a localized string similar to Your current role on the slave is not authorized to add the slave to a pool. + /// Sucht eine lokalisierte Zeichenfolge, die Your current role on the slave is not authorized to add the slave to a pool ähnelt. /// public static string NEWPOOL_SLAVE_ROLE { get { @@ -24733,7 +24814,7 @@ public static string NEWPOOL_SLAVE_ROLE { } /// - /// Looks up a localized string similar to You cannot add an unlicensed server to a licensed pool. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot add an unlicensed server to a licensed pool ähnelt. /// public static string NEWPOOL_UNLICENSED_HOST_LICENSED_MASTER { get { @@ -24742,7 +24823,7 @@ public static string NEWPOOL_UNLICENSED_HOST_LICENSED_MASTER { } /// - /// Looks up a localized string similar to The pool will exceed the maximum number of servers allowed by your license. + /// Sucht eine lokalisierte Zeichenfolge, die The pool will exceed the maximum number of servers allowed by your license ähnelt. /// public static string NEWPOOL_WILL_EXCEED_POOL_MAX_SIZE { get { @@ -24751,7 +24832,7 @@ public static string NEWPOOL_WILL_EXCEED_POOL_MAX_SIZE { } /// - /// Looks up a localized string similar to NFS SR [{0}]. + /// Sucht eine lokalisierte Zeichenfolge, die NFS SR [{0}] ähnelt. /// public static string NEWSR_ACTION { get { @@ -24760,7 +24841,7 @@ public static string NEWSR_ACTION { } /// - /// Looks up a localized string similar to SMB ISO Library [{0}]. + /// Sucht eine lokalisierte Zeichenfolge, die SMB ISO Library [{0}] ähnelt. /// public static string NEWSR_CIF_DESCRIPTION { get { @@ -24769,7 +24850,7 @@ public static string NEWSR_CIF_DESCRIPTION { } /// - /// Looks up a localized string similar to SMB SR [{0}]. + /// Sucht eine lokalisierte Zeichenfolge, die SMB SR [{0}] ähnelt. /// public static string NEWSR_CIFS_ACTION { get { @@ -24778,11 +24859,11 @@ public static string NEWSR_CIFS_ACTION { } /// - /// Looks up a localized string similar to SMB servers are a common form of Windows shared filesystem infrastructure, and can be used as a storage repository substrate for virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die SMB servers are a common form of Windows shared filesystem infrastructure, and can be used as a storage repository substrate for virtual disks. /// ///As SMB storage repositories are shared, the virtual disks stored in them allow VMs to be started on any server in a resource pool and to be migrated between them using Live Migration. /// - ///When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the user name, the password and the path to a directory that will be [rest of string was truncated]";. + ///When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the user name, the password and the path to a directory that will be [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string NEWSR_CIFS_BLURB { get { @@ -24791,7 +24872,7 @@ public static string NEWSR_CIFS_BLURB { } /// - /// Looks up a localized string similar to Select this option if you have a library of VM installation ISO images available as a Windows (SMB/CIFS) share that you want to attach to your host or pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Select this option if you have a library of VM installation ISO images available as a Windows (SMB/CIFS) share that you want to attach to your host or pool. ähnelt. /// public static string NEWSR_CIFS_ISO_BLURB { get { @@ -24800,7 +24881,7 @@ public static string NEWSR_CIFS_ISO_BLURB { } /// - /// Looks up a localized string similar to Windows File Sharing (SMB/CIFS). + /// Sucht eine lokalisierte Zeichenfolge, die Windows File Sharing (SMB/CIFS) ähnelt. /// public static string NEWSR_CIFS_ISO_TYPE_NAME { get { @@ -24809,7 +24890,7 @@ public static string NEWSR_CIFS_ISO_TYPE_NAME { } /// - /// Looks up a localized string similar to SMB/CIFS. + /// Sucht eine lokalisierte Zeichenfolge, die SMB/CIFS ähnelt. /// public static string NEWSR_CIFS_TYPE_NAME { get { @@ -24818,7 +24899,7 @@ public static string NEWSR_CIFS_TYPE_NAME { } /// - /// Looks up a localized string similar to Select the storage system adapter. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage system adapter ähnelt. /// public static string NEWSR_CSLG_ADAPTER_PAGE_TITLE { get { @@ -24827,7 +24908,7 @@ public static string NEWSR_CSLG_ADAPTER_PAGE_TITLE { } /// - /// Looks up a localized string similar to Auto. + /// Sucht eine lokalisierte Zeichenfolge, die Auto ähnelt. /// public static string NEWSR_CSLG_AUTO { get { @@ -24836,7 +24917,7 @@ public static string NEWSR_CSLG_AUTO { } /// - /// Looks up a localized string similar to StorageLink technology is used to connect to any of the leading storage architectures and protocols, including DAS, NAS, SAN, iSCSI and Fibre Channel.. + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink technology is used to connect to any of the leading storage architectures and protocols, including DAS, NAS, SAN, iSCSI and Fibre Channel. ähnelt. /// public static string NEWSR_CSLG_BLURB { get { @@ -24845,7 +24926,7 @@ public static string NEWSR_CSLG_BLURB { } /// - /// Looks up a localized string similar to Deduplication. + /// Sucht eine lokalisierte Zeichenfolge, die Deduplication ähnelt. /// public static string NEWSR_CSLG_DEDUPLICATION { get { @@ -24854,7 +24935,7 @@ public static string NEWSR_CSLG_DEDUPLICATION { } /// - /// Looks up a localized string similar to Default. + /// Sucht eine lokalisierte Zeichenfolge, die Default ähnelt. /// public static string NEWSR_CSLG_DEFAULT_PROVISIONING { get { @@ -24863,7 +24944,7 @@ public static string NEWSR_CSLG_DEFAULT_PROVISIONING { } /// - /// Looks up a localized string similar to Fibre Channel. + /// Sucht eine lokalisierte Zeichenfolge, die Fibre Channel ähnelt. /// public static string NEWSR_CSLG_FC { get { @@ -24872,7 +24953,7 @@ public static string NEWSR_CSLG_FC { } /// - /// Looks up a localized string similar to iSCSI. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI ähnelt. /// public static string NEWSR_CSLG_ISCSI { get { @@ -24881,7 +24962,7 @@ public static string NEWSR_CSLG_ISCSI { } /// - /// Looks up a localized string similar to None. + /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt. /// public static string NEWSR_CSLG_NONE { get { @@ -24890,7 +24971,7 @@ public static string NEWSR_CSLG_NONE { } /// - /// Looks up a localized string similar to Select the storage system for your storage repository. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage system for your storage repository ähnelt. /// public static string NEWSR_CSLG_PAGE_TITLE { get { @@ -24899,7 +24980,7 @@ public static string NEWSR_CSLG_PAGE_TITLE { } /// - /// Looks up a localized string similar to Select the storage repository settings for use with the provisioning of new storage volumes. + /// Sucht eine lokalisierte Zeichenfolge, die Select the storage repository settings for use with the provisioning of new storage volumes ähnelt. /// public static string NEWSR_CSLG_SETTINGS_PAGE_TITLE { get { @@ -24908,7 +24989,7 @@ public static string NEWSR_CSLG_SETTINGS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Thick. + /// Sucht eine lokalisierte Zeichenfolge, die Thick ähnelt. /// public static string NEWSR_CSLG_THICK_PROVISIONING { get { @@ -24917,7 +24998,7 @@ public static string NEWSR_CSLG_THICK_PROVISIONING { } /// - /// Looks up a localized string similar to Thin. + /// Sucht eine lokalisierte Zeichenfolge, die Thin ähnelt. /// public static string NEWSR_CSLG_THIN_PROVISIONING { get { @@ -24926,7 +25007,7 @@ public static string NEWSR_CSLG_THIN_PROVISIONING { } /// - /// Looks up a localized string similar to StorageLink technology. + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink technology ähnelt. /// public static string NEWSR_CSLG_TYPE_NAME { get { @@ -24935,7 +25016,7 @@ public static string NEWSR_CSLG_TYPE_NAME { } /// - /// Looks up a localized string similar to Dell EqualLogic is a scalable form of high performance network attached storage, which supports the addition of capacity without downtime. You can use Dell EqualLogic shared storage to support [XenServer] features such as Live Migration and High Availability.. + /// Sucht eine lokalisierte Zeichenfolge, die Dell EqualLogic is a scalable form of high performance network attached storage, which supports the addition of capacity without downtime. You can use Dell EqualLogic shared storage to support [XenServer] features such as Live Migration and High Availability. ähnelt. /// public static string NEWSR_EQUAL_LOGIC_BLURB { get { @@ -24944,7 +25025,7 @@ public static string NEWSR_EQUAL_LOGIC_BLURB { } /// - /// Looks up a localized string similar to Dell EqualLogic SR [{0} ({1})]. + /// Sucht eine lokalisierte Zeichenfolge, die Dell EqualLogic SR [{0} ({1})] ähnelt. /// public static string NEWSR_EQUAL_LOGIC_DESCRIPTION { get { @@ -24953,7 +25034,7 @@ public static string NEWSR_EQUAL_LOGIC_DESCRIPTION { } /// - /// Looks up a localized string similar to Dell EqualLogic filer &address:. + /// Sucht eine lokalisierte Zeichenfolge, die Dell EqualLogic filer &address: ähnelt. /// public static string NEWSR_EQUAL_LOGIC_FILER_ADDRESS { get { @@ -24962,7 +25043,7 @@ public static string NEWSR_EQUAL_LOGIC_FILER_ADDRESS { } /// - /// Looks up a localized string similar to EqualLogic Filer Details. + /// Sucht eine lokalisierte Zeichenfolge, die EqualLogic Filer Details ähnelt. /// public static string NEWSR_EQUAL_LOGIC_FILER_DETAILS_TEXT { get { @@ -24971,7 +25052,7 @@ public static string NEWSR_EQUAL_LOGIC_FILER_DETAILS_TEXT { } /// - /// Looks up a localized string similar to Enter the Dell EqualLogic filer details. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the Dell EqualLogic filer details ähnelt. /// public static string NEWSR_EQUAL_LOGIC_FILER_PAGE_TITLE { get { @@ -24980,7 +25061,7 @@ public static string NEWSR_EQUAL_LOGIC_FILER_PAGE_TITLE { } /// - /// Looks up a localized string similar to Software FCoE virtual disk storage. + /// Sucht eine lokalisierte Zeichenfolge, die Software FCoE virtual disk storage ähnelt. /// public static string NEWSR_FCOE_DEFAULT_NAME { get { @@ -24989,7 +25070,7 @@ public static string NEWSR_FCOE_DEFAULT_NAME { } /// - /// Looks up a localized string similar to Hardware HBA virtual disk storage. + /// Sucht eine lokalisierte Zeichenfolge, die Hardware HBA virtual disk storage ähnelt. /// public static string NEWSR_HBA_DEFAULT_NAME { get { @@ -24998,7 +25079,7 @@ public static string NEWSR_HBA_DEFAULT_NAME { } /// - /// Looks up a localized string similar to iSCSI SR [{0} ({1}; {2})]. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI SR [{0} ({1}; {2})] ähnelt. /// public static string NEWSR_ISCSI_DESCRIPTION { get { @@ -25007,9 +25088,9 @@ public static string NEWSR_ISCSI_DESCRIPTION { } /// - /// Looks up a localized string similar to Creating a new virtual disk on this LUN will destroy any data present. You must ensure that no other system is using the LUN, including any servers, or the virtual disk may become corrupted while in use. + /// Sucht eine lokalisierte Zeichenfolge, die Creating a new virtual disk on this LUN will destroy any data present. You must ensure that no other system is using the LUN, including any servers, or the virtual disk may become corrupted while in use. /// - ///Do you want to format the disk?. + ///Do you want to format the disk? ähnelt. /// public static string NEWSR_ISCSI_FORMAT_WARNING { get { @@ -25018,7 +25099,7 @@ public static string NEWSR_ISCSI_FORMAT_WARNING { } /// - /// Looks up a localized string similar to NFS ISO Library [{0}]. + /// Sucht eine lokalisierte Zeichenfolge, die NFS ISO Library [{0}] ähnelt. /// public static string NEWSR_ISO_DESCRIPTION { get { @@ -25027,7 +25108,7 @@ public static string NEWSR_ISO_DESCRIPTION { } /// - /// Looks up a localized string similar to Location. + /// Sucht eine lokalisierte Zeichenfolge, die Location ähnelt. /// public static string NEWSR_LOCATION { get { @@ -25036,7 +25117,7 @@ public static string NEWSR_LOCATION { } /// - /// Looks up a localized string similar to This LUN does not contain a Storage Repository. Please select another LUN.. + /// Sucht eine lokalisierte Zeichenfolge, die This LUN does not contain a Storage Repository. Please select another LUN. ähnelt. /// public static string NEWSR_LUN_HAS_NO_SRS { get { @@ -25045,7 +25126,7 @@ public static string NEWSR_LUN_HAS_NO_SRS { } /// - /// Looks up a localized string similar to This LUN is already in use.. + /// Sucht eine lokalisierte Zeichenfolge, die This LUN is already in use. ähnelt. /// public static string NEWSR_LUN_IN_USE { get { @@ -25054,7 +25135,7 @@ public static string NEWSR_LUN_IN_USE { } /// - /// Looks up a localized string similar to This LUN is already in use as SR {0} on pool {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die This LUN is already in use as SR {0} on pool {1}. ähnelt. /// public static string NEWSR_LUN_IN_USE_ON_POOL { get { @@ -25063,7 +25144,7 @@ public static string NEWSR_LUN_IN_USE_ON_POOL { } /// - /// Looks up a localized string similar to The LUN {0} is already in use as SR {1} on your pool. Please select another LUN.. + /// Sucht eine lokalisierte Zeichenfolge, die The LUN {0} is already in use as SR {1} on your pool. Please select another LUN. ähnelt. /// public static string NEWSR_LUN_IN_USE_ON_SELECTED_POOL { get { @@ -25072,7 +25153,7 @@ public static string NEWSR_LUN_IN_USE_ON_SELECTED_POOL { } /// - /// Looks up a localized string similar to The LUN {0} is already in use as SR {1} on your server. Please select another LUN.. + /// Sucht eine lokalisierte Zeichenfolge, die The LUN {0} is already in use as SR {1} on your server. Please select another LUN. ähnelt. /// public static string NEWSR_LUN_IN_USE_ON_SELECTED_SERVER { get { @@ -25081,7 +25162,7 @@ public static string NEWSR_LUN_IN_USE_ON_SELECTED_SERVER { } /// - /// Looks up a localized string similar to This LUN is already in use as SR {0} on server {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die This LUN is already in use as SR {0} on server {1}. ähnelt. /// public static string NEWSR_LUN_IN_USE_ON_SERVER { get { @@ -25090,11 +25171,11 @@ public static string NEWSR_LUN_IN_USE_ON_SERVER { } /// - /// Looks up a localized string similar to [XenServer] hosts support Software based Fibre Channel over Ethernet using supported Converged Network Adapters (CNAs) which support FCoE in this way. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] hosts support Software based Fibre Channel over Ethernet using supported Converged Network Adapters (CNAs) which support FCoE in this way. /// ///All configuration required to expose a LUN to the host must be completed manually, including configuring your FCoE fabric, and allocating LUN(s) to your CNA’s public world wide name (PWWN). /// - ///Once this configuration has been carried out, this wizard will walk you through discovering and mounting a LUN available to the hosts CNA’s as a SCSI device. The SC [rest of string was truncated]";. + ///Once this configuration has been carried out, this wizard will walk you through discovering and mounting a LUN available to the hosts CNA’s as a SCSI device. The SC [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string NEWSR_LVMOFCOE_BLURB { get { @@ -25103,7 +25184,7 @@ public static string NEWSR_LVMOFCOE_BLURB { } /// - /// Looks up a localized string similar to Software FCoE SR [{0} - {1}]. + /// Sucht eine lokalisierte Zeichenfolge, die Software FCoE SR [{0} - {1}] ähnelt. /// public static string NEWSR_LVMOFCOE_DESCRIPTION { get { @@ -25112,7 +25193,7 @@ public static string NEWSR_LVMOFCOE_DESCRIPTION { } /// - /// Looks up a localized string similar to Software FCoE. + /// Sucht eine lokalisierte Zeichenfolge, die Software FCoE ähnelt. /// public static string NEWSR_LVMOFCOE_TYPE_NAME { get { @@ -25121,11 +25202,11 @@ public static string NEWSR_LVMOFCOE_TYPE_NAME { } /// - /// Looks up a localized string similar to [XenServer] hosts support Fibre Channel (FC), Fibre Channel over Ethernet (FCoE) and shared Serial Attached SCSI (SAS) storage area networks (SANs) using host bus adapters (HBAs). + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] hosts support Fibre Channel (FC), Fibre Channel over Ethernet (FCoE) and shared Serial Attached SCSI (SAS) storage area networks (SANs) using host bus adapters (HBAs). /// ///All configuration required to expose a LUN to the host must be completed manually, including storage devices, network devices, and the HBA within the [XenServer] host. /// - ///Once all configuration is complete the HBA will expose a SCSI device backed by the LUN to the host. The SCSI device can then be used to access the LUN as if i [rest of string was truncated]";. + ///Once all configuration is complete the HBA will expose a SCSI device backed by the LUN to the host. The SCSI device can then be used to access the LUN as if i [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string NEWSR_LVMOHBA_BLURB { get { @@ -25134,7 +25215,7 @@ public static string NEWSR_LVMOHBA_BLURB { } /// - /// Looks up a localized string similar to Hardware HBA SR [{0} - {1}]. + /// Sucht eine lokalisierte Zeichenfolge, die Hardware HBA SR [{0} - {1}] ähnelt. /// public static string NEWSR_LVMOHBA_DESCRIPTION { get { @@ -25143,7 +25224,7 @@ public static string NEWSR_LVMOHBA_DESCRIPTION { } /// - /// Looks up a localized string similar to &Create. + /// Sucht eine lokalisierte Zeichenfolge, die &Create ähnelt. /// public static string NEWSR_LVMOHBA_NEXT_TEXT { get { @@ -25152,7 +25233,7 @@ public static string NEWSR_LVMOHBA_NEXT_TEXT { } /// - /// Looks up a localized string similar to {0} ({1} - {2}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1} - {2}) ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_DETAILS_CELL_TEXT { get { @@ -25161,7 +25242,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_DETAILS_CELL_TEXT { } /// - /// Looks up a localized string similar to Failed to create {0} SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to create {0} SRs ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_FAILURE_MULTIPLE { get { @@ -25170,7 +25251,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_FAILURE_MULTIPLE { } /// - /// Looks up a localized string similar to Failed to create SR. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to create SR ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_FAILURE_SINGLE { get { @@ -25179,7 +25260,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_FAILURE_SINGLE { } /// - /// Looks up a localized string similar to Summary of new Storage Repositories creation. + /// Sucht eine lokalisierte Zeichenfolge, die Summary of new Storage Repositories creation ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_MULTIPLE_TITLE { get { @@ -25188,7 +25269,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_MULTIPLE_TITLE { } /// - /// Looks up a localized string similar to Summary of new Storage Repository creation. + /// Sucht eine lokalisierte Zeichenfolge, die Summary of new Storage Repository creation ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_SINGLE_TITLE { get { @@ -25197,7 +25278,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_SINGLE_TITLE { } /// - /// Looks up a localized string similar to {0} SRs created successfully. + /// Sucht eine lokalisierte Zeichenfolge, die {0} SRs created successfully ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_SUCCESS_MULTIPLE { get { @@ -25206,7 +25287,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_SUCCESS_MULTIPLE { } /// - /// Looks up a localized string similar to SR created successfully. + /// Sucht eine lokalisierte Zeichenfolge, die SR created successfully ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_SUCCESS_SINGLE { get { @@ -25215,7 +25296,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_SUCCESS_SINGLE { } /// - /// Looks up a localized string similar to Summary. + /// Sucht eine lokalisierte Zeichenfolge, die Summary ähnelt. /// public static string NEWSR_LVMOHBA_SUMMARY_TEXT { get { @@ -25224,7 +25305,7 @@ public static string NEWSR_LVMOHBA_SUMMARY_TEXT { } /// - /// Looks up a localized string similar to Hardware HBA. + /// Sucht eine lokalisierte Zeichenfolge, die Hardware HBA ähnelt. /// public static string NEWSR_LVMOHBA_TYPE_NAME { get { @@ -25233,7 +25314,7 @@ public static string NEWSR_LVMOHBA_TYPE_NAME { } /// - /// Looks up a localized string similar to iSCSI or Fibre Channel access to a shared LUN can be configured to host fully provisioned virtual disks using LVM or be formatted with the GFS2 cluster file system for hosting thinly provisioned virtual disks.. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI or Fibre Channel access to a shared LUN can be configured to host fully provisioned virtual disks using LVM or be formatted with the GFS2 cluster file system for hosting thinly provisioned virtual disks. ähnelt. /// public static string NEWSR_LVMOISCSI_BLURB { get { @@ -25242,7 +25323,7 @@ public static string NEWSR_LVMOISCSI_BLURB { } /// - /// Looks up a localized string similar to iSCSI. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI ähnelt. /// public static string NEWSR_LVMOISCSI_TYPE_NAME { get { @@ -25251,11 +25332,11 @@ public static string NEWSR_LVMOISCSI_TYPE_NAME { } /// - /// Looks up a localized string similar to Warning: you must ensure that the following SR is not in use by any server not connected to [XenCenter]. Failure to do so may result in data loss. + /// Sucht eine lokalisierte Zeichenfolge, die Warning: you must ensure that the following SR is not in use by any server not connected to [XenCenter]. Failure to do so may result in data loss. /// ///SR: {0} /// - ///Do you want to reattach the SR?. + ///Do you want to reattach the SR? ähnelt. /// public static string NEWSR_MULTI_POOL_WARNING { get { @@ -25264,7 +25345,7 @@ public static string NEWSR_MULTI_POOL_WARNING { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NEWSR_NAMEPAGE_TEXT { get { @@ -25273,7 +25354,7 @@ public static string NEWSR_NAMEPAGE_TEXT { } /// - /// Looks up a localized string similar to What do you want to call this Storage Repository?. + /// Sucht eine lokalisierte Zeichenfolge, die What do you want to call this Storage Repository? ähnelt. /// public static string NEWSR_NAMEPAGE_TITLE { get { @@ -25282,11 +25363,11 @@ public static string NEWSR_NAMEPAGE_TITLE { } /// - /// Looks up a localized string similar to If you have access to a Network Appliance (NetApp) filer with sufficient disk space, running a version of Data ONTAP 7G (version 7.2 or greater), you can configure a custom NetApp Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die If you have access to a Network Appliance (NetApp) filer with sufficient disk space, running a version of Data ONTAP 7G (version 7.2 or greater), you can configure a custom NetApp Storage Repository. /// ///The driver uses the ZAPI interface to the filer to create a group of FlexVols which correspond to an SR. VDIs are created as virtual LUNs on the filer, and attached to the host using an iSCSI data path. /// - ///VM cloning uses the snapshot and clone capabilities of the filer to provide high performance and to e [rest of string was truncated]";. + ///VM cloning uses the snapshot and clone capabilities of the filer to provide high performance and to e [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string NEWSR_NETAPP_BLURB { get { @@ -25295,7 +25376,7 @@ public static string NEWSR_NETAPP_BLURB { } /// - /// Looks up a localized string similar to This aggregate does not support FAS deduplication. + /// Sucht eine lokalisierte Zeichenfolge, die This aggregate does not support FAS deduplication ähnelt. /// public static string NEWSR_NETAPP_DEDUP_UNAVAILABLE { get { @@ -25304,7 +25385,7 @@ public static string NEWSR_NETAPP_DEDUP_UNAVAILABLE { } /// - /// Looks up a localized string similar to NetApp SR [{0} ({1})]. + /// Sucht eine lokalisierte Zeichenfolge, die NetApp SR [{0} ({1})] ähnelt. /// public static string NEWSR_NETAPP_DESCRIPTION { get { @@ -25313,7 +25394,7 @@ public static string NEWSR_NETAPP_DESCRIPTION { } /// - /// Looks up a localized string similar to NetApp filer &address:. + /// Sucht eine lokalisierte Zeichenfolge, die NetApp filer &address: ähnelt. /// public static string NEWSR_NETAPP_FILER_ADDRESS { get { @@ -25322,7 +25403,7 @@ public static string NEWSR_NETAPP_FILER_ADDRESS { } /// - /// Looks up a localized string similar to NetApp Filer Details. + /// Sucht eine lokalisierte Zeichenfolge, die NetApp Filer Details ähnelt. /// public static string NEWSR_NETAPP_FILER_DETAILS_TEXT { get { @@ -25331,7 +25412,7 @@ public static string NEWSR_NETAPP_FILER_DETAILS_TEXT { } /// - /// Looks up a localized string similar to Enter the NetApp filer details. + /// Sucht eine lokalisierte Zeichenfolge, die Enter the NetApp filer details ähnelt. /// public static string NEWSR_NETAPP_FILER_PAGE_TITLE { get { @@ -25340,7 +25421,7 @@ public static string NEWSR_NETAPP_FILER_PAGE_TITLE { } /// - /// Looks up a localized string similar to Select this option if you have a library of VM installation ISO images available as a NFS share that you want to attach to your host or pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Select this option if you have a library of VM installation ISO images available as a NFS share that you want to attach to your host or pool. ähnelt. /// public static string NEWSR_NFS_ISO_BLURB { get { @@ -25349,7 +25430,7 @@ public static string NEWSR_NFS_ISO_BLURB { } /// - /// Looks up a localized string similar to NFS ISO. + /// Sucht eine lokalisierte Zeichenfolge, die NFS ISO ähnelt. /// public static string NEWSR_NFS_ISO_TYPE_NAME { get { @@ -25358,7 +25439,7 @@ public static string NEWSR_NFS_ISO_TYPE_NAME { } /// - /// Looks up a localized string similar to No IQNs were found on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die No IQNs were found on {0}. ähnelt. /// public static string NEWSR_NO_IQNS_FOUND { get { @@ -25367,7 +25448,7 @@ public static string NEWSR_NO_IQNS_FOUND { } /// - /// Looks up a localized string similar to No LUNs were found on {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die No LUNs were found on {0}. ähnelt. /// public static string NEWSR_NO_LUNS_FOUND { get { @@ -25376,7 +25457,7 @@ public static string NEWSR_NO_LUNS_FOUND { } /// - /// Looks up a localized string similar to <No SRs were found>. + /// Sucht eine lokalisierte Zeichenfolge, die <No SRs were found> ähnelt. /// public static string NEWSR_NO_SRS_FOUND { get { @@ -25385,7 +25466,7 @@ public static string NEWSR_NO_SRS_FOUND { } /// - /// Looks up a localized string similar to The given filer has no existing SRs and nowhere to create a new SR.. + /// Sucht eine lokalisierte Zeichenfolge, die The given filer has no existing SRs and nowhere to create a new SR. ähnelt. /// public static string NEWSR_NOWHERE_TO_CREATE { get { @@ -25394,7 +25475,7 @@ public static string NEWSR_NOWHERE_TO_CREATE { } /// - /// Looks up a localized string similar to Enter a path for your SMB storage. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a path for your SMB storage ähnelt. /// public static string NEWSR_PATH_CIFS { get { @@ -25403,7 +25484,7 @@ public static string NEWSR_PATH_CIFS { } /// - /// Looks up a localized string similar to Enter a path for your iSCSI storage. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a path for your iSCSI storage ähnelt. /// public static string NEWSR_PATH_ISCSI { get { @@ -25412,7 +25493,7 @@ public static string NEWSR_PATH_ISCSI { } /// - /// Looks up a localized string similar to Enter a path for your NFS ISO storage. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a path for your NFS ISO storage ähnelt. /// public static string NEWSR_PATH_ISO { get { @@ -25421,7 +25502,7 @@ public static string NEWSR_PATH_ISO { } /// - /// Looks up a localized string similar to Enter a path for your SMB ISO storage. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a path for your SMB ISO storage ähnelt. /// public static string NEWSR_PATH_ISO_CIFS { get { @@ -25430,7 +25511,7 @@ public static string NEWSR_PATH_ISO_CIFS { } /// - /// Looks up a localized string similar to Enter a path for your NFS storage. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a path for your NFS storage ähnelt. /// public static string NEWSR_PATH_NFS { get { @@ -25439,7 +25520,7 @@ public static string NEWSR_PATH_NFS { } /// - /// Looks up a localized string similar to Select the LUN to reattach or create a new SR on. + /// Sucht eine lokalisierte Zeichenfolge, die Select the LUN to reattach or create a new SR on ähnelt. /// public static string NEWSR_SELECT_LUN { get { @@ -25448,7 +25529,7 @@ public static string NEWSR_SELECT_LUN { } /// - /// Looks up a localized string similar to New Storage Repository - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die New Storage Repository - {0} ähnelt. /// public static string NEWSR_TEXT { get { @@ -25457,7 +25538,7 @@ public static string NEWSR_TEXT { } /// - /// Looks up a localized string similar to Attach Storage Repository - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Attach Storage Repository - {0} ähnelt. /// public static string NEWSR_TEXT_ATTACH { get { @@ -25466,11 +25547,11 @@ public static string NEWSR_TEXT_ATTACH { } /// - /// Looks up a localized string similar to NFS servers are a common form of shared filesystem infrastructure, and can be used as a storage repository substrate for virtual disks. + /// Sucht eine lokalisierte Zeichenfolge, die NFS servers are a common form of shared filesystem infrastructure, and can be used as a storage repository substrate for virtual disks. /// ///As NFS storage repositories are shared, the virtual disks stored in them allow VMs to be started on any server in a resource pool and to be migrated between them using Live Migration. /// - ///When you configure an NFS storage repository, you simply provide the hostname or IP address of the NFS server and the path to a directory that will be used to contain the storage reposit [rest of string was truncated]";. + ///When you configure an NFS storage repository, you simply provide the hostname or IP address of the NFS server and the path to a directory that will be used to contain the storage reposit [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string NEWSR_VHDONFS_BLURB { get { @@ -25479,7 +25560,7 @@ public static string NEWSR_VHDONFS_BLURB { } /// - /// Looks up a localized string similar to NFS. + /// Sucht eine lokalisierte Zeichenfolge, die NFS ähnelt. /// public static string NEWSR_VHDONFS_TYPE_NAME { get { @@ -25488,7 +25569,7 @@ public static string NEWSR_VHDONFS_TYPE_NAME { } /// - /// Looks up a localized string similar to {0} ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1}) ähnelt. /// public static string NEWVM_DEFAULTNAME { get { @@ -25497,7 +25578,7 @@ public static string NEWVM_DEFAULTNAME { } /// - /// Looks up a localized string similar to ftp://server/path. + /// Sucht eine lokalisierte Zeichenfolge, die ftp://server/path ähnelt. /// public static string NEWVM_INSTALL_URL_EXAMPLE_FTP { get { @@ -25506,7 +25587,7 @@ public static string NEWVM_INSTALL_URL_EXAMPLE_FTP { } /// - /// Looks up a localized string similar to http://server/path. + /// Sucht eine lokalisierte Zeichenfolge, die http://server/path ähnelt. /// public static string NEWVM_INSTALL_URL_EXAMPLE_HTTP { get { @@ -25515,7 +25596,7 @@ public static string NEWVM_INSTALL_URL_EXAMPLE_HTTP { } /// - /// Looks up a localized string similar to nfs://server/path. + /// Sucht eine lokalisierte Zeichenfolge, die nfs://server/path ähnelt. /// public static string NEWVM_INSTALL_URL_EXAMPLE_NFS { get { @@ -25524,7 +25605,7 @@ public static string NEWVM_INSTALL_URL_EXAMPLE_NFS { } /// - /// Looks up a localized string similar to New VM - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die New VM - {0} ähnelt. /// public static string NEWVM_TITLE { get { @@ -25533,7 +25614,7 @@ public static string NEWVM_TITLE { } /// - /// Looks up a localized string similar to Finish. + /// Sucht eine lokalisierte Zeichenfolge, die Finish ähnelt. /// public static string NEWVMAPPLIANCE_FINISHPAGE_TEXT { get { @@ -25542,7 +25623,7 @@ public static string NEWVMAPPLIANCE_FINISHPAGE_TEXT { } /// - /// Looks up a localized string similar to Create the new vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Create the new vApp ähnelt. /// public static string NEWVMAPPLIANCE_FINISHPAGE_TITLE { get { @@ -25551,7 +25632,7 @@ public static string NEWVMAPPLIANCE_FINISHPAGE_TITLE { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NEWVMAPPLIANCE_NAMEPAGE_TEXT { get { @@ -25560,7 +25641,7 @@ public static string NEWVMAPPLIANCE_NAMEPAGE_TEXT { } /// - /// Looks up a localized string similar to What do you want to call this vApp?. + /// Sucht eine lokalisierte Zeichenfolge, die What do you want to call this vApp? ähnelt. /// public static string NEWVMAPPLIANCE_NAMEPAGE_TITLE { get { @@ -25569,7 +25650,7 @@ public static string NEWVMAPPLIANCE_NAMEPAGE_TITLE { } /// - /// Looks up a localized string similar to VM Startup Sequence. + /// Sucht eine lokalisierte Zeichenfolge, die VM Startup Sequence ähnelt. /// public static string NEWVMAPPLIANCE_VMORDERANDDELAYSPAGE_TEXT { get { @@ -25578,7 +25659,7 @@ public static string NEWVMAPPLIANCE_VMORDERANDDELAYSPAGE_TEXT { } /// - /// Looks up a localized string similar to Configure the startup sequence for the VMs in this vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Configure the startup sequence for the VMs in this vApp ähnelt. /// public static string NEWVMAPPLIANCE_VMORDERANDDELAYSPAGE_TITLE { get { @@ -25587,7 +25668,7 @@ public static string NEWVMAPPLIANCE_VMORDERANDDELAYSPAGE_TITLE { } /// - /// Looks up a localized string similar to Virtual Machines. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machines ähnelt. /// public static string NEWVMAPPLIANCE_VMSPAGE_TEXT { get { @@ -25596,7 +25677,7 @@ public static string NEWVMAPPLIANCE_VMSPAGE_TEXT { } /// - /// Looks up a localized string similar to Choose which VMs to include in this vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Choose which VMs to include in this vApp ähnelt. /// public static string NEWVMAPPLIANCE_VMSPAGE_TITLE { get { @@ -25605,7 +25686,7 @@ public static string NEWVMAPPLIANCE_VMSPAGE_TITLE { } /// - /// Looks up a localized string similar to Installation Source. + /// Sucht eine lokalisierte Zeichenfolge, die Installation Source ähnelt. /// public static string NEWVMWIZARD_CDMEDIAPAGE_INSTALLATIONSOURCE { get { @@ -25614,7 +25695,7 @@ public static string NEWVMWIZARD_CDMEDIAPAGE_INSTALLATIONSOURCE { } /// - /// Looks up a localized string similar to Source. + /// Sucht eine lokalisierte Zeichenfolge, die Source ähnelt. /// public static string NEWVMWIZARD_CDMEDIAPAGE_NAME { get { @@ -25623,7 +25704,7 @@ public static string NEWVMWIZARD_CDMEDIAPAGE_NAME { } /// - /// Looks up a localized string similar to Locate the operating system installation media. + /// Sucht eine lokalisierte Zeichenfolge, die Locate the operating system installation media ähnelt. /// public static string NEWVMWIZARD_CDMEDIAPAGE_TITLE { get { @@ -25632,7 +25713,7 @@ public static string NEWVMWIZARD_CDMEDIAPAGE_TITLE { } /// - /// Looks up a localized string similar to Cloud-Config Parameters. + /// Sucht eine lokalisierte Zeichenfolge, die Cloud-Config Parameters ähnelt. /// public static string NEWVMWIZARD_CLOUD_CONFIG_PARAMETERS_PAGE { get { @@ -25641,7 +25722,7 @@ public static string NEWVMWIZARD_CLOUD_CONFIG_PARAMETERS_PAGE { } /// - /// Looks up a localized string similar to Configure Cloud-Config Parameters. + /// Sucht eine lokalisierte Zeichenfolge, die Configure Cloud-Config Parameters ähnelt. /// public static string NEWVMWIZARD_CLOUD_CONFIG_PARAMETERS_PAGE_TITLE { get { @@ -25650,7 +25731,7 @@ public static string NEWVMWIZARD_CLOUD_CONFIG_PARAMETERS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Copy BIOS Strings from. + /// Sucht eine lokalisierte Zeichenfolge, die Copy BIOS Strings from ähnelt. /// public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_HOST { get { @@ -25659,7 +25740,7 @@ public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_HOST { } /// - /// Looks up a localized string similar to BIOS Strings. + /// Sucht eine lokalisierte Zeichenfolge, die BIOS Strings ähnelt. /// public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_NAME { get { @@ -25668,7 +25749,7 @@ public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_NAME { } /// - /// Looks up a localized string similar to Select the server that will provide the BIOS strings. + /// Sucht eine lokalisierte Zeichenfolge, die Select the server that will provide the BIOS strings ähnelt. /// public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_TITLE { get { @@ -25677,7 +25758,7 @@ public static string NEWVMWIZARD_COPY_BIOS_STRINGS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Initial number of vCPUs. + /// Sucht eine lokalisierte Zeichenfolge, die Initial number of vCPUs ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_INITIAL_VCPUS { get { @@ -25686,7 +25767,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_INITIAL_VCPUS { } /// - /// Looks up a localized string similar to Maximum number of vCPUs. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number of vCPUs ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_MAX_VCPUS { get { @@ -25695,7 +25776,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_MAX_VCPUS { } /// - /// Looks up a localized string similar to (min = {0}, max = {1}). + /// Sucht eine lokalisierte Zeichenfolge, die (min = {0}, max = {1}) ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYINFO { get { @@ -25704,11 +25785,11 @@ public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYINFO { } /// - /// Looks up a localized string similar to The amount of memory allocated to the new VM is greater than the amount of physical memory on any server in the pool. + /// Sucht eine lokalisierte Zeichenfolge, die The amount of memory allocated to the new VM is greater than the amount of physical memory on any server in the pool. /// ///Server '{0}' has {1} of physical memory in total. /// - ///You will not be able to start this VM without increasing the amount of physical memory on one of the servers in the pool.. + ///You will not be able to start this VM without increasing the amount of physical memory on one of the servers in the pool. ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYWARN1 { get { @@ -25717,11 +25798,11 @@ public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYWARN1 { } /// - /// Looks up a localized string similar to The amount of memory allocated to the new VM is greater than the amount of physical memory available on any server in the pool. + /// Sucht eine lokalisierte Zeichenfolge, die The amount of memory allocated to the new VM is greater than the amount of physical memory available on any server in the pool. /// ///Server '{0}' has {1} of physical memory available. /// - ///You will not be able to start this VM without freeing some space on one of the servers.. + ///You will not be able to start this VM without freeing some space on one of the servers. ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYWARN2 { get { @@ -25730,7 +25811,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_MEMORYWARN2 { } /// - /// Looks up a localized string similar to CPU && Memory. + /// Sucht eine lokalisierte Zeichenfolge, die CPU && Memory ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_NAME { get { @@ -25739,7 +25820,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_NAME { } /// - /// Looks up a localized string similar to Specify the number of virtual CPUs, their topology, and the amount of memory that will be allocated to the new virtual machine. . + /// Sucht eine lokalisierte Zeichenfolge, die Specify the number of virtual CPUs, their topology, and the amount of memory that will be allocated to the new virtual machine. ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_RUBRIC { get { @@ -25748,7 +25829,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_RUBRIC { } /// - /// Looks up a localized string similar to Allocate processor and memory resources. + /// Sucht eine lokalisierte Zeichenfolge, die Allocate processor and memory resources ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_TITLE { get { @@ -25757,7 +25838,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_TITLE { } /// - /// Looks up a localized string similar to Topology. + /// Sucht eine lokalisierte Zeichenfolge, die Topology ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_TOPOLOGY { get { @@ -25766,7 +25847,7 @@ public static string NEWVMWIZARD_CPUMEMPAGE_TOPOLOGY { } /// - /// Looks up a localized string similar to vCPUs. + /// Sucht eine lokalisierte Zeichenfolge, die vCPUs ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_VCPUS { get { @@ -25775,11 +25856,11 @@ public static string NEWVMWIZARD_CPUMEMPAGE_VCPUS { } /// - /// Looks up a localized string similar to The number of vCPUs given to the new VM is greater than the number of physical CPUs on any server in the pool. + /// Sucht eine lokalisierte Zeichenfolge, die The number of vCPUs given to the new VM is greater than the number of physical CPUs on any server in the pool. /// ///Server '{0}' has {1} physical CPUs. /// - ///Performance of this VM will be greatly reduced if it is started with this many vCPUs.. + ///Performance of this VM will be greatly reduced if it is started with this many vCPUs. ähnelt. /// public static string NEWVMWIZARD_CPUMEMPAGE_VCPUSWARN { get { @@ -25788,9 +25869,9 @@ public static string NEWVMWIZARD_CPUMEMPAGE_VCPUSWARN { } /// - /// Looks up a localized string similar to All the necessary information has been collected and the wizard is ready to provision the new virtual machine using the settings shown below. + /// Sucht eine lokalisierte Zeichenfolge, die All the necessary information has been collected and the wizard is ready to provision the new virtual machine using the settings shown below. /// - ///Review these settings, then click Previous if you need to change anything. Otherwise, click Create Now to create the new VM. It may take several minutes to create the new VM.. + ///Review these settings, then click Previous if you need to change anything. Otherwise, click Create Now to create the new VM. It may take several minutes to create the new VM. ähnelt. /// public static string NEWVMWIZARD_FINISHPAGE { get { @@ -25799,7 +25880,7 @@ public static string NEWVMWIZARD_FINISHPAGE { } /// - /// Looks up a localized string similar to &Create Now. + /// Sucht eine lokalisierte Zeichenfolge, die &Create Now ähnelt. /// public static string NEWVMWIZARD_FINISHPAGE_CREATE { get { @@ -25808,7 +25889,7 @@ public static string NEWVMWIZARD_FINISHPAGE_CREATE { } /// - /// Looks up a localized string similar to Finish. + /// Sucht eine lokalisierte Zeichenfolge, die Finish ähnelt. /// public static string NEWVMWIZARD_FINISHPAGE_NAME { get { @@ -25817,7 +25898,7 @@ public static string NEWVMWIZARD_FINISHPAGE_NAME { } /// - /// Looks up a localized string similar to Ready to create the new virtual machine. + /// Sucht eine lokalisierte Zeichenfolge, die Ready to create the new virtual machine ähnelt. /// public static string NEWVMWIZARD_FINISHPAGE_TITLE { get { @@ -25826,7 +25907,7 @@ public static string NEWVMWIZARD_FINISHPAGE_TITLE { } /// - /// Looks up a localized string similar to First Run. + /// Sucht eine lokalisierte Zeichenfolge, die First Run ähnelt. /// public static string NEWVMWIZARD_FIRSTRUNPAGE_NAME { get { @@ -25835,7 +25916,7 @@ public static string NEWVMWIZARD_FIRSTRUNPAGE_NAME { } /// - /// Looks up a localized string similar to Before you begin. + /// Sucht eine lokalisierte Zeichenfolge, die Before you begin ähnelt. /// public static string NEWVMWIZARD_FIRSTRUNPAGE_TITLE { get { @@ -25844,7 +25925,7 @@ public static string NEWVMWIZARD_FIRSTRUNPAGE_TITLE { } /// - /// Looks up a localized string similar to none. + /// Sucht eine lokalisierte Zeichenfolge, die none ähnelt. /// public static string NEWVMWIZARD_HOMESERVER_NONE { get { @@ -25853,7 +25934,7 @@ public static string NEWVMWIZARD_HOMESERVER_NONE { } /// - /// Looks up a localized string similar to Home Server. + /// Sucht eine lokalisierte Zeichenfolge, die Home Server ähnelt. /// public static string NEWVMWIZARD_HOMESERVERPAGE_HOMESERVER { get { @@ -25862,7 +25943,7 @@ public static string NEWVMWIZARD_HOMESERVERPAGE_HOMESERVER { } /// - /// Looks up a localized string similar to Home Server. + /// Sucht eine lokalisierte Zeichenfolge, die Home Server ähnelt. /// public static string NEWVMWIZARD_HOMESERVERPAGE_NAME { get { @@ -25871,7 +25952,7 @@ public static string NEWVMWIZARD_HOMESERVERPAGE_NAME { } /// - /// Looks up a localized string similar to Select a home server. + /// Sucht eine lokalisierte Zeichenfolge, die Select a home server ähnelt. /// public static string NEWVMWIZARD_HOMESERVERPAGE_TITLE { get { @@ -25880,7 +25961,7 @@ public static string NEWVMWIZARD_HOMESERVERPAGE_TITLE { } /// - /// Looks up a localized string similar to CD. + /// Sucht eine lokalisierte Zeichenfolge, die CD ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_CD { get { @@ -25889,7 +25970,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_CD { } /// - /// Looks up a localized string similar to Install Method. + /// Sucht eine lokalisierte Zeichenfolge, die Install Method ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_INSTALLMETHOD { get { @@ -25898,7 +25979,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_INSTALLMETHOD { } /// - /// Looks up a localized string similar to Installation Media. + /// Sucht eine lokalisierte Zeichenfolge, die Installation Media ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NAME { get { @@ -25907,7 +25988,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NAME { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NETWORK { get { @@ -25916,7 +25997,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NETWORK { } /// - /// Looks up a localized string similar to none. + /// Sucht eine lokalisierte Zeichenfolge, die none ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NONE { get { @@ -25925,7 +26006,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_NONE { } /// - /// Looks up a localized string similar to Locate the operating system installation media. + /// Sucht eine lokalisierte Zeichenfolge, die Locate the operating system installation media ähnelt. /// public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_TITLE { get { @@ -25934,7 +26015,7 @@ public static string NEWVMWIZARD_INSTALLATIONMEDIAPAGE_TITLE { } /// - /// Looks up a localized string similar to &DVD drive:. + /// Sucht eine lokalisierte Zeichenfolge, die &DVD drive: ähnelt. /// public static string NEWVMWIZARD_INSTALLMEDIA_DVD { get { @@ -25943,7 +26024,7 @@ public static string NEWVMWIZARD_INSTALLMEDIA_DVD { } /// - /// Looks up a localized string similar to Install from ISO library or &DVD drive:. + /// Sucht eine lokalisierte Zeichenfolge, die Install from ISO library or &DVD drive: ähnelt. /// public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLDVD { get { @@ -25952,7 +26033,7 @@ public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLDVD { } /// - /// Looks up a localized string similar to &Boot from network. + /// Sucht eine lokalisierte Zeichenfolge, die &Boot from network ähnelt. /// public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLPXE { get { @@ -25961,7 +26042,7 @@ public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLPXE { } /// - /// Looks up a localized string similar to Install from &URL:. + /// Sucht eine lokalisierte Zeichenfolge, die Install from &URL: ähnelt. /// public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLURL { get { @@ -25970,7 +26051,7 @@ public static string NEWVMWIZARD_INSTALLMEDIA_INSTALLURL { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NEWVMWIZARD_NAMEPAGE_NAME { get { @@ -25979,7 +26060,7 @@ public static string NEWVMWIZARD_NAMEPAGE_NAME { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string NEWVMWIZARD_NAMEPAGE_NAME2 { get { @@ -25988,7 +26069,7 @@ public static string NEWVMWIZARD_NAMEPAGE_NAME2 { } /// - /// Looks up a localized string similar to Name the new virtual machine. + /// Sucht eine lokalisierte Zeichenfolge, die Name the new virtual machine ähnelt. /// public static string NEWVMWIZARD_NAMEPAGE_TITLE { get { @@ -25997,7 +26078,7 @@ public static string NEWVMWIZARD_NAMEPAGE_TITLE { } /// - /// Looks up a localized string similar to <autogenerated MAC>. + /// Sucht eine lokalisierte Zeichenfolge, die <autogenerated MAC> ähnelt. /// public static string NEWVMWIZARD_NETWORKINGPAGE_AUTOGEN { get { @@ -26006,7 +26087,7 @@ public static string NEWVMWIZARD_NETWORKINGPAGE_AUTOGEN { } /// - /// Looks up a localized string similar to Networking. + /// Sucht eine lokalisierte Zeichenfolge, die Networking ähnelt. /// public static string NEWVMWIZARD_NETWORKINGPAGE_NAME { get { @@ -26015,7 +26096,7 @@ public static string NEWVMWIZARD_NETWORKINGPAGE_NAME { } /// - /// Looks up a localized string similar to Configure networking on the new VM. + /// Sucht eine lokalisierte Zeichenfolge, die Configure networking on the new VM ähnelt. /// public static string NEWVMWIZARD_NETWORKINGPAGE_TITLE { get { @@ -26024,7 +26105,7 @@ public static string NEWVMWIZARD_NETWORKINGPAGE_TITLE { } /// - /// Looks up a localized string similar to Network Interface {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface {0} ähnelt. /// public static string NEWVMWIZARD_NETWORKINGPAGE_VIF { get { @@ -26033,7 +26114,7 @@ public static string NEWVMWIZARD_NETWORKINGPAGE_VIF { } /// - /// Looks up a localized string similar to Virtual network interfaces on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual network interfaces on {0} ähnelt. /// public static string NEWVMWIZARD_NETWORKINGPAGE_VIFSON { get { @@ -26042,7 +26123,7 @@ public static string NEWVMWIZARD_NETWORKINGPAGE_VIFSON { } /// - /// Looks up a localized string similar to Installation Method. + /// Sucht eine lokalisierte Zeichenfolge, die Installation Method ähnelt. /// public static string NEWVMWIZARD_NETWORKMEDIAPAGE_INSTALLATIONMETHOD { get { @@ -26051,7 +26132,7 @@ public static string NEWVMWIZARD_NETWORKMEDIAPAGE_INSTALLATIONMETHOD { } /// - /// Looks up a localized string similar to Installation URL. + /// Sucht eine lokalisierte Zeichenfolge, die Installation URL ähnelt. /// public static string NEWVMWIZARD_NETWORKMEDIAPAGE_INSTALLATIONURL { get { @@ -26060,7 +26141,7 @@ public static string NEWVMWIZARD_NETWORKMEDIAPAGE_INSTALLATIONURL { } /// - /// Looks up a localized string similar to Source. + /// Sucht eine lokalisierte Zeichenfolge, die Source ähnelt. /// public static string NEWVMWIZARD_NETWORKMEDIAPAGE_NAME { get { @@ -26069,7 +26150,7 @@ public static string NEWVMWIZARD_NETWORKMEDIAPAGE_NAME { } /// - /// Looks up a localized string similar to PXE. + /// Sucht eine lokalisierte Zeichenfolge, die PXE ähnelt. /// public static string NEWVMWIZARD_NETWORKMEDIAPAGE_PXE { get { @@ -26078,7 +26159,7 @@ public static string NEWVMWIZARD_NETWORKMEDIAPAGE_PXE { } /// - /// Looks up a localized string similar to Locate the operating system installation media. + /// Sucht eine lokalisierte Zeichenfolge, die Locate the operating system installation media ähnelt. /// public static string NEWVMWIZARD_NETWORKMEDIAPAGE_TITLE { get { @@ -26087,7 +26168,7 @@ public static string NEWVMWIZARD_NETWORKMEDIAPAGE_TITLE { } /// - /// Looks up a localized string similar to Disk '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Disk '{0}' ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_DISK { get { @@ -26096,7 +26177,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_DISK { } /// - /// Looks up a localized string similar to Created by template provisioner. + /// Sucht eine lokalisierte Zeichenfolge, die Created by template provisioner ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_DISK_DESCRIPTION { get { @@ -26105,7 +26186,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_DISK_DESCRIPTION { } /// - /// Looks up a localized string similar to Storage. + /// Sucht eine lokalisierte Zeichenfolge, die Storage ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_NAME { get { @@ -26114,7 +26195,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_NAME { } /// - /// Looks up a localized string similar to <no suitable storage>. + /// Sucht eine lokalisierte Zeichenfolge, die <no suitable storage> ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_NOSTORAGE { get { @@ -26123,7 +26204,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_NOSTORAGE { } /// - /// Looks up a localized string similar to The SR '{0}' is over committed. There is only {1} of free space and the new VM requires {2}.. + /// Sucht eine lokalisierte Zeichenfolge, die The SR '{0}' is over committed. There is only {1} of free space and the new VM requires {2}. ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_SROVERCOMMIT { get { @@ -26132,7 +26213,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_SROVERCOMMIT { } /// - /// Looks up a localized string similar to Configure storage for the new VM. + /// Sucht eine lokalisierte Zeichenfolge, die Configure storage for the new VM ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_TITLE { get { @@ -26141,7 +26222,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_TITLE { } /// - /// Looks up a localized string similar to {0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} {1} ähnelt. /// public static string NEWVMWIZARD_STORAGEPAGE_VDINAME { get { @@ -26150,7 +26231,7 @@ public static string NEWVMWIZARD_STORAGEPAGE_VDINAME { } /// - /// Looks up a localized string similar to CentOS. + /// Sucht eine lokalisierte Zeichenfolge, die CentOS ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_CENTOS { get { @@ -26159,7 +26240,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_CENTOS { } /// - /// Looks up a localized string similar to [Citrix]. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix] ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_CITRIX { get { @@ -26168,7 +26249,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_CITRIX { } /// - /// Looks up a localized string similar to CoreOS. + /// Sucht eine lokalisierte Zeichenfolge, die CoreOS ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_COREOS { get { @@ -26177,7 +26258,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_COREOS { } /// - /// Looks up a localized string similar to Custom. + /// Sucht eine lokalisierte Zeichenfolge, die Custom ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_CUSTOM { get { @@ -26186,7 +26267,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_CUSTOM { } /// - /// Looks up a localized string similar to Debian. + /// Sucht eine lokalisierte Zeichenfolge, die Debian ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_DEBIAN { get { @@ -26195,7 +26276,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_DEBIAN { } /// - /// Looks up a localized string similar to Linx. + /// Sucht eine lokalisierte Zeichenfolge, die Linx ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_LINX { get { @@ -26204,7 +26285,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_LINX { } /// - /// Looks up a localized string similar to Misc. + /// Sucht eine lokalisierte Zeichenfolge, die Misc ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_MISC { get { @@ -26213,7 +26294,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_MISC { } /// - /// Looks up a localized string similar to Template. + /// Sucht eine lokalisierte Zeichenfolge, die Template ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_NAME { get { @@ -26222,7 +26303,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_NAME { } /// - /// Looks up a localized string similar to <no template selected>. + /// Sucht eine lokalisierte Zeichenfolge, die <no template selected> ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_NOTEMPLATE { get { @@ -26231,7 +26312,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_NOTEMPLATE { } /// - /// Looks up a localized string similar to Oracle. + /// Sucht eine lokalisierte Zeichenfolge, die Oracle ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_ORACLE { get { @@ -26240,7 +26321,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_ORACLE { } /// - /// Looks up a localized string similar to Red Hat. + /// Sucht eine lokalisierte Zeichenfolge, die Red Hat ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_REDHAT { get { @@ -26249,7 +26330,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_REDHAT { } /// - /// Looks up a localized string similar to Scientific Linux. + /// Sucht eine lokalisierte Zeichenfolge, die Scientific Linux ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_SCILINUX { get { @@ -26258,7 +26339,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_SCILINUX { } /// - /// Looks up a localized string similar to Snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshots ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_SNAPSHOTS { get { @@ -26267,7 +26348,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_SNAPSHOTS { } /// - /// Looks up a localized string similar to SUSE. + /// Sucht eine lokalisierte Zeichenfolge, die SUSE ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_SUSE { get { @@ -26276,7 +26357,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_SUSE { } /// - /// Looks up a localized string similar to Template. + /// Sucht eine lokalisierte Zeichenfolge, die Template ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_TEMPLATE { get { @@ -26285,7 +26366,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_TEMPLATE { } /// - /// Looks up a localized string similar to Template name. + /// Sucht eine lokalisierte Zeichenfolge, die Template name ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_TEMPLATENAME { get { @@ -26294,7 +26375,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_TEMPLATENAME { } /// - /// Looks up a localized string similar to Select a VM template. + /// Sucht eine lokalisierte Zeichenfolge, die Select a VM template ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_TITLE { get { @@ -26303,7 +26384,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_TITLE { } /// - /// Looks up a localized string similar to Windows. + /// Sucht eine lokalisierte Zeichenfolge, die Windows ähnelt. /// public static string NEWVMWIZARD_TEMPLATEPAGE_WINDOWS { get { @@ -26312,7 +26393,7 @@ public static string NEWVMWIZARD_TEMPLATEPAGE_WINDOWS { } /// - /// Looks up a localized string similar to Assign a virtual GPU. + /// Sucht eine lokalisierte Zeichenfolge, die Assign a virtual GPU ähnelt. /// public static string NEWVMWIZARD_VGPUPAGE_TITLE { get { @@ -26321,7 +26402,7 @@ public static string NEWVMWIZARD_VGPUPAGE_TITLE { } /// - /// Looks up a localized string similar to This pool is only licensed for [Citrix] Virtual Apps and Desktops workloads. + /// Sucht eine lokalisierte Zeichenfolge, die This pool is only licensed for [Citrix] Virtual Apps and Desktops workloads ähnelt. /// public static string NEWVMWIZARD_XENAPP_XENDESKTOP_INFO_MESSAGE_POOL { get { @@ -26330,7 +26411,7 @@ public static string NEWVMWIZARD_XENAPP_XENDESKTOP_INFO_MESSAGE_POOL { } /// - /// Looks up a localized string similar to This server is only licensed for [Citrix] Virtual Apps and Desktops workloads. + /// Sucht eine lokalisierte Zeichenfolge, die This server is only licensed for [Citrix] Virtual Apps and Desktops workloads ähnelt. /// public static string NEWVMWIZARD_XENAPP_XENDESKTOP_INFO_MESSAGE_SERVER { get { @@ -26339,7 +26420,7 @@ public static string NEWVMWIZARD_XENAPP_XENDESKTOP_INFO_MESSAGE_SERVER { } /// - /// Looks up a localized string similar to New Virtual Network Interface - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die New Virtual Network Interface - {0} ähnelt. /// public static string NEWVNET_TITLE { get { @@ -26348,7 +26429,7 @@ public static string NEWVNET_TITLE { } /// - /// Looks up a localized string similar to This NFS ISO storage is already attached to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die This NFS ISO storage is already attached to '{0}' ähnelt. /// public static string NFS_ISO_ALREADY_ATTACHED { get { @@ -26357,7 +26438,7 @@ public static string NFS_ISO_ALREADY_ATTACHED { } /// - /// Looks up a localized string similar to Example: server:/path. + /// Sucht eine lokalisierte Zeichenfolge, die Example: server:/path ähnelt. /// public static string NFS_ISO_PATH_EXAMPLE { get { @@ -26366,7 +26447,7 @@ public static string NFS_ISO_PATH_EXAMPLE { } /// - /// Looks up a localized string similar to NIC. + /// Sucht eine lokalisierte Zeichenfolge, die NIC ähnelt. /// public static string NIC { get { @@ -26375,7 +26456,7 @@ public static string NIC { } /// - /// Looks up a localized string similar to {0} (Hidden). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Hidden) ähnelt. /// public static string NIC_HIDDEN { get { @@ -26384,7 +26465,7 @@ public static string NIC_HIDDEN { } /// - /// Looks up a localized string similar to {0} (Slave). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Slave) ähnelt. /// public static string NIC_SLAVE { get { @@ -26393,7 +26474,7 @@ public static string NIC_SLAVE { } /// - /// Looks up a localized string similar to Network Interface Cards. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface Cards ähnelt. /// public static string NIC_TAB_TITLE { get { @@ -26402,7 +26483,7 @@ public static string NIC_TAB_TITLE { } /// - /// Looks up a localized string similar to {0}, VLAN {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}, VLAN {1} ähnelt. /// public static string NIC_VLAN { get { @@ -26411,7 +26492,7 @@ public static string NIC_VLAN { } /// - /// Looks up a localized string similar to {0} Mbit/s. + /// Sucht eine lokalisierte Zeichenfolge, die {0} Mbit/s ähnelt. /// public static string NICPANEL_BIT_RATE { get { @@ -26420,7 +26501,7 @@ public static string NICPANEL_BIT_RATE { } /// - /// Looks up a localized string similar to Full. + /// Sucht eine lokalisierte Zeichenfolge, die Full ähnelt. /// public static string NICPANEL_FULL_DUPLEX { get { @@ -26429,7 +26510,7 @@ public static string NICPANEL_FULL_DUPLEX { } /// - /// Looks up a localized string similar to Half. + /// Sucht eine lokalisierte Zeichenfolge, die Half ähnelt. /// public static string NICPANEL_HALF_DUPLEX { get { @@ -26438,7 +26519,7 @@ public static string NICPANEL_HALF_DUPLEX { } /// - /// Looks up a localized string similar to SR-IOV is already enabled on all the SR-IOV capable NICs.. + /// Sucht eine lokalisierte Zeichenfolge, die SR-IOV is already enabled on all the SR-IOV capable NICs. ähnelt. /// public static string NICS_ARE_SRIOV_ENABLED { get { @@ -26447,7 +26528,7 @@ public static string NICS_ARE_SRIOV_ENABLED { } /// - /// Looks up a localized string similar to No. + /// Sucht eine lokalisierte Zeichenfolge, die No ähnelt. /// public static string NO { get { @@ -26456,7 +26537,7 @@ public static string NO { } /// - /// Looks up a localized string similar to &No. + /// Sucht eine lokalisierte Zeichenfolge, die &No ähnelt. /// public static string NO_BUTTON_CAPTION { get { @@ -26465,7 +26546,7 @@ public static string NO_BUTTON_CAPTION { } /// - /// Looks up a localized string similar to This VM does not have any disks.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM does not have any disks. ähnelt. /// public static string NO_DISKS { get { @@ -26474,7 +26555,7 @@ public static string NO_DISKS { } /// - /// Looks up a localized string similar to There is no server eligible to become the master of your new pool. + /// Sucht eine lokalisierte Zeichenfolge, die There is no server eligible to become the master of your new pool ähnelt. /// public static string NO_ELIGIBLE_MASTER { get { @@ -26483,7 +26564,7 @@ public static string NO_ELIGIBLE_MASTER { } /// - /// Looks up a localized string similar to GPU configuration and monitoring is disabled, because there are no GPUs available in this pool.. + /// Sucht eine lokalisierte Zeichenfolge, die GPU configuration and monitoring is disabled, because there are no GPUs available in this pool. ähnelt. /// public static string NO_GPU_IN_POOL { get { @@ -26492,7 +26573,7 @@ public static string NO_GPU_IN_POOL { } /// - /// Looks up a localized string similar to GPU configuration and monitoring is disabled, because there are no GPUs available on this host.. + /// Sucht eine lokalisierte Zeichenfolge, die GPU configuration and monitoring is disabled, because there are no GPUs available on this host. ähnelt. /// public static string NO_GPU_ON_HOST { get { @@ -26501,7 +26582,7 @@ public static string NO_GPU_ON_HOST { } /// - /// Looks up a localized string similar to There are no halted or suspended VMs to export. + /// Sucht eine lokalisierte Zeichenfolge, die There are no halted or suspended VMs to export ähnelt. /// public static string NO_HALTED_VMS { get { @@ -26510,7 +26591,7 @@ public static string NO_HALTED_VMS { } /// - /// Looks up a localized string similar to Home Server is not set. + /// Sucht eine lokalisierte Zeichenfolge, die Home Server is not set ähnelt. /// public static string NO_HOME_SERVER { get { @@ -26519,7 +26600,7 @@ public static string NO_HOME_SERVER { } /// - /// Looks up a localized string similar to There are no system alerts available to dismiss.. + /// Sucht eine lokalisierte Zeichenfolge, die There are no system alerts available to dismiss. ähnelt. /// public static string NO_MESSAGES_TO_DISMISS { get { @@ -26528,7 +26609,7 @@ public static string NO_MESSAGES_TO_DISMISS { } /// - /// Looks up a localized string similar to The server cannot create any more disks for this VM. + /// Sucht eine lokalisierte Zeichenfolge, die The server cannot create any more disks for this VM ähnelt. /// public static string NO_MORE_USERDEVICES { get { @@ -26537,7 +26618,7 @@ public static string NO_MORE_USERDEVICES { } /// - /// Looks up a localized string similar to (No Name). + /// Sucht eine lokalisierte Zeichenfolge, die (No Name) ähnelt. /// public static string NO_NAME { get { @@ -26546,7 +26627,7 @@ public static string NO_NAME { } /// - /// Looks up a localized string similar to No screenshot. + /// Sucht eine lokalisierte Zeichenfolge, die No screenshot ähnelt. /// public static string NO_SCREENSHOT { get { @@ -26555,7 +26636,7 @@ public static string NO_SCREENSHOT { } /// - /// Looks up a localized string similar to There are no servers that need activating at this time.. + /// Sucht eine lokalisierte Zeichenfolge, die There are no servers that need activating at this time. ähnelt. /// public static string NO_SERVERS_NEED_ACTIVATING { get { @@ -26564,7 +26645,7 @@ public static string NO_SERVERS_NEED_ACTIVATING { } /// - /// Looks up a localized string similar to No server session information is available, cannot continue.. + /// Sucht eine lokalisierte Zeichenfolge, die No server session information is available, cannot continue. ähnelt. /// public static string NO_SESSION_INFO { get { @@ -26573,7 +26654,7 @@ public static string NO_SESSION_INFO { } /// - /// Looks up a localized string similar to This VM does not have any snapshots.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM does not have any snapshots. ähnelt. /// public static string NO_SNAPSHOTS { get { @@ -26582,7 +26663,7 @@ public static string NO_SNAPSHOTS { } /// - /// Looks up a localized string similar to (There are currently no added timeline intervals). + /// Sucht eine lokalisierte Zeichenfolge, die (There are currently no added timeline intervals) ähnelt. /// public static string NO_TIMELINE_INTERVALS_TEXT { get { @@ -26591,7 +26672,7 @@ public static string NO_TIMELINE_INTERVALS_TEXT { } /// - /// Looks up a localized string similar to There are no SR locations that can support this disk. + /// Sucht eine lokalisierte Zeichenfolge, die There are no SR locations that can support this disk ähnelt. /// public static string NO_VALID_DISK_LOCATION { get { @@ -26600,7 +26681,7 @@ public static string NO_VALID_DISK_LOCATION { } /// - /// Looks up a localized string similar to -. + /// Sucht eine lokalisierte Zeichenfolge, die - ähnelt. /// public static string NO_VALUE { get { @@ -26609,7 +26690,7 @@ public static string NO_VALUE { } /// - /// Looks up a localized string similar to <None>. + /// Sucht eine lokalisierte Zeichenfolge, die <None> ähnelt. /// public static string NONE { get { @@ -26618,7 +26699,7 @@ public static string NONE { } /// - /// Looks up a localized string similar to None defined. + /// Sucht eine lokalisierte Zeichenfolge, die None defined ähnelt. /// public static string NONE_DEFINED { get { @@ -26627,7 +26708,7 @@ public static string NONE_DEFINED { } /// - /// Looks up a localized string similar to None of the following:. + /// Sucht eine lokalisierte Zeichenfolge, die None of the following: ähnelt. /// public static string NONE_OF { get { @@ -26636,7 +26717,7 @@ public static string NONE_OF { } /// - /// Looks up a localized string similar to (None). + /// Sucht eine lokalisierte Zeichenfolge, die (None) ähnelt. /// public static string NONE_PARENS { get { @@ -26645,7 +26726,7 @@ public static string NONE_PARENS { } /// - /// Looks up a localized string similar to The VM is not using a shared network. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM is not using a shared network. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_NETWORK_NOT_SHARED { get { @@ -26654,7 +26735,7 @@ public static string NOT_AGILE_NETWORK_NOT_SHARED { } /// - /// Looks up a localized string similar to The VM is using a non-shared SR. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM is using a non-shared SR. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_SR_NOT_SHARED { get { @@ -26663,7 +26744,7 @@ public static string NOT_AGILE_SR_NOT_SHARED { } /// - /// Looks up a localized string similar to The VM is not agile. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM is not agile. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_UNKOWN { get { @@ -26672,7 +26753,7 @@ public static string NOT_AGILE_UNKOWN { } /// - /// Looks up a localized string similar to The VM has one or more SR-IOV VFs attached. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM has one or more SR-IOV VFs attached. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_VM_HAS_SRIOV_VIF { get { @@ -26681,7 +26762,7 @@ public static string NOT_AGILE_VM_HAS_SRIOV_VIF { } /// - /// Looks up a localized string similar to The VM has one or more virtual GPUs. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM has one or more virtual GPUs. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_VM_HAS_VGPU { get { @@ -26690,7 +26771,7 @@ public static string NOT_AGILE_VM_HAS_VGPU { } /// - /// Looks up a localized string similar to The VM has one or more USB devices attached. Restart cannot be guaranteed.. + /// Sucht eine lokalisierte Zeichenfolge, die The VM has one or more USB devices attached. Restart cannot be guaranteed. ähnelt. /// public static string NOT_AGILE_VM_HAS_VUSB { get { @@ -26699,7 +26780,7 @@ public static string NOT_AGILE_VM_HAS_VUSB { } /// - /// Looks up a localized string similar to Not applied. + /// Sucht eine lokalisierte Zeichenfolge, die Not applied ähnelt. /// public static string NOT_APPLIED { get { @@ -26708,7 +26789,7 @@ public static string NOT_APPLIED { } /// - /// Looks up a localized string similar to not attached to. + /// Sucht eine lokalisierte Zeichenfolge, die not attached to ähnelt. /// public static string NOT_ATTACHED_TO { get { @@ -26717,7 +26798,7 @@ public static string NOT_ATTACHED_TO { } /// - /// Looks up a localized string similar to not contained in. + /// Sucht eine lokalisierte Zeichenfolge, die not contained in ähnelt. /// public static string NOT_CONTAINED_IN { get { @@ -26726,7 +26807,7 @@ public static string NOT_CONTAINED_IN { } /// - /// Looks up a localized string similar to does not contain. + /// Sucht eine lokalisierte Zeichenfolge, die does not contain ähnelt. /// public static string NOT_CONTAINS { get { @@ -26735,7 +26816,7 @@ public static string NOT_CONTAINS { } /// - /// Looks up a localized string similar to This host does not have enough disk space to install this update. + /// Sucht eine lokalisierte Zeichenfolge, die This host does not have enough disk space to install this update ähnelt. /// public static string NOT_ENOUGH_SPACE_DESCRIPTION { get { @@ -26744,7 +26825,7 @@ public static string NOT_ENOUGH_SPACE_DESCRIPTION { } /// - /// Looks up a localized string similar to There is not enough space to update '{0}' with automated updates.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space to update '{0}' with automated updates. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE { get { @@ -26753,7 +26834,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE { } /// - /// Looks up a localized string similar to There is not enough space to upload the required updates to '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space to upload the required updates to '{0}'. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD { get { @@ -26762,7 +26843,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD { } /// - /// Looks up a localized string similar to There is not enough space on the SRs on '{0}' to upload all the update files required by the automated updates.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space on the SRs on '{0}' to upload all the update files required by the automated updates. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD_ALL { get { @@ -26771,7 +26852,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD_ALL { } /// - /// Looks up a localized string similar to There is not enough space on any of the SRs on '{0}' to upload an update file required by the automated updates.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space on any of the SRs on '{0}' to upload an update file required by the automated updates. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD_ONE { get { @@ -26780,7 +26861,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_AUTO_UPDATE_UPLOAD_ONE { } /// - /// Looks up a localized string similar to Space available: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Space available: {0} ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_AVAILABLE_SPACE { get { @@ -26789,7 +26870,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_AVAILABLE_SPACE { } /// - /// Looks up a localized string similar to [XenCenter] can free up {0} by removing residual update files. Do you want to proceed with the cleanup?. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] can free up {0} by removing residual update files. Do you want to proceed with the cleanup? ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_CLEANUP { get { @@ -26798,7 +26879,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_CLEANUP { } /// - /// Looks up a localized string similar to There is not enough space on '{0}' to install update '{1}'.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space on '{0}' to install update '{1}'. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_INSTALL { get { @@ -26807,7 +26888,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_INSTALL { } /// - /// Looks up a localized string similar to Free up some space and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Free up some space and try again. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP { get { @@ -26816,7 +26897,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP { } /// - /// Looks up a localized string similar to Space required: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Space required: {0} ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_REQUIRED_SPACE { get { @@ -26825,7 +26906,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_REQUIRED_SPACE { } /// - /// Looks up a localized string similar to There is not enough space on '{0}' to upload update '{1}'.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough space on '{0}' to upload update '{1}'. ähnelt. /// public static string NOT_ENOUGH_SPACE_MESSAGE_UPLOAD { get { @@ -26834,7 +26915,7 @@ public static string NOT_ENOUGH_SPACE_MESSAGE_UPLOAD { } /// - /// Looks up a localized string similar to Not in any folder. + /// Sucht eine lokalisierte Zeichenfolge, die Not in any folder ähnelt. /// public static string NOT_IN_A_FOLDER { get { @@ -26843,11 +26924,11 @@ public static string NOT_IN_A_FOLDER { } /// - /// Looks up a localized string similar to VMs on local disk will prevent disk repartitioning. + /// Sucht eine lokalisierte Zeichenfolge, die VMs on local disk will prevent disk repartitioning. /// ///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI. /// - ///However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to [XenServer] [BRANDING_VERSION_7_0] or above, VMs must be moved from local storage first.. + ///However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to [XenServer] [BRANDING_VERSION_7_0] or above, VMs must be moved from local storage first. ähnelt. /// public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_LONG { get { @@ -26856,7 +26937,7 @@ public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_LONG { } /// - /// Looks up a localized string similar to {0}: VMs on local disk will prevent disk repartitioning.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: VMs on local disk will prevent disk repartitioning. ähnelt. /// public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_SHORT { get { @@ -26865,11 +26946,11 @@ public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_SHORT { } /// - /// Looks up a localized string similar to The disk size of the local storage prevents repartitioning. + /// Sucht eine lokalisierte Zeichenfolge, die The disk size of the local storage prevents repartitioning. /// ///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI. /// - ///However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained.. + ///However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained. ähnelt. /// public static string NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_LONG { get { @@ -26878,7 +26959,7 @@ public static string NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_LONG { } /// - /// Looks up a localized string similar to {0}: The disk size of the local storage prevents repartitioning.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The disk size of the local storage prevents repartitioning. ähnelt. /// public static string NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_SHORT { get { @@ -26887,7 +26968,7 @@ public static string NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_SHORT { } /// - /// Looks up a localized string similar to not trusted. + /// Sucht eine lokalisierte Zeichenfolge, die not trusted ähnelt. /// public static string NOT_TRUSTED { get { @@ -26896,7 +26977,7 @@ public static string NOT_TRUSTED { } /// - /// Looks up a localized string similar to Out of date. + /// Sucht eine lokalisierte Zeichenfolge, die Out of date ähnelt. /// public static string NOT_UPDATED { get { @@ -26905,7 +26986,7 @@ public static string NOT_UPDATED { } /// - /// Looks up a localized string similar to Not Upgraded. + /// Sucht eine lokalisierte Zeichenfolge, die Not Upgraded ähnelt. /// public static string NOT_UPGRADED { get { @@ -26914,7 +26995,7 @@ public static string NOT_UPGRADED { } /// - /// Looks up a localized string similar to Not uploaded. + /// Sucht eine lokalisierte Zeichenfolge, die Not uploaded ähnelt. /// public static string NOT_UPLOADED { get { @@ -26923,7 +27004,7 @@ public static string NOT_UPLOADED { } /// - /// Looks up a localized string similar to Not yet run. + /// Sucht eine lokalisierte Zeichenfolge, die Not yet run ähnelt. /// public static string NOT_YET_RUN { get { @@ -26932,7 +27013,7 @@ public static string NOT_YET_RUN { } /// - /// Looks up a localized string similar to Server License. + /// Sucht eine lokalisierte Zeichenfolge, die Server License ähnelt. /// public static string NOTICE_LICENCE_TITLE { get { @@ -26941,7 +27022,7 @@ public static string NOTICE_LICENCE_TITLE { } /// - /// Looks up a localized string similar to Alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Alerts ähnelt. /// public static string NOTIFICATIONS_SUBMODE_ALERTS_READ { get { @@ -26950,7 +27031,7 @@ public static string NOTIFICATIONS_SUBMODE_ALERTS_READ { } /// - /// Looks up a localized string similar to Alerts ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die Alerts ({0}) ähnelt. /// public static string NOTIFICATIONS_SUBMODE_ALERTS_UNREAD { get { @@ -26959,7 +27040,7 @@ public static string NOTIFICATIONS_SUBMODE_ALERTS_UNREAD { } /// - /// Looks up a localized string similar to Events. + /// Sucht eine lokalisierte Zeichenfolge, die Events ähnelt. /// public static string NOTIFICATIONS_SUBMODE_EVENTS_READ { get { @@ -26968,7 +27049,7 @@ public static string NOTIFICATIONS_SUBMODE_EVENTS_READ { } /// - /// Looks up a localized string similar to Events ({0} errors). + /// Sucht eine lokalisierte Zeichenfolge, die Events ({0} errors) ähnelt. /// public static string NOTIFICATIONS_SUBMODE_EVENTS_UNREAD_MANY { get { @@ -26977,7 +27058,7 @@ public static string NOTIFICATIONS_SUBMODE_EVENTS_UNREAD_MANY { } /// - /// Looks up a localized string similar to Events (1 error). + /// Sucht eine lokalisierte Zeichenfolge, die Events (1 error) ähnelt. /// public static string NOTIFICATIONS_SUBMODE_EVENTS_UNREAD_ONE { get { @@ -26986,7 +27067,7 @@ public static string NOTIFICATIONS_SUBMODE_EVENTS_UNREAD_ONE { } /// - /// Looks up a localized string similar to Updates. + /// Sucht eine lokalisierte Zeichenfolge, die Updates ähnelt. /// public static string NOTIFICATIONS_SUBMODE_UPDATES_READ { get { @@ -26995,7 +27076,7 @@ public static string NOTIFICATIONS_SUBMODE_UPDATES_READ { } /// - /// Looks up a localized string similar to Updates ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die Updates ({0}) ähnelt. /// public static string NOTIFICATIONS_SUBMODE_UPDATES_UNREAD { get { @@ -27004,7 +27085,7 @@ public static string NOTIFICATIONS_SUBMODE_UPDATES_UNREAD { } /// - /// Looks up a localized string similar to Notifications ({0}). + /// Sucht eine lokalisierte Zeichenfolge, die Notifications ({0}) ähnelt. /// public static string NOTIFICATIONS_TOTAL { get { @@ -27013,7 +27094,7 @@ public static string NOTIFICATIONS_TOTAL { } /// - /// Looks up a localized string similar to Notifications. + /// Sucht eine lokalisierte Zeichenfolge, die Notifications ähnelt. /// public static string NOTIFICATIONS_TOTAL_ZERO { get { @@ -27022,7 +27103,7 @@ public static string NOTIFICATIONS_TOTAL_ZERO { } /// - /// Looks up a localized string similar to Now. + /// Sucht eine lokalisierte Zeichenfolge, die Now ähnelt. /// public static string NOW { get { @@ -27031,7 +27112,7 @@ public static string NOW { } /// - /// Looks up a localized string similar to Number of snapshots to keep. + /// Sucht eine lokalisierte Zeichenfolge, die Number of snapshots to keep ähnelt. /// public static string NUMBER_OF_SNAPSHOTS_TO_KEEP { get { @@ -27040,7 +27121,7 @@ public static string NUMBER_OF_SNAPSHOTS_TO_KEEP { } /// - /// Looks up a localized string similar to Number of Sockets. + /// Sucht eine lokalisierte Zeichenfolge, die Number of Sockets ähnelt. /// public static string NUMBER_OF_SOCKETS { get { @@ -27049,7 +27130,7 @@ public static string NUMBER_OF_SOCKETS { } /// - /// Looks up a localized string similar to {0} snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die {0} snapshots ähnelt. /// public static string NUMBER_SNAPSHOTS { get { @@ -27058,7 +27139,7 @@ public static string NUMBER_SNAPSHOTS { } /// - /// Looks up a localized string similar to {0} in '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0} in '{1}' ähnelt. /// public static string OBJECT_IN_POOL { get { @@ -27067,7 +27148,7 @@ public static string OBJECT_IN_POOL { } /// - /// Looks up a localized string similar to {0} on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on '{1}' ähnelt. /// public static string OBJECT_ON_SERVER { get { @@ -27076,7 +27157,7 @@ public static string OBJECT_ON_SERVER { } /// - /// Looks up a localized string similar to Objects with tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Objects with tag '{0}' ähnelt. /// public static string OBJECTS_WITH_TAG { get { @@ -27085,7 +27166,7 @@ public static string OBJECTS_WITH_TAG { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string OK { get { @@ -27094,7 +27175,7 @@ public static string OK { } /// - /// Looks up a localized string similar to You are already connected to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are already connected to '{0}' ähnelt. /// public static string OLD_CONNECTION_ALREADY_CONNECTED { get { @@ -27103,7 +27184,7 @@ public static string OLD_CONNECTION_ALREADY_CONNECTED { } /// - /// Looks up a localized string similar to Older than current server. + /// Sucht eine lokalisierte Zeichenfolge, die Older than current server ähnelt. /// public static string OLDER_THAN_CURRENT_SERVER { get { @@ -27112,7 +27193,7 @@ public static string OLDER_THAN_CURRENT_SERVER { } /// - /// Looks up a localized string similar to on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die on '{0}' ähnelt. /// public static string ON_SERVER { get { @@ -27121,7 +27202,7 @@ public static string ON_SERVER { } /// - /// Looks up a localized string similar to 1 VM selected. + /// Sucht eine lokalisierte Zeichenfolge, die 1 VM selected ähnelt. /// public static string ONE_VM_SELECTED { get { @@ -27130,7 +27211,7 @@ public static string ONE_VM_SELECTED { } /// - /// Looks up a localized string similar to Only VMs using StorageLink Gateway NetApp, Dell EqualLogic or SMI-S adapters can be upgraded. + /// Sucht eine lokalisierte Zeichenfolge, die Only VMs using StorageLink Gateway NetApp, Dell EqualLogic or SMI-S adapters can be upgraded ähnelt. /// public static string ONLY_VMS_USING_STORAGELINK_SMIS { get { @@ -27139,7 +27220,7 @@ public static string ONLY_VMS_USING_STORAGELINK_SMIS { } /// - /// Looks up a localized string similar to Operating System. + /// Sucht eine lokalisierte Zeichenfolge, die Operating System ähnelt. /// public static string OPERATING_SYSTEM { get { @@ -27148,7 +27229,7 @@ public static string OPERATING_SYSTEM { } /// - /// Looks up a localized string similar to Optimized. + /// Sucht eine lokalisierte Zeichenfolge, die Optimized ähnelt. /// public static string OPTIMIZED { get { @@ -27157,7 +27238,7 @@ public static string OPTIMIZED { } /// - /// Looks up a localized string similar to Out of date. + /// Sucht eine lokalisierte Zeichenfolge, die Out of date ähnelt. /// public static string OUT_OF_DATE { get { @@ -27166,7 +27247,7 @@ public static string OUT_OF_DATE { } /// - /// Looks up a localized string similar to Overall progress: {0} of {1} servers done. + /// Sucht eine lokalisierte Zeichenfolge, die Overall progress: {0} of {1} servers done ähnelt. /// public static string OVERALL_PROGRESS { get { @@ -27175,7 +27256,7 @@ public static string OVERALL_PROGRESS { } /// - /// Looks up a localized string similar to ({0}% of total memory). + /// Sucht eine lokalisierte Zeichenfolge, die ({0}% of total memory) ähnelt. /// public static string OVERCOMMIT { get { @@ -27184,7 +27265,7 @@ public static string OVERCOMMIT { } /// - /// Looks up a localized string similar to Overcommit:. + /// Sucht eine lokalisierte Zeichenfolge, die Overcommit: ähnelt. /// public static string OVERCOMMIT_LABEL { get { @@ -27193,7 +27274,7 @@ public static string OVERCOMMIT_LABEL { } /// - /// Looks up a localized string similar to CPU Usage. + /// Sucht eine lokalisierte Zeichenfolge, die CPU Usage ähnelt. /// public static string OVERVIEW_CPU_USAGE { get { @@ -27202,7 +27283,7 @@ public static string OVERVIEW_CPU_USAGE { } /// - /// Looks up a localized string similar to Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Disks ähnelt. /// public static string OVERVIEW_DISKS { get { @@ -27211,7 +27292,7 @@ public static string OVERVIEW_DISKS { } /// - /// Looks up a localized string similar to Used Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Used Memory ähnelt. /// public static string OVERVIEW_MEMORY_USAGE { get { @@ -27220,7 +27301,7 @@ public static string OVERVIEW_MEMORY_USAGE { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string OVERVIEW_NAME { get { @@ -27229,7 +27310,7 @@ public static string OVERVIEW_NAME { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string OVERVIEW_NETWORK { get { @@ -27238,7 +27319,7 @@ public static string OVERVIEW_NETWORK { } /// - /// Looks up a localized string similar to No results found. + /// Sucht eine lokalisierte Zeichenfolge, die No results found ähnelt. /// public static string OVERVIEW_NO_RESULTS { get { @@ -27247,7 +27328,7 @@ public static string OVERVIEW_NO_RESULTS { } /// - /// Looks up a localized string similar to (avg / max KBs). + /// Sucht eine lokalisierte Zeichenfolge, die (avg / max KBs) ähnelt. /// public static string OVERVIEW_UNITS { get { @@ -27256,7 +27337,7 @@ public static string OVERVIEW_UNITS { } /// - /// Looks up a localized string similar to Created by [XenCenter] Disk Image Import. + /// Sucht eine lokalisierte Zeichenfolge, die Created by [XenCenter] Disk Image Import ähnelt. /// public static string OVF_CREATED { get { @@ -27265,7 +27346,7 @@ public static string OVF_CREATED { } /// - /// Looks up a localized string similar to Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Disk ähnelt. /// public static string OVF_DISK_CAPTION { get { @@ -27274,7 +27355,7 @@ public static string OVF_DISK_CAPTION { } /// - /// Looks up a localized string similar to Virtual Network. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Network ähnelt. /// public static string OVF_NET_DESCRIPTION { get { @@ -27283,7 +27364,7 @@ public static string OVF_NET_DESCRIPTION { } /// - /// Looks up a localized string similar to Parent folder. + /// Sucht eine lokalisierte Zeichenfolge, die Parent folder ähnelt. /// public static string PARENT_FOLDER { get { @@ -27292,7 +27373,7 @@ public static string PARENT_FOLDER { } /// - /// Looks up a localized string similar to Applied on some servers. + /// Sucht eine lokalisierte Zeichenfolge, die Applied on some servers ähnelt. /// public static string PARTIALLY_APPLIED { get { @@ -27301,7 +27382,7 @@ public static string PARTIALLY_APPLIED { } /// - /// Looks up a localized string similar to Partially connected. + /// Sucht eine lokalisierte Zeichenfolge, die Partially connected ähnelt. /// public static string PARTIALLY_CONNECTED { get { @@ -27310,7 +27391,7 @@ public static string PARTIALLY_CONNECTED { } /// - /// Looks up a localized string similar to Partially Licensed. + /// Sucht eine lokalisierte Zeichenfolge, die Partially Licensed ähnelt. /// public static string PARTIALLY_LICENSED { get { @@ -27319,7 +27400,7 @@ public static string PARTIALLY_LICENSED { } /// - /// Looks up a localized string similar to Fair. + /// Sucht eine lokalisierte Zeichenfolge, die Fair ähnelt. /// public static string PASSPHRASE_STRENGTH_FAIR { get { @@ -27328,7 +27409,7 @@ public static string PASSPHRASE_STRENGTH_FAIR { } /// - /// Looks up a localized string similar to Good. + /// Sucht eine lokalisierte Zeichenfolge, die Good ähnelt. /// public static string PASSPHRASE_STRENGTH_GOOD { get { @@ -27337,7 +27418,7 @@ public static string PASSPHRASE_STRENGTH_GOOD { } /// - /// Looks up a localized string similar to Low. + /// Sucht eine lokalisierte Zeichenfolge, die Low ähnelt. /// public static string PASSPHRASE_STRENGTH_LOW { get { @@ -27346,7 +27427,7 @@ public static string PASSPHRASE_STRENGTH_LOW { } /// - /// Looks up a localized string similar to Password strength: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Password strength: {0} ähnelt. /// public static string PASSPHRASE_STRENGTH_PROMPT { get { @@ -27355,7 +27436,7 @@ public static string PASSPHRASE_STRENGTH_PROMPT { } /// - /// Looks up a localized string similar to Strong. + /// Sucht eine lokalisierte Zeichenfolge, die Strong ähnelt. /// public static string PASSPHRASE_STRENGTH_STRONG { get { @@ -27364,7 +27445,7 @@ public static string PASSPHRASE_STRENGTH_STRONG { } /// - /// Looks up a localized string similar to Unknown. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown ähnelt. /// public static string PASSPHRASE_STRENGTH_UNKNOWN { get { @@ -27373,7 +27454,7 @@ public static string PASSPHRASE_STRENGTH_UNKNOWN { } /// - /// Looks up a localized string similar to The password you typed was incorrect. + /// Sucht eine lokalisierte Zeichenfolge, die The password you typed was incorrect ähnelt. /// public static string PASSWORD_INCORRECT { get { @@ -27382,7 +27463,7 @@ public static string PASSWORD_INCORRECT { } /// - /// Looks up a localized string similar to Passwords do not match. + /// Sucht eine lokalisierte Zeichenfolge, die Passwords do not match ähnelt. /// public static string PASSWORDS_DONT_MATCH { get { @@ -27391,7 +27472,7 @@ public static string PASSWORDS_DONT_MATCH { } /// - /// Looks up a localized string similar to Passwords cannot be empty. + /// Sucht eine lokalisierte Zeichenfolge, die Passwords cannot be empty ähnelt. /// public static string PASSWORDS_EMPTY { get { @@ -27400,7 +27481,7 @@ public static string PASSWORDS_EMPTY { } /// - /// Looks up a localized string similar to You have set a master password, so "Give Passwords Always" is not available.. + /// Sucht eine lokalisierte Zeichenfolge, die You have set a master password, so "Give Passwords Always" is not available. ähnelt. /// public static string PASSWORDS_REQUEST_ALWAYS_DISABLED_TOOLTIP_BODY { get { @@ -27409,7 +27490,7 @@ public static string PASSWORDS_REQUEST_ALWAYS_DISABLED_TOOLTIP_BODY { } /// - /// Looks up a localized string similar to Paste. + /// Sucht eine lokalisierte Zeichenfolge, die Paste ähnelt. /// public static string PASTE { get { @@ -27418,7 +27499,7 @@ public static string PASTE { } /// - /// Looks up a localized string similar to Update '{0}' applied to server '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Update '{0}' applied to server '{1}' ähnelt. /// public static string PATCH_APPLIED { get { @@ -27427,7 +27508,7 @@ public static string PATCH_APPLIED { } /// - /// Looks up a localized string similar to Update '{0}' already applied to server '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Update '{0}' already applied to server '{1}' ähnelt. /// public static string PATCH_APPLIED_ALREADY { get { @@ -27436,8 +27517,8 @@ public static string PATCH_APPLIED_ALREADY { } /// - /// Looks up a localized string similar to {0} - ///Installation size: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} + ///Installation size: {1} ähnelt. /// public static string PATCH_DESCRIPTION_AND_INSTALLATION_SIZE { get { @@ -27446,7 +27527,7 @@ public static string PATCH_DESCRIPTION_AND_INSTALLATION_SIZE { } /// - /// Looks up a localized string similar to Failed to download {0} from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to download {0} from '{1}' ähnelt. /// public static string PATCH_DOWNLOAD_FAILED { get { @@ -27455,10 +27536,10 @@ public static string PATCH_DOWNLOAD_FAILED { } /// - /// Looks up a localized string similar to {0} + /// Sucht eine lokalisierte Zeichenfolge, die {0} ///Date modified: {1} ///Date created: {2} - ///Size: {3}. + ///Size: {3} ähnelt. /// public static string PATCH_EXPANDED_DESCRIPTION { get { @@ -27467,7 +27548,7 @@ public static string PATCH_EXPANDED_DESCRIPTION { } /// - /// Looks up a localized string similar to Installation size: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Installation size: {0} ähnelt. /// public static string PATCH_INSTALLATION_SIZE { get { @@ -27476,7 +27557,7 @@ public static string PATCH_INSTALLATION_SIZE { } /// - /// Looks up a localized string similar to This version requires [XenCenter] {0} or newer. + /// Sucht eine lokalisierte Zeichenfolge, die This version requires [XenCenter] {0} or newer ähnelt. /// public static string PATCH_NEEDS_NEW_XENCENTER { get { @@ -27485,7 +27566,7 @@ public static string PATCH_NEEDS_NEW_XENCENTER { } /// - /// Looks up a localized string similar to Not found. + /// Sucht eine lokalisierte Zeichenfolge, die Not found ähnelt. /// public static string PATCH_NOT_FOUND { get { @@ -27494,8 +27575,8 @@ public static string PATCH_NOT_FOUND { } /// - /// Looks up a localized string similar to {0} - ///File not found. + /// Sucht eine lokalisierte Zeichenfolge, die {0} + ///File not found ähnelt. /// public static string PATCH_NOT_FOUND_EXPANDED_DESCRIPTION { get { @@ -27504,7 +27585,7 @@ public static string PATCH_NOT_FOUND_EXPANDED_DESCRIPTION { } /// - /// Looks up a localized string similar to Update uploaded to server '{0}' . + /// Sucht eine lokalisierte Zeichenfolge, die Update uploaded to server '{0}' ähnelt. /// public static string PATCH_UPLOADED { get { @@ -27513,7 +27594,7 @@ public static string PATCH_UPLOADED { } /// - /// Looks up a localized string similar to Eject any virtual CDs from your VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Eject any virtual CDs from your VMs ähnelt. /// public static string PATCHING_EJECT_CDS { get { @@ -27522,7 +27603,7 @@ public static string PATCHING_EJECT_CDS { } /// - /// Looks up a localized string similar to Disable HA until after all the hosts have been rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Disable HA until after all the hosts have been rebooted ähnelt. /// public static string PATCHING_WARNING_HA { get { @@ -27531,7 +27612,7 @@ public static string PATCHING_WARNING_HA { } /// - /// Looks up a localized string similar to {0} ok.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} ok. ähnelt. /// public static string PATCHING_WIZARD_CHECK_OK { get { @@ -27540,7 +27621,7 @@ public static string PATCHING_WIZARD_CHECK_OK { } /// - /// Looks up a localized string similar to The patch {0} is going to be deleted. Do you want to continue?. + /// Sucht eine lokalisierte Zeichenfolge, die The patch {0} is going to be deleted. Do you want to continue? ähnelt. /// public static string PATCHING_WIZARD_CONFIRMATION_DELETE { get { @@ -27549,7 +27630,7 @@ public static string PATCHING_WIZARD_CONFIRMATION_DELETE { } /// - /// Looks up a localized string similar to {0,4}{1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0,4}{1} ähnelt. /// public static string PATCHING_WIZARD_DESC_CELL_INDENT { get { @@ -27558,7 +27639,7 @@ public static string PATCHING_WIZARD_DESC_CELL_INDENT { } /// - /// Looks up a localized string similar to {0}: {1} ok.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: {1} ok. ähnelt. /// public static string PATCHING_WIZARD_HOST_CHECK_OK { get { @@ -27567,7 +27648,7 @@ public static string PATCHING_WIZARD_HOST_CHECK_OK { } /// - /// Looks up a localized string similar to {0} .... + /// Sucht eine lokalisierte Zeichenfolge, die {0} ... ähnelt. /// public static string PATCHING_WIZARD_PRECHECK_STATUS { get { @@ -27576,7 +27657,7 @@ public static string PATCHING_WIZARD_PRECHECK_STATUS { } /// - /// Looks up a localized string similar to Running prechecks.... + /// Sucht eine lokalisierte Zeichenfolge, die Running prechecks... ähnelt. /// public static string PATCHING_WIZARD_RUNNING_PRECHECKS { get { @@ -27585,8 +27666,8 @@ public static string PATCHING_WIZARD_RUNNING_PRECHECKS { } /// - /// Looks up a localized string similar to Unable to resolve this issue:\n{0}\n\nPlease resolve this issue manually and then click Check Again. - ///. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to resolve this issue:\n{0}\n\nPlease resolve this issue manually and then click Check Again. + /// ähnelt. /// public static string PATCHING_WIZARD_SOLVE_MANUALLY { get { @@ -27595,7 +27676,7 @@ public static string PATCHING_WIZARD_SOLVE_MANUALLY { } /// - /// Looks up a localized string similar to Solving problems. + /// Sucht eine lokalisierte Zeichenfolge, die Solving problems ähnelt. /// public static string PATCHING_WIZARD_SOLVING_PROBLEMS { get { @@ -27604,7 +27685,7 @@ public static string PATCHING_WIZARD_SOLVING_PROBLEMS { } /// - /// Looks up a localized string similar to Go to web page. + /// Sucht eine lokalisierte Zeichenfolge, die Go to web page ähnelt. /// public static string PATCHING_WIZARD_WEBPAGE_CELL { get { @@ -27613,7 +27694,7 @@ public static string PATCHING_WIZARD_WEBPAGE_CELL { } /// - /// Looks up a localized string similar to The update process was canceled.. + /// Sucht eine lokalisierte Zeichenfolge, die The update process was canceled. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_CANCELLATION { get { @@ -27622,9 +27703,9 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_CANCELLATION { } /// - /// Looks up a localized string similar to Are you sure you want to leave this page? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to leave this page? /// - ///This will cancel the update process and may leave your system in an unstable state.. + ///This will cancel the update process and may leave your system in an unstable state. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_CANCELLATION_RECONSIDER { get { @@ -27633,7 +27714,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_CANCELLATION_RECONSIDER { } /// - /// Looks up a localized string similar to One or more of the automated updates processes were not completed successfully. The update process has been paused. Press Retry to resume it.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more of the automated updates processes were not completed successfully. The update process has been paused. Press Retry to resume it. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_MANY { get { @@ -27642,7 +27723,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_MANY { } /// - /// Looks up a localized string similar to The automated updates process was not completed successfully. The update process has been paused. Press Retry to resume it.. + /// Sucht eine lokalisierte Zeichenfolge, die The automated updates process was not completed successfully. The update process has been paused. Press Retry to resume it. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_ONE { get { @@ -27651,7 +27732,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_ONE { } /// - /// Looks up a localized string similar to The following errors occurred while automated updates were in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following errors occurred while automated updates were in progress: ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_POOL_MANY { get { @@ -27660,7 +27741,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_POOL_MANY { } /// - /// Looks up a localized string similar to The following error occurred while automated updates were in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following error occurred while automated updates were in progress: ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_POOL_ONE { get { @@ -27669,7 +27750,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_POOL_ONE { } /// - /// Looks up a localized string similar to All automated updates processes were completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die All automated updates processes were completed successfully. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_MANY { get { @@ -27678,7 +27759,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_MANY { } /// - /// Looks up a localized string similar to The automated updates process was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The automated updates process was completed successfully. ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_ONE { get { @@ -27687,7 +27768,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_ONE { } /// - /// Looks up a localized string similar to Upload and Install. + /// Sucht eine lokalisierte Zeichenfolge, die Upload and Install ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_TEXT { get { @@ -27696,7 +27777,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_TEXT { } /// - /// Looks up a localized string similar to Uploading and installing updates. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading and installing updates ähnelt. /// public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_TITLE { get { @@ -27705,7 +27786,7 @@ public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_TITLE { } /// - /// Looks up a localized string similar to Clean up.... + /// Sucht eine lokalisierte Zeichenfolge, die Clean up... ähnelt. /// public static string PATCHINGWIZARD_CLEANUP { get { @@ -27714,7 +27795,7 @@ public static string PATCHINGWIZARD_CLEANUP { } /// - /// Looks up a localized string similar to Skipping download: Already downloaded update {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Skipping download: Already downloaded update {0}... ähnelt. /// public static string PATCHINGWIZARD_DOWNLOADUPDATE_ACTION_TITLE_SKIPPING { get { @@ -27723,7 +27804,7 @@ public static string PATCHINGWIZARD_DOWNLOADUPDATE_ACTION_TITLE_SKIPPING { } /// - /// Looks up a localized string similar to Waiting to download update {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting to download update {0}... ähnelt. /// public static string PATCHINGWIZARD_DOWNLOADUPDATE_ACTION_TITLE_WAITING { get { @@ -27732,7 +27813,7 @@ public static string PATCHINGWIZARD_DOWNLOADUPDATE_ACTION_TITLE_WAITING { } /// - /// Looks up a localized string similar to No action required. + /// Sucht eine lokalisierte Zeichenfolge, die No action required ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_NOACTION { get { @@ -27741,7 +27822,7 @@ public static string PATCHINGWIZARD_MODEPAGE_NOACTION { } /// - /// Looks up a localized string similar to Restart these servers in this order (master always first):. + /// Sucht eine lokalisierte Zeichenfolge, die Restart these servers in this order (master always first): ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_RESTARTSERVERS { get { @@ -27750,7 +27831,7 @@ public static string PATCHINGWIZARD_MODEPAGE_RESTARTSERVERS { } /// - /// Looks up a localized string similar to Restart these VMs:. + /// Sucht eine lokalisierte Zeichenfolge, die Restart these VMs: ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_RESTARTVMS { get { @@ -27759,7 +27840,7 @@ public static string PATCHINGWIZARD_MODEPAGE_RESTARTVMS { } /// - /// Looks up a localized string similar to Restart toolstack on these servers in this order (master always first):. + /// Sucht eine lokalisierte Zeichenfolge, die Restart toolstack on these servers in this order (master always first): ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_RESTARTXAPI { get { @@ -27768,7 +27849,7 @@ public static string PATCHINGWIZARD_MODEPAGE_RESTARTXAPI { } /// - /// Looks up a localized string similar to Update Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Update Mode ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_TEXT { get { @@ -27777,7 +27858,7 @@ public static string PATCHINGWIZARD_MODEPAGE_TEXT { } /// - /// Looks up a localized string similar to Select the update mode. + /// Sucht eine lokalisierte Zeichenfolge, die Select the update mode ähnelt. /// public static string PATCHINGWIZARD_MODEPAGE_TITLE { get { @@ -27786,7 +27867,7 @@ public static string PATCHINGWIZARD_MODEPAGE_TITLE { } /// - /// Looks up a localized string similar to More info.... + /// Sucht eine lokalisierte Zeichenfolge, die More info... ähnelt. /// public static string PATCHINGWIZARD_MORE_INFO { get { @@ -27795,7 +27876,7 @@ public static string PATCHINGWIZARD_MORE_INFO { } /// - /// Looks up a localized string similar to Resolve pool problems. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve pool problems ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVE { get { @@ -27804,7 +27885,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVE { } /// - /// Looks up a localized string similar to Pool problems resolved. + /// Sucht eine lokalisierte Zeichenfolge, die Pool problems resolved ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVED { get { @@ -27813,7 +27894,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVED { } /// - /// Looks up a localized string similar to Resolving pool problems.... + /// Sucht eine lokalisierte Zeichenfolge, die Resolving pool problems... ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVING { get { @@ -27822,7 +27903,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_RESOLVING { } /// - /// Looks up a localized string similar to Revert pool problems. + /// Sucht eine lokalisierte Zeichenfolge, die Revert pool problems ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERT { get { @@ -27831,7 +27912,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERT { } /// - /// Looks up a localized string similar to Pool problems reverted. + /// Sucht eine lokalisierte Zeichenfolge, die Pool problems reverted ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERTED { get { @@ -27840,7 +27921,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERTED { } /// - /// Looks up a localized string similar to Reverting pool problems.... + /// Sucht eine lokalisierte Zeichenfolge, die Reverting pool problems... ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERTING { get { @@ -27849,7 +27930,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_POOL_REVERTING { } /// - /// Looks up a localized string similar to Revert resolved prechecks. + /// Sucht eine lokalisierte Zeichenfolge, die Revert resolved prechecks ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_PRECHECK_REVERT { get { @@ -27858,7 +27939,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_PRECHECK_REVERT { } /// - /// Looks up a localized string similar to Resolved prechecks reverted. + /// Sucht eine lokalisierte Zeichenfolge, die Resolved prechecks reverted ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_PRECHECK_REVERTED { get { @@ -27867,7 +27948,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_PRECHECK_REVERTED { } /// - /// Looks up a localized string similar to Resolve server problems. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve server problems ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVE { get { @@ -27876,7 +27957,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVE { } /// - /// Looks up a localized string similar to Server problems resolved. + /// Sucht eine lokalisierte Zeichenfolge, die Server problems resolved ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVED { get { @@ -27885,7 +27966,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVED { } /// - /// Looks up a localized string similar to Resolving server problems.... + /// Sucht eine lokalisierte Zeichenfolge, die Resolving server problems... ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVING { get { @@ -27894,7 +27975,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_RESOLVING { } /// - /// Looks up a localized string similar to Revert server problems. + /// Sucht eine lokalisierte Zeichenfolge, die Revert server problems ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERT { get { @@ -27903,7 +27984,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERT { } /// - /// Looks up a localized string similar to Server problems reverted. + /// Sucht eine lokalisierte Zeichenfolge, die Server problems reverted ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERTED { get { @@ -27912,7 +27993,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERTED { } /// - /// Looks up a localized string similar to Reverting server problems.... + /// Sucht eine lokalisierte Zeichenfolge, die Reverting server problems... ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERTING { get { @@ -27921,7 +28002,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_SERVER_REVERTING { } /// - /// Looks up a localized string similar to Install Update. + /// Sucht eine lokalisierte Zeichenfolge, die Install Update ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_TEXT { get { @@ -27930,7 +28011,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_TEXT { } /// - /// Looks up a localized string similar to Install the update. + /// Sucht eine lokalisierte Zeichenfolge, die Install the update ähnelt. /// public static string PATCHINGWIZARD_PATCHINGPAGE_TITLE { get { @@ -27939,7 +28020,7 @@ public static string PATCHINGWIZARD_PATCHINGPAGE_TITLE { } /// - /// Looks up a localized string similar to Checking disk space requirements. + /// Sucht eine lokalisierte Zeichenfolge, die Checking disk space requirements ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_CHECKING_DISK_SPACE { get { @@ -27948,7 +28029,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_CHECKING_DISK_SPACE { } /// - /// Looks up a localized string similar to Prechecks failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Prechecks failed. ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_FAILED { get { @@ -27957,7 +28038,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_FAILED { } /// - /// Looks up a localized string similar to Update prechecks are performed to verify that the update "{0}" can be applied to the servers.. + /// Sucht eine lokalisierte Zeichenfolge, die Update prechecks are performed to verify that the update "{0}" can be applied to the servers. ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE { get { @@ -27966,7 +28047,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE { } /// - /// Looks up a localized string similar to Prechecks are performed to verify that automated updates can proceed.. + /// Sucht eine lokalisierte Zeichenfolge, die Prechecks are performed to verify that automated updates can proceed. ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE_AUTOMATED_UPDATES_MODE { get { @@ -27975,7 +28056,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE_AUTOMATED_UPDATES_MOD } /// - /// Looks up a localized string similar to Update prechecks are performed to verify that the selected update can be applied to the servers.. + /// Sucht eine lokalisierte Zeichenfolge, die Update prechecks are performed to verify that the selected update can be applied to the servers. ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE_NO_PATCH_NAME { get { @@ -27984,7 +28065,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_FIRSTLINE_NO_PATCH_NAME { } /// - /// Looks up a localized string similar to Resolve. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_RESOLVE { get { @@ -27993,7 +28074,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_RESOLVE { } /// - /// Looks up a localized string similar to Resolving issues.... + /// Sucht eine lokalisierte Zeichenfolge, die Resolving issues... ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_RESOLVING_ALL { get { @@ -28002,7 +28083,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_RESOLVING_ALL { } /// - /// Looks up a localized string similar to Prechecks. + /// Sucht eine lokalisierte Zeichenfolge, die Prechecks ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_TEXT { get { @@ -28011,7 +28092,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_TEXT { } /// - /// Looks up a localized string similar to Perform update prechecks on selected servers. + /// Sucht eine lokalisierte Zeichenfolge, die Perform update prechecks on selected servers ähnelt. /// public static string PATCHINGWIZARD_PRECHECKPAGE_TITLE { get { @@ -28020,7 +28101,7 @@ public static string PATCHINGWIZARD_PRECHECKPAGE_TITLE { } /// - /// Looks up a localized string similar to Delete update installation files. + /// Sucht eine lokalisierte Zeichenfolge, die Delete update installation files ähnelt. /// public static string PATCHINGWIZARD_REMOVE_UPDATES { get { @@ -28029,7 +28110,7 @@ public static string PATCHINGWIZARD_REMOVE_UPDATES { } /// - /// Looks up a localized string similar to Deleted update installation files. + /// Sucht eine lokalisierte Zeichenfolge, die Deleted update installation files ähnelt. /// public static string PATCHINGWIZARD_REMOVED_UPDATES { get { @@ -28038,7 +28119,7 @@ public static string PATCHINGWIZARD_REMOVED_UPDATES { } /// - /// Looks up a localized string similar to Deleting update installation files. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting update installation files ähnelt. /// public static string PATCHINGWIZARD_REMOVING_UPDATES { get { @@ -28047,7 +28128,7 @@ public static string PATCHINGWIZARD_REMOVING_UPDATES { } /// - /// Looks up a localized string similar to Choose Update File. + /// Sucht eine lokalisierte Zeichenfolge, die Choose Update File ähnelt. /// public static string PATCHINGWIZARD_SELECTPATCHPAGE_CHOOSE { get { @@ -28056,7 +28137,7 @@ public static string PATCHINGWIZARD_SELECTPATCHPAGE_CHOOSE { } /// - /// Looks up a localized string similar to Select Update. + /// Sucht eine lokalisierte Zeichenfolge, die Select Update ähnelt. /// public static string PATCHINGWIZARD_SELECTPATCHPAGE_TEXT { get { @@ -28065,7 +28146,7 @@ public static string PATCHINGWIZARD_SELECTPATCHPAGE_TEXT { } /// - /// Looks up a localized string similar to Choose an existing update to install or upload a new one. + /// Sucht eine lokalisierte Zeichenfolge, die Choose an existing update to install or upload a new one ähnelt. /// public static string PATCHINGWIZARD_SELECTPATCHPAGE_TITLE { get { @@ -28074,7 +28155,7 @@ public static string PATCHINGWIZARD_SELECTPATCHPAGE_TITLE { } /// - /// Looks up a localized string similar to [XenServer] Updates and Supplemental Packs (*.{0}, *.iso,*.zip)|*.{0};*.iso;*.zip. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Updates and Supplemental Packs (*.{0}, *.iso,*.zip)|*.{0};*.iso;*.zip ähnelt. /// public static string PATCHINGWIZARD_SELECTPATCHPAGE_UPDATESEXT { get { @@ -28083,7 +28164,7 @@ public static string PATCHINGWIZARD_SELECTPATCHPAGE_UPDATESEXT { } /// - /// Looks up a localized string similar to Also apply all released &updates on the new version. + /// Sucht eine lokalisierte Zeichenfolge, die Also apply all released &updates on the new version ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES { get { @@ -28092,7 +28173,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES { } /// - /// Looks up a localized string similar to Also apply all released &updates on the new version (only on pools licensed for automated updates). + /// Sucht eine lokalisierte Zeichenfolge, die Also apply all released &updates on the new version (only on pools licensed for automated updates) ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES_MIXED { get { @@ -28101,7 +28182,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES_MIXED { } /// - /// Looks up a localized string similar to Automated updates are not supported on this [XenServer] version. + /// Sucht eine lokalisierte Zeichenfolge, die Automated updates are not supported on this [XenServer] version ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_AUTOMATED_UPDATES_NOT_SUPPORTED_HOST_VERSION { get { @@ -28110,7 +28191,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_AUTOMATED_UPDATES_NOT_SUPPO } /// - /// Looks up a localized string similar to Automated updates are not supported on partially upgraded [XenServer] pools. + /// Sucht eine lokalisierte Zeichenfolge, die Automated updates are not supported on partially upgraded [XenServer] pools ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_AUTOMATED_UPDATES_NOT_SUPPORTED_PARTIALLY_UPGRADED { get { @@ -28120,7 +28201,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_AUTOMATED_UPDATES_NOT_SUPPO } /// - /// Looks up a localized string similar to Cannot install supplemental packs on this [XenServer] version. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot install supplemental packs on this [XenServer] version ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_CANNOT_INSTALL_SUPP_PACKS { get { @@ -28129,7 +28210,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_CANNOT_INSTALL_SUPP_PACKS { } /// - /// Looks up a localized string similar to Cannot install updates on this host because the master is running a version higher than [BRANDING_VERSION_7_0]. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot install updates on this host because the master is running a version higher than [BRANDING_VERSION_7_0] ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_CANNOT_INSTALL_UPDATE_MASTER_POST_7_0 { get { @@ -28138,7 +28219,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_CANNOT_INSTALL_UPDATE_MASTE } /// - /// Looks up a localized string similar to Subscription Advantage required. + /// Sucht eine lokalisierte Zeichenfolge, die Subscription Advantage required ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNLICENSED { get { @@ -28147,7 +28228,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNLICENSED { } /// - /// Looks up a localized string similar to One or more servers in the pool are not licensed for automated updates. + /// Sucht eine lokalisierte Zeichenfolge, die One or more servers in the pool are not licensed for automated updates ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNLICENSED_FOR_AUTOMATED_UPDATES { get { @@ -28156,7 +28237,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNLICENSED_FOR_AUTOMAT } /// - /// Looks up a localized string similar to The server is unreachable. + /// Sucht eine lokalisierte Zeichenfolge, die The server is unreachable ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNREACHABLE { get { @@ -28165,7 +28246,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_HOST_UNREACHABLE { } /// - /// Looks up a localized string similar to One or more servers in the pool have to be upgraded before [XenCenter] can apply the selected new version.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more servers in the pool have to be upgraded before [XenCenter] can apply the selected new version. ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_NEW_VERSION_UPGRADE_SLAVES_FIRST { get { @@ -28174,7 +28255,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_NEW_VERSION_UPGRADE_SLAVES_ } /// - /// Looks up a localized string similar to Update already applied. + /// Sucht eine lokalisierte Zeichenfolge, die Update already applied ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_PATCH_ALREADY_APPLIED { get { @@ -28183,7 +28264,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_PATCH_ALREADY_APPLIED { } /// - /// Looks up a localized string similar to Update not applicable. + /// Sucht eine lokalisierte Zeichenfolge, die Update not applicable ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_PATCH_NOT_APPLICABLE { get { @@ -28192,8 +28273,8 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_PATCH_NOT_APPLICABLE { } /// - /// Looks up a localized string similar to Select one or more pools or standalone servers that you want to have updated. - ///Servers that cannot be updated with automated updates appear disabled in this list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select one or more pools or standalone servers that you want to have updated. + ///Servers that cannot be updated with automated updates appear disabled in this list. ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_AUTOMATED_MODE { get { @@ -28202,8 +28283,8 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_AUTOMATED_MODE { } /// - /// Looks up a localized string similar to Select one or more servers where you want to apply the selected update. - ///Servers where this update cannot be applied appear disabled in this list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select one or more servers where you want to apply the selected update. + ///Servers where this update cannot be applied appear disabled in this list. ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_DEFAULT { get { @@ -28212,8 +28293,8 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_DEFAULT { } /// - /// Looks up a localized string similar to Select one or more pools or standalone servers that you want to update to the new version. - ///Servers where this update cannot be applied appear disabled in this list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select one or more pools or standalone servers that you want to update to the new version. + ///Servers where this update cannot be applied appear disabled in this list. ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_NEW_VERSION_MODE { get { @@ -28222,8 +28303,8 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_NEW_VERSION_MODE { } /// - /// Looks up a localized string similar to Select one or more pools or standalone servers where you want to apply the selected update. - ///Servers where this update cannot be applied appear disabled in this list.. + /// Sucht eine lokalisierte Zeichenfolge, die Select one or more pools or standalone servers where you want to apply the selected update. + ///Servers where this update cannot be applied appear disabled in this list. ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_POOL_SELECTION { get { @@ -28232,7 +28313,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_RUBRIC_POOL_SELECTION { } /// - /// Looks up a localized string similar to This server cannot be updated with automated updates. + /// Sucht eine lokalisierte Zeichenfolge, die This server cannot be updated with automated updates ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_NOT_AUTO_UPGRADABLE { get { @@ -28241,7 +28322,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_NOT_AUTO_UPGRADABLE } /// - /// Looks up a localized string similar to This server is already up-to-date. + /// Sucht eine lokalisierte Zeichenfolge, die This server is already up-to-date ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_UP_TO_DATE { get { @@ -28250,7 +28331,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_UP_TO_DATE { } /// - /// Looks up a localized string similar to Select Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Select Servers ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_TEXT { get { @@ -28259,7 +28340,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_TEXT { } /// - /// Looks up a localized string similar to Select the servers you want to update. + /// Sucht eine lokalisierte Zeichenfolge, die Select the servers you want to update ähnelt. /// public static string PATCHINGWIZARD_SELECTSERVERPAGE_TITLE { get { @@ -28268,7 +28349,7 @@ public static string PATCHINGWIZARD_SELECTSERVERPAGE_TITLE { } /// - /// Looks up a localized string similar to The installation of update {0} was not completed successfully on all selected servers. The update process has been paused. Press Retry to resume it.. + /// Sucht eine lokalisierte Zeichenfolge, die The installation of update {0} was not completed successfully on all selected servers. The update process has been paused. Press Retry to resume it. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_MANY { get { @@ -28277,7 +28358,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_MANY { } /// - /// Looks up a localized string similar to The installation of update {0} was not completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The installation of update {0} was not completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_ONE { get { @@ -28286,7 +28367,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_ONE { } /// - /// Looks up a localized string similar to The following errors occurred while the installation of update {0} was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following errors occurred while the installation of update {0} was in progress: ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_PER_POOL_MANY { get { @@ -28295,7 +28376,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_PER_POOL_MANY { } /// - /// Looks up a localized string similar to The following error occurred while the installation of update {0} was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following error occurred while the installation of update {0} was in progress: ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_PER_POOL_ONE { get { @@ -28304,7 +28385,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_FAILURE_PER_POOL_ONE { } /// - /// Looks up a localized string similar to The installation of update {0} on all selected servers was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The installation of update {0} on all selected servers was completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_SUCCESS_MANY { get { @@ -28313,7 +28394,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_SUCCESS_MANY { } /// - /// Looks up a localized string similar to The installation of update {0} was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The installation of update {0} was completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_SUCCESS_ONE { get { @@ -28322,7 +28403,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_SUCCESS_ONE { } /// - /// Looks up a localized string similar to [XenCenter] is now installing update {0} on your system.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] is now installing update {0} on your system. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPDATE_TITLE { get { @@ -28331,7 +28412,7 @@ public static string PATCHINGWIZARD_SINGLEUPDATE_TITLE { } /// - /// Looks up a localized string similar to The upload process was cancelled.. + /// Sucht eine lokalisierte Zeichenfolge, die The upload process was cancelled. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_CANCELLATION { get { @@ -28340,9 +28421,9 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_CANCELLATION { } /// - /// Looks up a localized string similar to Are you sure you want to leave this page? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to leave this page? /// - ///This will cancel the upload process.. + ///This will cancel the upload process. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_CANCELLATION_RECONSIDER { get { @@ -28351,7 +28432,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_CANCELLATION_RECONSIDER { } /// - /// Looks up a localized string similar to The upload of update {0} was not completed successfully on all selected servers. The update process has been paused. Press Retry to resume it.. + /// Sucht eine lokalisierte Zeichenfolge, die The upload of update {0} was not completed successfully on all selected servers. The update process has been paused. Press Retry to resume it. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_MANY { get { @@ -28360,7 +28441,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_MANY { } /// - /// Looks up a localized string similar to The upload of update {0} was not completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The upload of update {0} was not completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_ONE { get { @@ -28369,7 +28450,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_ONE { } /// - /// Looks up a localized string similar to The following errors occurred while the upload of update {0} was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following errors occurred while the upload of update {0} was in progress: ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_PER_POOL_MANY { get { @@ -28378,7 +28459,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_PER_POOL_MANY { } /// - /// Looks up a localized string similar to The following error occurred while the upload of update {0} was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following error occurred while the upload of update {0} was in progress: ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_PER_POOL_ONE { get { @@ -28387,7 +28468,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_FAILURE_PER_POOL_ONE { } /// - /// Looks up a localized string similar to The upload of update {0} on all selected servers was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The upload of update {0} on all selected servers was completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_SUCCESS_MANY { get { @@ -28396,7 +28477,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_SUCCESS_MANY { } /// - /// Looks up a localized string similar to The upload of update {0} was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The upload of update {0} was completed successfully. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_SUCCESS_ONE { get { @@ -28405,7 +28486,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_SUCCESS_ONE { } /// - /// Looks up a localized string similar to [XenCenter] is now performing the operations necessary to upload your update to the servers specified in the previous step. Please wait for these operations to complete, then click Next to continue with the installation.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] is now performing the operations necessary to upload your update to the servers specified in the previous step. Please wait for these operations to complete, then click Next to continue with the installation. ähnelt. /// public static string PATCHINGWIZARD_SINGLEUPLOAD_TITLE { get { @@ -28414,7 +28495,7 @@ public static string PATCHINGWIZARD_SINGLEUPLOAD_TITLE { } /// - /// Looks up a localized string similar to [XenCenter] is now installing updates on your system.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] is now installing updates on your system. ähnelt. /// public static string PATCHINGWIZARD_UPLOAD_AND_INSTALL_TITLE_AUTOMATED_MODE { get { @@ -28423,7 +28504,7 @@ public static string PATCHINGWIZARD_UPLOAD_AND_INSTALL_TITLE_AUTOMATED_MODE { } /// - /// Looks up a localized string similar to [XenCenter] is now installing the new version on your system.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] is now installing the new version on your system. ähnelt. /// public static string PATCHINGWIZARD_UPLOAD_AND_INSTALL_TITLE_NEW_VERSION_AUTOMATED_MODE { get { @@ -28432,7 +28513,7 @@ public static string PATCHINGWIZARD_UPLOAD_AND_INSTALL_TITLE_NEW_VERSION_AUTOMAT } /// - /// Looks up a localized string similar to Upload. + /// Sucht eine lokalisierte Zeichenfolge, die Upload ähnelt. /// public static string PATCHINGWIZARD_UPLOADPAGE_TEXT { get { @@ -28441,7 +28522,7 @@ public static string PATCHINGWIZARD_UPLOADPAGE_TEXT { } /// - /// Looks up a localized string similar to Uploading the selected file to your servers. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading the selected file to your servers ähnelt. /// public static string PATCHINGWIZARD_UPLOADPAGE_TITLE_ONLY_UPLOAD { get { @@ -28450,7 +28531,7 @@ public static string PATCHINGWIZARD_UPLOADPAGE_TITLE_ONLY_UPLOAD { } /// - /// Looks up a localized string similar to XVA (*.xva)|*.xva|XVA Version 1 (ova.xml)|ova.xml. + /// Sucht eine lokalisierte Zeichenfolge, die XVA (*.xva)|*.xva|XVA Version 1 (ova.xml)|ova.xml ähnelt. /// public static string PATHPICKER_FILETYPE { get { @@ -28459,7 +28540,7 @@ public static string PATHPICKER_FILETYPE { } /// - /// Looks up a localized string similar to Storage connection check. + /// Sucht eine lokalisierte Zeichenfolge, die Storage connection check ähnelt. /// public static string PBDS_CHECK_DESCRIPTION { get { @@ -28468,7 +28549,7 @@ public static string PBDS_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Title. + /// Sucht eine lokalisierte Zeichenfolge, die Title ähnelt. /// public static string PDSECTION_TITLE { get { @@ -28477,7 +28558,7 @@ public static string PDSECTION_TITLE { } /// - /// Looks up a localized string similar to Pending restart check. + /// Sucht eine lokalisierte Zeichenfolge, die Pending restart check ähnelt. /// public static string PENDING_RESTART_CHECK { get { @@ -28486,7 +28567,7 @@ public static string PENDING_RESTART_CHECK { } /// - /// Looks up a localized string similar to Interval must be a multiple of 5. + /// Sucht eine lokalisierte Zeichenfolge, die Interval must be a multiple of 5 ähnelt. /// public static string PERFORM_ALERT_EDIT_INTERVAL_WRONG_MULTIPLE { get { @@ -28495,7 +28576,7 @@ public static string PERFORM_ALERT_EDIT_INTERVAL_WRONG_MULTIPLE { } /// - /// Looks up a localized string similar to Performance Graphs. + /// Sucht eine lokalisierte Zeichenfolge, die Performance Graphs ähnelt. /// public static string PERFORMANCE_TAB_TITLE { get { @@ -28504,7 +28585,7 @@ public static string PERFORMANCE_TAB_TITLE { } /// - /// Looks up a localized string similar to Permission Denied. + /// Sucht eine lokalisierte Zeichenfolge, die Permission Denied ähnelt. /// public static string PERMISSION_DENIED { get { @@ -28513,7 +28594,7 @@ public static string PERMISSION_DENIED { } /// - /// Looks up a localized string similar to Physical device. + /// Sucht eine lokalisierte Zeichenfolge, die Physical device ähnelt. /// public static string PHYSICAL_DEVICE { get { @@ -28522,7 +28603,7 @@ public static string PHYSICAL_DEVICE { } /// - /// Looks up a localized string similar to Bond {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Bond {0} ähnelt. /// public static string PIF_BOND { get { @@ -28531,7 +28612,7 @@ public static string PIF_BOND { } /// - /// Looks up a localized string similar to DHCP. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP ähnelt. /// public static string PIF_DHCP { get { @@ -28540,7 +28621,7 @@ public static string PIF_DHCP { } /// - /// Looks up a localized string similar to in use by VMs. + /// Sucht eine lokalisierte Zeichenfolge, die in use by VMs ähnelt. /// public static string PIF_IN_USE_BY_VMS { get { @@ -28549,7 +28630,7 @@ public static string PIF_IN_USE_BY_VMS { } /// - /// Looks up a localized string similar to Management Interfaces. + /// Sucht eine lokalisierte Zeichenfolge, die Management Interfaces ähnelt. /// public static string PIF_MANAGEMENT_INTERFACES { get { @@ -28558,7 +28639,7 @@ public static string PIF_MANAGEMENT_INTERFACES { } /// - /// Looks up a localized string similar to NIC {0}. + /// Sucht eine lokalisierte Zeichenfolge, die NIC {0} ähnelt. /// public static string PIF_NIC { get { @@ -28567,7 +28648,7 @@ public static string PIF_NIC { } /// - /// Looks up a localized string similar to None. + /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt. /// public static string PIF_NONE { get { @@ -28576,7 +28657,7 @@ public static string PIF_NONE { } /// - /// Looks up a localized string similar to Static. + /// Sucht eine lokalisierte Zeichenfolge, die Static ähnelt. /// public static string PIF_STATIC { get { @@ -28585,7 +28666,7 @@ public static string PIF_STATIC { } /// - /// Looks up a localized string similar to Unknown. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown ähnelt. /// public static string PIF_UNKNOWN { get { @@ -28594,7 +28675,7 @@ public static string PIF_UNKNOWN { } /// - /// Looks up a localized string similar to These files may contain personally identifiable information if customized.. + /// Sucht eine lokalisierte Zeichenfolge, die These files may contain personally identifiable information if customized. ähnelt. /// public static string PII_CUSTOMISED { get { @@ -28603,7 +28684,7 @@ public static string PII_CUSTOMISED { } /// - /// Looks up a localized string similar to These files may contain personally identifiable information.. + /// Sucht eine lokalisierte Zeichenfolge, die These files may contain personally identifiable information. ähnelt. /// public static string PII_MAYBE { get { @@ -28612,7 +28693,7 @@ public static string PII_MAYBE { } /// - /// Looks up a localized string similar to These files will contain no personally identifiable information.. + /// Sucht eine lokalisierte Zeichenfolge, die These files will contain no personally identifiable information. ähnelt. /// public static string PII_NO { get { @@ -28621,7 +28702,7 @@ public static string PII_NO { } /// - /// Looks up a localized string similar to These files will contain personally identifiable information.. + /// Sucht eine lokalisierte Zeichenfolge, die These files will contain personally identifiable information. ähnelt. /// public static string PII_YES { get { @@ -28630,7 +28711,7 @@ public static string PII_YES { } /// - /// Looks up a localized string similar to canceled by user.. + /// Sucht eine lokalisierte Zeichenfolge, die canceled by user. ähnelt. /// public static string PLAN_ACTION_CANCELLED_BY_USER { get { @@ -28639,7 +28720,7 @@ public static string PLAN_ACTION_CANCELLED_BY_USER { } /// - /// Looks up a localized string similar to done.. + /// Sucht eine lokalisierte Zeichenfolge, die done. ähnelt. /// public static string PLAN_ACTION_DONE { get { @@ -28648,7 +28729,7 @@ public static string PLAN_ACTION_DONE { } /// - /// Looks up a localized string similar to error.. + /// Sucht eine lokalisierte Zeichenfolge, die error. ähnelt. /// public static string PLAN_ACTION_ERROR { get { @@ -28657,7 +28738,7 @@ public static string PLAN_ACTION_ERROR { } /// - /// Looks up a localized string similar to Server '{0}' could not be evacuated because there was not enough free memory on the other servers to migrate all the VMs from this server. Please suspend or shutdown some VMs and then press Retry to resume the process.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' could not be evacuated because there was not enough free memory on the other servers to migrate all the VMs from this server. Please suspend or shutdown some VMs and then press Retry to resume the process. ähnelt. /// public static string PLAN_ACTION_FAILURE_NOT_ENOUGH_MEMORY { get { @@ -28666,7 +28747,7 @@ public static string PLAN_ACTION_FAILURE_NOT_ENOUGH_MEMORY { } /// - /// Looks up a localized string similar to Installing [XenServer] on '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Installing [XenServer] on '{0}'... ähnelt. /// public static string PLAN_ACTION_STATUS_INSTALLING_XENSERVER { get { @@ -28675,7 +28756,7 @@ public static string PLAN_ACTION_STATUS_INSTALLING_XENSERVER { } /// - /// Looks up a localized string similar to Reconnecting storage.... + /// Sucht eine lokalisierte Zeichenfolge, die Reconnecting storage... ähnelt. /// public static string PLAN_ACTION_STATUS_RECONNECTING_STORAGE { get { @@ -28684,7 +28765,7 @@ public static string PLAN_ACTION_STATUS_RECONNECTING_STORAGE { } /// - /// Looks up a localized string similar to Migrating VMs back to server {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VMs back to server {0}... ähnelt. /// public static string PLAN_ACTION_STATUS_REPATRIATING_VMS { get { @@ -28693,7 +28774,7 @@ public static string PLAN_ACTION_STATUS_REPATRIATING_VMS { } /// - /// Looks up a localized string similar to Migrate VMs from Server. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate VMs from Server ähnelt. /// public static string PLANACTION_VMS_MIGRATE { get { @@ -28702,7 +28783,7 @@ public static string PLANACTION_VMS_MIGRATE { } /// - /// Looks up a localized string similar to VMs migrated from Server. + /// Sucht eine lokalisierte Zeichenfolge, die VMs migrated from Server ähnelt. /// public static string PLANACTION_VMS_MIGRATED { get { @@ -28711,7 +28792,7 @@ public static string PLANACTION_VMS_MIGRATED { } /// - /// Looks up a localized string similar to Migrating VMs off server '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Migrating VMs off server '{0}'... ähnelt. /// public static string PLANACTION_VMS_MIGRATING { get { @@ -28720,7 +28801,7 @@ public static string PLANACTION_VMS_MIGRATING { } /// - /// Looks up a localized string similar to Reboot specified VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot specified VMs ähnelt. /// public static string PLANACTION_VMS_REBOOT { get { @@ -28729,7 +28810,7 @@ public static string PLANACTION_VMS_REBOOT { } /// - /// Looks up a localized string similar to Rebooted specified VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooted specified VMs ähnelt. /// public static string PLANACTION_VMS_REBOOTED { get { @@ -28738,7 +28819,7 @@ public static string PLANACTION_VMS_REBOOTED { } /// - /// Looks up a localized string similar to Rebooting VM {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting VM {0}... ähnelt. /// public static string PLANACTION_VMS_REBOOTING { get { @@ -28747,9 +28828,9 @@ public static string PLANACTION_VMS_REBOOTING { } /// - /// Looks up a localized string similar to {0} + /// Sucht eine lokalisierte Zeichenfolge, die {0} /// - ///Please reconnect the host and try again. + ///Please reconnect the host and try again ähnelt. /// public static string PLEASE_RECONNECT_HOST { get { @@ -28758,7 +28839,7 @@ public static string PLEASE_RECONNECT_HOST { } /// - /// Looks up a localized string similar to Running plug-in '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Running plug-in '{0}' ähnelt. /// public static string PLUGIN_CALLING { get { @@ -28767,7 +28848,7 @@ public static string PLUGIN_CALLING { } /// - /// Looks up a localized string similar to Copyright. + /// Sucht eine lokalisierte Zeichenfolge, die Copyright ähnelt. /// public static string PLUGIN_COPYRIGHT { get { @@ -28776,7 +28857,7 @@ public static string PLUGIN_COPYRIGHT { } /// - /// Looks up a localized string similar to {0} plugins enabled. + /// Sucht eine lokalisierte Zeichenfolge, die {0} plugins enabled ähnelt. /// public static string PLUGIN_ENABLED_COUNT { get { @@ -28785,7 +28866,7 @@ public static string PLUGIN_ENABLED_COUNT { } /// - /// Looks up a localized string similar to 1 plugin enabled. + /// Sucht eine lokalisierte Zeichenfolge, die 1 plugin enabled ähnelt. /// public static string PLUGIN_ENABLED_COUNT_ONE { get { @@ -28794,7 +28875,7 @@ public static string PLUGIN_ENABLED_COUNT_ONE { } /// - /// Looks up a localized string similar to Features. + /// Sucht eine lokalisierte Zeichenfolge, die Features ähnelt. /// public static string PLUGIN_FEATURES { get { @@ -28803,7 +28884,7 @@ public static string PLUGIN_FEATURES { } /// - /// Looks up a localized string similar to Link. + /// Sucht eine lokalisierte Zeichenfolge, die Link ähnelt. /// public static string PLUGIN_LINK { get { @@ -28812,7 +28893,7 @@ public static string PLUGIN_LINK { } /// - /// Looks up a localized string similar to Plug-in '{0}' completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die Plug-in '{0}' completed successfully. ähnelt. /// public static string PLUGIN_SUCCEED { get { @@ -28821,7 +28902,7 @@ public static string PLUGIN_SUCCEED { } /// - /// Looks up a localized string similar to Call plug-in '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Call plug-in '{0}' ähnelt. /// public static string PLUGIN_TITLE { get { @@ -28830,7 +28911,7 @@ public static string PLUGIN_TITLE { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string PLUGIN_VERSION { get { @@ -28839,7 +28920,7 @@ public static string PLUGIN_VERSION { } /// - /// Looks up a localized string similar to Plugins. + /// Sucht eine lokalisierte Zeichenfolge, die Plugins ähnelt. /// public static string PLUGINS { get { @@ -28848,7 +28929,7 @@ public static string PLUGINS { } /// - /// Looks up a localized string similar to Adjust settings for plugins to [XenCenter]. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust settings for plugins to [XenCenter] ähnelt. /// public static string PLUGINS_DESC { get { @@ -28857,7 +28938,7 @@ public static string PLUGINS_DESC { } /// - /// Looks up a localized string similar to Menu item features must only have a single command XML node as a child. + /// Sucht eine lokalisierte Zeichenfolge, die Menu item features must only have a single command XML node as a child ähnelt. /// public static string PLUGINS_MENU_ITEMS_ONLY_ONE_CHILD_ALLOWED { get { @@ -28866,7 +28947,7 @@ public static string PLUGINS_MENU_ITEMS_ONLY_ONE_CHILD_ALLOWED { } /// - /// Looks up a localized string similar to Unexpected XML node '{0}' found as child of node '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Unexpected XML node '{0}' found as child of node '{1}' ähnelt. /// public static string PLUGINS_UNRECOGNISED_XML_NODE { get { @@ -28875,7 +28956,7 @@ public static string PLUGINS_UNRECOGNISED_XML_NODE { } /// - /// Looks up a localized string similar to Custom. + /// Sucht eine lokalisierte Zeichenfolge, die Custom ähnelt. /// public static string PM_MODE_CUSTOM { get { @@ -28884,7 +28965,7 @@ public static string PM_MODE_CUSTOM { } /// - /// Looks up a localized string similar to Disabled. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled ähnelt. /// public static string PM_MODE_DISABLED { get { @@ -28893,7 +28974,7 @@ public static string PM_MODE_DISABLED { } /// - /// Looks up a localized string similar to Dell DRAC. + /// Sucht eine lokalisierte Zeichenfolge, die Dell DRAC ähnelt. /// public static string PM_MODE_DRAC { get { @@ -28902,7 +28983,7 @@ public static string PM_MODE_DRAC { } /// - /// Looks up a localized string similar to iLO. + /// Sucht eine lokalisierte Zeichenfolge, die iLO ähnelt. /// public static string PM_MODE_ILO { get { @@ -28911,7 +28992,7 @@ public static string PM_MODE_ILO { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string PM_MODE_WOL { get { @@ -28920,7 +29001,7 @@ public static string PM_MODE_WOL { } /// - /// Looks up a localized string similar to Policy Name. + /// Sucht eine lokalisierte Zeichenfolge, die Policy Name ähnelt. /// public static string POLICY_NAME { get { @@ -28929,7 +29010,7 @@ public static string POLICY_NAME { } /// - /// Looks up a localized string similar to Policy na&me:. + /// Sucht eine lokalisierte Zeichenfolge, die Policy na&me: ähnelt. /// public static string POLICY_NAME_FIELD_TEXT { get { @@ -28938,7 +29019,7 @@ public static string POLICY_NAME_FIELD_TEXT { } /// - /// Looks up a localized string similar to What do you want to call this policy?. + /// Sucht eine lokalisierte Zeichenfolge, die What do you want to call this policy? ähnelt. /// public static string POLICY_NAME_TITLE { get { @@ -28947,7 +29028,7 @@ public static string POLICY_NAME_TITLE { } /// - /// Looks up a localized string similar to Job name:\r\n {0}\r\n\r\nSelected VMs:\r\n {1}\r\n\r\nSnapshot type:\r\n {2}\r\n\r\nSchedule:\r\n {3}\r\n\r\nArchive:\r\n {4}. + /// Sucht eine lokalisierte Zeichenfolge, die Job name:\r\n {0}\r\n\r\nSelected VMs:\r\n {1}\r\n\r\nSnapshot type:\r\n {2}\r\n\r\nSchedule:\r\n {3}\r\n\r\nArchive:\r\n {4} ähnelt. /// public static string POLICY_SUMMARY { get { @@ -28956,7 +29037,7 @@ public static string POLICY_SUMMARY { } /// - /// Looks up a localized string similar to Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Pool ähnelt. /// public static string POOL { get { @@ -28965,7 +29046,7 @@ public static string POOL { } /// - /// Looks up a localized string similar to Pool:. + /// Sucht eine lokalisierte Zeichenfolge, die Pool: ähnelt. /// public static string POOL_COLON { get { @@ -28974,7 +29055,7 @@ public static string POOL_COLON { } /// - /// Looks up a localized string similar to Pool '{0}' has HA enabled. You must disable HA before making the pool into a standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' has HA enabled. You must disable HA before making the pool into a standalone server. ähnelt. /// public static string POOL_DELETE_HA_ENABLED { get { @@ -28983,7 +29064,7 @@ public static string POOL_DELETE_HA_ENABLED { } /// - /// Looks up a localized string similar to HA is currently being enabled on pool '{0}'. You must disable HA before making the pool into a standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die HA is currently being enabled on pool '{0}'. You must disable HA before making the pool into a standalone server. ähnelt. /// public static string POOL_DELETE_HA_ENABLING { get { @@ -28992,7 +29073,7 @@ public static string POOL_DELETE_HA_ENABLING { } /// - /// Looks up a localized string similar to The configuration for this pool is currently being modified. + /// Sucht eine lokalisierte Zeichenfolge, die The configuration for this pool is currently being modified ähnelt. /// public static string POOL_EDIT_IN_PROGRESS { get { @@ -29001,7 +29082,7 @@ public static string POOL_EDIT_IN_PROGRESS { } /// - /// Looks up a localized string similar to {0} failure tolerated. + /// Sucht eine lokalisierte Zeichenfolge, die {0} failure tolerated ähnelt. /// public static string POOL_FAILURE_TOLERATE { get { @@ -29010,7 +29091,7 @@ public static string POOL_FAILURE_TOLERATE { } /// - /// Looks up a localized string similar to {0} failures tolerated. + /// Sucht eine lokalisierte Zeichenfolge, die {0} failures tolerated ähnelt. /// public static string POOL_FAILURES_TOLERATE { get { @@ -29019,7 +29100,7 @@ public static string POOL_FAILURES_TOLERATE { } /// - /// Looks up a localized string similar to Automated updates are not supported for this server.. + /// Sucht eine lokalisierte Zeichenfolge, die Automated updates are not supported for this server. ähnelt. /// public static string POOL_FORBIDS_AUTOMATED_UPDATES { get { @@ -29028,7 +29109,7 @@ public static string POOL_FORBIDS_AUTOMATED_UPDATES { } /// - /// Looks up a localized string similar to Post-update tasks cannot be carried out automatically for all the servers to be updated.. + /// Sucht eine lokalisierte Zeichenfolge, die Post-update tasks cannot be carried out automatically for all the servers to be updated. ähnelt. /// public static string POOL_FORBIDS_AUTOMATIC_RESTARTS { get { @@ -29037,7 +29118,7 @@ public static string POOL_FORBIDS_AUTOMATIC_RESTARTS { } /// - /// Looks up a localized string similar to Pool General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Pool General Properties ähnelt. /// public static string POOL_GENERAL_TAB_TITLE { get { @@ -29046,7 +29127,7 @@ public static string POOL_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Could not find the pool in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the pool in [XenCenter]'s cache. ähnelt. /// public static string POOL_GONE { get { @@ -29055,7 +29136,7 @@ public static string POOL_GONE { } /// - /// Looks up a localized string similar to This pool has hosts with different types of license.. + /// Sucht eine lokalisierte Zeichenfolge, die This pool has hosts with different types of license. ähnelt. /// public static string POOL_HAS_MIXED_LICENSES { get { @@ -29064,7 +29145,7 @@ public static string POOL_HAS_MIXED_LICENSES { } /// - /// Looks up a localized string similar to This pool has no shared storage. + /// Sucht eine lokalisierte Zeichenfolge, die This pool has no shared storage ähnelt. /// public static string POOL_HAS_NO_SHARED_STORAGE { get { @@ -29073,7 +29154,7 @@ public static string POOL_HAS_NO_SHARED_STORAGE { } /// - /// Looks up a localized string similar to The pool is partially licensed. + /// Sucht eine lokalisierte Zeichenfolge, die The pool is partially licensed ähnelt. /// public static string POOL_IS_PARTIALLY_LICENSED { get { @@ -29082,7 +29163,7 @@ public static string POOL_IS_PARTIALLY_LICENSED { } /// - /// Looks up a localized string similar to HA is enabled on the pool. + /// Sucht eine lokalisierte Zeichenfolge, die HA is enabled on the pool ähnelt. /// public static string POOL_JOIN_FORBIDDEN_BY_HA { get { @@ -29091,7 +29172,7 @@ public static string POOL_JOIN_FORBIDDEN_BY_HA { } /// - /// Looks up a localized string similar to Pool join not possible. + /// Sucht eine lokalisierte Zeichenfolge, die Pool join not possible ähnelt. /// public static string POOL_JOIN_IMPOSSIBLE { get { @@ -29100,7 +29181,7 @@ public static string POOL_JOIN_IMPOSSIBLE { } /// - /// Looks up a localized string similar to This server must not have any bonds, non management VLANs, SR-IOV networks or cross-server private networks. + /// Sucht eine lokalisierte Zeichenfolge, die This server must not have any bonds, non management VLANs, SR-IOV networks or cross-server private networks ähnelt. /// public static string POOL_JOIN_NON_COMPATIBLE_MANAGEMENT_INTERFACE { get { @@ -29109,7 +29190,7 @@ public static string POOL_JOIN_NON_COMPATIBLE_MANAGEMENT_INTERFACE { } /// - /// Looks up a localized string similar to This server must not have any bonds, VLANs or cross-server private networks. + /// Sucht eine lokalisierte Zeichenfolge, die This server must not have any bonds, VLANs or cross-server private networks ähnelt. /// public static string POOL_JOIN_NOT_PHYSICAL_PIF { get { @@ -29118,7 +29199,7 @@ public static string POOL_JOIN_NOT_PHYSICAL_PIF { } /// - /// Looks up a localized string similar to Pool License. + /// Sucht eine lokalisierte Zeichenfolge, die Pool License ähnelt. /// public static string POOL_LICENSE { get { @@ -29127,7 +29208,7 @@ public static string POOL_LICENSE { } /// - /// Looks up a localized string similar to Pool master. + /// Sucht eine lokalisierte Zeichenfolge, die Pool master ähnelt. /// public static string POOL_MASTER { get { @@ -29136,7 +29217,7 @@ public static string POOL_MASTER { } /// - /// Looks up a localized string similar to Could not find the pool master in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the pool master in [XenCenter]'s cache. ähnelt. /// public static string POOL_MASTER_GONE { get { @@ -29145,7 +29226,7 @@ public static string POOL_MASTER_GONE { } /// - /// Looks up a localized string similar to Pool name cannot be empty. + /// Sucht eine lokalisierte Zeichenfolge, die Pool name cannot be empty ähnelt. /// public static string POOL_NAME_EMPTY { get { @@ -29154,7 +29235,7 @@ public static string POOL_NAME_EMPTY { } /// - /// Looks up a localized string similar to Pool Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Networks ähnelt. /// public static string POOL_NETWORK_TAB_TITLE { get { @@ -29163,7 +29244,7 @@ public static string POOL_NETWORK_TAB_TITLE { } /// - /// Looks up a localized string similar to Pool or host is not connected. + /// Sucht eine lokalisierte Zeichenfolge, die Pool or host is not connected ähnelt. /// public static string POOL_OR_HOST_IS_NOT_CONNECTED { get { @@ -29172,7 +29253,7 @@ public static string POOL_OR_HOST_IS_NOT_CONNECTED { } /// - /// Looks up a localized string similar to Select a pool or stand alone server to import this VM to. The home server setting will be taken from the template.\n\nIf this value does not correspond to a server within the selected resource pool then it will be ignored for all resourcing decisions.. + /// Sucht eine lokalisierte Zeichenfolge, die Select a pool or stand alone server to import this VM to. The home server setting will be taken from the template.\n\nIf this value does not correspond to a server within the selected resource pool then it will be ignored for all resourcing decisions. ähnelt. /// public static string POOL_PICKER_BLURB_NO_AFFINITY { get { @@ -29181,7 +29262,7 @@ public static string POOL_PICKER_BLURB_NO_AFFINITY { } /// - /// Looks up a localized string similar to Could not find the pool update in [XenCenter]'s cache.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the pool update in [XenCenter]'s cache. ähnelt. /// public static string POOL_UPDATE_GONE { get { @@ -29190,7 +29271,7 @@ public static string POOL_UPDATE_GONE { } /// - /// Looks up a localized string similar to Pool partially upgraded to [XenServer] {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Pool partially upgraded to [XenServer] {0} ähnelt. /// public static string POOL_VERSIONS_LINK_TEXT { get { @@ -29199,7 +29280,7 @@ public static string POOL_VERSIONS_LINK_TEXT { } /// - /// Looks up a localized string similar to Partially upgraded. + /// Sucht eine lokalisierte Zeichenfolge, die Partially upgraded ähnelt. /// public static string POOL_VERSIONS_LINK_TEXT_SHORT { get { @@ -29208,7 +29289,7 @@ public static string POOL_VERSIONS_LINK_TEXT_SHORT { } /// - /// Looks up a localized string similar to pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die pool '{0}' ähnelt. /// public static string POOL_X { get { @@ -29217,7 +29298,7 @@ public static string POOL_X { } /// - /// Looks up a localized string similar to Added to pool. + /// Sucht eine lokalisierte Zeichenfolge, die Added to pool ähnelt. /// public static string POOLCREATE_ADDED { get { @@ -29226,7 +29307,7 @@ public static string POOLCREATE_ADDED { } /// - /// Looks up a localized string similar to Adding to Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Adding to Pool ähnelt. /// public static string POOLCREATE_ADDING { get { @@ -29235,7 +29316,7 @@ public static string POOLCREATE_ADDING { } /// - /// Looks up a localized string similar to Creating pool. + /// Sucht eine lokalisierte Zeichenfolge, die Creating pool ähnelt. /// public static string POOLCREATE_CREATING { get { @@ -29244,7 +29325,7 @@ public static string POOLCREATE_CREATING { } /// - /// Looks up a localized string similar to Made pool into standalone server. + /// Sucht eine lokalisierte Zeichenfolge, die Made pool into standalone server ähnelt. /// public static string POOLCREATE_DESTROYED { get { @@ -29253,7 +29334,7 @@ public static string POOLCREATE_DESTROYED { } /// - /// Looks up a localized string similar to Making pool into standalone server. + /// Sucht eine lokalisierte Zeichenfolge, die Making pool into standalone server ähnelt. /// public static string POOLCREATE_DESTROYING { get { @@ -29262,7 +29343,7 @@ public static string POOLCREATE_DESTROYING { } /// - /// Looks up a localized string similar to Cannot make pool with more than one hosts into standalone server.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot make pool with more than one hosts into standalone server. ähnelt. /// public static string POOLCREATE_MULTIHOST { get { @@ -29271,7 +29352,7 @@ public static string POOLCREATE_MULTIHOST { } /// - /// Looks up a localized string similar to Removed from pool. + /// Sucht eine lokalisierte Zeichenfolge, die Removed from pool ähnelt. /// public static string POOLCREATE_REMOVED { get { @@ -29280,7 +29361,7 @@ public static string POOLCREATE_REMOVED { } /// - /// Looks up a localized string similar to Removing from pool. + /// Sucht eine lokalisierte Zeichenfolge, die Removing from pool ähnelt. /// public static string POOLCREATE_REMOVING { get { @@ -29289,7 +29370,7 @@ public static string POOLCREATE_REMOVING { } /// - /// Looks up a localized string similar to Pools. + /// Sucht eine lokalisierte Zeichenfolge, die Pools ähnelt. /// public static string POOLS { get { @@ -29298,7 +29379,7 @@ public static string POOLS { } /// - /// Looks up a localized string similar to Power On. + /// Sucht eine lokalisierte Zeichenfolge, die Power On ähnelt. /// public static string POWER_ON { get { @@ -29307,7 +29388,7 @@ public static string POWER_ON { } /// - /// Looks up a localized string similar to Power on request to {0} failed. Check the network connectivity.. + /// Sucht eine lokalisierte Zeichenfolge, die Power on request to {0} failed. Check the network connectivity. ähnelt. /// public static string POWER_ON_REQUEST_FAILED { get { @@ -29316,7 +29397,7 @@ public static string POWER_ON_REQUEST_FAILED { } /// - /// Looks up a localized string similar to Power state. + /// Sucht eine lokalisierte Zeichenfolge, die Power state ähnelt. /// public static string POWER_STATE { get { @@ -29325,7 +29406,7 @@ public static string POWER_STATE { } /// - /// Looks up a localized string similar to Power usage (W). + /// Sucht eine lokalisierte Zeichenfolge, die Power usage (W) ähnelt. /// public static string POWER_USAGE { get { @@ -29334,7 +29415,7 @@ public static string POWER_USAGE { } /// - /// Looks up a localized string similar to Privacy Warning. + /// Sucht eine lokalisierte Zeichenfolge, die Privacy Warning ähnelt. /// public static string PRIVACY_WARNING { get { @@ -29343,7 +29424,7 @@ public static string PRIVACY_WARNING { } /// - /// Looks up a localized string similar to Probing for LUNs finished. + /// Sucht eine lokalisierte Zeichenfolge, die Probing for LUNs finished ähnelt. /// public static string PROBED_HBA { get { @@ -29352,7 +29433,7 @@ public static string PROBED_HBA { } /// - /// Looks up a localized string similar to Probing for LUNs.... + /// Sucht eine lokalisierte Zeichenfolge, die Probing for LUNs... ähnelt. /// public static string PROBING_HBA { get { @@ -29361,7 +29442,7 @@ public static string PROBING_HBA { } /// - /// Looks up a localized string similar to Probing for LUNs on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Probing for LUNs on {0} ähnelt. /// public static string PROBING_HBA_TITLE { get { @@ -29370,7 +29451,7 @@ public static string PROBING_HBA_TITLE { } /// - /// Looks up a localized string similar to Server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' ähnelt. /// public static string PROBLEM_HOSTPROBLEM_TITLE { get { @@ -29379,10 +29460,10 @@ public static string PROBLEM_HOSTPROBLEM_TITLE { } /// - /// Looks up a localized string similar to The MAC address entered has already been assigned to the VM: + /// Sucht eine lokalisierte Zeichenfolge, die The MAC address entered has already been assigned to the VM: ///{1} /// - ///Are you sure you want to continue?. + ///Are you sure you want to continue? ähnelt. /// public static string PROBLEM_MAC_ADDRESS_IS_DUPLICATE { get { @@ -29391,7 +29472,7 @@ public static string PROBLEM_MAC_ADDRESS_IS_DUPLICATE { } /// - /// Looks up a localized string similar to Duplicate MAC address. + /// Sucht eine lokalisierte Zeichenfolge, die Duplicate MAC address ähnelt. /// public static string PROBLEM_MAC_ADDRESS_IS_DUPLICATE_TITLE { get { @@ -29400,7 +29481,7 @@ public static string PROBLEM_MAC_ADDRESS_IS_DUPLICATE_TITLE { } /// - /// Looks up a localized string similar to {0}: The master needs to be rebooted first. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The master needs to be rebooted first ähnelt. /// public static string PROBLEM_MASTER_PENDING_RESTART_HOST { get { @@ -29409,7 +29490,7 @@ public static string PROBLEM_MASTER_PENDING_RESTART_HOST { } /// - /// Looks up a localized string similar to {0}: This update requires the master to be rebooted first. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This update requires the master to be rebooted first ähnelt. /// public static string PROBLEM_MASTER_PENDING_RESTART_HOST_THIS_UPDATE { get { @@ -29418,7 +29499,7 @@ public static string PROBLEM_MASTER_PENDING_RESTART_HOST_THIS_UPDATE { } /// - /// Looks up a localized string similar to {0}: Toolstack on master needs to be restarted first. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Toolstack on master needs to be restarted first ähnelt. /// public static string PROBLEM_MASTER_PENDING_RESTART_TOOLSTACK { get { @@ -29427,7 +29508,7 @@ public static string PROBLEM_MASTER_PENDING_RESTART_TOOLSTACK { } /// - /// Looks up a localized string similar to {0}: This update requires the toolstack on master to be restarted first. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This update requires the toolstack on master to be restarted first ähnelt. /// public static string PROBLEM_MASTER_PENDING_RESTART_TOOLSTACK_THIS_UPDATE { get { @@ -29436,7 +29517,7 @@ public static string PROBLEM_MASTER_PENDING_RESTART_TOOLSTACK_THIS_UPDATE { } /// - /// Looks up a localized string similar to Pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' ähnelt. /// public static string PROBLEM_POOLPROBLEM_TITLE { get { @@ -29445,9 +29526,9 @@ public static string PROBLEM_POOLPROBLEM_TITLE { } /// - /// Looks up a localized string similar to Please ensure you have specified a network location that is visible from the server and contains an applicable version of installer files. + /// Sucht eine lokalisierte Zeichenfolge, die Please ensure you have specified a network location that is visible from the server and contains an applicable version of installer files. /// - ///Click Previous if you need to go back and specify a different network location or select a different set of servers to upgrade.. + ///Click Previous if you need to go back and specify a different network location or select a different set of servers to upgrade. ähnelt. /// public static string PROBLEM_PREPARE_TO_UPGRADE { get { @@ -29456,7 +29537,7 @@ public static string PROBLEM_PREPARE_TO_UPGRADE { } /// - /// Looks up a localized string similar to SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die SR '{0}' ähnelt. /// public static string PROBLEM_SRPROBLEM_TITLE { get { @@ -29465,7 +29546,7 @@ public static string PROBLEM_SRPROBLEM_TITLE { } /// - /// Looks up a localized string similar to An error has occurred while attempting to connect to Storage Link Gateway: \n\n{0}\n\nPlease review the settings for this host and reconnect.. + /// Sucht eine lokalisierte Zeichenfolge, die An error has occurred while attempting to connect to Storage Link Gateway: \n\n{0}\n\nPlease review the settings for this host and reconnect. ähnelt. /// public static string PROBLEM_STORAGELINK_CONNECTION_FAILED { get { @@ -29474,7 +29555,7 @@ public static string PROBLEM_STORAGELINK_CONNECTION_FAILED { } /// - /// Looks up a localized string similar to The use of StorageLink SRs has been deprecated. Please remove StorageLink SRs before upgrading.. + /// Sucht eine lokalisierte Zeichenfolge, die The use of StorageLink SRs has been deprecated. Please remove StorageLink SRs before upgrading. ähnelt. /// public static string PROBLEM_UNSUPPORTED_STORAGELINK_SR { get { @@ -29483,7 +29564,7 @@ public static string PROBLEM_UNSUPPORTED_STORAGELINK_SR { } /// - /// Looks up a localized string similar to vApp {0}. + /// Sucht eine lokalisierte Zeichenfolge, die vApp {0} ähnelt. /// public static string PROBLEM_VMAPPLIANCEPROBLEM_TITLE { get { @@ -29492,7 +29573,7 @@ public static string PROBLEM_VMAPPLIANCEPROBLEM_TITLE { } /// - /// Looks up a localized string similar to VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' ähnelt. /// public static string PROBLEM_VMPROBLEM_TITLE { get { @@ -29501,7 +29582,7 @@ public static string PROBLEM_VMPROBLEM_TITLE { } /// - /// Looks up a localized string similar to [XenCenter] version. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] version ähnelt. /// public static string PROBLEM_XENCENTER_VERSION_TITLE { get { @@ -29510,7 +29591,7 @@ public static string PROBLEM_XENCENTER_VERSION_TITLE { } /// - /// Looks up a localized string similar to &Proceed. + /// Sucht eine lokalisierte Zeichenfolge, die &Proceed ähnelt. /// public static string PROCEED { get { @@ -29519,8 +29600,8 @@ public static string PROCEED { } /// - /// Looks up a localized string similar to Please insert the [XenServer] CD into the physical drive on server '{0}'. - ///Press OK to continue the wizard and return to the server and follow the instructions on screen.. + /// Sucht eine lokalisierte Zeichenfolge, die Please insert the [XenServer] CD into the physical drive on server '{0}'. + ///Press OK to continue the wizard and return to the server and follow the instructions on screen. ähnelt. /// public static string PROMPT_XS_CD { get { @@ -29529,7 +29610,7 @@ public static string PROMPT_XS_CD { } /// - /// Looks up a localized string similar to '{0}' Properties. + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' Properties ähnelt. /// public static string PROPERTIES_DIALOG_TITLE { get { @@ -29538,7 +29619,7 @@ public static string PROPERTIES_DIALOG_TITLE { } /// - /// Looks up a localized string similar to {0} on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on '{1}' ähnelt. /// public static string PROPERTY_ON_OBJECT { get { @@ -29547,7 +29628,7 @@ public static string PROPERTY_ON_OBJECT { } /// - /// Looks up a localized string similar to Protected VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Protected VMs ähnelt. /// public static string PROTECTED_VMS { get { @@ -29556,7 +29637,7 @@ public static string PROTECTED_VMS { } /// - /// Looks up a localized string similar to Select the VMs that you want to protect with this policy. + /// Sucht eine lokalisierte Zeichenfolge, die Select the VMs that you want to protect with this policy ähnelt. /// public static string PROTECTED_VMS_TITLE { get { @@ -29565,7 +29646,7 @@ public static string PROTECTED_VMS_TITLE { } /// - /// Looks up a localized string similar to Provisioning. + /// Sucht eine lokalisierte Zeichenfolge, die Provisioning ähnelt. /// public static string PROVISIONING { get { @@ -29574,7 +29655,7 @@ public static string PROVISIONING { } /// - /// Looks up a localized string similar to Provisioning Options. + /// Sucht eine lokalisierte Zeichenfolge, die Provisioning Options ähnelt. /// public static string PROVISIONING_OPTIONS { get { @@ -29583,7 +29664,7 @@ public static string PROVISIONING_OPTIONS { } /// - /// Looks up a localized string similar to Provisioning Type. + /// Sucht eine lokalisierte Zeichenfolge, die Provisioning Type ähnelt. /// public static string PROVISIONING_TYPE { get { @@ -29592,7 +29673,7 @@ public static string PROVISIONING_TYPE { } /// - /// Looks up a localized string similar to Provisioning VM. + /// Sucht eine lokalisierte Zeichenfolge, die Provisioning VM ähnelt. /// public static string PROVISIONING_VM { get { @@ -29601,7 +29682,7 @@ public static string PROVISIONING_VM { } /// - /// Looks up a localized string similar to Proxy servers are not supported.. + /// Sucht eine lokalisierte Zeichenfolge, die Proxy servers are not supported. ähnelt. /// public static string PROXY_SERVERS_NOT_SUPPORTED { get { @@ -29610,7 +29691,7 @@ public static string PROXY_SERVERS_NOT_SUPPORTED { } /// - /// Looks up a localized string similar to [Citrix VM Tools] not installed. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] not installed ähnelt. /// public static string PV_DRIVERS_NOT_INSTALLED { get { @@ -29619,7 +29700,7 @@ public static string PV_DRIVERS_NOT_INSTALLED { } /// - /// Looks up a localized string similar to [Citrix VM Tools] out of date (version {0} installed). + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] out of date (version {0} installed) ähnelt. /// public static string PV_DRIVERS_OUT_OF_DATE { get { @@ -29628,7 +29709,7 @@ public static string PV_DRIVERS_OUT_OF_DATE { } /// - /// Looks up a localized string similar to [Citrix VM Tools] out of date. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] out of date ähnelt. /// public static string PV_DRIVERS_OUT_OF_DATE_UNKNOWN_VERSION { get { @@ -29637,7 +29718,7 @@ public static string PV_DRIVERS_OUT_OF_DATE_UNKNOWN_VERSION { } /// - /// Looks up a localized string similar to PVS-Accelerator configuration - '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die PVS-Accelerator configuration - '{0}' ähnelt. /// public static string PVS_CACHE_CONFIG_DIALOG_TITLE { get { @@ -29646,7 +29727,7 @@ public static string PVS_CACHE_CONFIG_DIALOG_TITLE { } /// - /// Looks up a localized string similar to {0} (Incomplete PVS configuration). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Incomplete PVS configuration) ähnelt. /// public static string PVS_CACHE_INCOMPLETE_CONFIGURATION { get { @@ -29655,7 +29736,7 @@ public static string PVS_CACHE_INCOMPLETE_CONFIGURATION { } /// - /// Looks up a localized string similar to Memory and disk. + /// Sucht eine lokalisierte Zeichenfolge, die Memory and disk ähnelt. /// public static string PVS_CACHE_MEMORY_AND_DISK { get { @@ -29664,7 +29745,7 @@ public static string PVS_CACHE_MEMORY_AND_DISK { } /// - /// Looks up a localized string similar to Memory only. + /// Sucht eine lokalisierte Zeichenfolge, die Memory only ähnelt. /// public static string PVS_CACHE_MEMORY_ONLY { get { @@ -29673,7 +29754,7 @@ public static string PVS_CACHE_MEMORY_ONLY { } /// - /// Looks up a localized string similar to Memory only (Not enough Control Domain memory). + /// Sucht eine lokalisierte Zeichenfolge, die Memory only (Not enough Control Domain memory) ähnelt. /// public static string PVS_CACHE_MEMORY_ONLY_DISABLED { get { @@ -29682,7 +29763,7 @@ public static string PVS_CACHE_MEMORY_ONLY_DISABLED { } /// - /// Looks up a localized string similar to MemorySR. + /// Sucht eine lokalisierte Zeichenfolge, die MemorySR ähnelt. /// public static string PVS_CACHE_MEMORY_SR_NAME { get { @@ -29691,7 +29772,7 @@ public static string PVS_CACHE_MEMORY_SR_NAME { } /// - /// Looks up a localized string similar to Not configured. + /// Sucht eine lokalisierte Zeichenfolge, die Not configured ähnelt. /// public static string PVS_CACHE_NOT_CONFIGURED { get { @@ -29700,7 +29781,7 @@ public static string PVS_CACHE_NOT_CONFIGURED { } /// - /// Looks up a localized string similar to This PVS cache storage cannot be changed because it is in use.. + /// Sucht eine lokalisierte Zeichenfolge, die This PVS cache storage cannot be changed because it is in use. ähnelt. /// public static string PVS_CACHE_STORAGE_CANNOT_BE_CHANGED { get { @@ -29709,7 +29790,7 @@ public static string PVS_CACHE_STORAGE_CANNOT_BE_CHANGED { } /// - /// Looks up a localized string similar to {0} (Incomplete Cache Storage configuration). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Incomplete Cache Storage configuration) ähnelt. /// public static string PVS_CACHE_STORAGE_NOT_CONFIGURED { get { @@ -29718,7 +29799,7 @@ public static string PVS_CACHE_STORAGE_NOT_CONFIGURED { } /// - /// Looks up a localized string similar to This cache configuration cannot be removed because there are VMs that are streamed from this site.. + /// Sucht eine lokalisierte Zeichenfolge, die This cache configuration cannot be removed because there are VMs that are streamed from this site. ähnelt. /// public static string PVS_SITE_CANNOT_BE_REMOVED { get { @@ -29727,7 +29808,7 @@ public static string PVS_SITE_CANNOT_BE_REMOVED { } /// - /// Looks up a localized string similar to PVS Servers on site {0}'. + /// Sucht eine lokalisierte Zeichenfolge, die PVS Servers on site {0}' ähnelt. /// public static string PVS_SITE_DIALOG_TITLE { get { @@ -29736,7 +29817,7 @@ public static string PVS_SITE_DIALOG_TITLE { } /// - /// Looks up a localized string similar to PVS Site. + /// Sucht eine lokalisierte Zeichenfolge, die PVS Site ähnelt. /// public static string PVS_SITE_NAME { get { @@ -29745,7 +29826,7 @@ public static string PVS_SITE_NAME { } /// - /// Looks up a localized string similar to PVS-Accelerator. + /// Sucht eine lokalisierte Zeichenfolge, die PVS-Accelerator ähnelt. /// public static string PVS_TAB_TITLE { get { @@ -29754,7 +29835,7 @@ public static string PVS_TAB_TITLE { } /// - /// Looks up a localized string similar to QoS limit must be between 1 and 2147483647 (or left empty).. + /// Sucht eine lokalisierte Zeichenfolge, die QoS limit must be between 1 and 2147483647 (or left empty). ähnelt. /// public static string QOS_LIMIT_INVALID { get { @@ -29763,7 +29844,7 @@ public static string QOS_LIMIT_INVALID { } /// - /// Looks up a localized string similar to {0}/{1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}/{1} ähnelt. /// public static string QUERY_DATA_AVG_MAX { get { @@ -29772,7 +29853,7 @@ public static string QUERY_DATA_AVG_MAX { } /// - /// Looks up a localized string similar to {0}% of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}% of {1} ähnelt. /// public static string QUERY_MEMORY_PERCENT { get { @@ -29781,7 +29862,7 @@ public static string QUERY_MEMORY_PERCENT { } /// - /// Looks up a localized string similar to {0} of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} of {1} ähnelt. /// public static string QUERY_MEMORY_USAGE { get { @@ -29790,7 +29871,7 @@ public static string QUERY_MEMORY_USAGE { } /// - /// Looks up a localized string similar to {0}% of 1 CPU. + /// Sucht eine lokalisierte Zeichenfolge, die {0}% of 1 CPU ähnelt. /// public static string QUERY_PERCENT_OF_CPU { get { @@ -29799,7 +29880,7 @@ public static string QUERY_PERCENT_OF_CPU { } /// - /// Looks up a localized string similar to {0}% of {1} CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die {0}% of {1} CPUs ähnelt. /// public static string QUERY_PERCENT_OF_CPUS { get { @@ -29808,9 +29889,9 @@ public static string QUERY_PERCENT_OF_CPUS { } /// - /// Looks up a localized string similar to You are about to log out {0} users. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to log out {0} users. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string QUESTION_LOGOUT_AD_USER_MANY { get { @@ -29819,9 +29900,9 @@ public static string QUESTION_LOGOUT_AD_USER_MANY { } /// - /// Looks up a localized string similar to You are about to log out the user '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to log out the user '{0}'. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string QUESTION_LOGOUT_AD_USER_ONE { get { @@ -29830,7 +29911,7 @@ public static string QUESTION_LOGOUT_AD_USER_ONE { } /// - /// Looks up a localized string similar to ?. + /// Sucht eine lokalisierte Zeichenfolge, die ? ähnelt. /// public static string QUESTION_MARK { get { @@ -29839,9 +29920,9 @@ public static string QUESTION_MARK { } /// - /// Looks up a localized string similar to You are about to remove {0} users. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to remove {0} users. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string QUESTION_REMOVE_AD_USER_MANY { get { @@ -29850,9 +29931,9 @@ public static string QUESTION_REMOVE_AD_USER_MANY { } /// - /// Looks up a localized string similar to You are about to remove the user '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are about to remove the user '{0}'. /// - ///Do you want to continue?. + ///Do you want to continue? ähnelt. /// public static string QUESTION_REMOVE_AD_USER_ONE { get { @@ -29861,7 +29942,7 @@ public static string QUESTION_REMOVE_AD_USER_ONE { } /// - /// Looks up a localized string similar to Quiesced snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Quiesced snapshots ähnelt. /// public static string QUIESCED_SNAPSHOTS { get { @@ -29870,7 +29951,7 @@ public static string QUIESCED_SNAPSHOTS { } /// - /// Looks up a localized string similar to RAID type. + /// Sucht eine lokalisierte Zeichenfolge, die RAID type ähnelt. /// public static string RAID_TYPE { get { @@ -29879,7 +29960,7 @@ public static string RAID_TYPE { } /// - /// Looks up a localized string similar to RAID Types. + /// Sucht eine lokalisierte Zeichenfolge, die RAID Types ähnelt. /// public static string RAID_TYPES { get { @@ -29888,11 +29969,11 @@ public static string RAID_TYPES { } /// - /// Looks up a localized string similar to Your current role is '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Your current role is '{0}'. /// ///To access this console switch to an account with one of the following roles: /// - ///{1}. + ///{1} ähnelt. /// public static string RBAC_CONSOLE_WARNING_MANY { get { @@ -29901,11 +29982,11 @@ public static string RBAC_CONSOLE_WARNING_MANY { } /// - /// Looks up a localized string similar to Your current role is '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Your current role is '{0}'. /// ///To access this console switch to an account with the following role: /// - ///{1}. + ///{1} ähnelt. /// public static string RBAC_CONSOLE_WARNING_ONE { get { @@ -29914,7 +29995,7 @@ public static string RBAC_CONSOLE_WARNING_ONE { } /// - /// Looks up a localized string similar to Current access levels do not allow migration of VMs across pools. Log in as a different user with sufficient privileges on both source and target hosts and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Current access levels do not allow migration of VMs across pools. Log in as a different user with sufficient privileges on both source and target hosts and try again. ähnelt. /// public static string RBAC_CROSS_POOL_MIGRATE_VM_BLOCKED { get { @@ -29923,7 +30004,7 @@ public static string RBAC_CROSS_POOL_MIGRATE_VM_BLOCKED { } /// - /// Looks up a localized string similar to User {0} does not have sufficient permissions to run a Disaster Recovery wizard. Login as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die User {0} does not have sufficient permissions to run a Disaster Recovery wizard. Login as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_DR_WIZARD_MESSAGE { get { @@ -29932,11 +30013,11 @@ public static string RBAC_DR_WIZARD_MESSAGE { } /// - /// Looks up a localized string similar to Your current role is '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Your current role is '{1}'. /// ///To configure HA settings, switch to an account with one of the following roles: /// - ///{0}. + ///{0} ähnelt. /// public static string RBAC_HA_TAB_WARNING { get { @@ -29945,7 +30026,7 @@ public static string RBAC_HA_TAB_WARNING { } /// - /// Looks up a localized string similar to A {0} user cannot perform this action.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot perform this action. ähnelt. /// public static string RBAC_HTTP_FAILURE { get { @@ -29954,7 +30035,7 @@ public static string RBAC_HTTP_FAILURE { } /// - /// Looks up a localized string similar to Check complete, you have full access to the features in this wizard.. + /// Sucht eine lokalisierte Zeichenfolge, die Check complete, you have full access to the features in this wizard. ähnelt. /// public static string RBAC_NO_WIZARD_LIMITS { get { @@ -29963,9 +30044,9 @@ public static string RBAC_NO_WIZARD_LIMITS { } /// - /// Looks up a localized string similar to User {0} does not have sufficient permissions to apply software updates to {1}. + /// Sucht eine lokalisierte Zeichenfolge, die User {0} does not have sufficient permissions to apply software updates to {1}. /// - ///You must reconnect to {1} using an account with Pool Operator permissions before you can apply software updates to it.. + ///You must reconnect to {1} using an account with Pool Operator permissions before you can apply software updates to it. ähnelt. /// public static string RBAC_UPDATES_WIZARD { get { @@ -29974,9 +30055,9 @@ public static string RBAC_UPDATES_WIZARD { } /// - /// Looks up a localized string similar to User {0} does not have sufficient permissions to perform a rolling pool upgrade on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die User {0} does not have sufficient permissions to perform a rolling pool upgrade on {1}. /// - ///You must reconnect to {1} using an account with Pool Administrator permissions before you can upgrade it using the Rolling Pool Upgrade wizard.. + ///You must reconnect to {1} using an account with Pool Administrator permissions before you can upgrade it using the Rolling Pool Upgrade wizard. ähnelt. /// public static string RBAC_UPGRADE_WIZARD_MESSAGE { get { @@ -29985,7 +30066,7 @@ public static string RBAC_UPGRADE_WIZARD_MESSAGE { } /// - /// Looks up a localized string similar to A {0} user cannot export appliances. Login as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot export appliances. Login as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_EXPORT_WIZARD_APPLIANCE { get { @@ -29994,7 +30075,7 @@ public static string RBAC_WARNING_EXPORT_WIZARD_APPLIANCE { } /// - /// Looks up a localized string similar to A {0} user cannot export VMs. Login as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot export VMs. Login as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_EXPORT_WIZARD_XVA { get { @@ -30003,7 +30084,7 @@ public static string RBAC_WARNING_EXPORT_WIZARD_XVA { } /// - /// Looks up a localized string similar to A {0} user cannot alter the Home Server setting. The value will be taken from the template, and if it relates to a server outside the resource pool then it will be ignored.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot alter the Home Server setting. The value will be taken from the template, and if it relates to a server outside the resource pool then it will be ignored. ähnelt. /// public static string RBAC_WARNING_IMPORT_WIZARD_AFFINITY { get { @@ -30012,7 +30093,7 @@ public static string RBAC_WARNING_IMPORT_WIZARD_AFFINITY { } /// - /// Looks up a localized string similar to A {0} user cannot import appliances. Login as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot import appliances. Login as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_IMPORT_WIZARD_APPLIANCE { get { @@ -30021,7 +30102,7 @@ public static string RBAC_WARNING_IMPORT_WIZARD_APPLIANCE { } /// - /// Looks up a localized string similar to A {0} user cannot import virtual disk images. Login as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot import virtual disk images. Login as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_IMPORT_WIZARD_IMAGE { get { @@ -30030,7 +30111,7 @@ public static string RBAC_WARNING_IMPORT_WIZARD_IMAGE { } /// - /// Looks up a localized string similar to A {0} user cannot import VMs. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot import VMs. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_IMPORT_WIZARD_XVA { get { @@ -30039,7 +30120,7 @@ public static string RBAC_WARNING_IMPORT_WIZARD_XVA { } /// - /// Looks up a localized string similar to Before you can proceed through this wizard, role-based security checks are made to ensure that you have sufficient privileges to attach storage repositories and use all the features in this wizard.. + /// Sucht eine lokalisierte Zeichenfolge, die Before you can proceed through this wizard, role-based security checks are made to ensure that you have sufficient privileges to attach storage repositories and use all the features in this wizard. ähnelt. /// public static string RBAC_WARNING_PAGE_DESCRIPTION_SR_ATTACH { get { @@ -30048,7 +30129,7 @@ public static string RBAC_WARNING_PAGE_DESCRIPTION_SR_ATTACH { } /// - /// Looks up a localized string similar to Before you can proceed through this wizard, role-based security checks are made to ensure that you have sufficient privileges to create new storage repositories and use all the features in this wizard.. + /// Sucht eine lokalisierte Zeichenfolge, die Before you can proceed through this wizard, role-based security checks are made to ensure that you have sufficient privileges to create new storage repositories and use all the features in this wizard. ähnelt. /// public static string RBAC_WARNING_PAGE_DESCRIPTION_SR_CREATE { get { @@ -30057,7 +30138,7 @@ public static string RBAC_WARNING_PAGE_DESCRIPTION_SR_CREATE { } /// - /// Looks up a localized string similar to Checking permissions for {0} ({1}) in '{2}' .... + /// Sucht eine lokalisierte Zeichenfolge, die Checking permissions for {0} ({1}) in '{2}' ... ähnelt. /// public static string RBAC_WARNING_PAGE_HEADER_ROW_DESC { get { @@ -30066,7 +30147,7 @@ public static string RBAC_WARNING_PAGE_HEADER_ROW_DESC { } /// - /// Looks up a localized string similar to Permission Checks. + /// Sucht eine lokalisierte Zeichenfolge, die Permission Checks ähnelt. /// public static string RBAC_WARNING_PAGE_TEXT_TITLE { get { @@ -30075,7 +30156,7 @@ public static string RBAC_WARNING_PAGE_TEXT_TITLE { } /// - /// Looks up a localized string similar to A {0} user cannot attach SRs. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot attach SRs. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_SR_WIZARD_ATTACH { get { @@ -30084,7 +30165,7 @@ public static string RBAC_WARNING_SR_WIZARD_ATTACH { } /// - /// Looks up a localized string similar to A {0} user cannot create new SRs. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot create new SRs. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_SR_WIZARD_CREATE { get { @@ -30093,7 +30174,7 @@ public static string RBAC_WARNING_SR_WIZARD_CREATE { } /// - /// Looks up a localized string similar to A {0} user cannot create vApps. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot create vApps. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_VM_APPLIANCE { get { @@ -30102,7 +30183,7 @@ public static string RBAC_WARNING_VM_APPLIANCE { } /// - /// Looks up a localized string similar to A {0} user cannot alter the Home Server setting. Your choice of storage may be limited by the Home Server defined in the Template you select. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot alter the Home Server setting. Your choice of storage may be limited by the Home Server defined in the Template you select ähnelt. /// public static string RBAC_WARNING_VM_WIZARD_AFFINITY { get { @@ -30111,7 +30192,7 @@ public static string RBAC_WARNING_VM_WIZARD_AFFINITY { } /// - /// Looks up a localized string similar to A {0} user cannot create VMs. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot create VMs. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_VM_WIZARD_BLOCK { get { @@ -30120,7 +30201,7 @@ public static string RBAC_WARNING_VM_WIZARD_BLOCK { } /// - /// Looks up a localized string similar to A {0} user cannot assign a virtual GPU and will be restricted to the settings on the template.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot assign a virtual GPU and will be restricted to the settings on the template. ähnelt. /// public static string RBAC_WARNING_VM_WIZARD_GPU { get { @@ -30129,7 +30210,7 @@ public static string RBAC_WARNING_VM_WIZARD_GPU { } /// - /// Looks up a localized string similar to A {0} user cannot alter memory values and will be restricted to the settings on the template.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot alter memory values and will be restricted to the settings on the template. ähnelt. /// public static string RBAC_WARNING_VM_WIZARD_MEM { get { @@ -30138,7 +30219,7 @@ public static string RBAC_WARNING_VM_WIZARD_MEM { } /// - /// Looks up a localized string similar to A {0} user cannot create a snapshot schedule. Log in as a different user with sufficient privileges and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot create a snapshot schedule. Log in as a different user with sufficient privileges and try again. ähnelt. /// public static string RBAC_WARNING_VMSS { get { @@ -30147,7 +30228,7 @@ public static string RBAC_WARNING_VMSS { } /// - /// Looks up a localized string similar to Read Only. + /// Sucht eine lokalisierte Zeichenfolge, die Read Only ähnelt. /// public static string READ_ONLY { get { @@ -30156,8 +30237,8 @@ public static string READ_ONLY { } /// - /// Looks up a localized string similar to You cannot perform this action because you only have Read Only access on {0}. - ///Disconnect from these servers, or reconnect as a more privileged user.. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot perform this action because you only have Read Only access on {0}. + ///Disconnect from these servers, or reconnect as a more privileged user. ähnelt. /// public static string READ_ONLY_ON_PLURAL { get { @@ -30166,8 +30247,8 @@ public static string READ_ONLY_ON_PLURAL { } /// - /// Looks up a localized string similar to You cannot perform this action because you only have Read Only access on {0}. - ///Disconnect from this server, or reconnect as a more privileged user.. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot perform this action because you only have Read Only access on {0}. + ///Disconnect from this server, or reconnect as a more privileged user. ähnelt. /// public static string READ_ONLY_ON_SINGULAR { get { @@ -30176,7 +30257,7 @@ public static string READ_ONLY_ON_SINGULAR { } /// - /// Looks up a localized string similar to Read / Write. + /// Sucht eine lokalisierte Zeichenfolge, die Read / Write ähnelt. /// public static string READ_WRITE { get { @@ -30185,7 +30266,7 @@ public static string READ_WRITE { } /// - /// Looks up a localized string similar to R&eattach. + /// Sucht eine lokalisierte Zeichenfolge, die R&eattach ähnelt. /// public static string REATTACH_SR { get { @@ -30194,7 +30275,7 @@ public static string REATTACH_SR { } /// - /// Looks up a localized string similar to &Reboot Now. + /// Sucht eine lokalisierte Zeichenfolge, die &Reboot Now ähnelt. /// public static string REBOOT { get { @@ -30203,7 +30284,7 @@ public static string REBOOT { } /// - /// Looks up a localized string similar to &Reboot again. + /// Sucht eine lokalisierte Zeichenfolge, die &Reboot again ähnelt. /// public static string REBOOT_AGAIN_BUTTON_LABEL { get { @@ -30212,7 +30293,7 @@ public static string REBOOT_AGAIN_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Rebooted with the same version. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooted with the same version ähnelt. /// public static string REBOOT_WITH_SAME_VERSION { get { @@ -30221,9 +30302,9 @@ public static string REBOOT_WITH_SAME_VERSION { } /// - /// Looks up a localized string similar to You are currently logged in to '{0}' as '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die You are currently logged in to '{0}' as '{1}'. /// - ///To log out of this server and log in again using a different user account, enter the account credentials below and click OK.. + ///To log out of this server and log in again using a different user account, enter the account credentials below and click OK. ähnelt. /// public static string RECONNECT_AS_BLURB { get { @@ -30232,7 +30313,7 @@ public static string RECONNECT_AS_BLURB { } /// - /// Looks up a localized string similar to &Region:. + /// Sucht eine lokalisierte Zeichenfolge, die &Region: ähnelt. /// public static string REGION_LABLE { get { @@ -30241,7 +30322,7 @@ public static string REGION_LABLE { } /// - /// Looks up a localized string similar to Yes ({0} VFs remaining). + /// Sucht eine lokalisierte Zeichenfolge, die Yes ({0} VFs remaining) ähnelt. /// public static string REMAINING_VFS { get { @@ -30250,7 +30331,7 @@ public static string REMAINING_VFS { } /// - /// Looks up a localized string similar to Remote Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Storage Repositories ähnelt. /// public static string REMOTE_SRS { get { @@ -30259,7 +30340,7 @@ public static string REMOTE_SRS { } /// - /// Looks up a localized string similar to Remove. + /// Sucht eine lokalisierte Zeichenfolge, die Remove ähnelt. /// public static string REMOVE { get { @@ -30268,7 +30349,7 @@ public static string REMOVE { } /// - /// Looks up a localized string similar to Remove Crash Dump Files. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Crash Dump Files ähnelt. /// public static string REMOVE_CRASHDUMP_FILES { get { @@ -30277,7 +30358,7 @@ public static string REMOVE_CRASHDUMP_FILES { } /// - /// Looks up a localized string similar to Would you like to remove crash dump files on the selected servers?. + /// Sucht eine lokalisierte Zeichenfolge, die Would you like to remove crash dump files on the selected servers? ähnelt. /// public static string REMOVE_CRASHDUMP_QUESTION { get { @@ -30286,10 +30367,10 @@ public static string REMOVE_CRASHDUMP_QUESTION { } /// - /// Looks up a localized string similar to This will permanently remove all crash dump files from {0}. It is recommended you compile these files as part of a Server Status Report before you remove them. + /// Sucht eine lokalisierte Zeichenfolge, die This will permanently remove all crash dump files from {0}. It is recommended you compile these files as part of a Server Status Report before you remove them. /// ///Click Server Status Report to open the Compile Server Status Report Wizard or click Remove Files to remove the crash dump files without compiling. - ///. + /// ähnelt. /// public static string REMOVE_CRASHDUMP_WARNING { get { @@ -30298,7 +30379,7 @@ public static string REMOVE_CRASHDUMP_WARNING { } /// - /// Looks up a localized string similar to Remove from &folder. + /// Sucht eine lokalisierte Zeichenfolge, die Remove from &folder ähnelt. /// public static string REMOVE_FROM_FOLDER { get { @@ -30307,7 +30388,7 @@ public static string REMOVE_FROM_FOLDER { } /// - /// Looks up a localized string similar to Remove Grouping. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Grouping ähnelt. /// public static string REMOVE_GROUPING { get { @@ -30316,7 +30397,7 @@ public static string REMOVE_GROUPING { } /// - /// Looks up a localized string similar to Remove Update. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Update ähnelt. /// public static string REMOVE_PATCH { get { @@ -30325,7 +30406,7 @@ public static string REMOVE_PATCH { } /// - /// Looks up a localized string similar to &Remove Server.... + /// Sucht eine lokalisierte Zeichenfolge, die &Remove Server... ähnelt. /// public static string REMOVE_SERVER { get { @@ -30334,7 +30415,7 @@ public static string REMOVE_SERVER { } /// - /// Looks up a localized string similar to Remove Server from &Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Server from &Pool ähnelt. /// public static string REMOVE_SERVER_FROM_POOL_CONTEXT_MENU_ITEM_TEXT { get { @@ -30343,7 +30424,7 @@ public static string REMOVE_SERVER_FROM_POOL_CONTEXT_MENU_ITEM_TEXT { } /// - /// Looks up a localized string similar to &Remove Servers.... + /// Sucht eine lokalisierte Zeichenfolge, die &Remove Servers... ähnelt. /// public static string REMOVE_SERVERS { get { @@ -30352,7 +30433,7 @@ public static string REMOVE_SERVERS { } /// - /// Looks up a localized string similar to Remove Snapshot. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Snapshot ähnelt. /// public static string REMOVE_SNAPSHOT { get { @@ -30361,7 +30442,7 @@ public static string REMOVE_SNAPSHOT { } /// - /// Looks up a localized string similar to Are you sure you want to delete {0}? This operation cannot be undone.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete {0}? This operation cannot be undone. ähnelt. /// public static string REMOVE_SNAPSHOT_TEXT { get { @@ -30370,7 +30451,7 @@ public static string REMOVE_SNAPSHOT_TEXT { } /// - /// Looks up a localized string similar to Are you sure you want to delete the selected snapshots? This operation cannot be undone.. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the selected snapshots? This operation cannot be undone. ähnelt. /// public static string REMOVE_SNAPSHOTS_TEXT { get { @@ -30379,7 +30460,7 @@ public static string REMOVE_SNAPSHOTS_TEXT { } /// - /// Looks up a localized string similar to R&emove Storage System. + /// Sucht eine lokalisierte Zeichenfolge, die R&emove Storage System ähnelt. /// public static string REMOVE_STORAGE_SYSTEM { get { @@ -30388,7 +30469,7 @@ public static string REMOVE_STORAGE_SYSTEM { } /// - /// Looks up a localized string similar to R&emove Storage Systems. + /// Sucht eine lokalisierte Zeichenfolge, die R&emove Storage Systems ähnelt. /// public static string REMOVE_STORAGE_SYSTEMS { get { @@ -30397,7 +30478,7 @@ public static string REMOVE_STORAGE_SYSTEMS { } /// - /// Looks up a localized string similar to Removed StorageLink Volume '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removed StorageLink Volume '{0}' from '{1}' ähnelt. /// public static string REMOVE_STORAGELINK_VOLUME_ACTION_FINSH { get { @@ -30406,7 +30487,7 @@ public static string REMOVE_STORAGELINK_VOLUME_ACTION_FINSH { } /// - /// Looks up a localized string similar to Removing StorageLink Volume '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removing StorageLink Volume '{0}' from '{1}' ähnelt. /// public static string REMOVE_STORAGELINK_VOLUME_ACTION_START { get { @@ -30415,7 +30496,7 @@ public static string REMOVE_STORAGELINK_VOLUME_ACTION_START { } /// - /// Looks up a localized string similar to Remove StorageLink Volume '{0}' from '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Remove StorageLink Volume '{0}' from '{1}' ähnelt. /// public static string REMOVE_STORAGELINK_VOLUME_ACTION_TITLE { get { @@ -30424,7 +30505,7 @@ public static string REMOVE_STORAGELINK_VOLUME_ACTION_TITLE { } /// - /// Looks up a localized string similar to Are you sure you want to remove '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to remove '{0}'? ähnelt. /// public static string REMOVE_STORAGELINK_VOLUME_MESSAGEBOX_TEXT { get { @@ -30433,7 +30514,7 @@ public static string REMOVE_STORAGELINK_VOLUME_MESSAGEBOX_TEXT { } /// - /// Looks up a localized string similar to Remove StorageLink Volume. + /// Sucht eine lokalisierte Zeichenfolge, die Remove StorageLink Volume ähnelt. /// public static string REMOVE_STORAGELINK_VOLUME_MESSAGEBOX_TITLE { get { @@ -30442,7 +30523,7 @@ public static string REMOVE_STORAGELINK_VOLUME_MESSAGEBOX_TITLE { } /// - /// Looks up a localized string similar to Remove Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Remove Virtual Disk ähnelt. /// public static string REMOVE_VIRTUAL_DISK { get { @@ -30451,7 +30532,7 @@ public static string REMOVE_VIRTUAL_DISK { } /// - /// Looks up a localized string similar to Remove VM '{0}' from vApp '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Remove VM '{0}' from vApp '{1}' ähnelt. /// public static string REMOVE_VM_FROM_APPLIANCE { get { @@ -30460,7 +30541,7 @@ public static string REMOVE_VM_FROM_APPLIANCE { } /// - /// Looks up a localized string similar to Remove VM '{0}' from snapshot schedule '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Remove VM '{0}' from snapshot schedule '{1}' ähnelt. /// public static string REMOVE_VM_FROM_VMSS { get { @@ -30469,7 +30550,7 @@ public static string REMOVE_VM_FROM_VMSS { } /// - /// Looks up a localized string similar to Remove VMs from vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Remove VMs from vApp '{0}' ähnelt. /// public static string REMOVE_VMS_FROM_APPLIANCE { get { @@ -30478,7 +30559,7 @@ public static string REMOVE_VMS_FROM_APPLIANCE { } /// - /// Looks up a localized string similar to Remove VMs from snapshot schedule '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Remove VMs from snapshot schedule '{1}' ähnelt. /// public static string REMOVE_VMS_FROM_VMSS { get { @@ -30487,7 +30568,7 @@ public static string REMOVE_VMS_FROM_VMSS { } /// - /// Looks up a localized string similar to Removed from folder. + /// Sucht eine lokalisierte Zeichenfolge, die Removed from folder ähnelt. /// public static string REMOVED_FROM_FOLDER { get { @@ -30496,7 +30577,7 @@ public static string REMOVED_FROM_FOLDER { } /// - /// Looks up a localized string similar to Removed update '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removed update '{0}' ähnelt. /// public static string REMOVED_UPDATE { get { @@ -30505,7 +30586,7 @@ public static string REMOVED_UPDATE { } /// - /// Looks up a localized string similar to Removed from vApp . + /// Sucht eine lokalisierte Zeichenfolge, die Removed from vApp ähnelt. /// public static string REMOVED_VMS_FROM_APPLIANCE { get { @@ -30514,7 +30595,7 @@ public static string REMOVED_VMS_FROM_APPLIANCE { } /// - /// Looks up a localized string similar to Removed from snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Removed from snapshot schedule ähnelt. /// public static string REMOVED_VMS_FROM_VMSS { get { @@ -30523,7 +30604,7 @@ public static string REMOVED_VMS_FROM_VMSS { } /// - /// Looks up a localized string similar to Removing from folder. + /// Sucht eine lokalisierte Zeichenfolge, die Removing from folder ähnelt. /// public static string REMOVING_FROM_FOLDER { get { @@ -30532,7 +30613,7 @@ public static string REMOVING_FROM_FOLDER { } /// - /// Looks up a localized string similar to Removing server '{0}' from pool '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Removing server '{0}' from pool '{1}' ähnelt. /// public static string REMOVING_SERVER_FROM_POOL { get { @@ -30541,7 +30622,7 @@ public static string REMOVING_SERVER_FROM_POOL { } /// - /// Looks up a localized string similar to Removing servers from pool. + /// Sucht eine lokalisierte Zeichenfolge, die Removing servers from pool ähnelt. /// public static string REMOVING_SERVERS_FROM_POOL { get { @@ -30550,7 +30631,7 @@ public static string REMOVING_SERVERS_FROM_POOL { } /// - /// Looks up a localized string similar to Removing Update '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Removing Update '{0}'... ähnelt. /// public static string REMOVING_UPDATE { get { @@ -30559,7 +30640,7 @@ public static string REMOVING_UPDATE { } /// - /// Looks up a localized string similar to Removing from vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Removing from vApp ähnelt. /// public static string REMOVING_VMS_FROM_APPLIANCE { get { @@ -30568,7 +30649,7 @@ public static string REMOVING_VMS_FROM_APPLIANCE { } /// - /// Looks up a localized string similar to Removing from snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Removing from snapshot schedule ähnelt. /// public static string REMOVING_VMS_FROM_VMSS { get { @@ -30577,7 +30658,7 @@ public static string REMOVING_VMS_FROM_VMSS { } /// - /// Looks up a localized string similar to &Rename Folder.... + /// Sucht eine lokalisierte Zeichenfolge, die &Rename Folder... ähnelt. /// public static string RENAME_FOLDER { get { @@ -30586,7 +30667,7 @@ public static string RENAME_FOLDER { } /// - /// Looks up a localized string similar to Rename Folder. + /// Sucht eine lokalisierte Zeichenfolge, die Rename Folder ähnelt. /// public static string RENAME_FOLDER_TITLE { get { @@ -30595,7 +30676,7 @@ public static string RENAME_FOLDER_TITLE { } /// - /// Looks up a localized string similar to Rename tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Rename tag '{0}' ähnelt. /// public static string RENAME_TAG { get { @@ -30604,7 +30685,7 @@ public static string RENAME_TAG { } /// - /// Looks up a localized string similar to Renamed. + /// Sucht eine lokalisierte Zeichenfolge, die Renamed ähnelt. /// public static string RENAMED { get { @@ -30613,7 +30694,7 @@ public static string RENAMED { } /// - /// Looks up a localized string similar to Private Network. + /// Sucht eine lokalisierte Zeichenfolge, die Private Network ähnelt. /// public static string RENAMED_BOND { get { @@ -30622,7 +30703,7 @@ public static string RENAMED_BOND { } /// - /// Looks up a localized string similar to Renamed tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Renamed tag '{0}' ähnelt. /// public static string RENAMED_TAG { get { @@ -30631,7 +30712,7 @@ public static string RENAMED_TAG { } /// - /// Looks up a localized string similar to Renaming.... + /// Sucht eine lokalisierte Zeichenfolge, die Renaming... ähnelt. /// public static string RENAMING { get { @@ -30640,7 +30721,7 @@ public static string RENAMING { } /// - /// Looks up a localized string similar to Renaming folder '{0}' to '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Renaming folder '{0}' to '{1}'... ähnelt. /// public static string RENAMING_FOLDER { get { @@ -30649,7 +30730,7 @@ public static string RENAMING_FOLDER { } /// - /// Looks up a localized string similar to Renaming tag '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Renaming tag '{0}' ähnelt. /// public static string RENAMING_TAG { get { @@ -30658,7 +30739,7 @@ public static string RENAMING_TAG { } /// - /// Looks up a localized string similar to Repair. + /// Sucht eine lokalisierte Zeichenfolge, die Repair ähnelt. /// public static string REPAIR_SR { get { @@ -30667,7 +30748,7 @@ public static string REPAIR_SR { } /// - /// Looks up a localized string similar to Connection Missing. + /// Sucht eine lokalisierte Zeichenfolge, die Connection Missing ähnelt. /// public static string REPAIR_SR_DIALOG_CONNECTION_MISSING { get { @@ -30676,7 +30757,7 @@ public static string REPAIR_SR_DIALOG_CONNECTION_MISSING { } /// - /// Looks up a localized string similar to Repair Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Repair Storage Repositories ähnelt. /// public static string REPAIR_SR_DIALOG_TITLE_MULTIPLE { get { @@ -30685,7 +30766,7 @@ public static string REPAIR_SR_DIALOG_TITLE_MULTIPLE { } /// - /// Looks up a localized string similar to Repair Storage Repository - {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Repair Storage Repository - {0} ähnelt. /// public static string REPAIR_SR_DIALOG_TITLE_SINGLE { get { @@ -30694,7 +30775,7 @@ public static string REPAIR_SR_DIALOG_TITLE_SINGLE { } /// - /// Looks up a localized string similar to Unplugged. + /// Sucht eine lokalisierte Zeichenfolge, die Unplugged ähnelt. /// public static string REPAIR_SR_DIALOG_UNPLUGGED { get { @@ -30703,7 +30784,7 @@ public static string REPAIR_SR_DIALOG_UNPLUGGED { } /// - /// Looks up a localized string similar to Multipaths are not fully functional. + /// Sucht eine lokalisierte Zeichenfolge, die Multipaths are not fully functional ähnelt. /// public static string REPAIR_SR_WARNING_MULTIPATHS_DOWN { get { @@ -30712,7 +30793,7 @@ public static string REPAIR_SR_WARNING_MULTIPATHS_DOWN { } /// - /// Looks up a localized string similar to Server. + /// Sucht eine lokalisierte Zeichenfolge, die Server ähnelt. /// public static string REPAIRSR_SERVER { get { @@ -30721,7 +30802,7 @@ public static string REPAIRSR_SERVER { } /// - /// Looks up a localized string similar to Repeated key. + /// Sucht eine lokalisierte Zeichenfolge, die Repeated key ähnelt. /// public static string REPEATED_KEY { get { @@ -30730,7 +30811,7 @@ public static string REPEATED_KEY { } /// - /// Looks up a localized string similar to {0}: The required hotfix is not installed. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The required hotfix is not installed ähnelt. /// public static string REQUIRED_HOTFIX_ISNOT_INSTALLED { get { @@ -30739,7 +30820,7 @@ public static string REQUIRED_HOTFIX_ISNOT_INSTALLED { } /// - /// Looks up a localized string similar to Required Updates. + /// Sucht eine lokalisierte Zeichenfolge, die Required Updates ähnelt. /// public static string REQUIRED_UPDATES { get { @@ -30748,7 +30829,7 @@ public static string REQUIRED_UPDATES { } /// - /// Looks up a localized string similar to Resolved as {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Resolved as {0} ähnelt. /// public static string RESOLVED_AS { get { @@ -30757,7 +30838,7 @@ public static string RESOLVED_AS { } /// - /// Looks up a localized string similar to Restore dismissed updates. + /// Sucht eine lokalisierte Zeichenfolge, die Restore dismissed updates ähnelt. /// public static string RESTORE_DISMISSED_UPDATES { get { @@ -30766,7 +30847,7 @@ public static string RESTORE_DISMISSED_UPDATES { } /// - /// Looks up a localized string similar to Backup file loaded to server '{0}'. Refer to the "[XenServer product] Administrator's Guide" for instructions on how to complete the restore procedure.. + /// Sucht eine lokalisierte Zeichenfolge, die Backup file loaded to server '{0}'. Refer to the "[XenServer product] Administrator's Guide" for instructions on how to complete the restore procedure. ähnelt. /// public static string RESTORE_FROM_BACKUP_FINALIZE { get { @@ -30775,7 +30856,7 @@ public static string RESTORE_FROM_BACKUP_FINALIZE { } /// - /// Looks up a localized string similar to Restore From Backup.... + /// Sucht eine lokalisierte Zeichenfolge, die Restore From Backup... ähnelt. /// public static string RESTORE_HOST { get { @@ -30784,7 +30865,7 @@ public static string RESTORE_HOST { } /// - /// Looks up a localized string similar to Restoring.... + /// Sucht eine lokalisierte Zeichenfolge, die Restoring... ähnelt. /// public static string RESTORING { get { @@ -30793,7 +30874,7 @@ public static string RESTORING { } /// - /// Looks up a localized string similar to Restoring server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Restoring server '{0}' ähnelt. /// public static string RESTORING_HOST { get { @@ -30802,7 +30883,7 @@ public static string RESTORING_HOST { } /// - /// Looks up a localized string similar to Restrictions:. + /// Sucht eine lokalisierte Zeichenfolge, die Restrictions: ähnelt. /// public static string RESTRICTIONS { get { @@ -30811,7 +30892,7 @@ public static string RESTRICTIONS { } /// - /// Looks up a localized string similar to Resume On. + /// Sucht eine lokalisierte Zeichenfolge, die Resume On ähnelt. /// public static string RESUME_ON { get { @@ -30820,7 +30901,7 @@ public static string RESUME_ON { } /// - /// Looks up a localized string similar to Resume suspended VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Resume suspended VMs ähnelt. /// public static string RESUME_SUSPENDED_VMS { get { @@ -30829,7 +30910,7 @@ public static string RESUME_SUSPENDED_VMS { } /// - /// Looks up a localized string similar to Resumed suspended VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Resumed suspended VMs ähnelt. /// public static string RESUMED_SUSPENDED_VMS { get { @@ -30838,7 +30919,7 @@ public static string RESUMED_SUSPENDED_VMS { } /// - /// Looks up a localized string similar to Resuming suspended VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Resuming suspended VMs ähnelt. /// public static string RESUMING_SUSPENDED_VMS { get { @@ -30847,7 +30928,7 @@ public static string RESUMING_SUSPENDED_VMS { } /// - /// Looks up a localized string similar to Retail. + /// Sucht eine lokalisierte Zeichenfolge, die Retail ähnelt. /// public static string RETAIL { get { @@ -30856,7 +30937,7 @@ public static string RETAIL { } /// - /// Looks up a localized string similar to Retrieving the WLB configuration.. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving the WLB configuration. ähnelt. /// public static string RETRIEVING_WLB_CONFIGURATION { get { @@ -30865,7 +30946,7 @@ public static string RETRIEVING_WLB_CONFIGURATION { } /// - /// Looks up a localized string similar to Retrieving the WLB configuration for pool '{0}.'. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving the WLB configuration for pool '{0}.' ähnelt. /// public static string RETRIEVING_WLB_CONFIGURATION_FOR { get { @@ -30874,7 +30955,7 @@ public static string RETRIEVING_WLB_CONFIGURATION_FOR { } /// - /// Looks up a localized string similar to Retrieving WLB default configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving WLB default configuration ähnelt. /// public static string RETRIEVING_WLB_DEFAULT_CONFIGURATION { get { @@ -30883,7 +30964,7 @@ public static string RETRIEVING_WLB_DEFAULT_CONFIGURATION { } /// - /// Looks up a localized string similar to &Retry. + /// Sucht eine lokalisierte Zeichenfolge, die &Retry ähnelt. /// public static string RETRY_BUTTON_LABEL { get { @@ -30892,7 +30973,7 @@ public static string RETRY_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Revert pool state. + /// Sucht eine lokalisierte Zeichenfolge, die Revert pool state ähnelt. /// public static string REVERT_POOL_STATE { get { @@ -30901,7 +30982,7 @@ public static string REVERT_POOL_STATE { } /// - /// Looks up a localized string similar to Revert precheck actions. + /// Sucht eine lokalisierte Zeichenfolge, die Revert precheck actions ähnelt. /// public static string REVERT_PRECHECK_ACTIONS { get { @@ -30910,7 +30991,7 @@ public static string REVERT_PRECHECK_ACTIONS { } /// - /// Looks up a localized string similar to Revert all changes done by this wizard. + /// Sucht eine lokalisierte Zeichenfolge, die Revert all changes done by this wizard ähnelt. /// public static string REVERT_WIZARD_CHANGES { get { @@ -30919,7 +31000,7 @@ public static string REVERT_WIZARD_CHANGES { } /// - /// Looks up a localized string similar to Reverted all changes done by this wizard. + /// Sucht eine lokalisierte Zeichenfolge, die Reverted all changes done by this wizard ähnelt. /// public static string REVERTED_WIZARD_CHANGES { get { @@ -30928,7 +31009,7 @@ public static string REVERTED_WIZARD_CHANGES { } /// - /// Looks up a localized string similar to Reverting the power state of {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Reverting the power state of {0} ähnelt. /// public static string REVERTING_POWER_STATE { get { @@ -30937,7 +31018,7 @@ public static string REVERTING_POWER_STATE { } /// - /// Looks up a localized string similar to Reverting resolved prechecks.... + /// Sucht eine lokalisierte Zeichenfolge, die Reverting resolved prechecks... ähnelt. /// public static string REVERTING_RESOLVED_PRECHECKS { get { @@ -30946,7 +31027,7 @@ public static string REVERTING_RESOLVED_PRECHECKS { } /// - /// Looks up a localized string similar to Reverting resolved prechecks in {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Reverting resolved prechecks in {0}... ähnelt. /// public static string REVERTING_RESOLVED_PRECHECKS_POOL { get { @@ -30955,7 +31036,7 @@ public static string REVERTING_RESOLVED_PRECHECKS_POOL { } /// - /// Looks up a localized string similar to Reverting all changes done by this wizard. + /// Sucht eine lokalisierte Zeichenfolge, die Reverting all changes done by this wizard ähnelt. /// public static string REVERTING_WIZARD_CHANGES { get { @@ -30964,7 +31045,7 @@ public static string REVERTING_WIZARD_CHANGES { } /// - /// Looks up a localized string similar to Right Ctrl. + /// Sucht eine lokalisierte Zeichenfolge, die Right Ctrl ähnelt. /// public static string RIGHT_CTRL { get { @@ -30973,7 +31054,7 @@ public static string RIGHT_CTRL { } /// - /// Looks up a localized string similar to Role. + /// Sucht eine lokalisierte Zeichenfolge, die Role ähnelt. /// public static string ROLE { get { @@ -30982,7 +31063,7 @@ public static string ROLE { } /// - /// Looks up a localized string similar to {0} on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on '{1}' ähnelt. /// public static string ROLE_ON_CONNECTION { get { @@ -30991,7 +31072,7 @@ public static string ROLE_ON_CONNECTION { } /// - /// Looks up a localized string similar to Rolling Pool Upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die Rolling Pool Upgrade ähnelt. /// public static string ROLLING_POOL_UPGRADE { get { @@ -31000,7 +31081,7 @@ public static string ROLLING_POOL_UPGRADE { } /// - /// Looks up a localized string similar to Rolling Pool &Upgrade.... + /// Sucht eine lokalisierte Zeichenfolge, die Rolling Pool &Upgrade... ähnelt. /// public static string ROLLING_POOL_UPGRADE_ELLIPSIS { get { @@ -31009,7 +31090,7 @@ public static string ROLLING_POOL_UPGRADE_ELLIPSIS { } /// - /// Looks up a localized string similar to Apply all released &updates on the new version. + /// Sucht eine lokalisierte Zeichenfolge, die Apply all released &updates on the new version ähnelt. /// public static string ROLLING_UPGRADE_APPLY_UPDATES { get { @@ -31018,7 +31099,7 @@ public static string ROLLING_UPGRADE_APPLY_UPDATES { } /// - /// Looks up a localized string similar to Apply all released &updates on the new version (only on pools licensed for automated updates). + /// Sucht eine lokalisierte Zeichenfolge, die Apply all released &updates on the new version (only on pools licensed for automated updates) ähnelt. /// public static string ROLLING_UPGRADE_APPLY_UPDATES_MIXED { get { @@ -31027,7 +31108,7 @@ public static string ROLLING_UPGRADE_APPLY_UPDATES_MIXED { } /// - /// Looks up a localized string similar to S&top. + /// Sucht eine lokalisierte Zeichenfolge, die S&top ähnelt. /// public static string ROLLING_UPGRADE_BUTTON_LABEL_STOP { get { @@ -31036,7 +31117,7 @@ public static string ROLLING_UPGRADE_BUTTON_LABEL_STOP { } /// - /// Looks up a localized string similar to &Test. + /// Sucht eine lokalisierte Zeichenfolge, die &Test ähnelt. /// public static string ROLLING_UPGRADE_BUTTON_LABEL_TEST { get { @@ -31045,7 +31126,7 @@ public static string ROLLING_UPGRADE_BUTTON_LABEL_TEST { } /// - /// Looks up a localized string similar to This upgrade can be resumed by launching the Rolling Pool Upgrade wizard again.. + /// Sucht eine lokalisierte Zeichenfolge, die This upgrade can be resumed by launching the Rolling Pool Upgrade wizard again. ähnelt. /// public static string ROLLING_UPGRADE_CAN_RESUME_UPGRADE { get { @@ -31054,7 +31135,7 @@ public static string ROLLING_UPGRADE_CAN_RESUME_UPGRADE { } /// - /// Looks up a localized string similar to The rolling pool upgrade process was canceled.. + /// Sucht eine lokalisierte Zeichenfolge, die The rolling pool upgrade process was canceled. ähnelt. /// public static string ROLLING_UPGRADE_CANCELLATION { get { @@ -31063,9 +31144,9 @@ public static string ROLLING_UPGRADE_CANCELLATION { } /// - /// Looks up a localized string similar to Are you sure you want to leave this page? + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to leave this page? /// - ///This will cancel the rolling pool upgrade process and may leave your system in an unstable state.. + ///This will cancel the rolling pool upgrade process and may leave your system in an unstable state. ähnelt. /// public static string ROLLING_UPGRADE_CANCELLATION_RECONSIDER { get { @@ -31074,7 +31155,7 @@ public static string ROLLING_UPGRADE_CANCELLATION_RECONSIDER { } /// - /// Looks up a localized string similar to No longer connected to {0}. Please review your selection and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die No longer connected to {0}. Please review your selection and try again. ähnelt. /// public static string ROLLING_UPGRADE_DISCONNECTED_SERVER { get { @@ -31083,7 +31164,7 @@ public static string ROLLING_UPGRADE_DISCONNECTED_SERVER { } /// - /// Looks up a localized string similar to One or more of the rolling pool upgrade processes were not completed successfully. The upgrade process has been paused.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more of the rolling pool upgrade processes were not completed successfully. The upgrade process has been paused. ähnelt. /// public static string ROLLING_UPGRADE_ERROR_MANY { get { @@ -31092,7 +31173,7 @@ public static string ROLLING_UPGRADE_ERROR_MANY { } /// - /// Looks up a localized string similar to The rolling pool upgrade process was not completed successfully. The upgrade process has been paused.. + /// Sucht eine lokalisierte Zeichenfolge, die The rolling pool upgrade process was not completed successfully. The upgrade process has been paused. ähnelt. /// public static string ROLLING_UPGRADE_ERROR_ONE { get { @@ -31101,7 +31182,7 @@ public static string ROLLING_UPGRADE_ERROR_ONE { } /// - /// Looks up a localized string similar to The following errors occurred while rolling pool upgrade was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following errors occurred while rolling pool upgrade was in progress: ähnelt. /// public static string ROLLING_UPGRADE_ERROR_POOL_MANY { get { @@ -31110,7 +31191,7 @@ public static string ROLLING_UPGRADE_ERROR_POOL_MANY { } /// - /// Looks up a localized string similar to The following error occurred while rolling pool upgrade was in progress:. + /// Sucht eine lokalisierte Zeichenfolge, die The following error occurred while rolling pool upgrade was in progress: ähnelt. /// public static string ROLLING_UPGRADE_ERROR_POOL_ONE { get { @@ -31119,7 +31200,7 @@ public static string ROLLING_UPGRADE_ERROR_POOL_ONE { } /// - /// Looks up a localized string similar to Upgrade Options. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade Options ähnelt. /// public static string ROLLING_UPGRADE_EXTRAS_PAGE_TEXT { get { @@ -31128,7 +31209,7 @@ public static string ROLLING_UPGRADE_EXTRAS_PAGE_TEXT { } /// - /// Looks up a localized string similar to Optionally, apply updates or supplemental packs. + /// Sucht eine lokalisierte Zeichenfolge, die Optionally, apply updates or supplemental packs ähnelt. /// public static string ROLLING_UPGRADE_EXTRAS_PAGE_TITLE { get { @@ -31137,7 +31218,7 @@ public static string ROLLING_UPGRADE_EXTRAS_PAGE_TITLE { } /// - /// Looks up a localized string similar to Choose the upgrade mode: Automatic or Manual. + /// Sucht eine lokalisierte Zeichenfolge, die Choose the upgrade mode: Automatic or Manual ähnelt. /// public static string ROLLING_UPGRADE_MODE_PAGE { get { @@ -31146,9 +31227,9 @@ public static string ROLLING_UPGRADE_MODE_PAGE { } /// - /// Looks up a localized string similar to Upgrade failed. The server '{0}' has rebooted with the same version. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade failed. The server '{0}' has rebooted with the same version. /// - ///Check the boot order in the server and reboot again.. + ///Check the boot order in the server and reboot again. ähnelt. /// public static string ROLLING_UPGRADE_REBOOT_AGAIN_MESSAGE { get { @@ -31157,13 +31238,13 @@ public static string ROLLING_UPGRADE_REBOOT_AGAIN_MESSAGE { } /// - /// Looks up a localized string similar to To install the [XenServer] upgrade on {0}, follow these steps: + /// Sucht eine lokalisierte Zeichenfolge, die To install the [XenServer] upgrade on {0}, follow these steps: /// ///1. Insert the [XenServer] installation CD-ROM in the server’s CD/DVD drive or set up a PXE network boot. ///2. Click the Reboot Now button below to reboot the server and begin the installation. ///3. Go to the server’s console and follow the on-screen instructions to install the upgrade. /// - ///To skip this server and continue to the next server in the pool, click Skip This Server. Note that running a pool with servers on different versions of [X [rest of string was truncated]";. + ///To skip this server and continue to the next server in the pool, click Skip This Server. Note that running a pool with servers on different versions of [X [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string ROLLING_UPGRADE_REBOOT_MESSAGE { get { @@ -31172,7 +31253,7 @@ public static string ROLLING_UPGRADE_REBOOT_MESSAGE { } /// - /// Looks up a localized string similar to All rolling pool upgrade processes were completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die All rolling pool upgrade processes were completed successfully. ähnelt. /// public static string ROLLING_UPGRADE_SUCCESS_MANY { get { @@ -31181,7 +31262,7 @@ public static string ROLLING_UPGRADE_SUCCESS_MANY { } /// - /// Looks up a localized string similar to The rolling pool upgrade process was completed successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die The rolling pool upgrade process was completed successfully. ähnelt. /// public static string ROLLING_UPGRADE_SUCCESS_ONE { get { @@ -31190,11 +31271,11 @@ public static string ROLLING_UPGRADE_SUCCESS_ONE { } /// - /// Looks up a localized string similar to Still waiting for the upgrade to complete. + /// Sucht eine lokalisierte Zeichenfolge, die Still waiting for the upgrade to complete. /// ///Please check the server console for possible errors. /// - ///Click Keep Waiting if the upgrade is still running or Cancel if an error occurred.. + ///Click Keep Waiting if the upgrade is still running or Cancel if an error occurred. ähnelt. /// public static string ROLLING_UPGRADE_TIMEOUT { get { @@ -31203,7 +31284,7 @@ public static string ROLLING_UPGRADE_TIMEOUT { } /// - /// Looks up a localized string similar to Upgrade Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade Mode ähnelt. /// public static string ROLLING_UPGRADE_TITLE_MODE { get { @@ -31212,7 +31293,7 @@ public static string ROLLING_UPGRADE_TITLE_MODE { } /// - /// Looks up a localized string similar to This server is not licensed for rolling pool upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die This server is not licensed for rolling pool upgrade ähnelt. /// public static string ROLLING_UPGRADE_UNLICENSED_HOST { get { @@ -31221,7 +31302,7 @@ public static string ROLLING_UPGRADE_UNLICENSED_HOST { } /// - /// Looks up a localized string similar to This pool is not licensed for rolling pool upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die This pool is not licensed for rolling pool upgrade ähnelt. /// public static string ROLLING_UPGRADE_UNLICENSED_POOL { get { @@ -31230,7 +31311,7 @@ public static string ROLLING_UPGRADE_UNLICENSED_POOL { } /// - /// Looks up a localized string similar to Rolling pool upgrade is complete.. + /// Sucht eine lokalisierte Zeichenfolge, die Rolling pool upgrade is complete. ähnelt. /// public static string ROLLING_UPGRADE_UPGRADE_COMPLETED { get { @@ -31239,7 +31320,7 @@ public static string ROLLING_UPGRADE_UPGRADE_COMPLETED { } /// - /// Looks up a localized string similar to Rolling pool upgrade is in progress. The upgrade might take some time.. + /// Sucht eine lokalisierte Zeichenfolge, die Rolling pool upgrade is in progress. The upgrade might take some time. ähnelt. /// public static string ROLLING_UPGRADE_UPGRADE_IN_PROGRESS { get { @@ -31248,7 +31329,7 @@ public static string ROLLING_UPGRADE_UPGRADE_IN_PROGRESS { } /// - /// Looks up a localized string similar to Rolling pool upgrade did not complete.. + /// Sucht eine lokalisierte Zeichenfolge, die Rolling pool upgrade did not complete. ähnelt. /// public static string ROLLING_UPGRADE_UPGRADE_NOT_COMPLETED { get { @@ -31257,7 +31338,7 @@ public static string ROLLING_UPGRADE_UPGRADE_NOT_COMPLETED { } /// - /// Looks up a localized string similar to Upgrade prechecks are performed on all the pools you selected to ensure that all the servers can be upgraded.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade prechecks are performed on all the pools you selected to ensure that all the servers can be upgraded. ähnelt. /// public static string ROLLINGUPGRADE_PRECHECKS { get { @@ -31266,7 +31347,7 @@ public static string ROLLINGUPGRADE_PRECHECKS { } /// - /// Looks up a localized string similar to {0} could be skipped.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} could be skipped. ähnelt. /// public static string RPU_WIZARD_ERROR_SKIP_MSG { get { @@ -31275,7 +31356,7 @@ public static string RPU_WIZARD_ERROR_SKIP_MSG { } /// - /// Looks up a localized string similar to Installing update '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Installing update '{0}' on '{1}' ähnelt. /// public static string RPU_WIZARD_INSTALL_SUPPPACK_TITLE { get { @@ -31284,7 +31365,7 @@ public static string RPU_WIZARD_INSTALL_SUPPPACK_TITLE { } /// - /// Looks up a localized string similar to Skipping installing update '{0}' on '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Skipping installing update '{0}' on '{1}'... ähnelt. /// public static string RPU_WIZARD_SKIP_INSTALL_SUPPPACK { get { @@ -31293,7 +31374,7 @@ public static string RPU_WIZARD_SKIP_INSTALL_SUPPPACK { } /// - /// Looks up a localized string similar to Running policy '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Running policy '{0}' ähnelt. /// public static string RUN_POLICY { get { @@ -31302,7 +31383,7 @@ public static string RUN_POLICY { } /// - /// Looks up a localized string similar to Policy started. + /// Sucht eine lokalisierte Zeichenfolge, die Policy started ähnelt. /// public static string RUN_POLICY_STARTED { get { @@ -31311,7 +31392,7 @@ public static string RUN_POLICY_STARTED { } /// - /// Looks up a localized string similar to &Run Prechecks. + /// Sucht eine lokalisierte Zeichenfolge, die &Run Prechecks ähnelt. /// public static string RUN_PRECHECKS_WITH_ACCESS_KEY { get { @@ -31320,7 +31401,7 @@ public static string RUN_PRECHECKS_WITH_ACCESS_KEY { } /// - /// Looks up a localized string similar to &Run Report. + /// Sucht eine lokalisierte Zeichenfolge, die &Run Report ähnelt. /// public static string RUN_REPORT { get { @@ -31329,7 +31410,7 @@ public static string RUN_REPORT { } /// - /// Looks up a localized string similar to Archiving. + /// Sucht eine lokalisierte Zeichenfolge, die Archiving ähnelt. /// public static string RUNNING_ARCHIVE { get { @@ -31338,7 +31419,7 @@ public static string RUNNING_ARCHIVE { } /// - /// Looks up a localized string similar to Running on. + /// Sucht eine lokalisierte Zeichenfolge, die Running on ähnelt. /// public static string RUNNING_ON { get { @@ -31347,7 +31428,7 @@ public static string RUNNING_ON { } /// - /// Looks up a localized string similar to Saturday. + /// Sucht eine lokalisierte Zeichenfolge, die Saturday ähnelt. /// public static string SATURDAY_LONG { get { @@ -31356,7 +31437,7 @@ public static string SATURDAY_LONG { } /// - /// Looks up a localized string similar to Sat. + /// Sucht eine lokalisierte Zeichenfolge, die Sat ähnelt. /// public static string SATURDAY_SHORT { get { @@ -31365,7 +31446,7 @@ public static string SATURDAY_SHORT { } /// - /// Looks up a localized string similar to Save. + /// Sucht eine lokalisierte Zeichenfolge, die Save ähnelt. /// public static string SAVE { get { @@ -31374,7 +31455,7 @@ public static string SAVE { } /// - /// Looks up a localized string similar to Save and Restore. + /// Sucht eine lokalisierte Zeichenfolge, die Save and Restore ähnelt. /// public static string SAVE_AND_RESTORE { get { @@ -31383,7 +31464,7 @@ public static string SAVE_AND_RESTORE { } /// - /// Looks up a localized string similar to Save and restore server connection state on startup. + /// Sucht eine lokalisierte Zeichenfolge, die Save and restore server connection state on startup ähnelt. /// public static string SAVE_AND_RESTORE_DESC { get { @@ -31392,7 +31473,7 @@ public static string SAVE_AND_RESTORE_DESC { } /// - /// Looks up a localized string similar to Save as a Template. + /// Sucht eine lokalisierte Zeichenfolge, die Save as a Template ähnelt. /// public static string SAVE_AS_TEMPLATE { get { @@ -31401,7 +31482,7 @@ public static string SAVE_AS_TEMPLATE { } /// - /// Looks up a localized string similar to Do you want to save the changes for policy '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to save the changes for policy '{0}'? ähnelt. /// public static string SAVE_CHANGES_FOR_POLICY { get { @@ -31410,7 +31491,7 @@ public static string SAVE_CHANGES_FOR_POLICY { } /// - /// Looks up a localized string similar to Save Search '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Save Search '{0}' ähnelt. /// public static string SAVE_SEARCH { get { @@ -31419,7 +31500,7 @@ public static string SAVE_SEARCH { } /// - /// Looks up a localized string similar to Instance is already locked. + /// Sucht eine lokalisierte Zeichenfolge, die Instance is already locked ähnelt. /// public static string SAVECHANGES_LOCKED { get { @@ -31428,7 +31509,7 @@ public static string SAVECHANGES_LOCKED { } /// - /// Looks up a localized string similar to Saving file {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Saving file {0} ähnelt. /// public static string SAVING_FILE_X { get { @@ -31437,7 +31518,7 @@ public static string SAVING_FILE_X { } /// - /// Looks up a localized string similar to Saving metadata.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving metadata... ähnelt. /// public static string SAVING_METADATA { get { @@ -31446,7 +31527,7 @@ public static string SAVING_METADATA { } /// - /// Looks up a localized string similar to Saving search '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving search '{0}'... ähnelt. /// public static string SAVING_SEARCH { get { @@ -31455,7 +31536,7 @@ public static string SAVING_SEARCH { } /// - /// Looks up a localized string similar to Saving configuration.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving configuration... ähnelt. /// public static string SAVING_VMS_ACTION_DESC { get { @@ -31464,7 +31545,7 @@ public static string SAVING_VMS_ACTION_DESC { } /// - /// Looks up a localized string similar to Saving VM Configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Saving VM Configuration ähnelt. /// public static string SAVING_VMS_ACTION_TITLE { get { @@ -31473,7 +31554,7 @@ public static string SAVING_VMS_ACTION_TITLE { } /// - /// Looks up a localized string similar to Saving Workload Balancing configuration.. + /// Sucht eine lokalisierte Zeichenfolge, die Saving Workload Balancing configuration. ähnelt. /// public static string SAVING_WLB_CONFIGURATION { get { @@ -31482,7 +31563,7 @@ public static string SAVING_WLB_CONFIGURATION { } /// - /// Looks up a localized string similar to Saving Workload Balancing configuration for '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Saving Workload Balancing configuration for '{0}'. ähnelt. /// public static string SAVING_WLB_CONFIGURATION_FOR { get { @@ -31491,7 +31572,7 @@ public static string SAVING_WLB_CONFIGURATION_FOR { } /// - /// Looks up a localized string similar to This SR already has a scan in progress. + /// Sucht eine lokalisierte Zeichenfolge, die This SR already has a scan in progress ähnelt. /// public static string SCAN_IN_PROGRESS_TOOLTIP { get { @@ -31500,7 +31581,7 @@ public static string SCAN_IN_PROGRESS_TOOLTIP { } /// - /// Looks up a localized string similar to Scanning adapters. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning adapters ähnelt. /// public static string SCANNING_ADAPTERS { get { @@ -31509,7 +31590,7 @@ public static string SCANNING_ADAPTERS { } /// - /// Looks up a localized string similar to Scanning VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Scanning VMs... ähnelt. /// public static string SCANNING_VMS { get { @@ -31518,7 +31599,7 @@ public static string SCANNING_VMS { } /// - /// Looks up a localized string similar to Search.... + /// Sucht eine lokalisierte Zeichenfolge, die Search... ähnelt. /// public static string SEARCH_ELLIPSIS { get { @@ -31527,7 +31608,7 @@ public static string SEARCH_ELLIPSIS { } /// - /// Looks up a localized string similar to Search.... + /// Sucht eine lokalisierte Zeichenfolge, die Search... ähnelt. /// public static string SEARCH_TEXT_BOX_INITIAL_TEXT { get { @@ -31536,7 +31617,7 @@ public static string SEARCH_TEXT_BOX_INITIAL_TEXT { } /// - /// Looks up a localized string similar to {0}: Overview. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Overview ähnelt. /// public static string SEARCH_TITLE_HOST { get { @@ -31545,7 +31626,7 @@ public static string SEARCH_TITLE_HOST { } /// - /// Looks up a localized string similar to All Servers, VMs, Custom Templates & Remote SRs. + /// Sucht eine lokalisierte Zeichenfolge, die All Servers, VMs, Custom Templates & Remote SRs ähnelt. /// public static string SEARCH_TITLE_OVERVIEW { get { @@ -31554,7 +31635,7 @@ public static string SEARCH_TITLE_OVERVIEW { } /// - /// Looks up a localized string similar to {0}: Overview. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Overview ähnelt. /// public static string SEARCH_TITLE_POOL { get { @@ -31563,7 +31644,7 @@ public static string SEARCH_TITLE_POOL { } /// - /// Looks up a localized string similar to Find resources in the Resources Pane. + /// Sucht eine lokalisierte Zeichenfolge, die Find resources in the Resources Pane ähnelt. /// public static string SEARCHBOX_TOOLTIP { get { @@ -31572,7 +31653,7 @@ public static string SEARCHBOX_TOOLTIP { } /// - /// Looks up a localized string similar to &Secret access key:. + /// Sucht eine lokalisierte Zeichenfolge, die &Secret access key: ähnelt. /// public static string SECRET_ACCESS_KEY_LABLE { get { @@ -31581,7 +31662,7 @@ public static string SECRET_ACCESS_KEY_LABLE { } /// - /// Looks up a localized string similar to Security. + /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. /// public static string SECURITY { get { @@ -31590,7 +31671,7 @@ public static string SECURITY { } /// - /// Looks up a localized string similar to Security Checks. + /// Sucht eine lokalisierte Zeichenfolge, die Security Checks ähnelt. /// public static string SECURITY_CHECKS { get { @@ -31599,7 +31680,7 @@ public static string SECURITY_CHECKS { } /// - /// Looks up a localized string similar to SSL certificate options. + /// Sucht eine lokalisierte Zeichenfolge, die SSL certificate options ähnelt. /// public static string SECURITY_DESC { get { @@ -31608,7 +31689,7 @@ public static string SECURITY_DESC { } /// - /// Looks up a localized string similar to Security Groups. + /// Sucht eine lokalisierte Zeichenfolge, die Security Groups ähnelt. /// public static string SECURITY_GROUPS { get { @@ -31617,7 +31698,7 @@ public static string SECURITY_GROUPS { } /// - /// Looks up a localized string similar to Select the security protocols that can be used for communicating with this server.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the security protocols that can be used for communicating with this server. ähnelt. /// public static string SECURITYEDITPAGE_RUBRIC_HOST { get { @@ -31626,7 +31707,7 @@ public static string SECURITYEDITPAGE_RUBRIC_HOST { } /// - /// Looks up a localized string similar to Backwards compatibility. + /// Sucht eine lokalisierte Zeichenfolge, die Backwards compatibility ähnelt. /// public static string SECURITYEDITPAGE_SUBTEXT_SSL { get { @@ -31635,7 +31716,7 @@ public static string SECURITYEDITPAGE_SUBTEXT_SSL { } /// - /// Looks up a localized string similar to TLS 1.2 only. + /// Sucht eine lokalisierte Zeichenfolge, die TLS 1.2 only ähnelt. /// public static string SECURITYEDITPAGE_SUBTEXT_TLS { get { @@ -31644,7 +31725,7 @@ public static string SECURITYEDITPAGE_SUBTEXT_TLS { } /// - /// Looks up a localized string similar to Select a filter.... + /// Sucht eine lokalisierte Zeichenfolge, die Select a filter... ähnelt. /// public static string SELECT_A_FILTER { get { @@ -31653,7 +31734,7 @@ public static string SELECT_A_FILTER { } /// - /// Looks up a localized string similar to Select Default SR. + /// Sucht eine lokalisierte Zeichenfolge, die Select Default SR ähnelt. /// public static string SELECT_DEFAULT_SR { get { @@ -31662,7 +31743,7 @@ public static string SELECT_DEFAULT_SR { } /// - /// Looks up a localized string similar to There are no networks available for this network interface. + /// Sucht eine lokalisierte Zeichenfolge, die There are no networks available for this network interface ähnelt. /// public static string SELECT_NETWORK_TOOLTIP { get { @@ -31671,7 +31752,7 @@ public static string SELECT_NETWORK_TOOLTIP { } /// - /// Looks up a localized string similar to Select Pools. + /// Sucht eine lokalisierte Zeichenfolge, die Select Pools ähnelt. /// public static string SELECT_POOL { get { @@ -31680,7 +31761,7 @@ public static string SELECT_POOL { } /// - /// Looks up a localized string similar to {0} - not enough available space on the SR. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - not enough available space on the SR ähnelt. /// public static string SELECT_STORAGE_DROPDOWN_ERROR_NOT_ENOUGH_SPACE { get { @@ -31689,7 +31770,7 @@ public static string SELECT_STORAGE_DROPDOWN_ERROR_NOT_ENOUGH_SPACE { } /// - /// Looks up a localized string similar to Select target IQN. + /// Sucht eine lokalisierte Zeichenfolge, die Select target IQN ähnelt. /// public static string SELECT_TARGET_IQN { get { @@ -31698,7 +31779,7 @@ public static string SELECT_TARGET_IQN { } /// - /// Looks up a localized string similar to Select target LUN. + /// Sucht eine lokalisierte Zeichenfolge, die Select target LUN ähnelt. /// public static string SELECT_TARGET_LUN { get { @@ -31707,7 +31788,7 @@ public static string SELECT_TARGET_LUN { } /// - /// Looks up a localized string similar to Select VMs to Suspend - server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Select VMs to Suspend - server '{0}' ähnelt. /// public static string SELECT_VMS_TO_SUSPEND_DLOG_TITLE { get { @@ -31716,7 +31797,7 @@ public static string SELECT_VMS_TO_SUSPEND_DLOG_TITLE { } /// - /// Looks up a localized string similar to The hosts or pools selected are not connected. + /// Sucht eine lokalisierte Zeichenfolge, die The hosts or pools selected are not connected ähnelt. /// public static string SELECTED_HOST_POOL_NOT_CONNECTED { get { @@ -31725,7 +31806,7 @@ public static string SELECTED_HOST_POOL_NOT_CONNECTED { } /// - /// Looks up a localized string similar to Server. + /// Sucht eine lokalisierte Zeichenfolge, die Server ähnelt. /// public static string SERVER { get { @@ -31734,7 +31815,7 @@ public static string SERVER { } /// - /// Looks up a localized string similar to This server is using an API that is incompatible with [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die This server is using an API that is incompatible with [XenCenter]. ähnelt. /// public static string SERVER_API_INCOMPATIBLE { get { @@ -31743,7 +31824,7 @@ public static string SERVER_API_INCOMPATIBLE { } /// - /// Looks up a localized string similar to Server:. + /// Sucht eine lokalisierte Zeichenfolge, die Server: ähnelt. /// public static string SERVER_COLON { get { @@ -31752,7 +31833,7 @@ public static string SERVER_COLON { } /// - /// Looks up a localized string similar to Server failure: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Server failure: {0} ähnelt. /// public static string SERVER_FAILURE { get { @@ -31761,7 +31842,7 @@ public static string SERVER_FAILURE { } /// - /// Looks up a localized string similar to &Server:. + /// Sucht eine lokalisierte Zeichenfolge, die &Server: ähnelt. /// public static string SERVER_LABLE { get { @@ -31770,7 +31851,7 @@ public static string SERVER_LABLE { } /// - /// Looks up a localized string similar to [XenServer] Out of Date. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Out of Date ähnelt. /// public static string SERVER_OUT_OF_DATE { get { @@ -31779,7 +31860,7 @@ public static string SERVER_OUT_OF_DATE { } /// - /// Looks up a localized string similar to Server '{0}' is out of date and can no longer be connected to.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' is out of date and can no longer be connected to. ähnelt. /// public static string SERVER_OUT_OF_DATE_DETAIL { get { @@ -31788,7 +31869,7 @@ public static string SERVER_OUT_OF_DATE_DETAIL { } /// - /// Looks up a localized string similar to A server request is in progress. + /// Sucht eine lokalisierte Zeichenfolge, die A server request is in progress ähnelt. /// public static string SERVER_REQUEST_IN_PROGRESS { get { @@ -31797,7 +31878,7 @@ public static string SERVER_REQUEST_IN_PROGRESS { } /// - /// Looks up a localized string similar to Server selection check. + /// Sucht eine lokalisierte Zeichenfolge, die Server selection check ähnelt. /// public static string SERVER_SELECTION_CHECK_DESCRIPTION { get { @@ -31806,7 +31887,7 @@ public static string SERVER_SELECTION_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Disk space check. + /// Sucht eine lokalisierte Zeichenfolge, die Disk space check ähnelt. /// public static string SERVER_SIDE_CHECK_AUTO_MODE_DESCRIPTION { get { @@ -31815,7 +31896,7 @@ public static string SERVER_SIDE_CHECK_AUTO_MODE_DESCRIPTION { } /// - /// Looks up a localized string similar to Server side patch check. + /// Sucht eine lokalisierte Zeichenfolge, die Server side patch check ähnelt. /// public static string SERVER_SIDE_CHECK_DESCRIPTION { get { @@ -31824,7 +31905,7 @@ public static string SERVER_SIDE_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Server Status Report. + /// Sucht eine lokalisierte Zeichenfolge, die Server Status Report ähnelt. /// public static string SERVER_STATUS_REPORT { get { @@ -31833,7 +31914,7 @@ public static string SERVER_STATUS_REPORT { } /// - /// Looks up a localized string similar to The selected servers failed when asked for their capabilities. Please select different servers.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected servers failed when asked for their capabilities. Please select different servers. ähnelt. /// public static string SERVER_STATUS_REPORT_CAPABILITIES_FAILED { get { @@ -31842,7 +31923,7 @@ public static string SERVER_STATUS_REPORT_CAPABILITIES_FAILED { } /// - /// Looks up a localized string similar to Querying server capabilities.... + /// Sucht eine lokalisierte Zeichenfolge, die Querying server capabilities... ähnelt. /// public static string SERVER_STATUS_REPORT_GET_CAPABILITIES { get { @@ -31851,7 +31932,7 @@ public static string SERVER_STATUS_REPORT_GET_CAPABILITIES { } /// - /// Looks up a localized string similar to The current time on the pool master is: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die The current time on the pool master is: {0} ähnelt. /// public static string SERVER_TIME { get { @@ -31860,7 +31941,7 @@ public static string SERVER_TIME { } /// - /// Looks up a localized string similar to This version of [XenCenter] supports [XenServer] [BRANDING_VERSION_7_0] onwards.. + /// Sucht eine lokalisierte Zeichenfolge, die This version of [XenCenter] supports [XenServer] [BRANDING_VERSION_7_0] onwards. ähnelt. /// public static string SERVER_TOO_OLD { get { @@ -31869,7 +31950,7 @@ public static string SERVER_TOO_OLD { } /// - /// Looks up a localized string similar to Use an earlier version of [XenCenter] to manage this server.. + /// Sucht eine lokalisierte Zeichenfolge, die Use an earlier version of [XenCenter] to manage this server. ähnelt. /// public static string SERVER_TOO_OLD_SOLUTION { get { @@ -31878,7 +31959,7 @@ public static string SERVER_TOO_OLD_SOLUTION { } /// - /// Looks up a localized string similar to server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die server '{0}' ähnelt. /// public static string SERVER_X { get { @@ -31887,7 +31968,7 @@ public static string SERVER_X { } /// - /// Looks up a localized string similar to Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Servers ähnelt. /// public static string SERVERS { get { @@ -31896,7 +31977,7 @@ public static string SERVERS { } /// - /// Looks up a localized string similar to Servers and VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Servers and VMs ähnelt. /// public static string SERVERS_AND_VMS { get { @@ -31905,7 +31986,7 @@ public static string SERVERS_AND_VMS { } /// - /// Looks up a localized string similar to Servers, VMs, Custom Templates and all SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Servers, VMs, Custom Templates and all SRs ähnelt. /// public static string SERVERS_AND_VMS_AND_CUSTOM_TEMPLATES_AND_ALL_SRS { get { @@ -31914,7 +31995,7 @@ public static string SERVERS_AND_VMS_AND_CUSTOM_TEMPLATES_AND_ALL_SRS { } /// - /// Looks up a localized string similar to Servers, VMs, Custom Templates and Remote SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Servers, VMs, Custom Templates and Remote SRs ähnelt. /// public static string SERVERS_AND_VMS_AND_CUSTOM_TEMPLATES_AND_REMOTE_SRS { get { @@ -31923,7 +32004,7 @@ public static string SERVERS_AND_VMS_AND_CUSTOM_TEMPLATES_AND_REMOTE_SRS { } /// - /// Looks up a localized string similar to Bond load balancing changed. + /// Sucht eine lokalisierte Zeichenfolge, die Bond load balancing changed ähnelt. /// public static string SET_BOND_HASHING_ALGORITHM_ACTION_END { get { @@ -31932,7 +32013,7 @@ public static string SET_BOND_HASHING_ALGORITHM_ACTION_END { } /// - /// Looks up a localized string similar to Changing bond load balancing. + /// Sucht eine lokalisierte Zeichenfolge, die Changing bond load balancing ähnelt. /// public static string SET_BOND_HASHING_ALGORITHM_ACTION_START { get { @@ -31941,7 +32022,7 @@ public static string SET_BOND_HASHING_ALGORITHM_ACTION_START { } /// - /// Looks up a localized string similar to Change bond load balancing. + /// Sucht eine lokalisierte Zeichenfolge, die Change bond load balancing ähnelt. /// public static string SET_BOND_HASHING_ALGORITHM_ACTION_TITLE { get { @@ -31950,7 +32031,7 @@ public static string SET_BOND_HASHING_ALGORITHM_ACTION_TITLE { } /// - /// Looks up a localized string similar to Bond mode changed. + /// Sucht eine lokalisierte Zeichenfolge, die Bond mode changed ähnelt. /// public static string SET_BOND_MODE_ACTION_END { get { @@ -31959,7 +32040,7 @@ public static string SET_BOND_MODE_ACTION_END { } /// - /// Looks up a localized string similar to Changing bond mode. + /// Sucht eine lokalisierte Zeichenfolge, die Changing bond mode ähnelt. /// public static string SET_BOND_MODE_ACTION_START { get { @@ -31968,7 +32049,7 @@ public static string SET_BOND_MODE_ACTION_START { } /// - /// Looks up a localized string similar to Change bond mode. + /// Sucht eine lokalisierte Zeichenfolge, die Change bond mode ähnelt. /// public static string SET_BOND_MODE_ACTION_TITLE { get { @@ -31977,7 +32058,7 @@ public static string SET_BOND_MODE_ACTION_TITLE { } /// - /// Looks up a localized string similar to Setting GPU placement policy. + /// Sucht eine lokalisierte Zeichenfolge, die Setting GPU placement policy ähnelt. /// public static string SET_GPU_PLACEMENT_POLICY_ACTION_DESCRIPTION { get { @@ -31986,7 +32067,7 @@ public static string SET_GPU_PLACEMENT_POLICY_ACTION_DESCRIPTION { } /// - /// Looks up a localized string similar to GPU placement policy set. + /// Sucht eine lokalisierte Zeichenfolge, die GPU placement policy set ähnelt. /// public static string SET_GPU_PLACEMENT_POLICY_ACTION_DONE { get { @@ -31995,7 +32076,7 @@ public static string SET_GPU_PLACEMENT_POLICY_ACTION_DONE { } /// - /// Looks up a localized string similar to Set GPU placement policy. + /// Sucht eine lokalisierte Zeichenfolge, die Set GPU placement policy ähnelt. /// public static string SET_GPU_PLACEMENT_POLICY_ACTION_TITLE { get { @@ -32004,7 +32085,7 @@ public static string SET_GPU_PLACEMENT_POLICY_ACTION_TITLE { } /// - /// Looks up a localized string similar to It is highly recommended you confirm this setting matches the MTU on related network '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die It is highly recommended you confirm this setting matches the MTU on related network '{0}' ähnelt. /// public static string SET_MTU_ON_CHINS_UNDER_NETWORK { get { @@ -32013,7 +32094,7 @@ public static string SET_MTU_ON_CHINS_UNDER_NETWORK { } /// - /// Looks up a localized string similar to Setting StorageLink Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Setting StorageLink Credentials ähnelt. /// public static string SET_STORAGELINK_CREDS_ACTION_DESCRIPTION { get { @@ -32022,7 +32103,7 @@ public static string SET_STORAGELINK_CREDS_ACTION_DESCRIPTION { } /// - /// Looks up a localized string similar to Set StorageLink Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Set StorageLink Credentials ähnelt. /// public static string SET_STORAGELINK_CREDS_ACTION_TITLE { get { @@ -32031,7 +32112,7 @@ public static string SET_STORAGELINK_CREDS_ACTION_TITLE { } /// - /// Looks up a localized string similar to Setting StorageLink Credentials to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Setting StorageLink Credentials to '{0}' ähnelt. /// public static string SET_STORAGELINK_CREDS_TO_POOL_ACTION_DESCRIPTION { get { @@ -32040,7 +32121,7 @@ public static string SET_STORAGELINK_CREDS_TO_POOL_ACTION_DESCRIPTION { } /// - /// Looks up a localized string similar to Set StorageLink Credentials to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Set StorageLink Credentials to '{0}' ähnelt. /// public static string SET_STORAGELINK_CREDS_TO_POOL_ACTION_TITLE { get { @@ -32049,7 +32130,7 @@ public static string SET_STORAGELINK_CREDS_TO_POOL_ACTION_TITLE { } /// - /// Looks up a localized string similar to Setting security settings. + /// Sucht eine lokalisierte Zeichenfolge, die Setting security settings ähnelt. /// public static string SETTING_SECURITY_SETTINGS { get { @@ -32058,7 +32139,7 @@ public static string SETTING_SECURITY_SETTINGS { } /// - /// Looks up a localized string similar to Setting VM properties. + /// Sucht eine lokalisierte Zeichenfolge, die Setting VM properties ähnelt. /// public static string SETTING_VM_PROPERTIES { get { @@ -32067,7 +32148,7 @@ public static string SETTING_VM_PROPERTIES { } /// - /// Looks up a localized string similar to Setting VM startup options. + /// Sucht eine lokalisierte Zeichenfolge, die Setting VM startup options ähnelt. /// public static string SETTING_VM_STARTUP_OPTIONS { get { @@ -32076,7 +32157,7 @@ public static string SETTING_VM_STARTUP_OPTIONS { } /// - /// Looks up a localized string similar to Setting VM startup options on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Setting VM startup options on {0} ähnelt. /// public static string SETTING_VM_STARTUP_OPTIONS_ON_X { get { @@ -32085,7 +32166,7 @@ public static string SETTING_VM_STARTUP_OPTIONS_ON_X { } /// - /// Looks up a localized string similar to Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. /// public static string SETTINGS { get { @@ -32094,7 +32175,7 @@ public static string SETTINGS { } /// - /// Looks up a localized string similar to Severity. + /// Sucht eine lokalisierte Zeichenfolge, die Severity ähnelt. /// public static string SEVERITY { get { @@ -32103,7 +32184,7 @@ public static string SEVERITY { } /// - /// Looks up a localized string similar to &Unknown. + /// Sucht eine lokalisierte Zeichenfolge, die &Unknown ähnelt. /// public static string SEVERITY_FILTER_0 { get { @@ -32112,7 +32193,7 @@ public static string SEVERITY_FILTER_0 { } /// - /// Looks up a localized string similar to Unknown severity. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown severity ähnelt. /// public static string SEVERITY_FILTER_0_DETAIL { get { @@ -32121,7 +32202,7 @@ public static string SEVERITY_FILTER_0_DETAIL { } /// - /// Looks up a localized string similar to &Critical. + /// Sucht eine lokalisierte Zeichenfolge, die &Critical ähnelt. /// public static string SEVERITY_FILTER_1 { get { @@ -32130,7 +32211,7 @@ public static string SEVERITY_FILTER_1 { } /// - /// Looks up a localized string similar to Data loss imminent. + /// Sucht eine lokalisierte Zeichenfolge, die Data loss imminent ähnelt. /// public static string SEVERITY_FILTER_1_DETAIL { get { @@ -32139,7 +32220,7 @@ public static string SEVERITY_FILTER_1_DETAIL { } /// - /// Looks up a localized string similar to &Major. + /// Sucht eine lokalisierte Zeichenfolge, die &Major ähnelt. /// public static string SEVERITY_FILTER_2 { get { @@ -32148,7 +32229,7 @@ public static string SEVERITY_FILTER_2 { } /// - /// Looks up a localized string similar to Service loss imminent. + /// Sucht eine lokalisierte Zeichenfolge, die Service loss imminent ähnelt. /// public static string SEVERITY_FILTER_2_DETAIL { get { @@ -32157,7 +32238,7 @@ public static string SEVERITY_FILTER_2_DETAIL { } /// - /// Looks up a localized string similar to &Warning. + /// Sucht eine lokalisierte Zeichenfolge, die &Warning ähnelt. /// public static string SEVERITY_FILTER_3 { get { @@ -32166,7 +32247,7 @@ public static string SEVERITY_FILTER_3 { } /// - /// Looks up a localized string similar to Service degraded. + /// Sucht eine lokalisierte Zeichenfolge, die Service degraded ähnelt. /// public static string SEVERITY_FILTER_3_DETAIL { get { @@ -32175,7 +32256,7 @@ public static string SEVERITY_FILTER_3_DETAIL { } /// - /// Looks up a localized string similar to Mi&nor. + /// Sucht eine lokalisierte Zeichenfolge, die Mi&nor ähnelt. /// public static string SEVERITY_FILTER_4 { get { @@ -32184,7 +32265,7 @@ public static string SEVERITY_FILTER_4 { } /// - /// Looks up a localized string similar to Service recovered. + /// Sucht eine lokalisierte Zeichenfolge, die Service recovered ähnelt. /// public static string SEVERITY_FILTER_4_DETAIL { get { @@ -32193,7 +32274,7 @@ public static string SEVERITY_FILTER_4_DETAIL { } /// - /// Looks up a localized string similar to &Information. + /// Sucht eine lokalisierte Zeichenfolge, die &Information ähnelt. /// public static string SEVERITY_FILTER_5 { get { @@ -32202,7 +32283,7 @@ public static string SEVERITY_FILTER_5 { } /// - /// Looks up a localized string similar to Informational. + /// Sucht eine lokalisierte Zeichenfolge, die Informational ähnelt. /// public static string SEVERITY_FILTER_5_DETAIL { get { @@ -32211,7 +32292,7 @@ public static string SEVERITY_FILTER_5_DETAIL { } /// - /// Looks up a localized string similar to Shadow memory multiplier: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Shadow memory multiplier: {0} ähnelt. /// public static string SHADOW_MEMORY_MULTIPLIER { get { @@ -32220,7 +32301,7 @@ public static string SHADOW_MEMORY_MULTIPLIER { } /// - /// Looks up a localized string similar to Value should be a number greater than or equal to 1.0. + /// Sucht eine lokalisierte Zeichenfolge, die Value should be a number greater than or equal to 1.0 ähnelt. /// public static string SHADOW_MEMORY_MULTIPLIER_VALUE { get { @@ -32229,7 +32310,7 @@ public static string SHADOW_MEMORY_MULTIPLIER_VALUE { } /// - /// Looks up a localized string similar to &Share. + /// Sucht eine lokalisierte Zeichenfolge, die &Share ähnelt. /// public static string SHARE_SR { get { @@ -32238,7 +32319,7 @@ public static string SHARE_SR { } /// - /// Looks up a localized string similar to Shared. + /// Sucht eine lokalisierte Zeichenfolge, die Shared ähnelt. /// public static string SHARED { get { @@ -32247,7 +32328,7 @@ public static string SHARED { } /// - /// Looks up a localized string similar to Show Details. + /// Sucht eine lokalisierte Zeichenfolge, die Show Details ähnelt. /// public static string SHOW_DETAILS { get { @@ -32256,7 +32337,7 @@ public static string SHOW_DETAILS { } /// - /// Looks up a localized string similar to Show Run History. + /// Sucht eine lokalisierte Zeichenfolge, die Show Run History ähnelt. /// public static string SHOW_RUN_HISTORY { get { @@ -32265,7 +32346,7 @@ public static string SHOW_RUN_HISTORY { } /// - /// Looks up a localized string similar to {0} are pool masters. It is strongly recommended to nominate a new master for each affected pool before proceeding.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} are pool masters. It is strongly recommended to nominate a new master for each affected pool before proceeding. ähnelt. /// public static string SHUT_DOWN_POOL_MASTER_MULTIPLE { get { @@ -32274,7 +32355,7 @@ public static string SHUT_DOWN_POOL_MASTER_MULTIPLE { } /// - /// Looks up a localized string similar to {0} is the pool master. It is strongly recommended to nominate a new master for the pool before proceeding.. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is the pool master. It is strongly recommended to nominate a new master for the pool before proceeding. ähnelt. /// public static string SHUT_DOWN_POOL_MASTER_SINGLE { get { @@ -32283,7 +32364,7 @@ public static string SHUT_DOWN_POOL_MASTER_SINGLE { } /// - /// Looks up a localized string similar to Shut down. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down ähnelt. /// public static string SHUTDOWN { get { @@ -32292,7 +32373,7 @@ public static string SHUTDOWN { } /// - /// Looks up a localized string similar to You need to shut down or suspend the VM before exporting it.. + /// Sucht eine lokalisierte Zeichenfolge, die You need to shut down or suspend the VM before exporting it. ähnelt. /// public static string SHUTDOWN_BEFORE_EXPORT { get { @@ -32301,7 +32382,7 @@ public static string SHUTDOWN_BEFORE_EXPORT { } /// - /// Looks up a localized string similar to Shut down VM. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down VM ähnelt. /// public static string SHUTDOWN_VM { get { @@ -32310,7 +32391,7 @@ public static string SHUTDOWN_VM { } /// - /// Looks up a localized string similar to Shutting down specified VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down specified VMs ähnelt. /// public static string SHUTTING_DOWN_SPECIFIED_VMS { get { @@ -32319,7 +32400,7 @@ public static string SHUTTING_DOWN_SPECIFIED_VMS { } /// - /// Looks up a localized string similar to Shutting down VM {0} out of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down VM {0} out of {1} ähnelt. /// public static string SHUTTING_DOWN_VM_OUT_OF { get { @@ -32328,7 +32409,7 @@ public static string SHUTTING_DOWN_VM_OUT_OF { } /// - /// Looks up a localized string similar to Applying digital signature to appliance.... + /// Sucht eine lokalisierte Zeichenfolge, die Applying digital signature to appliance... ähnelt. /// public static string SIGNING_APPLIANCE { get { @@ -32337,7 +32418,7 @@ public static string SIGNING_APPLIANCE { } /// - /// Looks up a localized string similar to Single-server private network. + /// Sucht eine lokalisierte Zeichenfolge, die Single-server private network ähnelt. /// public static string SINGLE_SERVER_PRIVATE_NETWORK { get { @@ -32346,7 +32427,7 @@ public static string SINGLE_SERVER_PRIVATE_NETWORK { } /// - /// Looks up a localized string similar to Size. + /// Sucht eine lokalisierte Zeichenfolge, die Size ähnelt. /// public static string SIZE { get { @@ -32355,7 +32436,7 @@ public static string SIZE { } /// - /// Looks up a localized string similar to Size and Location. + /// Sucht eine lokalisierte Zeichenfolge, die Size and Location ähnelt. /// public static string SIZE_AND_LOCATION { get { @@ -32364,7 +32445,7 @@ public static string SIZE_AND_LOCATION { } /// - /// Looks up a localized string similar to size is. + /// Sucht eine lokalisierte Zeichenfolge, die size is ähnelt. /// public static string SIZE_IS { get { @@ -32373,7 +32454,7 @@ public static string SIZE_IS { } /// - /// Looks up a localized string similar to {0}, {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}, {1} ähnelt. /// public static string SIZE_LOCATION_SUB { get { @@ -32382,7 +32463,7 @@ public static string SIZE_LOCATION_SUB { } /// - /// Looks up a localized string similar to Negligible. + /// Sucht eine lokalisierte Zeichenfolge, die Negligible ähnelt. /// public static string SIZE_NEGLIGIBLE { get { @@ -32391,7 +32472,7 @@ public static string SIZE_NEGLIGIBLE { } /// - /// Looks up a localized string similar to &Skip This Server. + /// Sucht eine lokalisierte Zeichenfolge, die &Skip This Server ähnelt. /// public static string SKIP_SERVER { get { @@ -32400,7 +32481,7 @@ public static string SKIP_SERVER { } /// - /// Looks up a localized string similar to Slack:. + /// Sucht eine lokalisierte Zeichenfolge, die Slack: ähnelt. /// public static string SLACK_LABEL { get { @@ -32409,7 +32490,7 @@ public static string SLACK_LABEL { } /// - /// Looks up a localized string similar to Server '{0}' is a member of pool '{1}' and is already connected.. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' is a member of pool '{1}' and is already connected. ähnelt. /// public static string SLAVE_ALREADY_CONNECTED { get { @@ -32418,8 +32499,8 @@ public static string SLAVE_ALREADY_CONNECTED { } /// - /// Looks up a localized string similar to Server '{0}' is in a pool. To connect to a pool, you must connect to the pool master. - ///Do you want to connect to the pool master '{1}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' is in a pool. To connect to a pool, you must connect to the pool master. + ///Do you want to connect to the pool master '{1}'? ähnelt. /// public static string SLAVE_CONNECTION_ERROR { get { @@ -32428,7 +32509,7 @@ public static string SLAVE_CONNECTION_ERROR { } /// - /// Looks up a localized string similar to This pool contains servers earlier than [XenServer] [BRANDING_VERSION_7_0]. Please use an earlier version of [XenCenter] to manage this pool.. + /// Sucht eine lokalisierte Zeichenfolge, die This pool contains servers earlier than [XenServer] [BRANDING_VERSION_7_0]. Please use an earlier version of [XenCenter] to manage this pool. ähnelt. /// public static string SLAVE_TOO_OLD { get { @@ -32437,7 +32518,7 @@ public static string SLAVE_TOO_OLD { } /// - /// Looks up a localized string similar to smaller than. + /// Sucht eine lokalisierte Zeichenfolge, die smaller than ähnelt. /// public static string SMALLER_THAN { get { @@ -32446,7 +32527,7 @@ public static string SMALLER_THAN { } /// - /// Looks up a localized string similar to This SMB ISO storage is already attached to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die This SMB ISO storage is already attached to '{0}' ähnelt. /// public static string SMB_ISO_STORAGE_ALREADY_ATTACHED { get { @@ -32455,7 +32536,7 @@ public static string SMB_ISO_STORAGE_ALREADY_ATTACHED { } /// - /// Looks up a localized string similar to {0} (snapshot). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (snapshot) ähnelt. /// public static string SNAPSHOT_BRACKETS { get { @@ -32464,7 +32545,7 @@ public static string SNAPSHOT_BRACKETS { } /// - /// Looks up a localized string similar to Created on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Created on {0} ähnelt. /// public static string SNAPSHOT_CREATED_ON { get { @@ -32473,7 +32554,7 @@ public static string SNAPSHOT_CREATED_ON { } /// - /// Looks up a localized string similar to Snapshot '{0}' deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot '{0}' deleted. ähnelt. /// public static string SNAPSHOT_DELETED { get { @@ -32482,7 +32563,7 @@ public static string SNAPSHOT_DELETED { } /// - /// Looks up a localized string similar to Deleting snapshots .... + /// Sucht eine lokalisierte Zeichenfolge, die Deleting snapshots ... ähnelt. /// public static string SNAPSHOT_DELETING { get { @@ -32491,7 +32572,7 @@ public static string SNAPSHOT_DELETING { } /// - /// Looks up a localized string similar to Snapshot Schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot Schedule ähnelt. /// public static string SNAPSHOT_FREQUENCY { get { @@ -32500,7 +32581,7 @@ public static string SNAPSHOT_FREQUENCY { } /// - /// Looks up a localized string similar to When do you want snapshots to be taken?. + /// Sucht eine lokalisierte Zeichenfolge, die When do you want snapshots to be taken? ähnelt. /// public static string SNAPSHOT_FREQUENCY_TITLE { get { @@ -32509,7 +32590,7 @@ public static string SNAPSHOT_FREQUENCY_TITLE { } /// - /// Looks up a localized string similar to Snapshot General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot General Properties ähnelt. /// public static string SNAPSHOT_GENERAL_TAB_TITLE { get { @@ -32518,7 +32599,7 @@ public static string SNAPSHOT_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Snapshot of. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot of ähnelt. /// public static string SNAPSHOT_OF { get { @@ -32527,7 +32608,7 @@ public static string SNAPSHOT_OF { } /// - /// Looks up a localized string similar to {0} (snapshot of '{1}' {2}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (snapshot of '{1}' {2}) ähnelt. /// public static string SNAPSHOT_OF_TITLE { get { @@ -32536,7 +32617,7 @@ public static string SNAPSHOT_OF_TITLE { } /// - /// Looks up a localized string similar to Snapshot revert. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot revert ähnelt. /// public static string SNAPSHOT_REVERT { get { @@ -32545,7 +32626,7 @@ public static string SNAPSHOT_REVERT { } /// - /// Looks up a localized string similar to Taken on: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Taken on: {0} ähnelt. /// public static string SNAPSHOT_TAKEN_ON { get { @@ -32554,7 +32635,7 @@ public static string SNAPSHOT_TAKEN_ON { } /// - /// Looks up a localized string similar to Snapshot taken on {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot taken on {0} ähnelt. /// public static string SNAPSHOT_TAKEN_ON_2 { get { @@ -32563,7 +32644,7 @@ public static string SNAPSHOT_TAKEN_ON_2 { } /// - /// Looks up a localized string similar to Snapshot tree view. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot tree view ähnelt. /// public static string SNAPSHOT_TREE_VIEW { get { @@ -32572,7 +32653,7 @@ public static string SNAPSHOT_TREE_VIEW { } /// - /// Looks up a localized string similar to Snapshot Type. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot Type ähnelt. /// public static string SNAPSHOT_TYPE { get { @@ -32581,7 +32662,7 @@ public static string SNAPSHOT_TYPE { } /// - /// Looks up a localized string similar to What type of snapshot do you want to use for scheduled snapshots?. + /// Sucht eine lokalisierte Zeichenfolge, die What type of snapshot do you want to use for scheduled snapshots? ähnelt. /// public static string SNAPSHOT_TYPE_TITLE { get { @@ -32590,7 +32671,7 @@ public static string SNAPSHOT_TYPE_TITLE { } /// - /// Looks up a localized string similar to Snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshots ähnelt. /// public static string SNAPSHOTS { get { @@ -32599,7 +32680,7 @@ public static string SNAPSHOTS { } /// - /// Looks up a localized string similar to Snapshots deleted.. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshots deleted. ähnelt. /// public static string SNAPSHOTS_DELETED { get { @@ -32608,7 +32689,7 @@ public static string SNAPSHOTS_DELETED { } /// - /// Looks up a localized string similar to Deleting snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting snapshots ähnelt. /// public static string SNAPSHOTS_DELETING { get { @@ -32617,7 +32698,7 @@ public static string SNAPSHOTS_DELETING { } /// - /// Looks up a localized string similar to There are currently no snapshots of this VM. To create a snapshot, click Take Snapshot.. + /// Sucht eine lokalisierte Zeichenfolge, die There are currently no snapshots of this VM. To create a snapshot, click Take Snapshot. ähnelt. /// public static string SNAPSHOTS_EMPTY { get { @@ -32626,7 +32707,7 @@ public static string SNAPSHOTS_EMPTY { } /// - /// Looks up a localized string similar to Virtual Machine Snapshots. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machine Snapshots ähnelt. /// public static string SNAPSHOTS_PAGE_TITLE { get { @@ -32635,7 +32716,7 @@ public static string SNAPSHOTS_PAGE_TITLE { } /// - /// Looks up a localized string similar to {0} snapshots selected. + /// Sucht eine lokalisierte Zeichenfolge, die {0} snapshots selected ähnelt. /// public static string SNAPSHOTS_SELECTED { get { @@ -32644,7 +32725,7 @@ public static string SNAPSHOTS_SELECTED { } /// - /// Looks up a localized string similar to Snapshot created. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot created ähnelt. /// public static string SNAPSHOTTED { get { @@ -32653,7 +32734,7 @@ public static string SNAPSHOTTED { } /// - /// Looks up a localized string similar to Creating a snapshot.... + /// Sucht eine lokalisierte Zeichenfolge, die Creating a snapshot... ähnelt. /// public static string SNAPSHOTTING { get { @@ -32662,7 +32743,7 @@ public static string SNAPSHOTTING { } /// - /// Looks up a localized string similar to Build number. + /// Sucht eine lokalisierte Zeichenfolge, die Build number ähnelt. /// public static string SOFTWARE_VERSION_BUILD_NUMBER { get { @@ -32671,7 +32752,7 @@ public static string SOFTWARE_VERSION_BUILD_NUMBER { } /// - /// Looks up a localized string similar to Build date. + /// Sucht eine lokalisierte Zeichenfolge, die Build date ähnelt. /// public static string SOFTWARE_VERSION_DATE { get { @@ -32680,7 +32761,7 @@ public static string SOFTWARE_VERSION_DATE { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string SOFTWARE_VERSION_PRODUCT_VERSION { get { @@ -32689,7 +32770,7 @@ public static string SOFTWARE_VERSION_PRODUCT_VERSION { } /// - /// Looks up a localized string similar to Try again using a correct user name and password.. + /// Sucht eine lokalisierte Zeichenfolge, die Try again using a correct user name and password. ähnelt. /// public static string SOLUTION_AUTHENTICATION { get { @@ -32698,7 +32779,7 @@ public static string SOLUTION_AUTHENTICATION { } /// - /// Looks up a localized string similar to Check that the proxy server on '{0}' is configured correctly and [XenCenter]'s connection settings are correct and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Check that the proxy server on '{0}' is configured correctly and [XenCenter]'s connection settings are correct and try again. ähnelt. /// public static string SOLUTION_CHECK_PROXY { get { @@ -32707,7 +32788,7 @@ public static string SOLUTION_CHECK_PROXY { } /// - /// Looks up a localized string similar to Check that [XenServer] is configured correctly on '{0}' and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Check that [XenServer] is configured correctly on '{0}' and try again. ähnelt. /// public static string SOLUTION_CHECK_XENSERVER { get { @@ -32716,7 +32797,7 @@ public static string SOLUTION_CHECK_XENSERVER { } /// - /// Looks up a localized string similar to Check the proxy settings and that the server is configured correctly on '{0}' and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Check the proxy settings and that the server is configured correctly on '{0}' and try again. ähnelt. /// public static string SOLUTION_CHECK_XENSERVER_WITH_PROXY { get { @@ -32725,7 +32806,7 @@ public static string SOLUTION_CHECK_XENSERVER_WITH_PROXY { } /// - /// Looks up a localized string similar to Please wait and then try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Please wait and then try again. ähnelt. /// public static string SOLUTION_HOST_STILL_BOOTING { get { @@ -32734,7 +32815,7 @@ public static string SOLUTION_HOST_STILL_BOOTING { } /// - /// Looks up a localized string similar to Try again with a more privileged user account.. + /// Sucht eine lokalisierte Zeichenfolge, die Try again with a more privileged user account. ähnelt. /// public static string SOLUTION_NO_PERMISSION { get { @@ -32743,7 +32824,7 @@ public static string SOLUTION_NO_PERMISSION { } /// - /// Looks up a localized string similar to Enter a valid hostname or IP address and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname or IP address and try again. ähnelt. /// public static string SOLUTION_NOT_FOUND { get { @@ -32752,7 +32833,7 @@ public static string SOLUTION_NOT_FOUND { } /// - /// Looks up a localized string similar to . + /// Sucht eine lokalisierte Zeichenfolge, die ähnelt. /// public static string SOLUTION_UNKNOWN { get { @@ -32761,7 +32842,7 @@ public static string SOLUTION_UNKNOWN { } /// - /// Looks up a localized string similar to Some errors were encountered. See the [XenCenter] log for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die Some errors were encountered. See the [XenCenter] log for more information. ähnelt. /// public static string SOME_ERRORS_ENCOUNTERED { get { @@ -32770,7 +32851,7 @@ public static string SOME_ERRORS_ENCOUNTERED { } /// - /// Looks up a localized string similar to - . + /// Sucht eine lokalisierte Zeichenfolge, die - ähnelt. /// public static string SPACED_HYPHEN { get { @@ -32779,7 +32860,7 @@ public static string SPACED_HYPHEN { } /// - /// Looks up a localized string similar to Speed. + /// Sucht eine lokalisierte Zeichenfolge, die Speed ähnelt. /// public static string SPEED { get { @@ -32788,7 +32869,7 @@ public static string SPEED { } /// - /// Looks up a localized string similar to Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Repository ähnelt. /// public static string SR { get { @@ -32797,7 +32878,7 @@ public static string SR { } /// - /// Looks up a localized string similar to There is currently an action in progress on this SR.. + /// Sucht eine lokalisierte Zeichenfolge, die There is currently an action in progress on this SR. ähnelt. /// public static string SR_ACTION_IN_PROGRESS { get { @@ -32806,7 +32887,7 @@ public static string SR_ACTION_IN_PROGRESS { } /// - /// Looks up a localized string similar to This SR cannot be destroyed with [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die This SR cannot be destroyed with [XenCenter]. ähnelt. /// public static string SR_CANNOT_BE_DESTROYED_WITH_XC { get { @@ -32815,7 +32896,7 @@ public static string SR_CANNOT_BE_DESTROYED_WITH_XC { } /// - /// Looks up a localized string similar to This SR cannot be detached with [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die This SR cannot be detached with [XenCenter]. ähnelt. /// public static string SR_CANNOT_BE_DETACHED_WITH_XC { get { @@ -32824,7 +32905,7 @@ public static string SR_CANNOT_BE_DETACHED_WITH_XC { } /// - /// Looks up a localized string similar to This SR cannot be forgotten with [XenCenter].. + /// Sucht eine lokalisierte Zeichenfolge, die This SR cannot be forgotten with [XenCenter]. ähnelt. /// public static string SR_CANNOT_BE_FORGOTTEN_WITH_XC { get { @@ -32833,7 +32914,7 @@ public static string SR_CANNOT_BE_FORGOTTEN_WITH_XC { } /// - /// Looks up a localized string similar to This storage repository cannot be seen from {0}. + /// Sucht eine lokalisierte Zeichenfolge, die This storage repository cannot be seen from {0} ähnelt. /// public static string SR_CANNOT_BE_SEEN { get { @@ -32842,7 +32923,7 @@ public static string SR_CANNOT_BE_SEEN { } /// - /// Looks up a localized string similar to The SR could not be contacted.. + /// Sucht eine lokalisierte Zeichenfolge, die The SR could not be contacted. ähnelt. /// public static string SR_COULD_NOT_BE_CONTACTED { get { @@ -32851,7 +32932,7 @@ public static string SR_COULD_NOT_BE_CONTACTED { } /// - /// Looks up a localized string similar to The SR is currently detached.. + /// Sucht eine lokalisierte Zeichenfolge, die The SR is currently detached. ähnelt. /// public static string SR_DETACHED { get { @@ -32860,8 +32941,8 @@ public static string SR_DETACHED { } /// - /// Looks up a localized string similar to Initial allocation: {0} - ///Incremental allocation: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Initial allocation: {0} + ///Incremental allocation: {1} ähnelt. /// public static string SR_DISK_SPACE_ALLOCATION { get { @@ -32870,7 +32951,7 @@ public static string SR_DISK_SPACE_ALLOCATION { } /// - /// Looks up a localized string similar to This SR does not need to be upgraded.. + /// Sucht eine lokalisierte Zeichenfolge, die This SR does not need to be upgraded. ähnelt. /// public static string SR_DOES_NOT_NEED_UPGRADE { get { @@ -32879,7 +32960,7 @@ public static string SR_DOES_NOT_NEED_UPGRADE { } /// - /// Looks up a localized string similar to SR {0} forgotten. + /// Sucht eine lokalisierte Zeichenfolge, die SR {0} forgotten ähnelt. /// public static string SR_FORGOTTEN_0 { get { @@ -32888,7 +32969,7 @@ public static string SR_FORGOTTEN_0 { } /// - /// Looks up a localized string similar to Storage General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Storage General Properties ähnelt. /// public static string SR_GENERAL_TAB_TITLE { get { @@ -32897,7 +32978,7 @@ public static string SR_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to This SR contains running VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die This SR contains running VMs. ähnelt. /// public static string SR_HAS_RUNNING_VMS { get { @@ -32906,7 +32987,7 @@ public static string SR_HAS_RUNNING_VMS { } /// - /// Looks up a localized string similar to This storage repository is broken. + /// Sucht eine lokalisierte Zeichenfolge, die This storage repository is broken ähnelt. /// public static string SR_IS_BROKEN { get { @@ -32915,7 +32996,7 @@ public static string SR_IS_BROKEN { } /// - /// Looks up a localized string similar to VMs without a home server cannot have disks on local storage. + /// Sucht eine lokalisierte Zeichenfolge, die VMs without a home server cannot have disks on local storage ähnelt. /// public static string SR_IS_LOCAL { get { @@ -32924,7 +33005,7 @@ public static string SR_IS_LOCAL { } /// - /// Looks up a localized string similar to Disk size ({0}) exceeds SR size ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die Disk size ({0}) exceeds SR size ({1}) ähnelt. /// public static string SR_PICKER_DISK_TOO_BIG { get { @@ -32933,7 +33014,7 @@ public static string SR_PICKER_DISK_TOO_BIG { } /// - /// Looks up a localized string similar to You cannot create a disk greater than {0} on this SR.. + /// Sucht eine lokalisierte Zeichenfolge, die You cannot create a disk greater than {0} on this SR. ähnelt. /// public static string SR_PICKER_DISKSIZE_EXCEEDS_DISK_MAX_SIZE { get { @@ -32942,7 +33023,7 @@ public static string SR_PICKER_DISKSIZE_EXCEEDS_DISK_MAX_SIZE { } /// - /// Looks up a localized string similar to {0} required when only {1} available. + /// Sucht eine lokalisierte Zeichenfolge, die {0} required when only {1} available ähnelt. /// public static string SR_PICKER_INSUFFICIENT_SPACE { get { @@ -32951,9 +33032,9 @@ public static string SR_PICKER_INSUFFICIENT_SPACE { } /// - /// Looks up a localized string similar to The Incremental allocation limits are as follows: + /// Sucht eine lokalisierte Zeichenfolge, die The Incremental allocation limits are as follows: ///The lower limit: SR size / {0} (no lower than {1}) - ///The upper limit: SR size / {2}. + ///The upper limit: SR size / {2} ähnelt. /// public static string SR_QUANTUM_ALLOCATION_LIMITS_INFO { get { @@ -32962,7 +33043,7 @@ public static string SR_QUANTUM_ALLOCATION_LIMITS_INFO { } /// - /// Looks up a localized string similar to Scanning SR. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning SR ähnelt. /// public static string SR_REFRESH_ACTION_DESC { get { @@ -32971,7 +33052,7 @@ public static string SR_REFRESH_ACTION_DESC { } /// - /// Looks up a localized string similar to Scanning SR '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Scanning SR '{0}' ähnelt. /// public static string SR_REFRESH_ACTION_TITLE { get { @@ -32980,7 +33061,7 @@ public static string SR_REFRESH_ACTION_TITLE { } /// - /// Looks up a localized string similar to Reverting {0} to unshared completed.. + /// Sucht eine lokalisierte Zeichenfolge, die Reverting {0} to unshared completed. ähnelt. /// public static string SR_SHARE_REVERTED { get { @@ -32989,7 +33070,7 @@ public static string SR_SHARE_REVERTED { } /// - /// Looks up a localized string similar to Unable to share {0}. Reverting to original state.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to share {0}. Reverting to original state. ähnelt. /// public static string SR_SHARE_REVERTING { get { @@ -32998,7 +33079,7 @@ public static string SR_SHARE_REVERTING { } /// - /// Looks up a localized string similar to Reverting {0} to unshared.. + /// Sucht eine lokalisierte Zeichenfolge, die Reverting {0} to unshared. ähnelt. /// public static string SR_SHARE_REVERTING2 { get { @@ -33007,7 +33088,7 @@ public static string SR_SHARE_REVERTING2 { } /// - /// Looks up a localized string similar to Setting {0} as shared.. + /// Sucht eine lokalisierte Zeichenfolge, die Setting {0} as shared. ähnelt. /// public static string SR_SHARE_SETTING { get { @@ -33016,7 +33097,7 @@ public static string SR_SHARE_SETTING { } /// - /// Looks up a localized string similar to {0} used of {1} total ({2} allocated). + /// Sucht eine lokalisierte Zeichenfolge, die {0} used of {1} total ({2} allocated) ähnelt. /// public static string SR_SIZE_USED { get { @@ -33025,7 +33106,7 @@ public static string SR_SIZE_USED { } /// - /// Looks up a localized string similar to Cannot reclaim freed space, because the SR is detached.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot reclaim freed space, because the SR is detached. ähnelt. /// public static string SR_TRIM_NO_STORAGE_HOST_ERROR { get { @@ -33034,7 +33115,7 @@ public static string SR_TRIM_NO_STORAGE_HOST_ERROR { } /// - /// Looks up a localized string similar to Unable to connect to iSCSI target. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to connect to iSCSI target ähnelt. /// public static string SR_UNABLE_TO_CONNECT_TO_SCSI_TARGET { get { @@ -33043,7 +33124,7 @@ public static string SR_UNABLE_TO_CONNECT_TO_SCSI_TARGET { } /// - /// Looks up a localized string similar to SR {0} on {1}. + /// Sucht eine lokalisierte Zeichenfolge, die SR {0} on {1} ähnelt. /// public static string SR_X_ON_Y { get { @@ -33052,7 +33133,7 @@ public static string SR_X_ON_Y { } /// - /// Looks up a localized string similar to Yes (SR-IOV logical PIF is unplugged). + /// Sucht eine lokalisierte Zeichenfolge, die Yes (SR-IOV logical PIF is unplugged) ähnelt. /// public static string SRIOV_LOGICAL_PIF_UNPLUGGED { get { @@ -33061,7 +33142,7 @@ public static string SRIOV_LOGICAL_PIF_UNPLUGGED { } /// - /// Looks up a localized string similar to SR-IOV networks require an SR-IOV capable NIC.. + /// Sucht eine lokalisierte Zeichenfolge, die SR-IOV networks require an SR-IOV capable NIC. ähnelt. /// public static string SRIOV_NEED_NICSUPPORT { get { @@ -33070,7 +33151,7 @@ public static string SRIOV_NEED_NICSUPPORT { } /// - /// Looks up a localized string similar to Create &SR-IOV anyway. + /// Sucht eine lokalisierte Zeichenfolge, die Create &SR-IOV anyway ähnelt. /// public static string SRIOV_NETWORK_CREATE { get { @@ -33079,9 +33160,9 @@ public static string SRIOV_NETWORK_CREATE { } /// - /// Looks up a localized string similar to Creating this SR-IOV network will temporarily disturb [XenCenter] connections to the pool. + /// Sucht eine lokalisierte Zeichenfolge, die Creating this SR-IOV network will temporarily disturb [XenCenter] connections to the pool. /// - ///You may need to reboot your server(s) to enable SR-IOV network.. + ///You may need to reboot your server(s) to enable SR-IOV network. ähnelt. /// public static string SRIOV_NETWORK_CREATE_WARNING { get { @@ -33090,7 +33171,7 @@ public static string SRIOV_NETWORK_CREATE_WARNING { } /// - /// Looks up a localized string similar to Yes (To enable SR-IOV create an SR-IOV network on this NIC). + /// Sucht eine lokalisierte Zeichenfolge, die Yes (To enable SR-IOV create an SR-IOV network on this NIC) ähnelt. /// public static string SRIOV_NETWORK_SHOULD_BE_CREATED { get { @@ -33099,7 +33180,7 @@ public static string SRIOV_NETWORK_SHOULD_BE_CREATED { } /// - /// Looks up a localized string similar to Active. + /// Sucht eine lokalisierte Zeichenfolge, die Active ähnelt. /// public static string SRPANEL_ACTIVE { get { @@ -33108,7 +33189,7 @@ public static string SRPANEL_ACTIVE { } /// - /// Looks up a localized string similar to {0} free of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} free of {1} ähnelt. /// public static string SRPICKER_DISK_FREE { get { @@ -33117,7 +33198,7 @@ public static string SRPICKER_DISK_FREE { } /// - /// Looks up a localized string similar to Local storage must belong to resident host. + /// Sucht eine lokalisierte Zeichenfolge, die Local storage must belong to resident host ähnelt. /// public static string SRPICKER_ERROR_LOCAL_SR_MUST_BE_RESIDENT_HOSTS { get { @@ -33126,7 +33207,7 @@ public static string SRPICKER_ERROR_LOCAL_SR_MUST_BE_RESIDENT_HOSTS { } /// - /// Looks up a localized string similar to This storage repository is full. + /// Sucht eine lokalisierte Zeichenfolge, die This storage repository is full ähnelt. /// public static string SRPICKER_SR_FULL { get { @@ -33135,7 +33216,7 @@ public static string SRPICKER_SR_FULL { } /// - /// Looks up a localized string similar to SRs forgotten. + /// Sucht eine lokalisierte Zeichenfolge, die SRs forgotten ähnelt. /// public static string SRS_FORGOTTEN { get { @@ -33144,7 +33225,7 @@ public static string SRS_FORGOTTEN { } /// - /// Looks up a localized string similar to SMB ISO library. + /// Sucht eine lokalisierte Zeichenfolge, die SMB ISO library ähnelt. /// public static string SRWIZARD_CIFS_LIBRARY { get { @@ -33153,7 +33234,7 @@ public static string SRWIZARD_CIFS_LIBRARY { } /// - /// Looks up a localized string similar to SMB virtual storage. + /// Sucht eine lokalisierte Zeichenfolge, die SMB virtual storage ähnelt. /// public static string SRWIZARD_CIFS_STORAGE { get { @@ -33162,7 +33243,7 @@ public static string SRWIZARD_CIFS_STORAGE { } /// - /// Looks up a localized string similar to iSCSI virtual disk storage. + /// Sucht eine lokalisierte Zeichenfolge, die iSCSI virtual disk storage ähnelt. /// public static string SRWIZARD_ISCSI_STORAGE { get { @@ -33171,7 +33252,7 @@ public static string SRWIZARD_ISCSI_STORAGE { } /// - /// Looks up a localized string similar to NFS ISO library. + /// Sucht eine lokalisierte Zeichenfolge, die NFS ISO library ähnelt. /// public static string SRWIZARD_NFS_LIBRARY { get { @@ -33180,7 +33261,7 @@ public static string SRWIZARD_NFS_LIBRARY { } /// - /// Looks up a localized string similar to NFS virtual disk storage. + /// Sucht eine lokalisierte Zeichenfolge, die NFS virtual disk storage ähnelt. /// public static string SRWIZARD_NFS_STORAGE { get { @@ -33189,7 +33270,7 @@ public static string SRWIZARD_NFS_STORAGE { } /// - /// Looks up a localized string similar to {0} virtual disk storage. + /// Sucht eine lokalisierte Zeichenfolge, die {0} virtual disk storage ähnelt. /// public static string SRWIZARD_STORAGE_NAME { get { @@ -33198,7 +33279,7 @@ public static string SRWIZARD_STORAGE_NAME { } /// - /// Looks up a localized string similar to Start host. + /// Sucht eine lokalisierte Zeichenfolge, die Start host ähnelt. /// public static string START_HOST { get { @@ -33207,7 +33288,7 @@ public static string START_HOST { } /// - /// Looks up a localized string similar to Start in Recovery Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Start in Recovery Mode ähnelt. /// public static string START_IN_RECOVERY_MODE { get { @@ -33216,7 +33297,7 @@ public static string START_IN_RECOVERY_MODE { } /// - /// Looks up a localized string similar to Start On. + /// Sucht eine lokalisierte Zeichenfolge, die Start On ähnelt. /// public static string START_ON { get { @@ -33225,7 +33306,7 @@ public static string START_ON { } /// - /// Looks up a localized string similar to Start shut down VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Start shut down VMs ähnelt. /// public static string START_SHUTDOWN_VMS { get { @@ -33234,7 +33315,7 @@ public static string START_SHUTDOWN_VMS { } /// - /// Looks up a localized string similar to Start time. + /// Sucht eine lokalisierte Zeichenfolge, die Start time ähnelt. /// public static string START_TIME { get { @@ -33243,7 +33324,7 @@ public static string START_TIME { } /// - /// Looks up a localized string similar to Start Options. + /// Sucht eine lokalisierte Zeichenfolge, die Start Options ähnelt. /// public static string START_UP_OPTIONS { get { @@ -33252,7 +33333,7 @@ public static string START_UP_OPTIONS { } /// - /// Looks up a localized string similar to Start &Upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die Start &Upgrade ähnelt. /// public static string START_UPGRADE { get { @@ -33261,7 +33342,7 @@ public static string START_UPGRADE { } /// - /// Looks up a localized string similar to Started. + /// Sucht eine lokalisierte Zeichenfolge, die Started ähnelt. /// public static string STARTED { get { @@ -33270,7 +33351,7 @@ public static string STARTED { } /// - /// Looks up a localized string similar to Started VM in recovery mode. + /// Sucht eine lokalisierte Zeichenfolge, die Started VM in recovery mode ähnelt. /// public static string STARTED_IN_RECOVERY_MODE { get { @@ -33279,7 +33360,7 @@ public static string STARTED_IN_RECOVERY_MODE { } /// - /// Looks up a localized string similar to Started shut down VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Started shut down VMs ähnelt. /// public static string STARTED_SHUTDOWN_VMS { get { @@ -33288,7 +33369,7 @@ public static string STARTED_SHUTDOWN_VMS { } /// - /// Looks up a localized string similar to Starting VM in recovery mode. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM in recovery mode ähnelt. /// public static string STARTING_IN_RECOVERY_MODE { get { @@ -33297,7 +33378,7 @@ public static string STARTING_IN_RECOVERY_MODE { } /// - /// Looks up a localized string similar to Starting VM {0} in recovery mode. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM {0} in recovery mode ähnelt. /// public static string STARTING_IN_RECOVERY_MODE_TITLE { get { @@ -33306,7 +33387,7 @@ public static string STARTING_IN_RECOVERY_MODE_TITLE { } /// - /// Looks up a localized string similar to Starting shut down VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Starting shut down VMs ähnelt. /// public static string STARTING_SHUTDOWN_VMS { get { @@ -33315,7 +33396,7 @@ public static string STARTING_SHUTDOWN_VMS { } /// - /// Looks up a localized string similar to Starting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM ähnelt. /// public static string STARTING_VM { get { @@ -33324,7 +33405,7 @@ public static string STARTING_VM { } /// - /// Looks up a localized string similar to Starting VM. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VM ähnelt. /// public static string STARTING_VM_MESSAGEBOX_TITLE { get { @@ -33333,7 +33414,7 @@ public static string STARTING_VM_MESSAGEBOX_TITLE { } /// - /// Looks up a localized string similar to Starting VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Starting VMs ähnelt. /// public static string STARTING_VMS_MESSAGEBOX_TITLE { get { @@ -33342,7 +33423,7 @@ public static string STARTING_VMS_MESSAGEBOX_TITLE { } /// - /// Looks up a localized string similar to starts with. + /// Sucht eine lokalisierte Zeichenfolge, die starts with ähnelt. /// public static string STARTS_WITH { get { @@ -33351,7 +33432,7 @@ public static string STARTS_WITH { } /// - /// Looks up a localized string similar to Static maximum. + /// Sucht eine lokalisierte Zeichenfolge, die Static maximum ähnelt. /// public static string STATIC_MAX { get { @@ -33360,7 +33441,7 @@ public static string STATIC_MAX { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string STATUS { get { @@ -33369,7 +33450,7 @@ public static string STATUS { } /// - /// Looks up a localized string similar to Canceled. + /// Sucht eine lokalisierte Zeichenfolge, die Canceled ähnelt. /// public static string STATUS_FILTER_CANCEL { get { @@ -33378,7 +33459,7 @@ public static string STATUS_FILTER_CANCEL { } /// - /// Looks up a localized string similar to Complete. + /// Sucht eine lokalisierte Zeichenfolge, die Complete ähnelt. /// public static string STATUS_FILTER_COMPLETE { get { @@ -33387,7 +33468,7 @@ public static string STATUS_FILTER_COMPLETE { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string STATUS_FILTER_ERROR { get { @@ -33396,7 +33477,7 @@ public static string STATUS_FILTER_ERROR { } /// - /// Looks up a localized string similar to In progress. + /// Sucht eine lokalisierte Zeichenfolge, die In progress ähnelt. /// public static string STATUS_FILTER_IN_PROGRESS { get { @@ -33405,7 +33486,7 @@ public static string STATUS_FILTER_IN_PROGRESS { } /// - /// Looks up a localized string similar to Enter your MyCitrix credentials (see {0}). These credentials will only be used to authenticate with [Citrix] Insight Services once and will not be stored on this machine or on your server.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter your MyCitrix credentials (see {0}). These credentials will only be used to authenticate with [Citrix] Insight Services once and will not be stored on this machine or on your server. ähnelt. /// public static string STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE { get { @@ -33414,7 +33495,7 @@ public static string STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE { } /// - /// Looks up a localized string similar to There was an error while packaging the server status report. Only a partial report may be available. + /// Sucht eine lokalisierte Zeichenfolge, die There was an error while packaging the server status report. Only a partial report may be available ähnelt. /// public static string STATUS_REPORT_ZIP_FAILED { get { @@ -33423,7 +33504,7 @@ public static string STATUS_REPORT_ZIP_FAILED { } /// - /// Looks up a localized string similar to Stopped. + /// Sucht eine lokalisierte Zeichenfolge, die Stopped ähnelt. /// public static string STOPPED { get { @@ -33432,7 +33513,7 @@ public static string STOPPED { } /// - /// Looks up a localized string similar to Storage Adapter. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Adapter ähnelt. /// public static string STORAGE_ADAPTER { get { @@ -33441,7 +33522,7 @@ public static string STORAGE_ADAPTER { } /// - /// Looks up a localized string similar to 7 (Highest). + /// Sucht eine lokalisierte Zeichenfolge, die 7 (Highest) ähnelt. /// public static string STORAGE_BEST { get { @@ -33450,7 +33531,7 @@ public static string STORAGE_BEST { } /// - /// Looks up a localized string similar to Device Position. + /// Sucht eine lokalisierte Zeichenfolge, die Device Position ähnelt. /// public static string STORAGE_DEVICE_POSITION { get { @@ -33459,7 +33540,7 @@ public static string STORAGE_DEVICE_POSITION { } /// - /// Looks up a localized string similar to Disk . + /// Sucht eine lokalisierte Zeichenfolge, die Disk ähnelt. /// public static string STORAGE_DISK { get { @@ -33468,7 +33549,7 @@ public static string STORAGE_DISK { } /// - /// Looks up a localized string similar to The SR '{0}' is in use on '{1}' and cannot be introduced. You must detach the SR from '{1}' before using it again.. + /// Sucht eine lokalisierte Zeichenfolge, die The SR '{0}' is in use on '{1}' and cannot be introduced. You must detach the SR from '{1}' before using it again. ähnelt. /// public static string STORAGE_IN_USE { get { @@ -33477,7 +33558,7 @@ public static string STORAGE_IN_USE { } /// - /// Looks up a localized string similar to Device Path. + /// Sucht eine lokalisierte Zeichenfolge, die Device Path ähnelt. /// public static string STORAGE_PANEL_DEVICE_PATH { get { @@ -33486,7 +33567,7 @@ public static string STORAGE_PANEL_DEVICE_PATH { } /// - /// Looks up a localized string similar to <unknown>. + /// Sucht eine lokalisierte Zeichenfolge, die <unknown> ähnelt. /// public static string STORAGE_PANEL_UNKNOWN { get { @@ -33495,7 +33576,7 @@ public static string STORAGE_PANEL_UNKNOWN { } /// - /// Looks up a localized string similar to Storage Pool. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Pool ähnelt. /// public static string STORAGE_POOL { get { @@ -33504,7 +33585,7 @@ public static string STORAGE_POOL { } /// - /// Looks up a localized string similar to Priority. + /// Sucht eine lokalisierte Zeichenfolge, die Priority ähnelt. /// public static string STORAGE_PRIORITY { get { @@ -33513,7 +33594,7 @@ public static string STORAGE_PRIORITY { } /// - /// Looks up a localized string similar to Choose storage provisioning method. + /// Sucht eine lokalisierte Zeichenfolge, die Choose storage provisioning method ähnelt. /// public static string STORAGE_PROVISIONING_METHOD_TITLE { get { @@ -33522,7 +33603,7 @@ public static string STORAGE_PROVISIONING_METHOD_TITLE { } /// - /// Looks up a localized string similar to Storage Provisioning Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Provisioning Settings ähnelt. /// public static string STORAGE_PROVISIONING_SETTINGS { get { @@ -33531,7 +33612,7 @@ public static string STORAGE_PROVISIONING_SETTINGS { } /// - /// Looks up a localized string similar to Read Only. + /// Sucht eine lokalisierte Zeichenfolge, die Read Only ähnelt. /// public static string STORAGE_READ_ONLY { get { @@ -33540,7 +33621,7 @@ public static string STORAGE_READ_ONLY { } /// - /// Looks up a localized string similar to storage repository '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die storage repository '{0}' ähnelt. /// public static string STORAGE_REPOSITORY_X { get { @@ -33549,7 +33630,7 @@ public static string STORAGE_REPOSITORY_X { } /// - /// Looks up a localized string similar to Storage Repository. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Repository ähnelt. /// public static string STORAGE_SR { get { @@ -33558,7 +33639,7 @@ public static string STORAGE_SR { } /// - /// Looks up a localized string similar to Storage System. + /// Sucht eine lokalisierte Zeichenfolge, die Storage System ähnelt. /// public static string STORAGE_SYSTEM { get { @@ -33567,7 +33648,7 @@ public static string STORAGE_SYSTEM { } /// - /// Looks up a localized string similar to Storage Repositories. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Repositories ähnelt. /// public static string STORAGE_TAB_TITLE { get { @@ -33576,7 +33657,7 @@ public static string STORAGE_TAB_TITLE { } /// - /// Looks up a localized string similar to Type. + /// Sucht eine lokalisierte Zeichenfolge, die Type ähnelt. /// public static string STORAGE_TYPE { get { @@ -33585,7 +33666,7 @@ public static string STORAGE_TYPE { } /// - /// Looks up a localized string similar to Storage Volume. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Volume ähnelt. /// public static string STORAGE_VOLUME { get { @@ -33594,7 +33675,7 @@ public static string STORAGE_VOLUME { } /// - /// Looks up a localized string similar to 0 (Lowest). + /// Sucht eine lokalisierte Zeichenfolge, die 0 (Lowest) ähnelt. /// public static string STORAGE_WORST { get { @@ -33603,7 +33684,7 @@ public static string STORAGE_WORST { } /// - /// Looks up a localized string similar to {0} free of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} free of {1} ähnelt. /// public static string STORAGELINK_POOL_DISK_SPACE { get { @@ -33612,7 +33693,7 @@ public static string STORAGELINK_POOL_DISK_SPACE { } /// - /// Looks up a localized string similar to There is a StorageLink Gateway SR that needs to be reattached.. + /// Sucht eine lokalisierte Zeichenfolge, die There is a StorageLink Gateway SR that needs to be reattached. ähnelt. /// public static string STORAGELINK_SR_NEEDS_REATTACH { get { @@ -33621,7 +33702,7 @@ public static string STORAGELINK_SR_NEEDS_REATTACH { } /// - /// Looks up a localized string similar to StorageLink SR status. + /// Sucht eine lokalisierte Zeichenfolge, die StorageLink SR status ähnelt. /// public static string STORAGELINK_UPGRADE_TEST { get { @@ -33630,7 +33711,7 @@ public static string STORAGELINK_UPGRADE_TEST { } /// - /// Looks up a localized string similar to Storage Pools. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Pools ähnelt. /// public static string STORAGEPOOLS { get { @@ -33639,7 +33720,7 @@ public static string STORAGEPOOLS { } /// - /// Looks up a localized string similar to Storage Volumes. + /// Sucht eine lokalisierte Zeichenfolge, die Storage Volumes ähnelt. /// public static string STORAGEVOLUMES { get { @@ -33648,7 +33729,7 @@ public static string STORAGEVOLUMES { } /// - /// Looks up a localized string similar to {0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} {1} ähnelt. /// public static string STRING_SPACE_STRING { get { @@ -33657,7 +33738,7 @@ public static string STRING_SPACE_STRING { } /// - /// Looks up a localized string similar to , . + /// Sucht eine lokalisierte Zeichenfolge, die , ähnelt. /// public static string STRINGIFY_LIST_INNERSEP { get { @@ -33666,7 +33747,7 @@ public static string STRINGIFY_LIST_INNERSEP { } /// - /// Looks up a localized string similar to and . + /// Sucht eine lokalisierte Zeichenfolge, die and ähnelt. /// public static string STRINGIFY_LIST_LASTSEP { get { @@ -33675,7 +33756,7 @@ public static string STRINGIFY_LIST_LASTSEP { } /// - /// Looks up a localized string similar to succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die succeeded ähnelt. /// public static string SUCCEEDED { get { @@ -33684,7 +33765,7 @@ public static string SUCCEEDED { } /// - /// Looks up a localized string similar to Sunday. + /// Sucht eine lokalisierte Zeichenfolge, die Sunday ähnelt. /// public static string SUNDAY_LONG { get { @@ -33693,7 +33774,7 @@ public static string SUNDAY_LONG { } /// - /// Looks up a localized string similar to Sun. + /// Sucht eine lokalisierte Zeichenfolge, die Sun ähnelt. /// public static string SUNDAY_SHORT { get { @@ -33702,7 +33783,7 @@ public static string SUNDAY_SHORT { } /// - /// Looks up a localized string similar to {0} (version {1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (version {1}) ähnelt. /// public static string SUPP_PACK_DESCRIPTION { get { @@ -33711,9 +33792,9 @@ public static string SUPP_PACK_DESCRIPTION { } /// - /// Looks up a localized string similar to Failed to install supplemental pack '{0}' on '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to install supplemental pack '{0}' on '{1}'. /// - ///Refer to the "[XenServer product] Administrator's Guide" for instructions on how to manually install a supplemental pack on a server.. + ///Refer to the "[XenServer product] Administrator's Guide" for instructions on how to manually install a supplemental pack on a server. ähnelt. /// public static string SUPP_PACK_INSTALL_FAILED { get { @@ -33722,7 +33803,7 @@ public static string SUPP_PACK_INSTALL_FAILED { } /// - /// Looks up a localized string similar to {0} (not installed on {1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (not installed on {1}) ähnelt. /// public static string SUPP_PACK_MISSING_ON { get { @@ -33731,7 +33812,7 @@ public static string SUPP_PACK_MISSING_ON { } /// - /// Looks up a localized string similar to Temporary virtual disk used for the installation of Supplemental Packs. + /// Sucht eine lokalisierte Zeichenfolge, die Temporary virtual disk used for the installation of Supplemental Packs ähnelt. /// public static string SUPP_PACK_TEMP_VDI_DESCRIPTION { get { @@ -33740,7 +33821,7 @@ public static string SUPP_PACK_TEMP_VDI_DESCRIPTION { } /// - /// Looks up a localized string similar to File uploaded to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die File uploaded to '{0}' ähnelt. /// public static string SUPP_PACK_UPLOADED { get { @@ -33749,7 +33830,7 @@ public static string SUPP_PACK_UPLOADED { } /// - /// Looks up a localized string similar to Uploading file. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading file ähnelt. /// public static string SUPP_PACK_UPLOADING { get { @@ -33758,7 +33839,7 @@ public static string SUPP_PACK_UPLOADING { } /// - /// Looks up a localized string similar to Uploading update '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading update '{0}' to '{1}' ähnelt. /// public static string SUPP_PACK_UPLOADING_TO { get { @@ -33767,7 +33848,7 @@ public static string SUPP_PACK_UPLOADING_TO { } /// - /// Looks up a localized string similar to {0} (not the same version on all hosts). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (not the same version on all hosts) ähnelt. /// public static string SUPP_PACK_VERSIONS_DIFFER { get { @@ -33776,7 +33857,7 @@ public static string SUPP_PACK_VERSIONS_DIFFER { } /// - /// Looks up a localized string similar to Suspend. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend ähnelt. /// public static string SUSPEND { get { @@ -33785,7 +33866,7 @@ public static string SUSPEND { } /// - /// Looks up a localized string similar to Preparing to suspend and shut down VMs.... + /// Sucht eine lokalisierte Zeichenfolge, die Preparing to suspend and shut down VMs... ähnelt. /// public static string SUSPEND_SHUTDOWN_VMS_ACTION_DESC { get { @@ -33794,7 +33875,7 @@ public static string SUSPEND_SHUTDOWN_VMS_ACTION_DESC { } /// - /// Looks up a localized string similar to Suspend specified VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend specified VMs ähnelt. /// public static string SUSPEND_SPECIFIED_VMS { get { @@ -33803,7 +33884,7 @@ public static string SUSPEND_SPECIFIED_VMS { } /// - /// Looks up a localized string similar to Suspend VM. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend VM ähnelt. /// public static string SUSPEND_VM { get { @@ -33812,7 +33893,7 @@ public static string SUSPEND_VM { } /// - /// Looks up a localized string similar to Suspend VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Suspend VMs ähnelt. /// public static string SUSPEND_VMS { get { @@ -33821,7 +33902,7 @@ public static string SUSPEND_VMS { } /// - /// Looks up a localized string similar to Suspending VM {0} out of {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Suspending VM {0} out of {1} ähnelt. /// public static string SUSPENDING_VM_OUT_OF { get { @@ -33830,7 +33911,7 @@ public static string SUSPENDING_VM_OUT_OF { } /// - /// Looks up a localized string similar to Switch to an account with the required role and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Switch to an account with the required role and try again. ähnelt. /// public static string SWITCH_ROLE_DESC { get { @@ -33839,7 +33920,7 @@ public static string SWITCH_ROLE_DESC { } /// - /// Looks up a localized string similar to Performing pool database sync. + /// Sucht eine lokalisierte Zeichenfolge, die Performing pool database sync ähnelt. /// public static string SYNCING_DATABASE { get { @@ -33848,7 +33929,7 @@ public static string SYNCING_DATABASE { } /// - /// Looks up a localized string similar to Tags. + /// Sucht eine lokalisierte Zeichenfolge, die Tags ähnelt. /// public static string TAGS { get { @@ -33857,7 +33938,7 @@ public static string TAGS { } /// - /// Looks up a localized string similar to &Take Snapshot. + /// Sucht eine lokalisierte Zeichenfolge, die &Take Snapshot ähnelt. /// public static string TAKE_SNAPSHOT { get { @@ -33866,7 +33947,7 @@ public static string TAKE_SNAPSHOT { } /// - /// Looks up a localized string similar to Take snapshot is not currently allowed.. + /// Sucht eine lokalisierte Zeichenfolge, die Take snapshot is not currently allowed. ähnelt. /// public static string TAKE_SNAPSHOT_ERROR { get { @@ -33875,7 +33956,7 @@ public static string TAKE_SNAPSHOT_ERROR { } /// - /// Looks up a localized string similar to Target. + /// Sucht eine lokalisierte Zeichenfolge, die Target ähnelt. /// public static string TARGET { get { @@ -33884,7 +33965,7 @@ public static string TARGET { } /// - /// Looks up a localized string similar to Target Server. + /// Sucht eine lokalisierte Zeichenfolge, die Target Server ähnelt. /// public static string TARGET_SERVER { get { @@ -33893,7 +33974,7 @@ public static string TARGET_SERVER { } /// - /// Looks up a localized string similar to Tell me more .... + /// Sucht eine lokalisierte Zeichenfolge, die Tell me more ... ähnelt. /// public static string TELL_ME_MORE { get { @@ -33902,7 +33983,7 @@ public static string TELL_ME_MORE { } /// - /// Looks up a localized string similar to Temperature (°C). + /// Sucht eine lokalisierte Zeichenfolge, die Temperature (°C) ähnelt. /// public static string TEMPERATURE { get { @@ -33911,7 +33992,7 @@ public static string TEMPERATURE { } /// - /// Looks up a localized string similar to Template. + /// Sucht eine lokalisierte Zeichenfolge, die Template ähnelt. /// public static string TEMPLATE { get { @@ -33920,7 +34001,7 @@ public static string TEMPLATE { } /// - /// Looks up a localized string similar to Template from snapshot '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Template from snapshot '{0}' ähnelt. /// public static string TEMPLATE_FROM_SNAPSHOT_DEFAULT_NAME { get { @@ -33929,7 +34010,7 @@ public static string TEMPLATE_FROM_SNAPSHOT_DEFAULT_NAME { } /// - /// Looks up a localized string similar to Template General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Template General Properties ähnelt. /// public static string TEMPLATE_GENERAL_TAB_TITLE { get { @@ -33938,7 +34019,7 @@ public static string TEMPLATE_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to Description: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Description: {0} ähnelt. /// public static string TEMPLATE_INFO_DESCRIPTION { get { @@ -33947,7 +34028,7 @@ public static string TEMPLATE_INFO_DESCRIPTION { } /// - /// Looks up a localized string similar to Disk {0}: Size = {1}, SR Type = {2}. + /// Sucht eine lokalisierte Zeichenfolge, die Disk {0}: Size = {1}, SR Type = {2} ähnelt. /// public static string TEMPLATE_INFO_DISK { get { @@ -33956,7 +34037,7 @@ public static string TEMPLATE_INFO_DISK { } /// - /// Looks up a localized string similar to Memory: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Memory: {0} ähnelt. /// public static string TEMPLATE_INFO_MEMORY { get { @@ -33965,7 +34046,7 @@ public static string TEMPLATE_INFO_MEMORY { } /// - /// Looks up a localized string similar to OS: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die OS: {0} ähnelt. /// public static string TEMPLATE_INFO_OS { get { @@ -33974,7 +34055,7 @@ public static string TEMPLATE_INFO_OS { } /// - /// Looks up a localized string similar to [Citrix VM Tools]: Not present. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools]: Not present ähnelt. /// public static string TEMPLATE_INFO_TOOLSNOTPRESENT { get { @@ -33983,7 +34064,7 @@ public static string TEMPLATE_INFO_TOOLSNOTPRESENT { } /// - /// Looks up a localized string similar to [Citrix VM Tools]: Out of date (version {0}.{1} installed). + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools]: Out of date (version {0}.{1} installed) ähnelt. /// public static string TEMPLATE_INFO_TOOLSOLD { get { @@ -33992,7 +34073,7 @@ public static string TEMPLATE_INFO_TOOLSOLD { } /// - /// Looks up a localized string similar to [Citrix VM Tools]: Up to date. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools]: Up to date ähnelt. /// public static string TEMPLATE_INFO_TOOLSUPTODATE { get { @@ -34001,7 +34082,7 @@ public static string TEMPLATE_INFO_TOOLSUPTODATE { } /// - /// Looks up a localized string similar to vCPUs: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die vCPUs: {0} ähnelt. /// public static string TEMPLATE_INFO_VCPUS { get { @@ -34010,7 +34091,7 @@ public static string TEMPLATE_INFO_VCPUS { } /// - /// Looks up a localized string similar to Interface {0}: Network = {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Interface {0}: Network = {1} ähnelt. /// public static string TEMPLATE_INFO_VIF { get { @@ -34019,7 +34100,7 @@ public static string TEMPLATE_INFO_VIF { } /// - /// Looks up a localized string similar to You must install the Linux pack to use this template. + /// Sucht eine lokalisierte Zeichenfolge, die You must install the Linux pack to use this template ähnelt. /// public static string TEMPLATE_LINUX_PACK_NEEDED { get { @@ -34028,7 +34109,7 @@ public static string TEMPLATE_LINUX_PACK_NEEDED { } /// - /// Looks up a localized string similar to <no description>. + /// Sucht eine lokalisierte Zeichenfolge, die <no description> ähnelt. /// public static string TEMPLATE_NO_DESCRIPTION { get { @@ -34037,7 +34118,7 @@ public static string TEMPLATE_NO_DESCRIPTION { } /// - /// Looks up a localized string similar to Terminating session for user '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Terminating session for user '{0}' ähnelt. /// public static string TERMINATING_USER_SESSION { get { @@ -34046,7 +34127,7 @@ public static string TERMINATING_USER_SESSION { } /// - /// Looks up a localized string similar to Test archive target location. + /// Sucht eine lokalisierte Zeichenfolge, die Test archive target location ähnelt. /// public static string TEST_ARCHIVE_LOCATION { get { @@ -34055,7 +34136,7 @@ public static string TEST_ARCHIVE_LOCATION { } /// - /// Looks up a localized string similar to Text. + /// Sucht eine lokalisierte Zeichenfolge, die Text ähnelt. /// public static string TEXT { get { @@ -34064,7 +34145,7 @@ public static string TEXT { } /// - /// Looks up a localized string similar to the snapshot '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die the snapshot '{0}' ähnelt. /// public static string THE_SNAPSHOT { get { @@ -34073,7 +34154,7 @@ public static string THE_SNAPSHOT { } /// - /// Looks up a localized string similar to This VM is currently part of the snapshot schedule '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is currently part of the snapshot schedule '{0}' ähnelt. /// public static string THIS_VM_IS_IN_VMSS { get { @@ -34082,7 +34163,7 @@ public static string THIS_VM_IS_IN_VMSS { } /// - /// Looks up a localized string similar to This VM is not currently part of a snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is not currently part of a snapshot schedule ähnelt. /// public static string THIS_VM_IS_NOT_IN_VMSS { get { @@ -34091,7 +34172,7 @@ public static string THIS_VM_IS_NOT_IN_VMSS { } /// - /// Looks up a localized string similar to is this week. + /// Sucht eine lokalisierte Zeichenfolge, die is this week ähnelt. /// public static string THIS_WEEK { get { @@ -34100,7 +34181,7 @@ public static string THIS_WEEK { } /// - /// Looks up a localized string similar to Thursday. + /// Sucht eine lokalisierte Zeichenfolge, die Thursday ähnelt. /// public static string THURSDAY_LONG { get { @@ -34109,7 +34190,7 @@ public static string THURSDAY_LONG { } /// - /// Looks up a localized string similar to Thu. + /// Sucht eine lokalisierte Zeichenfolge, die Thu ähnelt. /// public static string THURSDAY_SHORT { get { @@ -34118,7 +34199,7 @@ public static string THURSDAY_SHORT { } /// - /// Looks up a localized string similar to {0} day. + /// Sucht eine lokalisierte Zeichenfolge, die {0} day ähnelt. /// public static string TIME_DAY { get { @@ -34127,7 +34208,7 @@ public static string TIME_DAY { } /// - /// Looks up a localized string similar to {0} days. + /// Sucht eine lokalisierte Zeichenfolge, die {0} days ähnelt. /// public static string TIME_DAYS { get { @@ -34136,7 +34217,7 @@ public static string TIME_DAYS { } /// - /// Looks up a localized string similar to {0} hour. + /// Sucht eine lokalisierte Zeichenfolge, die {0} hour ähnelt. /// public static string TIME_HOUR { get { @@ -34145,7 +34226,7 @@ public static string TIME_HOUR { } /// - /// Looks up a localized string similar to {0} hours. + /// Sucht eine lokalisierte Zeichenfolge, die {0} hours ähnelt. /// public static string TIME_HOURS { get { @@ -34154,7 +34235,7 @@ public static string TIME_HOURS { } /// - /// Looks up a localized string similar to {0} minute. + /// Sucht eine lokalisierte Zeichenfolge, die {0} minute ähnelt. /// public static string TIME_MINUTE { get { @@ -34163,7 +34244,7 @@ public static string TIME_MINUTE { } /// - /// Looks up a localized string similar to {0} minutes. + /// Sucht eine lokalisierte Zeichenfolge, die {0} minutes ähnelt. /// public static string TIME_MINUTES { get { @@ -34172,7 +34253,7 @@ public static string TIME_MINUTES { } /// - /// Looks up a localized string similar to {0} months. + /// Sucht eine lokalisierte Zeichenfolge, die {0} months ähnelt. /// public static string TIME_MONTHS { get { @@ -34181,7 +34262,7 @@ public static string TIME_MONTHS { } /// - /// Looks up a localized string similar to Negligible. + /// Sucht eine lokalisierte Zeichenfolge, die Negligible ähnelt. /// public static string TIME_NEGLIGIBLE { get { @@ -34190,7 +34271,7 @@ public static string TIME_NEGLIGIBLE { } /// - /// Looks up a localized string similar to {0} - {1} minutes. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - {1} minutes ähnelt. /// public static string TIME_RANGE_MINUTES { get { @@ -34199,7 +34280,7 @@ public static string TIME_RANGE_MINUTES { } /// - /// Looks up a localized string similar to {0} - {1} seconds. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - {1} seconds ähnelt. /// public static string TIME_RANGE_SECONDS { get { @@ -34208,7 +34289,7 @@ public static string TIME_RANGE_SECONDS { } /// - /// Looks up a localized string similar to {0} seconds. + /// Sucht eine lokalisierte Zeichenfolge, die {0} seconds ähnelt. /// public static string TIME_SECONDS { get { @@ -34217,7 +34298,7 @@ public static string TIME_SECONDS { } /// - /// Looks up a localized string similar to TimeStamp. + /// Sucht eine lokalisierte Zeichenfolge, die TimeStamp ähnelt. /// public static string TIMESTAMP { get { @@ -34226,7 +34307,7 @@ public static string TIMESTAMP { } /// - /// Looks up a localized string similar to Title. + /// Sucht eine lokalisierte Zeichenfolge, die Title ähnelt. /// public static string TITLE { get { @@ -34235,7 +34316,7 @@ public static string TITLE { } /// - /// Looks up a localized string similar to is today. + /// Sucht eine lokalisierte Zeichenfolge, die is today ähnelt. /// public static string TODAY { get { @@ -34244,7 +34325,7 @@ public static string TODAY { } /// - /// Looks up a localized string similar to Virtualization. + /// Sucht eine lokalisierte Zeichenfolge, die Virtualization ähnelt. /// public static string TOOLS_STATUS { get { @@ -34253,7 +34334,7 @@ public static string TOOLS_STATUS { } /// - /// Looks up a localized string similar to Networks cannot be activated while the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Networks cannot be activated while the VM is suspended ähnelt. /// public static string TOOLTIP_ACTIVATE_VIF_SUSPENDED { get { @@ -34262,7 +34343,7 @@ public static string TOOLTIP_ACTIVATE_VIF_SUSPENDED { } /// - /// Looks up a localized string similar to Networks cannot be activated on a running VM without tools installed. + /// Sucht eine lokalisierte Zeichenfolge, die Networks cannot be activated on a running VM without tools installed ähnelt. /// public static string TOOLTIP_ACTIVATE_VIF_TOOLS { get { @@ -34271,7 +34352,7 @@ public static string TOOLTIP_ACTIVATE_VIF_TOOLS { } /// - /// Looks up a localized string similar to Disks cannot be activated or deactivated while the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be activated or deactivated while the VM is suspended ähnelt. /// public static string TOOLTIP_DEACTIVATE_SUSPENDED { get { @@ -34280,7 +34361,7 @@ public static string TOOLTIP_DEACTIVATE_SUSPENDED { } /// - /// Looks up a localized string similar to System disks cannot be activated or deactivated while the VM is running. + /// Sucht eine lokalisierte Zeichenfolge, die System disks cannot be activated or deactivated while the VM is running ähnelt. /// public static string TOOLTIP_DEACTIVATE_SYSVDI { get { @@ -34289,7 +34370,7 @@ public static string TOOLTIP_DEACTIVATE_SYSVDI { } /// - /// Looks up a localized string similar to Disks cannot be activated or deactivated from running VMs without [Citrix VM Tools] installed. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be activated or deactivated from running VMs without [Citrix VM Tools] installed ähnelt. /// public static string TOOLTIP_DEACTIVATE_VDI_NEED_TOOLS { get { @@ -34298,7 +34379,7 @@ public static string TOOLTIP_DEACTIVATE_VDI_NEED_TOOLS { } /// - /// Looks up a localized string similar to Networks cannot be deactivated while the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Networks cannot be deactivated while the VM is suspended ähnelt. /// public static string TOOLTIP_DEACTIVATE_VIF_SUSPENDED { get { @@ -34307,7 +34388,7 @@ public static string TOOLTIP_DEACTIVATE_VIF_SUSPENDED { } /// - /// Looks up a localized string similar to Networks cannot be deactivated on a running VM without tools installed. + /// Sucht eine lokalisierte Zeichenfolge, die Networks cannot be deactivated on a running VM without tools installed ähnelt. /// public static string TOOLTIP_DEACTIVATE_VIF_TOOLS { get { @@ -34316,7 +34397,7 @@ public static string TOOLTIP_DEACTIVATE_VIF_TOOLS { } /// - /// Looks up a localized string similar to Disks cannot be deleted while the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be deleted while the VM is suspended ähnelt. /// public static string TOOLTIP_DELETE_SUSPENDED { get { @@ -34325,7 +34406,7 @@ public static string TOOLTIP_DELETE_SUSPENDED { } /// - /// Looks up a localized string similar to System disks cannot be deleted while the VM is running. + /// Sucht eine lokalisierte Zeichenfolge, die System disks cannot be deleted while the VM is running ähnelt. /// public static string TOOLTIP_DELETE_SYSVDI { get { @@ -34334,7 +34415,7 @@ public static string TOOLTIP_DELETE_SYSVDI { } /// - /// Looks up a localized string similar to Disks cannot be deleted from running VMs without [Citrix VM Tools] installed. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be deleted from running VMs without [Citrix VM Tools] installed ähnelt. /// public static string TOOLTIP_DELETE_VDI_NEED_TOOLS { get { @@ -34343,7 +34424,7 @@ public static string TOOLTIP_DELETE_VDI_NEED_TOOLS { } /// - /// Looks up a localized string similar to Disks cannot be removed while the VM is suspended. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be removed while the VM is suspended ähnelt. /// public static string TOOLTIP_DETACH_SUSPENDED { get { @@ -34352,7 +34433,7 @@ public static string TOOLTIP_DETACH_SUSPENDED { } /// - /// Looks up a localized string similar to System disks cannot be detached while the VM is running. + /// Sucht eine lokalisierte Zeichenfolge, die System disks cannot be detached while the VM is running ähnelt. /// public static string TOOLTIP_DETACH_SYSVDI { get { @@ -34361,7 +34442,7 @@ public static string TOOLTIP_DETACH_SYSVDI { } /// - /// Looks up a localized string similar to Disks must be deactivated before detaching.. + /// Sucht eine lokalisierte Zeichenfolge, die Disks must be deactivated before detaching. ähnelt. /// public static string TOOLTIP_DETACH_VDI_MUST_DEACTIVATE { get { @@ -34370,7 +34451,7 @@ public static string TOOLTIP_DETACH_VDI_MUST_DEACTIVATE { } /// - /// Looks up a localized string similar to Disks cannot be removed from running VMs without [Citrix VM Tools] installed. + /// Sucht eine lokalisierte Zeichenfolge, die Disks cannot be removed from running VMs without [Citrix VM Tools] installed ähnelt. /// public static string TOOLTIP_DETACH_VDI_NEED_TOOLS { get { @@ -34379,7 +34460,7 @@ public static string TOOLTIP_DETACH_VDI_NEED_TOOLS { } /// - /// Looks up a localized string similar to I/O drivers must be installed to edit a network on a running VM. + /// Sucht eine lokalisierte Zeichenfolge, die I/O drivers must be installed to edit a network on a running VM ähnelt. /// public static string TOOLTIP_EDIT_NETWORK_IO_DRIVERS { get { @@ -34388,7 +34469,7 @@ public static string TOOLTIP_EDIT_NETWORK_IO_DRIVERS { } /// - /// Looks up a localized string similar to [Citrix VM Tools] must be installed to edit a network on a running VM. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] must be installed to edit a network on a running VM ähnelt. /// public static string TOOLTIP_EDIT_NETWORK_TOOLS { get { @@ -34397,7 +34478,7 @@ public static string TOOLTIP_EDIT_NETWORK_TOOLS { } /// - /// Looks up a localized string similar to Default templates support a maximum of {0} networks at VM creation. + /// Sucht eine lokalisierte Zeichenfolge, die Default templates support a maximum of {0} networks at VM creation ähnelt. /// public static string TOOLTIP_MAX_NETWORKS_FROM_DEFAULT_TEMPLATE { get { @@ -34406,7 +34487,7 @@ public static string TOOLTIP_MAX_NETWORKS_FROM_DEFAULT_TEMPLATE { } /// - /// Looks up a localized string similar to The maximum number of networks for this template has been reached.. + /// Sucht eine lokalisierte Zeichenfolge, die The maximum number of networks for this template has been reached. ähnelt. /// public static string TOOLTIP_MAX_NETWORKS_FROM_TEMPLATE { get { @@ -34415,7 +34496,7 @@ public static string TOOLTIP_MAX_NETWORKS_FROM_TEMPLATE { } /// - /// Looks up a localized string similar to [XenServer] only supports {0} NICs per Bond.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] only supports {0} NICs per Bond. ähnelt. /// public static string TOOLTIP_NICS_PER_BOND_LIMIT { get { @@ -34424,7 +34505,7 @@ public static string TOOLTIP_NICS_PER_BOND_LIMIT { } /// - /// Looks up a localized string similar to I/O drivers must be installed to remove a network on a running VM. + /// Sucht eine lokalisierte Zeichenfolge, die I/O drivers must be installed to remove a network on a running VM ähnelt. /// public static string TOOLTIP_REMOVE_NETWORK_IO_DRIVERS { get { @@ -34433,7 +34514,7 @@ public static string TOOLTIP_REMOVE_NETWORK_IO_DRIVERS { } /// - /// Looks up a localized string similar to Networks cannot be removed from suspended VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Networks cannot be removed from suspended VMs ähnelt. /// public static string TOOLTIP_REMOVE_NETWORK_SUSPENDED { get { @@ -34442,7 +34523,7 @@ public static string TOOLTIP_REMOVE_NETWORK_SUSPENDED { } /// - /// Looks up a localized string similar to [Citrix VM Tools] must be installed to remove a network on a running VM. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] must be installed to remove a network on a running VM ähnelt. /// public static string TOOLTIP_REMOVE_NETWORK_TOOLS { get { @@ -34451,7 +34532,7 @@ public static string TOOLTIP_REMOVE_NETWORK_TOOLS { } /// - /// Looks up a localized string similar to This network cannot be removed because it is a physical device. + /// Sucht eine lokalisierte Zeichenfolge, die This network cannot be removed because it is a physical device ähnelt. /// public static string TOOLTIP_REMOVE_PIF { get { @@ -34460,7 +34541,7 @@ public static string TOOLTIP_REMOVE_PIF { } /// - /// Looks up a localized string similar to Reclaiming freed space not supported on this SR. + /// Sucht eine lokalisierte Zeichenfolge, die Reclaiming freed space not supported on this SR ähnelt. /// public static string TOOLTIP_SR_TRIM_UNSUPPORTED { get { @@ -34469,7 +34550,7 @@ public static string TOOLTIP_SR_TRIM_UNSUPPORTED { } /// - /// Looks up a localized string similar to Reclaiming freed space not supported on these SRs. + /// Sucht eine lokalisierte Zeichenfolge, die Reclaiming freed space not supported on these SRs ähnelt. /// public static string TOOLTIP_SR_TRIM_UNSUPPORTED_MULTIPLE { get { @@ -34478,7 +34559,7 @@ public static string TOOLTIP_SR_TRIM_UNSUPPORTED_MULTIPLE { } /// - /// Looks up a localized string similar to Views and Saved Searches. + /// Sucht eine lokalisierte Zeichenfolge, die Views and Saved Searches ähnelt. /// public static string TREESEARCHBOX_DROPDOWN_TOOLTIP { get { @@ -34487,7 +34568,7 @@ public static string TREESEARCHBOX_DROPDOWN_TOOLTIP { } /// - /// Looks up a localized string similar to True. + /// Sucht eine lokalisierte Zeichenfolge, die True ähnelt. /// public static string TRUE { get { @@ -34496,7 +34577,7 @@ public static string TRUE { } /// - /// Looks up a localized string similar to trusted. + /// Sucht eine lokalisierte Zeichenfolge, die trusted ähnelt. /// public static string TRUSTED { get { @@ -34505,7 +34586,7 @@ public static string TRUSTED { } /// - /// Looks up a localized string similar to Tuesday. + /// Sucht eine lokalisierte Zeichenfolge, die Tuesday ähnelt. /// public static string TUESDAY_LONG { get { @@ -34514,7 +34595,7 @@ public static string TUESDAY_LONG { } /// - /// Looks up a localized string similar to Tue. + /// Sucht eine lokalisierte Zeichenfolge, die Tue ähnelt. /// public static string TUESDAY_SHORT { get { @@ -34523,7 +34604,7 @@ public static string TUESDAY_SHORT { } /// - /// Looks up a localized string similar to Turn HA off. + /// Sucht eine lokalisierte Zeichenfolge, die Turn HA off ähnelt. /// public static string TURN_HA_OFF { get { @@ -34532,7 +34613,7 @@ public static string TURN_HA_OFF { } /// - /// Looks up a localized string similar to Select the network on which the temporary VM (Transfer VM) used to perform the export operation will run.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the network on which the temporary VM (Transfer VM) used to perform the export operation will run. ähnelt. /// public static string TVM_PAGE_DESCRIPTION_EXPORT { get { @@ -34541,7 +34622,7 @@ public static string TVM_PAGE_DESCRIPTION_EXPORT { } /// - /// Looks up a localized string similar to Select the network on which the temporary VM (Transfer VM) used to perform the import operation will run.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the network on which the temporary VM (Transfer VM) used to perform the import operation will run. ähnelt. /// public static string TVM_PAGE_DESCRIPTION_IMPORT { get { @@ -34550,7 +34631,7 @@ public static string TVM_PAGE_DESCRIPTION_IMPORT { } /// - /// Looks up a localized string similar to Transfer VM Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Transfer VM Settings ähnelt. /// public static string TVM_PAGE_TEXT { get { @@ -34559,7 +34640,7 @@ public static string TVM_PAGE_TEXT { } /// - /// Looks up a localized string similar to Configure networking options for the Transfer VM. + /// Sucht eine lokalisierte Zeichenfolge, die Configure networking options for the Transfer VM ähnelt. /// public static string TVM_PAGE_TITLE { get { @@ -34568,7 +34649,7 @@ public static string TVM_PAGE_TITLE { } /// - /// Looks up a localized string similar to Type. + /// Sucht eine lokalisierte Zeichenfolge, die Type ähnelt. /// public static string TYPE { get { @@ -34577,7 +34658,7 @@ public static string TYPE { } /// - /// Looks up a localized string similar to Import an appliance from an OVF or OVA package.. + /// Sucht eine lokalisierte Zeichenfolge, die Import an appliance from an OVF or OVA package. ähnelt. /// public static string TYPE_PAGE_DESCRIPTION_HEADER_OVF { get { @@ -34586,7 +34667,7 @@ public static string TYPE_PAGE_DESCRIPTION_HEADER_OVF { } /// - /// Looks up a localized string similar to . + /// Sucht eine lokalisierte Zeichenfolge, die ähnelt. /// public static string TYPE_PAGE_DESCRIPTION_HEADER_VHD { get { @@ -34595,7 +34676,7 @@ public static string TYPE_PAGE_DESCRIPTION_HEADER_VHD { } /// - /// Looks up a localized string similar to Import a locally stored VM, template or snapshot as a new VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Import a locally stored VM, template or snapshot as a new VM. ähnelt. /// public static string TYPE_PAGE_DESCRIPTION_HEADER_XVA { get { @@ -34604,7 +34685,7 @@ public static string TYPE_PAGE_DESCRIPTION_HEADER_XVA { } /// - /// Looks up a localized string similar to Types. + /// Sucht eine lokalisierte Zeichenfolge, die Types ähnelt. /// public static string TYPES { get { @@ -34613,7 +34694,7 @@ public static string TYPES { } /// - /// Looks up a localized string similar to UEFI Boot. + /// Sucht eine lokalisierte Zeichenfolge, die UEFI Boot ähnelt. /// public static string UEFI_BOOT { get { @@ -34622,7 +34703,7 @@ public static string UEFI_BOOT { } /// - /// Looks up a localized string similar to UEFI Secure Boot. + /// Sucht eine lokalisierte Zeichenfolge, die UEFI Secure Boot ähnelt. /// public static string UEFI_SECURE_BOOT { get { @@ -34631,9 +34712,9 @@ public static string UEFI_SECURE_BOOT { } /// - /// Looks up a localized string similar to [XenCenter] was unable to import a saved search from file '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] was unable to import a saved search from file '{0}'. /// - ///Verify that the file is a valid {1} export.. + ///Verify that the file is a valid {1} export. ähnelt. /// public static string UNABLE_TO_IMPORT_SEARCH { get { @@ -34642,7 +34723,7 @@ public static string UNABLE_TO_IMPORT_SEARCH { } /// - /// Looks up a localized string similar to Not available. + /// Sucht eine lokalisierte Zeichenfolge, die Not available ähnelt. /// public static string UNAVAILABLE { get { @@ -34651,7 +34732,7 @@ public static string UNAVAILABLE { } /// - /// Looks up a localized string similar to [XenCenter] will uncompress the file to '{0}'. After uncompression the original file '{1}' will be deleted. Continue?. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] will uncompress the file to '{0}'. After uncompression the original file '{1}' will be deleted. Continue? ähnelt. /// public static string UNCOMPRESS_APPLIANCE_DESCRIPTION { get { @@ -34660,7 +34741,7 @@ public static string UNCOMPRESS_APPLIANCE_DESCRIPTION { } /// - /// Looks up a localized string similar to Delete. + /// Sucht eine lokalisierte Zeichenfolge, die Delete ähnelt. /// public static string UNINSTALL { get { @@ -34669,7 +34750,7 @@ public static string UNINSTALL { } /// - /// Looks up a localized string similar to Unknown. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown ähnelt. /// public static string UNKNOWN { get { @@ -34678,7 +34759,7 @@ public static string UNKNOWN { } /// - /// Looks up a localized string similar to <unknown AD user>. + /// Sucht eine lokalisierte Zeichenfolge, die <unknown AD user> ähnelt. /// public static string UNKNOWN_AD_USER { get { @@ -34687,7 +34768,7 @@ public static string UNKNOWN_AD_USER { } /// - /// Looks up a localized string similar to unknown object. + /// Sucht eine lokalisierte Zeichenfolge, die unknown object ähnelt. /// public static string UNKNOWN_OBJECT { get { @@ -34696,7 +34777,7 @@ public static string UNKNOWN_OBJECT { } /// - /// Looks up a localized string similar to Unlimited. + /// Sucht eine lokalisierte Zeichenfolge, die Unlimited ähnelt. /// public static string UNLIMITED { get { @@ -34705,7 +34786,7 @@ public static string UNLIMITED { } /// - /// Looks up a localized string similar to Unrecognised plugin version '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Unrecognised plugin version '{0}' ähnelt. /// public static string UNRECOGNISED_PLUGIN_VERSION { get { @@ -34714,7 +34795,7 @@ public static string UNRECOGNISED_PLUGIN_VERSION { } /// - /// Looks up a localized string similar to Unsupported SR type. + /// Sucht eine lokalisierte Zeichenfolge, die Unsupported SR type ähnelt. /// public static string UNSUPPORTED_SR_TYPE { get { @@ -34723,7 +34804,7 @@ public static string UNSUPPORTED_SR_TYPE { } /// - /// Looks up a localized string similar to Untag Ob&ject. + /// Sucht eine lokalisierte Zeichenfolge, die Untag Ob&ject ähnelt. /// public static string UNTAG { get { @@ -34732,7 +34813,7 @@ public static string UNTAG { } /// - /// Looks up a localized string similar to Untag Ob&jects. + /// Sucht eine lokalisierte Zeichenfolge, die Untag Ob&jects ähnelt. /// public static string UNTAG_OBJECTS { get { @@ -34741,7 +34822,7 @@ public static string UNTAG_OBJECTS { } /// - /// Looks up a localized string similar to Until next restart {0}; after restart {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Until next restart {0}; after restart {1} ähnelt. /// public static string UNTIL_RESTART_X_AFTER_RESTART_Y { get { @@ -34750,9 +34831,9 @@ public static string UNTIL_RESTART_X_AFTER_RESTART_Y { } /// - /// Looks up a localized string similar to You have applied filters to the list of updates. Do you want to dismiss all updates from every connected server, or only the updates you have chosen to view? In both cases the dismissed updates will be removed from the servers permanently. + /// Sucht eine lokalisierte Zeichenfolge, die You have applied filters to the list of updates. Do you want to dismiss all updates from every connected server, or only the updates you have chosen to view? In both cases the dismissed updates will be removed from the servers permanently. /// - ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected. ähnelt. /// public static string UPDATE_DISMISS_ALL_CONTINUE { get { @@ -34761,9 +34842,9 @@ public static string UPDATE_DISMISS_ALL_CONTINUE { } /// - /// Looks up a localized string similar to This operation will remove permanently all updates from every connected server. Do you want to continue? + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove permanently all updates from every connected server. Do you want to continue? /// - ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected. ähnelt. /// public static string UPDATE_DISMISS_ALL_NO_FILTER_CONTINUE { get { @@ -34772,7 +34853,7 @@ public static string UPDATE_DISMISS_ALL_NO_FILTER_CONTINUE { } /// - /// Looks up a localized string similar to Are you sure you want to dismiss this update?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to dismiss this update? ähnelt. /// public static string UPDATE_DISMISS_CONFIRM { get { @@ -34781,9 +34862,9 @@ public static string UPDATE_DISMISS_CONFIRM { } /// - /// Looks up a localized string similar to This operation will remove the selected updates from the servers permanently. Do you want to continue? + /// Sucht eine lokalisierte Zeichenfolge, die This operation will remove the selected updates from the servers permanently. Do you want to continue? /// - ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected.. + ///Note that if RBAC is enabled, only updates which you have privileges to dismiss will be affected. ähnelt. /// public static string UPDATE_DISMISS_SELECTED_CONFIRM { get { @@ -34792,7 +34873,7 @@ public static string UPDATE_DISMISS_SELECTED_CONFIRM { } /// - /// Looks up a localized string similar to Failed to introduce the update.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to introduce the update. ähnelt. /// public static string UPDATE_ERROR_INTRODUCE { get { @@ -34801,7 +34882,7 @@ public static string UPDATE_ERROR_INTRODUCE { } /// - /// Looks up a localized string similar to You have applied filters to the list of updates. Do you want to export all updates from every connected server, or only the updates you have chosen to view?. + /// Sucht eine lokalisierte Zeichenfolge, die You have applied filters to the list of updates. Do you want to export all updates from every connected server, or only the updates you have chosen to view? ähnelt. /// public static string UPDATE_EXPORT_ALL_OR_FILTERED { get { @@ -34810,7 +34891,7 @@ public static string UPDATE_EXPORT_ALL_OR_FILTERED { } /// - /// Looks up a localized string similar to {0}: This update is not compatible with this server version.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This update is not compatible with this server version. ähnelt. /// public static string UPDATE_FOR_DIFFERENT_XENSERVER_VERSION { get { @@ -34819,7 +34900,7 @@ public static string UPDATE_FOR_DIFFERENT_XENSERVER_VERSION { } /// - /// Looks up a localized string similar to Cannot remove an update which is applied to any servers.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot remove an update which is applied to any servers. ähnelt. /// public static string UPDATE_MANAGER_CANNOT_REMOVE_APPLIED_PATCH { get { @@ -34828,7 +34909,7 @@ public static string UPDATE_MANAGER_CANNOT_REMOVE_APPLIED_PATCH { } /// - /// Looks up a localized string similar to Update performance monitoring configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Update performance monitoring configuration ähnelt. /// public static string UPDATE_PERFMON { get { @@ -34837,7 +34918,7 @@ public static string UPDATE_PERFMON { } /// - /// Looks up a localized string similar to Saving properties of {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Saving properties of {0} ähnelt. /// public static string UPDATE_PROPERTIES { get { @@ -34846,7 +34927,7 @@ public static string UPDATE_PROPERTIES { } /// - /// Looks up a localized string similar to Update server unreachable or network connectivity error. Please deselect the updates application checkbox on the previous page and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Update server unreachable or network connectivity error. Please deselect the updates application checkbox on the previous page and try again. ähnelt. /// public static string UPDATE_SERVER_NOT_REACHABLE { get { @@ -34855,7 +34936,7 @@ public static string UPDATE_SERVER_NOT_REACHABLE { } /// - /// Looks up a localized string similar to Temporary virtual disk used for the installation of an update. + /// Sucht eine lokalisierte Zeichenfolge, die Temporary virtual disk used for the installation of an update ähnelt. /// public static string UPDATE_TEMP_VDI_DESCRIPTION { get { @@ -34864,7 +34945,7 @@ public static string UPDATE_TEMP_VDI_DESCRIPTION { } /// - /// Looks up a localized string similar to Update {0} was successfully installed. + /// Sucht eine lokalisierte Zeichenfolge, die Update {0} was successfully installed ähnelt. /// public static string UPDATE_WAS_SUCCESSFULLY_INSTALLED { get { @@ -34873,7 +34954,7 @@ public static string UPDATE_WAS_SUCCESSFULLY_INSTALLED { } /// - /// Looks up a localized string similar to Up to date. + /// Sucht eine lokalisierte Zeichenfolge, die Up to date ähnelt. /// public static string UPDATED { get { @@ -34882,7 +34963,7 @@ public static string UPDATED { } /// - /// Looks up a localized string similar to Updated performance monitoring configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Updated performance monitoring configuration ähnelt. /// public static string UPDATED_PERFMON { get { @@ -34891,7 +34972,7 @@ public static string UPDATED_PERFMON { } /// - /// Looks up a localized string similar to Saved properties of {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die Saved properties of {0}. ähnelt. /// public static string UPDATED_PROPERTIES { get { @@ -34900,7 +34981,7 @@ public static string UPDATED_PROPERTIES { } /// - /// Looks up a localized string similar to Updates. + /// Sucht eine lokalisierte Zeichenfolge, die Updates ähnelt. /// public static string UPDATES { get { @@ -34909,7 +34990,7 @@ public static string UPDATES { } /// - /// Looks up a localized string similar to Automatically check for [XenServer] or [XenCenter] updates. + /// Sucht eine lokalisierte Zeichenfolge, die Automatically check for [XenServer] or [XenCenter] updates ähnelt. /// public static string UPDATES_DESC { get { @@ -34918,8 +34999,8 @@ public static string UPDATES_DESC { } /// - /// Looks up a localized string similar to For the update to take effect after application, the following action is required: - /// . + /// Sucht eine lokalisierte Zeichenfolge, die For the update to take effect after application, the following action is required: + /// ähnelt. /// public static string UPDATES_DIALOG_ACTION_REQUIRED { get { @@ -34928,7 +35009,7 @@ public static string UPDATES_DIALOG_ACTION_REQUIRED { } /// - /// Looks up a localized string similar to {0} - installed ({1}). + /// Sucht eine lokalisierte Zeichenfolge, die {0} - installed ({1}) ähnelt. /// public static string UPDATES_DIALOG_APPLIED { get { @@ -34937,7 +35018,7 @@ public static string UPDATES_DIALOG_APPLIED { } /// - /// Looks up a localized string similar to Fully installed. + /// Sucht eine lokalisierte Zeichenfolge, die Fully installed ähnelt. /// public static string UPDATES_DIALOG_FULLY_APPLIED_PROMPT { get { @@ -34946,7 +35027,7 @@ public static string UPDATES_DIALOG_FULLY_APPLIED_PROMPT { } /// - /// Looks up a localized string similar to {0} - not installed. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - not installed ähnelt. /// public static string UPDATES_DIALOG_NOT_APPLIED { get { @@ -34955,7 +35036,7 @@ public static string UPDATES_DIALOG_NOT_APPLIED { } /// - /// Looks up a localized string similar to Not applied. Click here to apply. + /// Sucht eine lokalisierte Zeichenfolge, die Not applied. Click here to apply ähnelt. /// public static string UPDATES_DIALOG_NOT_APPLIED_PROMPT { get { @@ -34964,7 +35045,7 @@ public static string UPDATES_DIALOG_NOT_APPLIED_PROMPT { } /// - /// Looks up a localized string similar to Partially installed. Click here to re-apply. + /// Sucht eine lokalisierte Zeichenfolge, die Partially installed. Click here to re-apply ähnelt. /// public static string UPDATES_DIALOG_PARTIALLY_APPLIED_PROMPT { get { @@ -34973,7 +35054,7 @@ public static string UPDATES_DIALOG_PARTIALLY_APPLIED_PROMPT { } /// - /// Looks up a localized string similar to Pending updates. Click here to apply. + /// Sucht eine lokalisierte Zeichenfolge, die Pending updates. Click here to apply ähnelt. /// public static string UPDATES_DIALOG_PENDING_UPDATES_PROMPT { get { @@ -34982,7 +35063,7 @@ public static string UPDATES_DIALOG_PENDING_UPDATES_PROMPT { } /// - /// Looks up a localized string similar to After applying this update, all servers must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After applying this update, all servers must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_ALL_HOSTS { get { @@ -34991,7 +35072,7 @@ public static string UPDATES_DIALOG_RESTART_ALL_HOSTS { } /// - /// Looks up a localized string similar to After installing this update, all Windows VMs must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, all Windows VMs must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_ALL_HVM_VMS { get { @@ -35000,7 +35081,7 @@ public static string UPDATES_DIALOG_RESTART_ALL_HVM_VMS { } /// - /// Looks up a localized string similar to After applying this update, all Linux VMs must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After applying this update, all Linux VMs must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_ALL_PV_VMS { get { @@ -35009,7 +35090,7 @@ public static string UPDATES_DIALOG_RESTART_ALL_PV_VMS { } /// - /// Looks up a localized string similar to After installing this update, all VMs must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, all VMs must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_ALL_VMS { get { @@ -35018,7 +35099,7 @@ public static string UPDATES_DIALOG_RESTART_ALL_VMS { } /// - /// Looks up a localized string similar to After installing this update, server '{0}' must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, server '{0}' must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_HOST { get { @@ -35027,7 +35108,7 @@ public static string UPDATES_DIALOG_RESTART_HOST { } /// - /// Looks up a localized string similar to After installing this update, all Windows VMs on server '{0}' must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, all Windows VMs on server '{0}' must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_HVM_VMS_ON_HOST { get { @@ -35036,7 +35117,7 @@ public static string UPDATES_DIALOG_RESTART_HVM_VMS_ON_HOST { } /// - /// Looks up a localized string similar to After installing this update, all VMs on server '{0}' must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, all VMs on server '{0}' must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_PV_VMS_ON_HOST { get { @@ -35045,7 +35126,7 @@ public static string UPDATES_DIALOG_RESTART_PV_VMS_ON_HOST { } /// - /// Looks up a localized string similar to After installing this update, all VMs on server '{0}' must be restarted.. + /// Sucht eine lokalisierte Zeichenfolge, die After installing this update, all VMs on server '{0}' must be restarted. ähnelt. /// public static string UPDATES_DIALOG_RESTART_VMS_ON_HOST { get { @@ -35054,7 +35135,7 @@ public static string UPDATES_DIALOG_RESTART_VMS_ON_HOST { } /// - /// Looks up a localized string similar to Download and Install. + /// Sucht eine lokalisierte Zeichenfolge, die Download and Install ähnelt. /// public static string UPDATES_DOWNLOAD_AND_INSTALL { get { @@ -35063,7 +35144,7 @@ public static string UPDATES_DOWNLOAD_AND_INSTALL { } /// - /// Looks up a localized string similar to Download [XenCenter]. + /// Sucht eine lokalisierte Zeichenfolge, die Download [XenCenter] ähnelt. /// public static string UPDATES_DOWNLOAD_REQUIRED_XENCENTER { get { @@ -35072,7 +35153,7 @@ public static string UPDATES_DOWNLOAD_REQUIRED_XENCENTER { } /// - /// Looks up a localized string similar to Install Update. + /// Sucht eine lokalisierte Zeichenfolge, die Install Update ähnelt. /// public static string UPDATES_WIZARD { get { @@ -35081,7 +35162,7 @@ public static string UPDATES_WIZARD { } /// - /// Looks up a localized string similar to Actions for server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Actions for server '{0}' ähnelt. /// public static string UPDATES_WIZARD_ACTIONS_FOR_HOST { get { @@ -35090,7 +35171,7 @@ public static string UPDATES_WIZARD_ACTIONS_FOR_HOST { } /// - /// Looks up a localized string similar to Installed update. + /// Sucht eine lokalisierte Zeichenfolge, die Installed update ähnelt. /// public static string UPDATES_WIZARD_APPLIED_UPDATE { get { @@ -35099,7 +35180,7 @@ public static string UPDATES_WIZARD_APPLIED_UPDATE { } /// - /// Looks up a localized string similar to The update failed to apply. Would you like to view the output?. + /// Sucht eine lokalisierte Zeichenfolge, die The update failed to apply. Would you like to view the output? ähnelt. /// public static string UPDATES_WIZARD_APPLY_FAILED { get { @@ -35108,7 +35189,7 @@ public static string UPDATES_WIZARD_APPLY_FAILED { } /// - /// Looks up a localized string similar to &Install update. + /// Sucht eine lokalisierte Zeichenfolge, die &Install update ähnelt. /// public static string UPDATES_WIZARD_APPLY_UPDATE { get { @@ -35117,7 +35198,7 @@ public static string UPDATES_WIZARD_APPLY_UPDATE { } /// - /// Looks up a localized string similar to Installing update {0} on {1}... . + /// Sucht eine lokalisierte Zeichenfolge, die Installing update {0} on {1}... ähnelt. /// public static string UPDATES_WIZARD_APPLYING_UPDATE { get { @@ -35126,7 +35207,7 @@ public static string UPDATES_WIZARD_APPLYING_UPDATE { } /// - /// Looks up a localized string similar to Installing update on {0} servers.... + /// Sucht eine lokalisierte Zeichenfolge, die Installing update on {0} servers... ähnelt. /// public static string UPDATES_WIZARD_APPLYING_UPDATE_MULTIPLE_HOSTS { get { @@ -35135,7 +35216,7 @@ public static string UPDATES_WIZARD_APPLYING_UPDATE_MULTIPLE_HOSTS { } /// - /// Looks up a localized string similar to {0}: Check skipped because the '{1}' storage repository is broken.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because the '{1}' storage repository is broken. ähnelt. /// public static string UPDATES_WIZARD_BROKEN_SR_WARNING { get { @@ -35144,7 +35225,7 @@ public static string UPDATES_WIZARD_BROKEN_SR_WARNING { } /// - /// Looks up a localized string similar to {0}: The '{1}' storage repository is broken.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The '{1}' storage repository is broken. ähnelt. /// public static string UPDATES_WIZARD_BROKEN_STORAGE { get { @@ -35153,7 +35234,7 @@ public static string UPDATES_WIZARD_BROKEN_STORAGE { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}' ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM { get { @@ -35162,7 +35243,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}' due to license restrictions.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}' due to license restrictions. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_LICENSE_REASON { get { @@ -35171,7 +35252,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_LICENSE_REASON { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}', because it has a virtual GPU attached and there is no suitable GPU available on other servers.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}', because it has a virtual GPU attached and there is no suitable GPU available on other servers. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_NO_GPU { get { @@ -35180,7 +35261,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_NO_GPU { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}', because it doesn't have up-to-date drivers installed.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}', because it doesn't have up-to-date drivers installed. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_NO_TOOLS { get { @@ -35189,7 +35270,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_NO_TOOLS { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}', because it is involved in another operation currently in progress.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}', because it is involved in another operation currently in progress. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_OPERATION_IN_PROGRESS { get { @@ -35198,7 +35279,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_OPERATION_IN_PROGRESS { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}', because it has one or more PCI devices attached.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}', because it has one or more PCI devices attached. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_PCI_REASON { get { @@ -35207,7 +35288,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_PCI_REASON { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}', because it cannot be suspended.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}', because it cannot be suspended. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_SUSPEND_REASON { get { @@ -35216,7 +35297,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_SUSPEND_REASON { } /// - /// Looks up a localized string similar to {0}: Cannot migrate VM '{1}' for an unknown reason. See application logs for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Cannot migrate VM '{1}' for an unknown reason. See application logs for more details. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_UNKNOWN_REASON { get { @@ -35225,7 +35306,7 @@ public static string UPDATES_WIZARD_CANNOT_MIGRATE_VM_UNKNOWN_REASON { } /// - /// Looks up a localized string similar to {0}: The VM '{1}' uses the network '{2}', which cannot be seen from all servers.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The VM '{1}' uses the network '{2}', which cannot be seen from all servers. ähnelt. /// public static string UPDATES_WIZARD_CANNOT_SEE_NETWORK { get { @@ -35234,7 +35315,7 @@ public static string UPDATES_WIZARD_CANNOT_SEE_NETWORK { } /// - /// Looks up a localized string similar to No longer connected to '{0}'. Please review your selection and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die No longer connected to '{0}'. Please review your selection and try again. ähnelt. /// public static string UPDATES_WIZARD_DISCONNECTED_SERVER { get { @@ -35243,7 +35324,7 @@ public static string UPDATES_WIZARD_DISCONNECTED_SERVER { } /// - /// Looks up a localized string similar to Click here to eject CD. + /// Sucht eine lokalisierte Zeichenfolge, die Click here to eject CD ähnelt. /// public static string UPDATES_WIZARD_EJECT_CD { get { @@ -35252,7 +35333,7 @@ public static string UPDATES_WIZARD_EJECT_CD { } /// - /// Looks up a localized string similar to '{0}' is entering maintenance mode.... + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' is entering maintenance mode... ähnelt. /// public static string UPDATES_WIZARD_ENTERING_MAINTENANCE_MODE { get { @@ -35261,7 +35342,7 @@ public static string UPDATES_WIZARD_ENTERING_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to '{0}' is exiting maintenance mode.... + /// Sucht eine lokalisierte Zeichenfolge, die '{0}' is exiting maintenance mode... ähnelt. /// public static string UPDATES_WIZARD_EXITING_MAINTENANCE_MODE { get { @@ -35270,7 +35351,7 @@ public static string UPDATES_WIZARD_EXITING_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Extract {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Extract {0} ähnelt. /// public static string UPDATES_WIZARD_EXTRACT_ACTION_TITLE { get { @@ -35279,9 +35360,9 @@ public static string UPDATES_WIZARD_EXTRACT_ACTION_TITLE { } /// - /// Looks up a localized string similar to Unable to find the update file '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to find the update file '{0}'. /// - ///Check your settings and try again.. + ///Check your settings and try again. ähnelt. /// public static string UPDATES_WIZARD_FILE_NOT_FOUND { get { @@ -35290,7 +35371,7 @@ public static string UPDATES_WIZARD_FILE_NOT_FOUND { } /// - /// Looks up a localized string similar to Pool '{0}' cannot have HA enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Pool '{0}' cannot have HA enabled. ähnelt. /// public static string UPDATES_WIZARD_HA_ON_DESCRIPTION { get { @@ -35299,7 +35380,7 @@ public static string UPDATES_WIZARD_HA_ON_DESCRIPTION { } /// - /// Looks up a localized string similar to HA is enabled on '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die HA is enabled on '{0}' ähnelt. /// public static string UPDATES_WIZARD_HA_ON_TITLE { get { @@ -35308,7 +35389,7 @@ public static string UPDATES_WIZARD_HA_ON_TITLE { } /// - /// Looks up a localized string similar to {0}: Check skipped because HA is enabled on pool {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because HA is enabled on pool {1}. ähnelt. /// public static string UPDATES_WIZARD_HA_ON_WARNING { get { @@ -35317,7 +35398,7 @@ public static string UPDATES_WIZARD_HA_ON_WARNING { } /// - /// Looks up a localized string similar to Click here to exit maintenance mode. + /// Sucht eine lokalisierte Zeichenfolge, die Click here to exit maintenance mode ähnelt. /// public static string UPDATES_WIZARD_HOST_EXIT_MAINTENANCE_MODE { get { @@ -35326,7 +35407,7 @@ public static string UPDATES_WIZARD_HOST_EXIT_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Server {0} will be put into maintenance mode when required. You must start with all servers enabled.. + /// Sucht eine lokalisierte Zeichenfolge, die Server {0} will be put into maintenance mode when required. You must start with all servers enabled. ähnelt. /// public static string UPDATES_WIZARD_HOST_MAINTENANCE_MODE { get { @@ -35335,7 +35416,7 @@ public static string UPDATES_WIZARD_HOST_MAINTENANCE_MODE { } /// - /// Looks up a localized string similar to Server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' ähnelt. /// public static string UPDATES_WIZARD_HOST_MAINTENANCE_MODE_TITLE { get { @@ -35344,7 +35425,7 @@ public static string UPDATES_WIZARD_HOST_MAINTENANCE_MODE_TITLE { } /// - /// Looks up a localized string similar to {0}: Server is unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Server is unreachable. ähnelt. /// public static string UPDATES_WIZARD_HOST_NOT_LIVE { get { @@ -35353,7 +35434,7 @@ public static string UPDATES_WIZARD_HOST_NOT_LIVE { } /// - /// Looks up a localized string similar to Server '{0}' unreachable. + /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' unreachable ähnelt. /// public static string UPDATES_WIZARD_HOST_NOT_LIVE_TITLE { get { @@ -35362,7 +35443,7 @@ public static string UPDATES_WIZARD_HOST_NOT_LIVE_TITLE { } /// - /// Looks up a localized string similar to {0}: Check skipped because the server is unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because the server is unreachable. ähnelt. /// public static string UPDATES_WIZARD_HOST_NOT_LIVE_WARNING { get { @@ -35371,7 +35452,7 @@ public static string UPDATES_WIZARD_HOST_NOT_LIVE_WARNING { } /// - /// Looks up a localized string similar to The selected file does not have a valid extension. Valid extensions are *.{0}, *.zip and *.iso.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected file does not have a valid extension. Valid extensions are *.{0}, *.zip and *.iso. ähnelt. /// public static string UPDATES_WIZARD_INVALID_EXTENSION { get { @@ -35380,9 +35461,9 @@ public static string UPDATES_WIZARD_INVALID_EXTENSION { } /// - /// Looks up a localized string similar to This is not a valid update file. + /// Sucht eine lokalisierte Zeichenfolge, die This is not a valid update file. /// - ///Please check your settings and try again.. + ///Please check your settings and try again. ähnelt. /// public static string UPDATES_WIZARD_INVALID_FILE { get { @@ -35391,7 +35472,7 @@ public static string UPDATES_WIZARD_INVALID_FILE { } /// - /// Looks up a localized string similar to {0}: VM '{1}' has a local CD/DVD in its drive.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: VM '{1}' has a local CD/DVD in its drive. ähnelt. /// public static string UPDATES_WIZARD_LOCAL_CD { get { @@ -35400,7 +35481,7 @@ public static string UPDATES_WIZARD_LOCAL_CD { } /// - /// Looks up a localized string similar to {0}: The VM '{1}' uses local storage and cannot be migrated.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The VM '{1}' uses local storage and cannot be migrated. ähnelt. /// public static string UPDATES_WIZARD_LOCAL_STORAGE { get { @@ -35409,7 +35490,7 @@ public static string UPDATES_WIZARD_LOCAL_STORAGE { } /// - /// Looks up a localized string similar to {0}: Check skipped because the pool is partially upgraded.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because the pool is partially upgraded. ähnelt. /// public static string UPDATES_WIZARD_MIXED_POOL_SERVER_SELECTION_WARNING { get { @@ -35418,7 +35499,7 @@ public static string UPDATES_WIZARD_MIXED_POOL_SERVER_SELECTION_WARNING { } /// - /// Looks up a localized string similar to [XenCenter] version {0} or newer is required.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] version {0} or newer is required. ähnelt. /// public static string UPDATES_WIZARD_NEWER_XENCENTER_REQUIRED { get { @@ -35427,7 +35508,7 @@ public static string UPDATES_WIZARD_NEWER_XENCENTER_REQUIRED { } /// - /// Looks up a localized string similar to Ensure you have upgraded [XenCenter] before upgrading [XenServer].. + /// Sucht eine lokalisierte Zeichenfolge, die Ensure you have upgraded [XenCenter] before upgrading [XenServer]. ähnelt. /// public static string UPDATES_WIZARD_NEWER_XENCENTER_WARNING { get { @@ -35436,7 +35517,7 @@ public static string UPDATES_WIZARD_NEWER_XENCENTER_WARNING { } /// - /// Looks up a localized string similar to No further action is required for this update.. + /// Sucht eine lokalisierte Zeichenfolge, die No further action is required for this update. ähnelt. /// public static string UPDATES_WIZARD_NO_ACTION { get { @@ -35445,7 +35526,7 @@ public static string UPDATES_WIZARD_NO_ACTION { } /// - /// Looks up a localized string similar to {0}: There are no servers available to migrate the VM '{1}' to.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: There are no servers available to migrate the VM '{1}' to. ähnelt. /// public static string UPDATES_WIZARD_NO_HOSTS { get { @@ -35454,7 +35535,7 @@ public static string UPDATES_WIZARD_NO_HOSTS { } /// - /// Looks up a localized string similar to {0}: There is not enough memory available on other servers to migrate all the VMs off this server.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: There is not enough memory available on other servers to migrate all the VMs off this server. ähnelt. /// public static string UPDATES_WIZARD_NO_MEMORY { get { @@ -35463,7 +35544,7 @@ public static string UPDATES_WIZARD_NO_MEMORY { } /// - /// Looks up a localized string similar to {0}: This server does not need to be rebooted.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server does not need to be rebooted. ähnelt. /// public static string UPDATES_WIZARD_NO_REBOOT_NEEDED { get { @@ -35472,7 +35553,7 @@ public static string UPDATES_WIZARD_NO_REBOOT_NEEDED { } /// - /// Looks up a localized string similar to {0}: This server does not need to be rebooted because live patching is used.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server does not need to be rebooted because live patching is used. ähnelt. /// public static string UPDATES_WIZARD_NO_REBOOT_NEEDED_LIVE_PATCH { get { @@ -35481,7 +35562,7 @@ public static string UPDATES_WIZARD_NO_REBOOT_NEEDED_LIVE_PATCH { } /// - /// Looks up a localized string similar to {0}: The VM {1} does not have [Citrix VM Tools] installed.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The VM {1} does not have [Citrix VM Tools] installed. ähnelt. /// public static string UPDATES_WIZARD_NO_TOOLS { get { @@ -35490,7 +35571,7 @@ public static string UPDATES_WIZARD_NO_TOOLS { } /// - /// Looks up a localized string similar to {0}: The VM {1} cannot be suspended until it has up to date [Citrix VM Tools].. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The VM {1} cannot be suspended until it has up to date [Citrix VM Tools]. ähnelt. /// public static string UPDATES_WIZARD_OUT_OF_DATE_TOOLS { get { @@ -35499,7 +35580,7 @@ public static string UPDATES_WIZARD_OUT_OF_DATE_TOOLS { } /// - /// Looks up a localized string similar to Select the checkboxes for each server you want to update. Select a pool checkbox to select all the available servers in the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the checkboxes for each server you want to update. Select a pool checkbox to select all the available servers in the pool. ähnelt. /// public static string UPDATES_WIZARD_PAGE1_TOPTEXT { get { @@ -35508,7 +35589,7 @@ public static string UPDATES_WIZARD_PAGE1_TOPTEXT { } /// - /// Looks up a localized string similar to {0}: The update has already been applied to this server. This server will be skipped.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The update has already been applied to this server. This server will be skipped. ähnelt. /// public static string UPDATES_WIZARD_PATCH_ALREADY_APPLIED { get { @@ -35517,7 +35598,7 @@ public static string UPDATES_WIZARD_PATCH_ALREADY_APPLIED { } /// - /// Looks up a localized string similar to Update already applied to server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Update already applied to server '{0}' ähnelt. /// public static string UPDATES_WIZARD_PATCH_ALREADY_APPLIED_TITLE { get { @@ -35526,7 +35607,7 @@ public static string UPDATES_WIZARD_PATCH_ALREADY_APPLIED_TITLE { } /// - /// Looks up a localized string similar to An error occurred trying to carry out plan stage '{0}'. The error was '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred trying to carry out plan stage '{0}'. The error was '{1}' ähnelt. /// public static string UPDATES_WIZARD_PLAN_ERROR { get { @@ -35535,7 +35616,7 @@ public static string UPDATES_WIZARD_PLAN_ERROR { } /// - /// Looks up a localized string similar to An error occurred during pre-update checks. The results may not be reliable.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred during pre-update checks. The results may not be reliable. ähnelt. /// public static string UPDATES_WIZARD_PRECHECK_ERROR { get { @@ -35544,7 +35625,7 @@ public static string UPDATES_WIZARD_PRECHECK_ERROR { } /// - /// Looks up a localized string similar to {0}: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: {1} ähnelt. /// public static string UPDATES_WIZARD_PRECHECK_FAILED { get { @@ -35553,7 +35634,7 @@ public static string UPDATES_WIZARD_PRECHECK_FAILED { } /// - /// Looks up a localized string similar to {0}: Conflicting update(s) are present: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Conflicting update(s) are present: {1} ähnelt. /// public static string UPDATES_WIZARD_PRECHECK_FAILED_CONFLICTING_UPDATE { get { @@ -35562,7 +35643,7 @@ public static string UPDATES_WIZARD_PRECHECK_FAILED_CONFLICTING_UPDATE { } /// - /// Looks up a localized string similar to {0}: Prerequisite update(s) are missing: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Prerequisite update(s) are missing: {1} ähnelt. /// public static string UPDATES_WIZARD_PRECHECK_FAILED_REQUIRED_UPDATE_MISSING { get { @@ -35571,7 +35652,7 @@ public static string UPDATES_WIZARD_PRECHECK_FAILED_REQUIRED_UPDATE_MISSING { } /// - /// Looks up a localized string similar to Update precheck failed on server '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Update precheck failed on server '{0}' ähnelt. /// public static string UPDATES_WIZARD_PRECHECK_FAILED_TITLE { get { @@ -35580,7 +35661,7 @@ public static string UPDATES_WIZARD_PRECHECK_FAILED_TITLE { } /// - /// Looks up a localized string similar to Reboot. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot ähnelt. /// public static string UPDATES_WIZARD_REBOOT { get { @@ -35589,7 +35670,7 @@ public static string UPDATES_WIZARD_REBOOT { } /// - /// Looks up a localized string similar to {0}: This server needs to be rebooted after the update is applied.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: This server needs to be rebooted after the update is applied. ähnelt. /// public static string UPDATES_WIZARD_REBOOT_NEEDED { get { @@ -35598,7 +35679,7 @@ public static string UPDATES_WIZARD_REBOOT_NEEDED { } /// - /// Looks up a localized string similar to Rebooted. + /// Sucht eine lokalisierte Zeichenfolge, die Rebooted ähnelt. /// public static string UPDATES_WIZARD_REBOOTED { get { @@ -35607,7 +35688,7 @@ public static string UPDATES_WIZARD_REBOOTED { } /// - /// Looks up a localized string similar to Rebooting {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Rebooting {0}... ähnelt. /// public static string UPDATES_WIZARD_REBOOTING { get { @@ -35616,7 +35697,7 @@ public static string UPDATES_WIZARD_REBOOTING { } /// - /// Looks up a localized string similar to Deleting update installation file {0} from {1}... . + /// Sucht eine lokalisierte Zeichenfolge, die Deleting update installation file {0} from {1}... ähnelt. /// public static string UPDATES_WIZARD_REMOVING_UPDATE { get { @@ -35625,7 +35706,7 @@ public static string UPDATES_WIZARD_REMOVING_UPDATE { } /// - /// Looks up a localized string similar to Removing update file {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Removing update file {0}... ähnelt. /// public static string UPDATES_WIZARD_REMOVING_UPDATES_FROM_POOL { get { @@ -35634,7 +35715,7 @@ public static string UPDATES_WIZARD_REMOVING_UPDATES_FROM_POOL { } /// - /// Looks up a localized string similar to Click here to repair. + /// Sucht eine lokalisierte Zeichenfolge, die Click here to repair ähnelt. /// public static string UPDATES_WIZARD_REPAIR_SR { get { @@ -35643,7 +35724,7 @@ public static string UPDATES_WIZARD_REPAIR_SR { } /// - /// Looks up a localized string similar to Restart toolstack. + /// Sucht eine lokalisierte Zeichenfolge, die Restart toolstack ähnelt. /// public static string UPDATES_WIZARD_RESTART_AGENT { get { @@ -35652,8 +35733,8 @@ public static string UPDATES_WIZARD_RESTART_AGENT { } /// - /// Looks up a localized string similar to Reboot these servers: - ///. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot these servers: + /// ähnelt. /// public static string UPDATES_WIZARD_RESTART_SERVERS { get { @@ -35662,8 +35743,8 @@ public static string UPDATES_WIZARD_RESTART_SERVERS { } /// - /// Looks up a localized string similar to Reboot these VMs: - ///. + /// Sucht eine lokalisierte Zeichenfolge, die Reboot these VMs: + /// ähnelt. /// public static string UPDATES_WIZARD_RESTART_VMS { get { @@ -35672,7 +35753,7 @@ public static string UPDATES_WIZARD_RESTART_VMS { } /// - /// Looks up a localized string similar to Restarted toolstack. + /// Sucht eine lokalisierte Zeichenfolge, die Restarted toolstack ähnelt. /// public static string UPDATES_WIZARD_RESTARTED_AGENT { get { @@ -35681,7 +35762,7 @@ public static string UPDATES_WIZARD_RESTARTED_AGENT { } /// - /// Looks up a localized string similar to Restarting toolstack in {0} ... . + /// Sucht eine lokalisierte Zeichenfolge, die Restarting toolstack in {0} ... ähnelt. /// public static string UPDATES_WIZARD_RESTARTING_AGENT { get { @@ -35690,7 +35771,7 @@ public static string UPDATES_WIZARD_RESTARTING_AGENT { } /// - /// Looks up a localized string similar to Click here to resume this VM. + /// Sucht eine lokalisierte Zeichenfolge, die Click here to resume this VM ähnelt. /// public static string UPDATES_WIZARD_RESUME_VM { get { @@ -35699,7 +35780,7 @@ public static string UPDATES_WIZARD_RESUME_VM { } /// - /// Looks up a localized string similar to Precheck for {0} in {1}.... + /// Sucht eine lokalisierte Zeichenfolge, die Precheck for {0} in {1}... ähnelt. /// public static string UPDATES_WIZARD_RUNNING_PRECHECK { get { @@ -35708,7 +35789,7 @@ public static string UPDATES_WIZARD_RUNNING_PRECHECK { } /// - /// Looks up a localized string similar to {0}: The update needs to be applied on all servers in the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The update needs to be applied on all servers in the pool. ähnelt. /// public static string UPDATES_WIZARD_SERVER_SELECTION_PROBLEM { get { @@ -35717,7 +35798,7 @@ public static string UPDATES_WIZARD_SERVER_SELECTION_PROBLEM { } /// - /// Looks up a localized string similar to Skipping update {0}. Already applied on {1}... . + /// Sucht eine lokalisierte Zeichenfolge, die Skipping update {0}. Already applied on {1}... ähnelt. /// public static string UPDATES_WIZARD_SKIPPING_UPDATE { get { @@ -35726,7 +35807,7 @@ public static string UPDATES_WIZARD_SKIPPING_UPDATE { } /// - /// Looks up a localized string similar to Skipping uploading update {0}. Already uploaded to {1}... . + /// Sucht eine lokalisierte Zeichenfolge, die Skipping uploading update {0}. Already uploaded to {1}... ähnelt. /// public static string UPDATES_WIZARD_SKIPPING_UPLOAD { get { @@ -35735,7 +35816,7 @@ public static string UPDATES_WIZARD_SKIPPING_UPLOAD { } /// - /// Looks up a localized string similar to Storage repository '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Storage repository '{0}' ähnelt. /// public static string UPDATES_WIZARD_SR_TITLE { get { @@ -35744,7 +35825,7 @@ public static string UPDATES_WIZARD_SR_TITLE { } /// - /// Looks up a localized string similar to {0}: VM '{1}' has the tools CD in its drive.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: VM '{1}' has the tools CD in its drive. ähnelt. /// public static string UPDATES_WIZARD_TOOLS_CD { get { @@ -35753,7 +35834,7 @@ public static string UPDATES_WIZARD_TOOLS_CD { } /// - /// Looks up a localized string similar to Uploading update {0} to {1}.... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading update {0} to {1}... ähnelt. /// public static string UPDATES_WIZARD_UPLOADING_UPDATE { get { @@ -35762,7 +35843,7 @@ public static string UPDATES_WIZARD_UPLOADING_UPDATE { } /// - /// Looks up a localized string similar to {0}: The VM '{1}' has one or more virtual GPUs.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: The VM '{1}' has one or more virtual GPUs. ähnelt. /// public static string UPDATES_WIZARD_VM_HAS_VGPU { get { @@ -35771,7 +35852,7 @@ public static string UPDATES_WIZARD_VM_HAS_VGPU { } /// - /// Looks up a localized string similar to {0}: Check skipped because WLB is enabled on pool {1}.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because WLB is enabled on pool {1}. ähnelt. /// public static string UPDATES_WIZARD_WLB_ON_WARNING { get { @@ -35780,7 +35861,7 @@ public static string UPDATES_WIZARD_WLB_ON_WARNING { } /// - /// Looks up a localized string similar to Updating performance monitoring configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Updating performance monitoring configuration ähnelt. /// public static string UPDATING_PERFMON { get { @@ -35789,7 +35870,7 @@ public static string UPDATING_PERFMON { } /// - /// Looks up a localized string similar to Saving properties.... + /// Sucht eine lokalisierte Zeichenfolge, die Saving properties... ähnelt. /// public static string UPDATING_PROPERTIES { get { @@ -35798,7 +35879,7 @@ public static string UPDATING_PROPERTIES { } /// - /// Looks up a localized string similar to Upgrade host {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade host {0} ähnelt. /// public static string UPGRADE_HOST { get { @@ -35807,7 +35888,7 @@ public static string UPGRADE_HOST { } /// - /// Looks up a localized string similar to Upgrade master {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade master {0} ähnelt. /// public static string UPGRADE_MASTER { get { @@ -35816,7 +35897,7 @@ public static string UPGRADE_MASTER { } /// - /// Looks up a localized string similar to Apply Upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Upgrade ähnelt. /// public static string UPGRADE_PLAN { get { @@ -35825,7 +35906,7 @@ public static string UPGRADE_PLAN { } /// - /// Looks up a localized string similar to Upgrade pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade pool {0} ähnelt. /// public static string UPGRADE_POOL { get { @@ -35834,7 +35915,7 @@ public static string UPGRADE_POOL { } /// - /// Looks up a localized string similar to Upgrade pool master '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade pool master '{0}' ähnelt. /// public static string UPGRADE_POOL_MASTER { get { @@ -35843,7 +35924,7 @@ public static string UPGRADE_POOL_MASTER { } /// - /// Looks up a localized string similar to Prechecks. + /// Sucht eine lokalisierte Zeichenfolge, die Prechecks ähnelt. /// public static string UPGRADE_PRECHECKS_TEXT { get { @@ -35852,7 +35933,7 @@ public static string UPGRADE_PRECHECKS_TEXT { } /// - /// Looks up a localized string similar to Perform upgrade prechecks on selected pools. + /// Sucht eine lokalisierte Zeichenfolge, die Perform upgrade prechecks on selected pools ähnelt. /// public static string UPGRADE_PRECHECKS_TITLE { get { @@ -35861,7 +35942,7 @@ public static string UPGRADE_PRECHECKS_TITLE { } /// - /// Looks up a localized string similar to Upgrade server '{0}. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade server '{0} ähnelt. /// public static string UPGRADE_SERVER { get { @@ -35870,7 +35951,7 @@ public static string UPGRADE_SERVER { } /// - /// Looks up a localized string similar to Upgrade '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade '{0}' ähnelt. /// public static string UPGRADE_SLAVE { get { @@ -35879,7 +35960,7 @@ public static string UPGRADE_SLAVE { } /// - /// Looks up a localized string similar to Apply Upgrade. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Upgrade ähnelt. /// public static string UPGRADEWIZARD_PATCHING_TEXT { get { @@ -35888,7 +35969,7 @@ public static string UPGRADEWIZARD_PATCHING_TEXT { } /// - /// Looks up a localized string similar to Applying the upgrade to the pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Applying the upgrade to the pool. ähnelt. /// public static string UPGRADEWIZARD_PATCHING_TITLE { get { @@ -35897,7 +35978,7 @@ public static string UPGRADEWIZARD_PATCHING_TITLE { } /// - /// Looks up a localized string similar to Upgrade Prechecks. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade Prechecks ähnelt. /// public static string UPGRADEWIZARD_PRECHECK_TEXT { get { @@ -35906,7 +35987,7 @@ public static string UPGRADEWIZARD_PRECHECK_TEXT { } /// - /// Looks up a localized string similar to Problems encountered when performing upgrade prechecks.. + /// Sucht eine lokalisierte Zeichenfolge, die Problems encountered when performing upgrade prechecks. ähnelt. /// public static string UPGRADEWIZARD_PRECHECK_TITLE { get { @@ -35915,7 +35996,7 @@ public static string UPGRADEWIZARD_PRECHECK_TITLE { } /// - /// Looks up a localized string similar to Error encountered when checking ability to download updates.. + /// Sucht eine lokalisierte Zeichenfolge, die Error encountered when checking ability to download updates. ähnelt. /// public static string UPGRADEWIZARD_PROBLEM_CFU_STATUS { get { @@ -35924,7 +36005,7 @@ public static string UPGRADEWIZARD_PROBLEM_CFU_STATUS { } /// - /// Looks up a localized string similar to Hosts in pool '{0}' have incompatible CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die Hosts in pool '{0}' have incompatible CPUs ähnelt. /// public static string UPGRADEWIZARD_PROBLEM_INCOMPATIBLE_CPUS { get { @@ -35933,7 +36014,7 @@ public static string UPGRADEWIZARD_PROBLEM_INCOMPATIBLE_CPUS { } /// - /// Looks up a localized string similar to Shut down all VMs. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down all VMs ähnelt. /// public static string UPGRADEWIZARD_PROBLEM_INCOMPATIBLE_CPUS_HELPMESSAGE { get { @@ -35942,7 +36023,7 @@ public static string UPGRADEWIZARD_PROBLEM_INCOMPATIBLE_CPUS_HELPMESSAGE { } /// - /// Looks up a localized string similar to {0}: VM '{1}' has invalid vCPU settings.. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: VM '{1}' has invalid vCPU settings. ähnelt. /// public static string UPGRADEWIZARD_PROBLEM_INVALID_VCPU_SETTINGS { get { @@ -35951,7 +36032,7 @@ public static string UPGRADEWIZARD_PROBLEM_INVALID_VCPU_SETTINGS { } /// - /// Looks up a localized string similar to Fix vCPU configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Fix vCPU configuration ähnelt. /// public static string UPGRADEWIZARD_PROBLEM_INVALID_VCPU_SETTINGS_HELPMESSAGE { get { @@ -35960,7 +36041,7 @@ public static string UPGRADEWIZARD_PROBLEM_INVALID_VCPU_SETTINGS_HELPMESSAGE { } /// - /// Looks up a localized string similar to Select the servers you want to upgrade.. + /// Sucht eine lokalisierte Zeichenfolge, die Select the servers you want to upgrade. ähnelt. /// public static string UPGRADEWIZARD_SELECTSERVERS_TITLE { get { @@ -35969,7 +36050,7 @@ public static string UPGRADEWIZARD_SELECTSERVERS_TITLE { } /// - /// Looks up a localized string similar to {0}: Check skipped because hosts in pool '{1}' have incompatible CPUs. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Check skipped because hosts in pool '{1}' have incompatible CPUs ähnelt. /// public static string UPGRADEWIZARD_WARNING_INCOMPATIBLE_CPUS { get { @@ -35978,7 +36059,7 @@ public static string UPGRADEWIZARD_WARNING_INCOMPATIBLE_CPUS { } /// - /// Looks up a localized string similar to Completed. + /// Sucht eine lokalisierte Zeichenfolge, die Completed ähnelt. /// public static string UPLOAD_PATCH_UPLOADED_DESCRIPTION { get { @@ -35987,7 +36068,7 @@ public static string UPLOAD_PATCH_UPLOADED_DESCRIPTION { } /// - /// Looks up a localized string similar to Uploading update {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading update {0}... ähnelt. /// public static string UPLOAD_PATCH_UPLOADING_DESCRIPTION { get { @@ -35996,7 +36077,7 @@ public static string UPLOAD_PATCH_UPLOADING_DESCRIPTION { } /// - /// Looks up a localized string similar to Uploading update {0} ({1} of {2}).... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading update {0} ({1} of {2})... ähnelt. /// public static string UPLOAD_PATCH_UPLOADING_PROGRESS_DESCRIPTION { get { @@ -36005,7 +36086,7 @@ public static string UPLOAD_PATCH_UPLOADING_PROGRESS_DESCRIPTION { } /// - /// Looks up a localized string similar to Uploading update '{0}' to '{1}' ({2} of {3}).... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading update '{0}' to '{1}' ({2} of {3})... ähnelt. /// public static string UPLOAD_PATCH_UPLOADING_TO_SR_PROGRESS_DESCRIPTION { get { @@ -36014,7 +36095,7 @@ public static string UPLOAD_PATCH_UPLOADING_TO_SR_PROGRESS_DESCRIPTION { } /// - /// Looks up a localized string similar to Uploading Update.... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading Update... ähnelt. /// public static string UPLOADING_PATCH { get { @@ -36023,7 +36104,7 @@ public static string UPLOADING_PATCH { } /// - /// Looks up a localized string similar to Uploading - {0}%. + /// Sucht eine lokalisierte Zeichenfolge, die Uploading - {0}% ähnelt. /// public static string UPLOADING_PATCH_PROGRESS { get { @@ -36032,7 +36113,7 @@ public static string UPLOADING_PATCH_PROGRESS { } /// - /// Looks up a localized string similar to Uploading to server '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Uploading to server '{0}'... ähnelt. /// public static string UPLOADING_PATCH_TO { get { @@ -36041,7 +36122,7 @@ public static string UPLOADING_PATCH_TO { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Active Directory. Active Directory allows you to configure [XenServer] access control by adding named user accounts.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Active Directory. Active Directory allows you to configure [XenServer] access control by adding named user accounts. ähnelt. /// public static string UPSELL_BLURB_AD { get { @@ -36050,7 +36131,7 @@ public static string UPSELL_BLURB_AD { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services. ähnelt. /// public static string UPSELL_BLURB_ALERTS { get { @@ -36059,7 +36140,7 @@ public static string UPSELL_BLURB_ALERTS { } /// - /// Looks up a localized string similar to Upgrade your server license to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime. . + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime. ähnelt. /// public static string UPSELL_BLURB_CPM { get { @@ -36068,7 +36149,7 @@ public static string UPSELL_BLURB_CPM { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them. ähnelt. /// public static string UPSELL_BLURB_CPUMASKING { get { @@ -36077,7 +36158,7 @@ public static string UPSELL_BLURB_CPUMASKING { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Dynamic Memory Control. Dynamic Memory Control allows the server to adjust the memory of live virtual machines, and respond dynamically to changing demands on the server.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Dynamic Memory Control. Dynamic Memory Control allows the server to adjust the memory of live virtual machines, and respond dynamically to changing demands on the server. ähnelt. /// public static string UPSELL_BLURB_DMC { get { @@ -36086,7 +36167,7 @@ public static string UPSELL_BLURB_DMC { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site. ähnelt. /// public static string UPSELL_BLURB_DR { get { @@ -36095,7 +36176,7 @@ public static string UPSELL_BLURB_DR { } /// - /// Looks up a localized string similar to Upgrade your server license to enable StorageLink™ Technology. StorageLink allows the server to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware's native features.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable StorageLink™ Technology. StorageLink allows the server to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware's native features. ähnelt. /// public static string UPSELL_BLURB_ENHANCEDSR { get { @@ -36104,7 +36185,7 @@ public static string UPSELL_BLURB_ENHANCEDSR { } /// - /// Looks up a localized string similar to Upgrade your server license to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance. ähnelt. /// public static string UPSELL_BLURB_GPU { get { @@ -36113,7 +36194,7 @@ public static string UPSELL_BLURB_GPU { } /// - /// Looks up a localized string similar to Upgrade your server license to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool. ähnelt. /// public static string UPSELL_BLURB_HA { get { @@ -36122,7 +36203,7 @@ public static string UPSELL_BLURB_HA { } /// - /// Looks up a localized string similar to Upgrade your [XenServer] license to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime. . + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your [XenServer] license to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime. ähnelt. /// public static string UPSELL_BLURB_MIGRATE_VDI { get { @@ -36131,7 +36212,7 @@ public static string UPSELL_BLURB_MIGRATE_VDI { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change. ähnelt. /// public static string UPSELL_BLURB_PERFORMANCE { get { @@ -36140,7 +36221,7 @@ public static string UPSELL_BLURB_PERFORMANCE { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your [XenServer] resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your [XenServer] resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup. ähnelt. /// public static string UPSELL_BLURB_RBAC { get { @@ -36149,9 +36230,9 @@ public static string UPSELL_BLURB_RBAC { } /// - /// Looks up a localized string similar to + /// Sucht eine lokalisierte Zeichenfolge, die /// - ///To start a [XenServer] trial, click the button below.. + ///To start a [XenServer] trial, click the button below. ähnelt. /// public static string UPSELL_BLURB_TRIAL { get { @@ -36160,7 +36241,7 @@ public static string UPSELL_BLURB_TRIAL { } /// - /// Looks up a localized string similar to Upgrade your server license to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site. ähnelt. /// public static string UPSELL_BLURB_VM_APPLIANCES { get { @@ -36169,7 +36250,7 @@ public static string UPSELL_BLURB_VM_APPLIANCES { } /// - /// Looks up a localized string similar to Upgrade your server license to enable VM Scheduled Snapshots. VM Scheduled Snapshots allows you to create automatic snapshots for your critical VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable VM Scheduled Snapshots. VM Scheduled Snapshots allows you to create automatic snapshots for your critical VMs. ähnelt. /// public static string UPSELL_BLURB_VMSS { get { @@ -36178,7 +36259,7 @@ public static string UPSELL_BLURB_VMSS { } /// - /// Looks up a localized string similar to Upgrade your server license to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines’ and servers' performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Upgrade your server license to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines’ and servers' performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool. ähnelt. /// public static string UPSELL_BLURB_WLB { get { @@ -36187,7 +36268,7 @@ public static string UPSELL_BLURB_WLB { } /// - /// Looks up a localized string similar to Uptime. + /// Sucht eine lokalisierte Zeichenfolge, die Uptime ähnelt. /// public static string UPTIME { get { @@ -36196,7 +36277,7 @@ public static string UPTIME { } /// - /// Looks up a localized string similar to ^(http|https|file|ftp)://*. + /// Sucht eine lokalisierte Zeichenfolge, die ^(http|https|file|ftp)://* ähnelt. /// public static string URI_REGEX { get { @@ -36205,7 +36286,7 @@ public static string URI_REGEX { } /// - /// Looks up a localized string similar to USB. + /// Sucht eine lokalisierte Zeichenfolge, die USB ähnelt. /// public static string USB { get { @@ -36214,7 +36295,7 @@ public static string USB { } /// - /// Looks up a localized string similar to Cannot attach USB devices because the VM is currently protected by HA.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot attach USB devices because the VM is currently protected by HA. ähnelt. /// public static string USB_ATTACH_NOT_ALLOWED_HA { get { @@ -36223,7 +36304,7 @@ public static string USB_ATTACH_NOT_ALLOWED_HA { } /// - /// Looks up a localized string similar to USB devices can only be attached when the VM is shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die USB devices can only be attached when the VM is shut down. ähnelt. /// public static string USB_ATTACH_NOT_ALLOWED_NOT_HALTED { get { @@ -36232,7 +36313,7 @@ public static string USB_ATTACH_NOT_ALLOWED_NOT_HALTED { } /// - /// Looks up a localized string similar to Vendor: {0}; Product: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Vendor: {0}; Product: {1} ähnelt. /// public static string USB_DEVICE_VENDOR_PRODUCT { get { @@ -36241,7 +36322,7 @@ public static string USB_DEVICE_VENDOR_PRODUCT { } /// - /// Looks up a localized string similar to USB devices. + /// Sucht eine lokalisierte Zeichenfolge, die USB devices ähnelt. /// public static string USB_DEVICES { get { @@ -36250,7 +36331,7 @@ public static string USB_DEVICES { } /// - /// Looks up a localized string similar to 1 device attached. + /// Sucht eine lokalisierte Zeichenfolge, die 1 device attached ähnelt. /// public static string USB_EDIT_SUBTEXT_1_DEVICE { get { @@ -36259,7 +36340,7 @@ public static string USB_EDIT_SUBTEXT_1_DEVICE { } /// - /// Looks up a localized string similar to {0} devices attached. + /// Sucht eine lokalisierte Zeichenfolge, die {0} devices attached ähnelt. /// public static string USB_EDIT_SUBTEXT_MULTIPLE_DEVICES { get { @@ -36268,7 +36349,7 @@ public static string USB_EDIT_SUBTEXT_MULTIPLE_DEVICES { } /// - /// Looks up a localized string similar to No devices attached. + /// Sucht eine lokalisierte Zeichenfolge, die No devices attached ähnelt. /// public static string USB_EDIT_SUBTEXT_NODEVICES { get { @@ -36277,7 +36358,7 @@ public static string USB_EDIT_SUBTEXT_NODEVICES { } /// - /// Looks up a localized string similar to USB. + /// Sucht eine lokalisierte Zeichenfolge, die USB ähnelt. /// public static string USB_EDIT_TEXT { get { @@ -36286,7 +36367,7 @@ public static string USB_EDIT_TEXT { } /// - /// Looks up a localized string similar to &Disable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die &Disable passthrough ähnelt. /// public static string USBLIST_DISABLE_PASSTHROUGH_HOTKEY { get { @@ -36295,7 +36376,7 @@ public static string USBLIST_DISABLE_PASSTHROUGH_HOTKEY { } /// - /// Looks up a localized string similar to &Enable passthrough. + /// Sucht eine lokalisierte Zeichenfolge, die &Enable passthrough ähnelt. /// public static string USBLIST_ENABLE_PASSTHROUGH_HOTKEY { get { @@ -36304,7 +36385,7 @@ public static string USBLIST_ENABLE_PASSTHROUGH_HOTKEY { } /// - /// Looks up a localized string similar to [XenCenter] was unable to authorize the action as {0}. See the application log files for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] was unable to authorize the action as {0}. See the application log files for more information. ähnelt. /// public static string USER_AUTHORIZATION_FAILED { get { @@ -36313,7 +36394,7 @@ public static string USER_AUTHORIZATION_FAILED { } /// - /// Looks up a localized string similar to The user you have entered is not authorized to complete this action. + /// Sucht eine lokalisierte Zeichenfolge, die The user you have entered is not authorized to complete this action ähnelt. /// public static string USER_NOT_AUTHORIZED { get { @@ -36322,7 +36403,7 @@ public static string USER_NOT_AUTHORIZED { } /// - /// Looks up a localized string similar to uses. + /// Sucht eine lokalisierte Zeichenfolge, die uses ähnelt. /// public static string USES { get { @@ -36331,7 +36412,7 @@ public static string USES { } /// - /// Looks up a localized string similar to Computer Utilization (%). + /// Sucht eine lokalisierte Zeichenfolge, die Computer Utilization (%) ähnelt. /// public static string UTILIZATION { get { @@ -36340,7 +36421,7 @@ public static string UTILIZATION { } /// - /// Looks up a localized string similar to UUID. + /// Sucht eine lokalisierte Zeichenfolge, die UUID ähnelt. /// public static string UUID { get { @@ -36349,7 +36430,7 @@ public static string UUID { } /// - /// Looks up a localized string similar to Is. + /// Sucht eine lokalisierte Zeichenfolge, die Is ähnelt. /// public static string UUID_SEARCH { get { @@ -36358,7 +36439,7 @@ public static string UUID_SEARCH { } /// - /// Looks up a localized string similar to {0} B. + /// Sucht eine lokalisierte Zeichenfolge, die {0} B ähnelt. /// public static string VAL_B { get { @@ -36367,7 +36448,7 @@ public static string VAL_B { } /// - /// Looks up a localized string similar to B. + /// Sucht eine lokalisierte Zeichenfolge, die B ähnelt. /// public static string VAL_BYTE { get { @@ -36376,7 +36457,7 @@ public static string VAL_BYTE { } /// - /// Looks up a localized string similar to {0} {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} {1} ähnelt. /// public static string VAL_FORMAT { get { @@ -36385,7 +36466,7 @@ public static string VAL_FORMAT { } /// - /// Looks up a localized string similar to {0}{1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}{1} ähnelt. /// public static string VAL_FORMAT_SECONDS { get { @@ -36394,7 +36475,7 @@ public static string VAL_FORMAT_SECONDS { } /// - /// Looks up a localized string similar to {0} GB. + /// Sucht eine lokalisierte Zeichenfolge, die {0} GB ähnelt. /// public static string VAL_GB { get { @@ -36403,7 +36484,7 @@ public static string VAL_GB { } /// - /// Looks up a localized string similar to {0:F1} GB. + /// Sucht eine lokalisierte Zeichenfolge, die {0:F1} GB ähnelt. /// public static string VAL_GB_ONE_DECIMAL { get { @@ -36412,7 +36493,7 @@ public static string VAL_GB_ONE_DECIMAL { } /// - /// Looks up a localized string similar to GB. + /// Sucht eine lokalisierte Zeichenfolge, die GB ähnelt. /// public static string VAL_GIGB { get { @@ -36421,7 +36502,7 @@ public static string VAL_GIGB { } /// - /// Looks up a localized string similar to GHz. + /// Sucht eine lokalisierte Zeichenfolge, die GHz ähnelt. /// public static string VAL_GIGHZ { get { @@ -36430,7 +36511,7 @@ public static string VAL_GIGHZ { } /// - /// Looks up a localized string similar to GBps. + /// Sucht eine lokalisierte Zeichenfolge, die GBps ähnelt. /// public static string VAL_GIGRATE { get { @@ -36439,7 +36520,7 @@ public static string VAL_GIGRATE { } /// - /// Looks up a localized string similar to {0} kB. + /// Sucht eine lokalisierte Zeichenfolge, die {0} kB ähnelt. /// public static string VAL_KB { get { @@ -36448,7 +36529,7 @@ public static string VAL_KB { } /// - /// Looks up a localized string similar to kB. + /// Sucht eine lokalisierte Zeichenfolge, die kB ähnelt. /// public static string VAL_KILB { get { @@ -36457,7 +36538,7 @@ public static string VAL_KILB { } /// - /// Looks up a localized string similar to kW. + /// Sucht eine lokalisierte Zeichenfolge, die kW ähnelt. /// public static string VAL_KILOWATT { get { @@ -36466,7 +36547,7 @@ public static string VAL_KILOWATT { } /// - /// Looks up a localized string similar to kBps. + /// Sucht eine lokalisierte Zeichenfolge, die kBps ähnelt. /// public static string VAL_KILRATE { get { @@ -36475,7 +36556,7 @@ public static string VAL_KILRATE { } /// - /// Looks up a localized string similar to {0} MB. + /// Sucht eine lokalisierte Zeichenfolge, die {0} MB ähnelt. /// public static string VAL_MB { get { @@ -36484,7 +36565,7 @@ public static string VAL_MB { } /// - /// Looks up a localized string similar to MB. + /// Sucht eine lokalisierte Zeichenfolge, die MB ähnelt. /// public static string VAL_MEGB { get { @@ -36493,7 +36574,7 @@ public static string VAL_MEGB { } /// - /// Looks up a localized string similar to MHz. + /// Sucht eine lokalisierte Zeichenfolge, die MHz ähnelt. /// public static string VAL_MEGHZ { get { @@ -36502,7 +36583,7 @@ public static string VAL_MEGHZ { } /// - /// Looks up a localized string similar to MBps. + /// Sucht eine lokalisierte Zeichenfolge, die MBps ähnelt. /// public static string VAL_MEGRATE { get { @@ -36511,7 +36592,7 @@ public static string VAL_MEGRATE { } /// - /// Looks up a localized string similar to μs. + /// Sucht eine lokalisierte Zeichenfolge, die μs ähnelt. /// public static string VAL_MICSEC { get { @@ -36520,7 +36601,7 @@ public static string VAL_MICSEC { } /// - /// Looks up a localized string similar to ms. + /// Sucht eine lokalisierte Zeichenfolge, die ms ähnelt. /// public static string VAL_MILSEC { get { @@ -36529,7 +36610,7 @@ public static string VAL_MILSEC { } /// - /// Looks up a localized string similar to mW. + /// Sucht eine lokalisierte Zeichenfolge, die mW ähnelt. /// public static string VAL_MILWATT { get { @@ -36538,7 +36619,7 @@ public static string VAL_MILWATT { } /// - /// Looks up a localized string similar to MW. + /// Sucht eine lokalisierte Zeichenfolge, die MW ähnelt. /// public static string VAL_MWATT { get { @@ -36547,7 +36628,7 @@ public static string VAL_MWATT { } /// - /// Looks up a localized string similar to ns. + /// Sucht eine lokalisierte Zeichenfolge, die ns ähnelt. /// public static string VAL_NANOSEC { get { @@ -36556,7 +36637,7 @@ public static string VAL_NANOSEC { } /// - /// Looks up a localized string similar to Bps. + /// Sucht eine lokalisierte Zeichenfolge, die Bps ähnelt. /// public static string VAL_RATE { get { @@ -36565,7 +36646,7 @@ public static string VAL_RATE { } /// - /// Looks up a localized string similar to 0.0. + /// Sucht eine lokalisierte Zeichenfolge, die 0.0 ähnelt. /// public static string VAL_RATE_NUM_FORMAT { get { @@ -36574,7 +36655,7 @@ public static string VAL_RATE_NUM_FORMAT { } /// - /// Looks up a localized string similar to s. + /// Sucht eine lokalisierte Zeichenfolge, die s ähnelt. /// public static string VAL_SEC { get { @@ -36583,7 +36664,7 @@ public static string VAL_SEC { } /// - /// Looks up a localized string similar to TiB. + /// Sucht eine lokalisierte Zeichenfolge, die TiB ähnelt. /// public static string VAL_TERB { get { @@ -36592,7 +36673,7 @@ public static string VAL_TERB { } /// - /// Looks up a localized string similar to TiBps. + /// Sucht eine lokalisierte Zeichenfolge, die TiBps ähnelt. /// public static string VAL_TERRATE { get { @@ -36601,7 +36682,7 @@ public static string VAL_TERRATE { } /// - /// Looks up a localized string similar to W. + /// Sucht eine lokalisierte Zeichenfolge, die W ähnelt. /// public static string VAL_WATT { get { @@ -36610,7 +36691,7 @@ public static string VAL_WATT { } /// - /// Looks up a localized string similar to {0} - {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - {1} ähnelt. /// public static string VALUE_HYPHEN_VALUE { get { @@ -36619,7 +36700,7 @@ public static string VALUE_HYPHEN_VALUE { } /// - /// Looks up a localized string similar to Shut Dow&n vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Dow&n vApp ähnelt. /// public static string VAPP_SHUT_DOWN_MENU { get { @@ -36628,7 +36709,7 @@ public static string VAPP_SHUT_DOWN_MENU { } /// - /// Looks up a localized string similar to Shut Dow&n vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Shut Dow&n vApp ähnelt. /// public static string VAPP_SHUTDOWN_CONTEXT_MENU { get { @@ -36637,7 +36718,7 @@ public static string VAPP_SHUTDOWN_CONTEXT_MENU { } /// - /// Looks up a localized string similar to &Start vApp. + /// Sucht eine lokalisierte Zeichenfolge, die &Start vApp ähnelt. /// public static string VAPP_START_CONTEXT_MENU { get { @@ -36646,7 +36727,7 @@ public static string VAPP_START_CONTEXT_MENU { } /// - /// Looks up a localized string similar to S&tart vApp. + /// Sucht eine lokalisierte Zeichenfolge, die S&tart vApp ähnelt. /// public static string VAPP_START_MENU { get { @@ -36655,7 +36736,7 @@ public static string VAPP_START_MENU { } /// - /// Looks up a localized string similar to The disk is attached to a VM that is not in halted state.. + /// Sucht eine lokalisierte Zeichenfolge, die The disk is attached to a VM that is not in halted state. ähnelt. /// public static string VBD_EDIT_CURRENTLY_ATTACHED { get { @@ -36664,7 +36745,7 @@ public static string VBD_EDIT_CURRENTLY_ATTACHED { } /// - /// Looks up a localized string similar to {0} - currently in use. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - currently in use ähnelt. /// public static string VBD_EDIT_CURRENTLY_IN_USE { get { @@ -36673,7 +36754,7 @@ public static string VBD_EDIT_CURRENTLY_IN_USE { } /// - /// Looks up a localized string similar to {0} - currently in use by '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die {0} - currently in use by '{1}' ähnelt. /// public static string VBD_EDIT_CURRENTLY_IN_USE_BY { get { @@ -36682,7 +36763,7 @@ public static string VBD_EDIT_CURRENTLY_IN_USE_BY { } /// - /// Looks up a localized string similar to The VCPUs can only be changed when the VM is shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die The VCPUs can only be changed when the VM is shut down. ähnelt. /// public static string VCPU_ONLY_WHEN_HALTED { get { @@ -36691,7 +36772,7 @@ public static string VCPU_ONLY_WHEN_HALTED { } /// - /// Looks up a localized string similar to VDI. + /// Sucht eine lokalisierte Zeichenfolge, die VDI ähnelt. /// public static string VDI { get { @@ -36700,7 +36781,7 @@ public static string VDI { } /// - /// Looks up a localized string similar to Copied disk '{0}' from SR '{1}' to SR '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Copied disk '{0}' from SR '{1}' to SR '{2}' ähnelt. /// public static string VDI_COPIED { get { @@ -36709,7 +36790,7 @@ public static string VDI_COPIED { } /// - /// Looks up a localized string similar to Copying disk '{0}' from SR '{1}' to SR '{2}'. + /// Sucht eine lokalisierte Zeichenfolge, die Copying disk '{0}' from SR '{1}' to SR '{2}' ähnelt. /// public static string VDI_COPYING { get { @@ -36718,7 +36799,7 @@ public static string VDI_COPYING { } /// - /// Looks up a localized string similar to {0} on '{1}' {2}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} on '{1}' {2} ähnelt. /// public static string VDI_ON_SR_TITLE { get { @@ -36727,7 +36808,7 @@ public static string VDI_ON_SR_TITLE { } /// - /// Looks up a localized string similar to Vendor. + /// Sucht eine lokalisierte Zeichenfolge, die Vendor ähnelt. /// public static string VENDOR_NAME { get { @@ -36736,7 +36817,7 @@ public static string VENDOR_NAME { } /// - /// Looks up a localized string similar to Verifying Manifest Content.... + /// Sucht eine lokalisierte Zeichenfolge, die Verifying Manifest Content... ähnelt. /// public static string VERIFYING_MANIFEST { get { @@ -36745,7 +36826,7 @@ public static string VERIFYING_MANIFEST { } /// - /// Looks up a localized string similar to Manifest verification failed. {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Manifest verification failed. {0} ähnelt. /// public static string VERIFYING_MANIFEST_ERROR { get { @@ -36754,7 +36835,7 @@ public static string VERIFYING_MANIFEST_ERROR { } /// - /// Looks up a localized string similar to Verifying Digital Signature.... + /// Sucht eine lokalisierte Zeichenfolge, die Verifying Digital Signature... ähnelt. /// public static string VERIFYING_SIGNATURE { get { @@ -36763,7 +36844,7 @@ public static string VERIFYING_SIGNATURE { } /// - /// Looks up a localized string similar to Signature verification failed. {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Signature verification failed. {0} ähnelt. /// public static string VERIFYING_SIGNATURE_ERROR { get { @@ -36772,7 +36853,7 @@ public static string VERIFYING_SIGNATURE_ERROR { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string VERSION { get { @@ -36781,7 +36862,7 @@ public static string VERSION { } /// - /// Looks up a localized string similar to [XenCenter] version {0} (build {1}.{2}) {3}-bit. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] version {0} (build {1}.{2}) {3}-bit ähnelt. /// public static string VERSION_NUMBER { get { @@ -36790,7 +36871,7 @@ public static string VERSION_NUMBER { } /// - /// Looks up a localized string similar to {0} virtual GPU ({1} per GPU, {2}, {3} displays). + /// Sucht eine lokalisierte Zeichenfolge, die {0} virtual GPU ({1} per GPU, {2}, {3} displays) ähnelt. /// public static string VGPU_DESCRIPTION_MANY { get { @@ -36799,7 +36880,7 @@ public static string VGPU_DESCRIPTION_MANY { } /// - /// Looks up a localized string similar to {0} virtual GPU ({1} per GPU, {2}, {3} display). + /// Sucht eine lokalisierte Zeichenfolge, die {0} virtual GPU ({1} per GPU, {2}, {3} display) ähnelt. /// public static string VGPU_DESCRIPTION_ONE { get { @@ -36808,7 +36889,7 @@ public static string VGPU_DESCRIPTION_ONE { } /// - /// Looks up a localized string similar to {0} virtual GPU ({1} per GPU). + /// Sucht eine lokalisierte Zeichenfolge, die {0} virtual GPU ({1} per GPU) ähnelt. /// public static string VGPU_DESCRIPTION_ZEROES { get { @@ -36817,7 +36898,7 @@ public static string VGPU_DESCRIPTION_ZEROES { } /// - /// Looks up a localized string similar to Pass-through whole GPU. + /// Sucht eine lokalisierte Zeichenfolge, die Pass-through whole GPU ähnelt. /// public static string VGPU_PASSTHRU_TOSTRING { get { @@ -36826,7 +36907,7 @@ public static string VGPU_PASSTHRU_TOSTRING { } /// - /// Looks up a localized string similar to {0} virtual GPU ({1} per GPU). + /// Sucht eine lokalisierte Zeichenfolge, die {0} virtual GPU ({1} per GPU) ähnelt. /// public static string VGPU_TOSTRING { get { @@ -36835,7 +36916,7 @@ public static string VGPU_TOSTRING { } /// - /// Looks up a localized string similar to View folder.... + /// Sucht eine lokalisierte Zeichenfolge, die View folder... ähnelt. /// public static string VIEW_FOLDER_MENU_OPTION { get { @@ -36844,7 +36925,7 @@ public static string VIEW_FOLDER_MENU_OPTION { } /// - /// Looks up a localized string similar to Infrastructure. + /// Sucht eine lokalisierte Zeichenfolge, die Infrastructure ähnelt. /// public static string VIEW_INFRASTRUCTURE { get { @@ -36853,7 +36934,7 @@ public static string VIEW_INFRASTRUCTURE { } /// - /// Looks up a localized string similar to Objects by Type. + /// Sucht eine lokalisierte Zeichenfolge, die Objects by Type ähnelt. /// public static string VIEW_OBJECTS { get { @@ -36862,7 +36943,7 @@ public static string VIEW_OBJECTS { } /// - /// Looks up a localized string similar to Organization Views. + /// Sucht eine lokalisierte Zeichenfolge, die Organization Views ähnelt. /// public static string VIEW_ORGANIZATION { get { @@ -36871,7 +36952,7 @@ public static string VIEW_ORGANIZATION { } /// - /// Looks up a localized string similar to View tag.... + /// Sucht eine lokalisierte Zeichenfolge, die View tag... ähnelt. /// public static string VIEW_TAG_MENU_OPTION { get { @@ -36880,7 +36961,7 @@ public static string VIEW_TAG_MENU_OPTION { } /// - /// Looks up a localized string similar to View snapshot schedules. + /// Sucht eine lokalisierte Zeichenfolge, die View snapshot schedules ähnelt. /// public static string VIEW_VMSS_POLICIES { get { @@ -36889,7 +36970,7 @@ public static string VIEW_VMSS_POLICIES { } /// - /// Looks up a localized string similar to The virtual network device changes will take effect when you shut down and then restart the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die The virtual network device changes will take effect when you shut down and then restart the VM. ähnelt. /// public static string VIF_HOTPLUG_FAILED_MESSAGE { get { @@ -36898,7 +36979,7 @@ public static string VIF_HOTPLUG_FAILED_MESSAGE { } /// - /// Looks up a localized string similar to Virtual Network Device Changes. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Network Device Changes ähnelt. /// public static string VIF_HOTPLUG_FAILED_TITLE { get { @@ -36907,7 +36988,7 @@ public static string VIF_HOTPLUG_FAILED_TITLE { } /// - /// Looks up a localized string similar to Virtual Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Disk ähnelt. /// public static string VIRTUAL_DISK { get { @@ -36916,7 +36997,7 @@ public static string VIRTUAL_DISK { } /// - /// Looks up a localized string similar to Virtual Disks. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Disks ähnelt. /// public static string VIRTUAL_DISKS { get { @@ -36925,7 +37006,7 @@ public static string VIRTUAL_DISKS { } /// - /// Looks up a localized string similar to Virtual Interface Properties. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Interface Properties ähnelt. /// public static string VIRTUAL_INTERFACE_PROPERTIES { get { @@ -36934,7 +37015,7 @@ public static string VIRTUAL_INTERFACE_PROPERTIES { } /// - /// Looks up a localized string similar to Virtual Machine. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machine ähnelt. /// public static string VIRTUAL_MACHINE { get { @@ -36943,7 +37024,7 @@ public static string VIRTUAL_MACHINE { } /// - /// Looks up a localized string similar to Virtual Machines. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machines ähnelt. /// public static string VIRTUAL_MACHINES { get { @@ -36952,7 +37033,7 @@ public static string VIRTUAL_MACHINES { } /// - /// Looks up a localized string similar to Optimized (version {0} installed). + /// Sucht eine lokalisierte Zeichenfolge, die Optimized (version {0} installed) ähnelt. /// public static string VIRTUALIZATION_OPTIMIZED { get { @@ -36961,7 +37042,7 @@ public static string VIRTUALIZATION_OPTIMIZED { } /// - /// Looks up a localized string similar to Tools out of date (version {0} installed). + /// Sucht eine lokalisierte Zeichenfolge, die Tools out of date (version {0} installed) ähnelt. /// public static string VIRTUALIZATION_OUT_OF_DATE { get { @@ -36970,7 +37051,7 @@ public static string VIRTUALIZATION_OUT_OF_DATE { } /// - /// Looks up a localized string similar to Install I/O drivers and Management Agent. + /// Sucht eine lokalisierte Zeichenfolge, die Install I/O drivers and Management Agent ähnelt. /// public static string VIRTUALIZATION_STATE_VM_INSTALL_IO_DRIVERS_AND_MANAGEMENT_AGENT { get { @@ -36979,7 +37060,7 @@ public static string VIRTUALIZATION_STATE_VM_INSTALL_IO_DRIVERS_AND_MANAGEMENT_A } /// - /// Looks up a localized string similar to Install Management Agent. + /// Sucht eine lokalisierte Zeichenfolge, die Install Management Agent ähnelt. /// public static string VIRTUALIZATION_STATE_VM_INSTALL_MANAGEMENT_AGENT { get { @@ -36988,7 +37069,7 @@ public static string VIRTUALIZATION_STATE_VM_INSTALL_MANAGEMENT_AGENT { } /// - /// Looks up a localized string similar to I/O drivers and Management Agent installed. + /// Sucht eine lokalisierte Zeichenfolge, die I/O drivers and Management Agent installed ähnelt. /// public static string VIRTUALIZATION_STATE_VM_IO_DRIVERS_AND_MANAGEMENT_AGENT_INSTALLED { get { @@ -36997,7 +37078,7 @@ public static string VIRTUALIZATION_STATE_VM_IO_DRIVERS_AND_MANAGEMENT_AGENT_INS } /// - /// Looks up a localized string similar to I/O not optimized. + /// Sucht eine lokalisierte Zeichenfolge, die I/O not optimized ähnelt. /// public static string VIRTUALIZATION_STATE_VM_IO_NOT_OPTIMIZED { get { @@ -37006,7 +37087,7 @@ public static string VIRTUALIZATION_STATE_VM_IO_NOT_OPTIMIZED { } /// - /// Looks up a localized string similar to I/O optimized. + /// Sucht eine lokalisierte Zeichenfolge, die I/O optimized ähnelt. /// public static string VIRTUALIZATION_STATE_VM_IO_OPTIMIZED { get { @@ -37015,7 +37096,7 @@ public static string VIRTUALIZATION_STATE_VM_IO_OPTIMIZED { } /// - /// Looks up a localized string similar to I/O optimized only. + /// Sucht eine lokalisierte Zeichenfolge, die I/O optimized only ähnelt. /// public static string VIRTUALIZATION_STATE_VM_IO_OPTIMIZED_ONLY { get { @@ -37024,7 +37105,7 @@ public static string VIRTUALIZATION_STATE_VM_IO_OPTIMIZED_ONLY { } /// - /// Looks up a localized string similar to Management Agent installed. + /// Sucht eine lokalisierte Zeichenfolge, die Management Agent installed ähnelt. /// public static string VIRTUALIZATION_STATE_VM_MANAGEMENT_AGENT_INSTALLED { get { @@ -37033,7 +37114,7 @@ public static string VIRTUALIZATION_STATE_VM_MANAGEMENT_AGENT_INSTALLED { } /// - /// Looks up a localized string similar to Management Agent not installed. + /// Sucht eine lokalisierte Zeichenfolge, die Management Agent not installed ähnelt. /// public static string VIRTUALIZATION_STATE_VM_MANAGEMENT_AGENT_NOT_INSTALLED { get { @@ -37042,7 +37123,7 @@ public static string VIRTUALIZATION_STATE_VM_MANAGEMENT_AGENT_NOT_INSTALLED { } /// - /// Looks up a localized string similar to Not optimized. + /// Sucht eine lokalisierte Zeichenfolge, die Not optimized ähnelt. /// public static string VIRTUALIZATION_STATE_VM_NOT_OPTIMIZED { get { @@ -37051,7 +37132,7 @@ public static string VIRTUALIZATION_STATE_VM_NOT_OPTIMIZED { } /// - /// Looks up a localized string similar to Not able to receive updates from Windows Update. + /// Sucht eine lokalisierte Zeichenfolge, die Not able to receive updates from Windows Update ähnelt. /// public static string VIRTUALIZATION_STATE_VM_NOT_RECEIVING_UPDATES { get { @@ -37060,7 +37141,7 @@ public static string VIRTUALIZATION_STATE_VM_NOT_RECEIVING_UPDATES { } /// - /// Looks up a localized string similar to Fully optimized. + /// Sucht eine lokalisierte Zeichenfolge, die Fully optimized ähnelt. /// public static string VIRTUALIZATION_STATE_VM_OPTIMIZED { get { @@ -37069,7 +37150,7 @@ public static string VIRTUALIZATION_STATE_VM_OPTIMIZED { } /// - /// Looks up a localized string similar to Able to receive updates from Windows Update. + /// Sucht eine lokalisierte Zeichenfolge, die Able to receive updates from Windows Update ähnelt. /// public static string VIRTUALIZATION_STATE_VM_RECEIVING_UPDATES { get { @@ -37078,7 +37159,7 @@ public static string VIRTUALIZATION_STATE_VM_RECEIVING_UPDATES { } /// - /// Looks up a localized string similar to Unknown (please wait). + /// Sucht eine lokalisierte Zeichenfolge, die Unknown (please wait) ähnelt. /// public static string VIRTUALIZATION_UNKNOWN { get { @@ -37087,7 +37168,7 @@ public static string VIRTUALIZATION_UNKNOWN { } /// - /// Looks up a localized string similar to Network {0} on VLAN {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Network {0} on VLAN {1} ähnelt. /// public static string VLAN_NETWORK_NAME { get { @@ -37096,7 +37177,7 @@ public static string VLAN_NETWORK_NAME { } /// - /// Looks up a localized string similar to VM. + /// Sucht eine lokalisierte Zeichenfolge, die VM ähnelt. /// public static string VM { get { @@ -37105,7 +37186,7 @@ public static string VM { } /// - /// Looks up a localized string similar to This VM is already suspended.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is already suspended. ähnelt. /// public static string VM_ALREADY_SUSPENDED { get { @@ -37114,7 +37195,7 @@ public static string VM_ALREADY_SUSPENDED { } /// - /// Looks up a localized string similar to vApp. + /// Sucht eine lokalisierte Zeichenfolge, die vApp ähnelt. /// public static string VM_APPLIANCE { get { @@ -37123,7 +37204,7 @@ public static string VM_APPLIANCE { } /// - /// Looks up a localized string similar to vApp Properties.... + /// Sucht eine lokalisierte Zeichenfolge, die vApp Properties... ähnelt. /// public static string VM_APPLIANCE_PROPERTIES { get { @@ -37132,7 +37213,7 @@ public static string VM_APPLIANCE_PROPERTIES { } /// - /// Looks up a localized string similar to Shut down all VMs in vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down all VMs in vApp ähnelt. /// public static string VM_APPLIANCE_SHUT_DOWN { get { @@ -37141,7 +37222,7 @@ public static string VM_APPLIANCE_SHUT_DOWN { } /// - /// Looks up a localized string similar to Shutting down vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Shutting down vApp '{0}' ähnelt. /// public static string VM_APPLIANCE_SHUTTING_DOWN { get { @@ -37150,7 +37231,7 @@ public static string VM_APPLIANCE_SHUTTING_DOWN { } /// - /// Looks up a localized string similar to Shut down vApp '{0}' completed. + /// Sucht eine lokalisierte Zeichenfolge, die Shut down vApp '{0}' completed ähnelt. /// public static string VM_APPLIANCE_SHUTTING_DOWN_COMPLETED { get { @@ -37159,7 +37240,7 @@ public static string VM_APPLIANCE_SHUTTING_DOWN_COMPLETED { } /// - /// Looks up a localized string similar to Start all VMs in vApp. + /// Sucht eine lokalisierte Zeichenfolge, die Start all VMs in vApp ähnelt. /// public static string VM_APPLIANCE_START { get { @@ -37168,7 +37249,7 @@ public static string VM_APPLIANCE_START { } /// - /// Looks up a localized string similar to Start all VMs in vApp in paused mode. + /// Sucht eine lokalisierte Zeichenfolge, die Start all VMs in vApp in paused mode ähnelt. /// public static string VM_APPLIANCE_START_PAUSED { get { @@ -37177,7 +37258,7 @@ public static string VM_APPLIANCE_START_PAUSED { } /// - /// Looks up a localized string similar to Starting vApp '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Starting vApp '{0}' ähnelt. /// public static string VM_APPLIANCE_STARTING { get { @@ -37186,7 +37267,7 @@ public static string VM_APPLIANCE_STARTING { } /// - /// Looks up a localized string similar to Start vApp '{0}' completed. + /// Sucht eine lokalisierte Zeichenfolge, die Start vApp '{0}' completed ähnelt. /// public static string VM_APPLIANCE_STARTING_COMPLETED { get { @@ -37195,7 +37276,7 @@ public static string VM_APPLIANCE_STARTING_COMPLETED { } /// - /// Looks up a localized string similar to Starting vApp '{0}' in paused mode. + /// Sucht eine lokalisierte Zeichenfolge, die Starting vApp '{0}' in paused mode ähnelt. /// public static string VM_APPLIANCE_STARTING_PAUSED { get { @@ -37204,7 +37285,7 @@ public static string VM_APPLIANCE_STARTING_PAUSED { } /// - /// Looks up a localized string similar to Start vApp '{0}' in paused mode completed. + /// Sucht eine lokalisierte Zeichenfolge, die Start vApp '{0}' in paused mode completed ähnelt. /// public static string VM_APPLIANCE_STARTING_PAUSED_COMPLETED { get { @@ -37213,7 +37294,7 @@ public static string VM_APPLIANCE_STARTING_PAUSED_COMPLETED { } /// - /// Looks up a localized string similar to vApp name:\r\n {0}\r\n\r\nSelected VMs:\r\n {1}. + /// Sucht eine lokalisierte Zeichenfolge, die vApp name:\r\n {0}\r\n\r\nSelected VMs:\r\n {1} ähnelt. /// public static string VM_APPLIANCE_SUMMARY { get { @@ -37222,7 +37303,7 @@ public static string VM_APPLIANCE_SUMMARY { } /// - /// Looks up a localized string similar to vApps. + /// Sucht eine lokalisierte Zeichenfolge, die vApps ähnelt. /// public static string VM_APPLIANCES { get { @@ -37231,7 +37312,7 @@ public static string VM_APPLIANCES { } /// - /// Looks up a localized string similar to vApps defined in pool '{0}': . + /// Sucht eine lokalisierte Zeichenfolge, die vApps defined in pool '{0}': ähnelt. /// public static string VM_APPLIANCES_DEFINED_FOR_POOL { get { @@ -37240,7 +37321,7 @@ public static string VM_APPLIANCES_DEFINED_FOR_POOL { } /// - /// Looks up a localized string similar to vApps defined in server '{0}': . + /// Sucht eine lokalisierte Zeichenfolge, die vApps defined in server '{0}': ähnelt. /// public static string VM_APPLIANCES_DEFINED_FOR_SERVER { get { @@ -37249,7 +37330,7 @@ public static string VM_APPLIANCES_DEFINED_FOR_SERVER { } /// - /// Looks up a localized string similar to Manage &vApps.... + /// Sucht eine lokalisierte Zeichenfolge, die Manage &vApps... ähnelt. /// public static string VM_APPLIANCES_MENU { get { @@ -37258,7 +37339,7 @@ public static string VM_APPLIANCES_MENU { } /// - /// Looks up a localized string similar to Manage vApps - pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Manage vApps - pool {0} ähnelt. /// public static string VM_APPLIANCES_TITLE { get { @@ -37267,7 +37348,7 @@ public static string VM_APPLIANCES_TITLE { } /// - /// Looks up a localized string similar to Unable to retrieve the default cloud-config parameters.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to retrieve the default cloud-config parameters. ähnelt. /// public static string VM_CLOUD_CONFIG_DRIVE_CANNOT_RETRIEVE_DEFAULT { get { @@ -37276,7 +37357,7 @@ public static string VM_CLOUD_CONFIG_DRIVE_CANNOT_RETRIEVE_DEFAULT { } /// - /// Looks up a localized string similar to Config drive included. + /// Sucht eine lokalisierte Zeichenfolge, die Config drive included ähnelt. /// public static string VM_CLOUD_CONFIG_DRIVE_INCLUDED { get { @@ -37285,7 +37366,7 @@ public static string VM_CLOUD_CONFIG_DRIVE_INCLUDED { } /// - /// Looks up a localized string similar to Config drive not included. + /// Sucht eine lokalisierte Zeichenfolge, die Config drive not included ähnelt. /// public static string VM_CLOUD_CONFIG_DRIVE_NOT_INCLUDED { get { @@ -37294,7 +37375,7 @@ public static string VM_CLOUD_CONFIG_DRIVE_NOT_INCLUDED { } /// - /// Looks up a localized string similar to The cloud-config parameters can only be changed when the VM is shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die The cloud-config parameters can only be changed when the VM is shut down. ähnelt. /// public static string VM_CLOUD_CONFIG_DRIVE_READONLY { get { @@ -37303,7 +37384,7 @@ public static string VM_CLOUD_CONFIG_DRIVE_READONLY { } /// - /// Looks up a localized string similar to The cloud-config parameters could not be retrieved.. + /// Sucht eine lokalisierte Zeichenfolge, die The cloud-config parameters could not be retrieved. ähnelt. /// public static string VM_CLOUD_CONFIG_DRIVE_UNAVAILABLE { get { @@ -37312,7 +37393,7 @@ public static string VM_CLOUD_CONFIG_DRIVE_UNAVAILABLE { } /// - /// Looks up a localized string similar to Current number of v&CPUs:. + /// Sucht eine lokalisierte Zeichenfolge, die Current number of v&CPUs: ähnelt. /// public static string VM_CPUMEMPAGE_CURRENT_VCPUS_LABEL { get { @@ -37321,7 +37402,7 @@ public static string VM_CPUMEMPAGE_CURRENT_VCPUS_LABEL { } /// - /// Looks up a localized string similar to The current number of vCPUs can only be changed when the VM is running or shut down. . + /// Sucht eine lokalisierte Zeichenfolge, die The current number of vCPUs can only be changed when the VM is running or shut down. ähnelt. /// public static string VM_CPUMEMPAGE_CURRENT_VCPUS_READONLY { get { @@ -37330,7 +37411,7 @@ public static string VM_CPUMEMPAGE_CURRENT_VCPUS_READONLY { } /// - /// Looks up a localized string similar to Initial number of v&CPUs:. + /// Sucht eine lokalisierte Zeichenfolge, die Initial number of v&CPUs: ähnelt. /// public static string VM_CPUMEMPAGE_INITIAL_VCPUS_LABEL { get { @@ -37339,7 +37420,7 @@ public static string VM_CPUMEMPAGE_INITIAL_VCPUS_LABEL { } /// - /// Looks up a localized string similar to Maximum number of &vCPUs:. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number of &vCPUs: ähnelt. /// public static string VM_CPUMEMPAGE_MAX_VCPUS_LABEL { get { @@ -37348,7 +37429,7 @@ public static string VM_CPUMEMPAGE_MAX_VCPUS_LABEL { } /// - /// Looks up a localized string similar to The maximum number of vCPUs, the topology and the vCPU priority can only be changed when the VM is shut down. . + /// Sucht eine lokalisierte Zeichenfolge, die The maximum number of vCPUs, the topology and the vCPU priority can only be changed when the VM is shut down. ähnelt. /// public static string VM_CPUMEMPAGE_MAX_VCPUS_READONLY { get { @@ -37357,7 +37438,7 @@ public static string VM_CPUMEMPAGE_MAX_VCPUS_READONLY { } /// - /// Looks up a localized string similar to Specify the number of vCPUs, their topology, and the priority to assign them over other vCPUs. . + /// Sucht eine lokalisierte Zeichenfolge, die Specify the number of vCPUs, their topology, and the priority to assign them over other vCPUs. ähnelt. /// public static string VM_CPUMEMPAGE_RUBRIC { get { @@ -37366,7 +37447,7 @@ public static string VM_CPUMEMPAGE_RUBRIC { } /// - /// Looks up a localized string similar to If the initial number of vCPUs is set lower than the maximum number, more vCPUs can be added to the virtual machine while it is running. . + /// Sucht eine lokalisierte Zeichenfolge, die If the initial number of vCPUs is set lower than the maximum number, more vCPUs can be added to the virtual machine while it is running. ähnelt. /// public static string VM_CPUMEMPAGE_RUBRIC_HOTPLUG { get { @@ -37375,7 +37456,7 @@ public static string VM_CPUMEMPAGE_RUBRIC_HOTPLUG { } /// - /// Looks up a localized string similar to It is recommended to allocate at least {0} vCPUs for this VM. + /// Sucht eine lokalisierte Zeichenfolge, die It is recommended to allocate at least {0} vCPUs for this VM ähnelt. /// public static string VM_CPUMEMPAGE_VCPU_MIN_WARNING { get { @@ -37384,7 +37465,7 @@ public static string VM_CPUMEMPAGE_VCPU_MIN_WARNING { } /// - /// Looks up a localized string similar to More vCPUs than physical CPUs may lead to reduced VM performance. + /// Sucht eine lokalisierte Zeichenfolge, die More vCPUs than physical CPUs may lead to reduced VM performance ähnelt. /// public static string VM_CPUMEMPAGE_VCPU_WARNING { get { @@ -37393,7 +37474,7 @@ public static string VM_CPUMEMPAGE_VCPU_WARNING { } /// - /// Looks up a localized string similar to &Number of vCPUs:. + /// Sucht eine lokalisierte Zeichenfolge, die &Number of vCPUs: ähnelt. /// public static string VM_CPUMEMPAGE_VCPUS_LABEL { get { @@ -37402,7 +37483,7 @@ public static string VM_CPUMEMPAGE_VCPUS_LABEL { } /// - /// Looks up a localized string similar to Container Management. + /// Sucht eine lokalisierte Zeichenfolge, die Container Management ähnelt. /// public static string VM_ENLIGHTENMENT { get { @@ -37411,7 +37492,7 @@ public static string VM_ENLIGHTENMENT { } /// - /// Looks up a localized string similar to VM General Properties. + /// Sucht eine lokalisierte Zeichenfolge, die VM General Properties ähnelt. /// public static string VM_GENERAL_TAB_TITLE { get { @@ -37420,7 +37501,7 @@ public static string VM_GENERAL_TAB_TITLE { } /// - /// Looks up a localized string similar to This VM has a pass-through GPU assigned.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM has a pass-through GPU assigned. ähnelt. /// public static string VM_HAS_GPU_PASSTHROUGH { get { @@ -37429,7 +37510,7 @@ public static string VM_HAS_GPU_PASSTHROUGH { } /// - /// Looks up a localized string similar to Memory and/or VCPU changes will take effect when you restart the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die Memory and/or VCPU changes will take effect when you restart the VM. ähnelt. /// public static string VM_LIVE_CHANGES_NOT_SUPPORTED_MESSAGE { get { @@ -37438,7 +37519,7 @@ public static string VM_LIVE_CHANGES_NOT_SUPPORTED_MESSAGE { } /// - /// Looks up a localized string similar to VM General Changes. + /// Sucht eine lokalisierte Zeichenfolge, die VM General Changes ähnelt. /// public static string VM_LIVE_CHANGES_NOT_SUPPORTED_TITLE { get { @@ -37447,7 +37528,7 @@ public static string VM_LIVE_CHANGES_NOT_SUPPORTED_TITLE { } /// - /// Looks up a localized string similar to I/O drivers not installed.. + /// Sucht eine lokalisierte Zeichenfolge, die I/O drivers not installed. ähnelt. /// public static string VM_MISSING_IO_DRIVERS { get { @@ -37456,7 +37537,7 @@ public static string VM_MISSING_IO_DRIVERS { } /// - /// Looks up a localized string similar to A&ctivate. + /// Sucht eine lokalisierte Zeichenfolge, die A&ctivate ähnelt. /// public static string VM_NETWORK_TAB_ACTIVATE_BUTTON_LABEL { get { @@ -37465,7 +37546,7 @@ public static string VM_NETWORK_TAB_ACTIVATE_BUTTON_LABEL { } /// - /// Looks up a localized string similar to &Add Interface.... + /// Sucht eine lokalisierte Zeichenfolge, die &Add Interface... ähnelt. /// public static string VM_NETWORK_TAB_ADD_BUTTON_LABEL { get { @@ -37474,7 +37555,7 @@ public static string VM_NETWORK_TAB_ADD_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Dea&ctivate. + /// Sucht eine lokalisierte Zeichenfolge, die Dea&ctivate ähnelt. /// public static string VM_NETWORK_TAB_DEACTIVATE_BUTTON_LABEL { get { @@ -37483,7 +37564,7 @@ public static string VM_NETWORK_TAB_DEACTIVATE_BUTTON_LABEL { } /// - /// Looks up a localized string similar to P&roperties. + /// Sucht eine lokalisierte Zeichenfolge, die P&roperties ähnelt. /// public static string VM_NETWORK_TAB_EDIT_BUTTON_LABEL { get { @@ -37492,7 +37573,7 @@ public static string VM_NETWORK_TAB_EDIT_BUTTON_LABEL { } /// - /// Looks up a localized string similar to R&emove Interface. + /// Sucht eine lokalisierte Zeichenfolge, die R&emove Interface ähnelt. /// public static string VM_NETWORK_TAB_REMOVE_BUTTON_LABEL { get { @@ -37501,7 +37582,7 @@ public static string VM_NETWORK_TAB_REMOVE_BUTTON_LABEL { } /// - /// Looks up a localized string similar to Virtual Network Interfaces. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Network Interfaces ähnelt. /// public static string VM_NETWORK_TAB_TITLE { get { @@ -37510,7 +37591,7 @@ public static string VM_NETWORK_TAB_TITLE { } /// - /// Looks up a localized string similar to {0} is not in halted or suspended state. Current state: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} is not in halted or suspended state. Current state: {1} ähnelt. /// public static string VM_NOT_HALTED { get { @@ -37519,7 +37600,7 @@ public static string VM_NOT_HALTED { } /// - /// Looks up a localized string similar to This VM is not shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is not shut down. ähnelt. /// public static string VM_NOT_SHUT_DOWN { get { @@ -37528,7 +37609,7 @@ public static string VM_NOT_SHUT_DOWN { } /// - /// Looks up a localized string similar to This VM is not suspended.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is not suspended. ähnelt. /// public static string VM_NOT_SUSPENDED { get { @@ -37537,7 +37618,7 @@ public static string VM_NOT_SUSPENDED { } /// - /// Looks up a localized string similar to Hardware-assisted Virtualization (HVM). + /// Sucht eine lokalisierte Zeichenfolge, die Hardware-assisted Virtualization (HVM) ähnelt. /// public static string VM_OPERATING_MODE_HVM { get { @@ -37546,7 +37627,7 @@ public static string VM_OPERATING_MODE_HVM { } /// - /// Looks up a localized string similar to Paravirtualization (PV). + /// Sucht eine lokalisierte Zeichenfolge, die Paravirtualization (PV) ähnelt. /// public static string VM_OPERATING_MODE_PV { get { @@ -37555,7 +37636,7 @@ public static string VM_OPERATING_MODE_PV { } /// - /// Looks up a localized string similar to This VM is paused.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is paused. ähnelt. /// public static string VM_PAUSED { get { @@ -37564,7 +37645,7 @@ public static string VM_PAUSED { } /// - /// Looks up a localized string similar to This VM is not using read caching. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is not using read caching ähnelt. /// public static string VM_READ_CACHING_DISABLED { get { @@ -37573,7 +37654,7 @@ public static string VM_READ_CACHING_DISABLED { } /// - /// Looks up a localized string similar to This pool is not licensed for read caching. + /// Sucht eine lokalisierte Zeichenfolge, die This pool is not licensed for read caching ähnelt. /// public static string VM_READ_CACHING_DISABLED_REASON_LICENSE { get { @@ -37582,7 +37663,7 @@ public static string VM_READ_CACHING_DISABLED_REASON_LICENSE { } /// - /// Looks up a localized string similar to This VM does not have any read-only disks or disks with a read-only parent. + /// Sucht eine lokalisierte Zeichenfolge, die This VM does not have any read-only disks or disks with a read-only parent ähnelt. /// public static string VM_READ_CACHING_DISABLED_REASON_NO_RO_IMAGE { get { @@ -37591,7 +37672,7 @@ public static string VM_READ_CACHING_DISABLED_REASON_NO_RO_IMAGE { } /// - /// Looks up a localized string similar to This pool was not licensed for read caching when the VM was started. + /// Sucht eine lokalisierte Zeichenfolge, die This pool was not licensed for read caching when the VM was started ähnelt. /// public static string VM_READ_CACHING_DISABLED_REASON_PREV_LICENSE { get { @@ -37600,7 +37681,7 @@ public static string VM_READ_CACHING_DISABLED_REASON_PREV_LICENSE { } /// - /// Looks up a localized string similar to Read caching is not supported on the type of Storage Repository used by this VM. + /// Sucht eine lokalisierte Zeichenfolge, die Read caching is not supported on the type of Storage Repository used by this VM ähnelt. /// public static string VM_READ_CACHING_DISABLED_REASON_SR_TYPE { get { @@ -37609,7 +37690,7 @@ public static string VM_READ_CACHING_DISABLED_REASON_SR_TYPE { } /// - /// Looks up a localized string similar to Read caching has been disabled on the Storage Repository used by this VM. + /// Sucht eine lokalisierte Zeichenfolge, die Read caching has been disabled on the Storage Repository used by this VM ähnelt. /// public static string VM_READ_CACHING_DISABLED_REASON_TURNED_OFF { get { @@ -37618,7 +37699,7 @@ public static string VM_READ_CACHING_DISABLED_REASON_TURNED_OFF { } /// - /// Looks up a localized string similar to Not using read caching. + /// Sucht eine lokalisierte Zeichenfolge, die Not using read caching ähnelt. /// public static string VM_READ_CACHING_DISABLED_SEARCH { get { @@ -37627,7 +37708,7 @@ public static string VM_READ_CACHING_DISABLED_SEARCH { } /// - /// Looks up a localized string similar to This VM is using read caching. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is using read caching ähnelt. /// public static string VM_READ_CACHING_ENABLED { get { @@ -37636,7 +37717,7 @@ public static string VM_READ_CACHING_ENABLED { } /// - /// Looks up a localized string similar to Using read caching. + /// Sucht eine lokalisierte Zeichenfolge, die Using read caching ähnelt. /// public static string VM_READ_CACHING_ENABLED_SEARCH { get { @@ -37645,7 +37726,7 @@ public static string VM_READ_CACHING_ENABLED_SEARCH { } /// - /// Looks up a localized string similar to VM reverted to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die VM reverted to '{0}' ähnelt. /// public static string VM_REVERTED { get { @@ -37654,7 +37735,7 @@ public static string VM_REVERTED { } /// - /// Looks up a localized string similar to VM reverting to '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die VM reverting to '{0}' ähnelt. /// public static string VM_REVERTING { get { @@ -37663,7 +37744,7 @@ public static string VM_REVERTING { } /// - /// Looks up a localized string similar to VM reverting.... + /// Sucht eine lokalisierte Zeichenfolge, die VM reverting... ähnelt. /// public static string VM_REVERTING_ELLIPSIS { get { @@ -37672,7 +37753,7 @@ public static string VM_REVERTING_ELLIPSIS { } /// - /// Looks up a localized string similar to {0}: Running VM check. + /// Sucht eine lokalisierte Zeichenfolge, die {0}: Running VM check ähnelt. /// public static string VM_RUNNING_CHECK_DESCRIPTION { get { @@ -37681,7 +37762,7 @@ public static string VM_RUNNING_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to This VM is shut down.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is shut down. ähnelt. /// public static string VM_SHUT_DOWN { get { @@ -37690,7 +37771,7 @@ public static string VM_SHUT_DOWN { } /// - /// Looks up a localized string similar to {0} ({1} VMs failed). + /// Sucht eine lokalisierte Zeichenfolge, die {0} ({1} VMs failed) ähnelt. /// public static string VM_SNAPSHOT_SCHEDULE_FAILED { get { @@ -37699,7 +37780,7 @@ public static string VM_SNAPSHOT_SCHEDULE_FAILED { } /// - /// Looks up a localized string similar to VM successfully created. + /// Sucht eine lokalisierte Zeichenfolge, die VM successfully created ähnelt. /// public static string VM_SUCCESSFULLY_CREATED { get { @@ -37708,7 +37789,7 @@ public static string VM_SUCCESSFULLY_CREATED { } /// - /// Looks up a localized string similar to This VM is suspended.. + /// Sucht eine lokalisierte Zeichenfolge, die This VM is suspended. ähnelt. /// public static string VM_SUSPENDED { get { @@ -37717,7 +37798,7 @@ public static string VM_SUSPENDED { } /// - /// Looks up a localized string similar to This VM uses local storage. + /// Sucht eine lokalisierte Zeichenfolge, die This VM uses local storage ähnelt. /// public static string VM_USES_LOCAL_STORAGE { get { @@ -37726,7 +37807,7 @@ public static string VM_USES_LOCAL_STORAGE { } /// - /// Looks up a localized string similar to The current number of vCPUs is already {0} and cannot be decreased while the VM is running.. + /// Sucht eine lokalisierte Zeichenfolge, die The current number of vCPUs is already {0} and cannot be decreased while the VM is running. ähnelt. /// public static string VM_VCPU_CANNOT_UNPLUG_LIVE { get { @@ -37735,7 +37816,7 @@ public static string VM_VCPU_CANNOT_UNPLUG_LIVE { } /// - /// Looks up a localized string similar to vCPU changes will take effect when you restart the VM.. + /// Sucht eine lokalisierte Zeichenfolge, die vCPU changes will take effect when you restart the VM. ähnelt. /// public static string VM_VCPU_CHANGES_NOT_SUPPORTED_MESSAGE { get { @@ -37744,7 +37825,7 @@ public static string VM_VCPU_CHANGES_NOT_SUPPORTED_MESSAGE { } /// - /// Looks up a localized string similar to VM '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die VM '{0}' ähnelt. /// public static string VM_X { get { @@ -37753,7 +37834,7 @@ public static string VM_X { } /// - /// Looks up a localized string similar to VMs. + /// Sucht eine lokalisierte Zeichenfolge, die VMs ähnelt. /// public static string VMS { get { @@ -37762,7 +37843,7 @@ public static string VMS { } /// - /// Looks up a localized string similar to VMs in pool '{0}':. + /// Sucht eine lokalisierte Zeichenfolge, die VMs in pool '{0}': ähnelt. /// public static string VMS_IN_POOL { get { @@ -37771,7 +37852,7 @@ public static string VMS_IN_POOL { } /// - /// Looks up a localized string similar to VMs in server '{0}':. + /// Sucht eine lokalisierte Zeichenfolge, die VMs in server '{0}': ähnelt. /// public static string VMS_IN_SERVER { get { @@ -37780,7 +37861,7 @@ public static string VMS_IN_SERVER { } /// - /// Looks up a localized string similar to {0} VMs. + /// Sucht eine lokalisierte Zeichenfolge, die {0} VMs ähnelt. /// public static string VMS_MANY { get { @@ -37789,7 +37870,7 @@ public static string VMS_MANY { } /// - /// Looks up a localized string similar to 1 VM. + /// Sucht eine lokalisierte Zeichenfolge, die 1 VM ähnelt. /// public static string VMS_ONE { get { @@ -37798,7 +37879,7 @@ public static string VMS_ONE { } /// - /// Looks up a localized string similar to Details:. + /// Sucht eine lokalisierte Zeichenfolge, die Details: ähnelt. /// public static string VMSS_ALERT_DETAILS { get { @@ -37807,7 +37888,7 @@ public static string VMSS_ALERT_DETAILS { } /// - /// Looks up a localized string similar to {0}. {1}: {2}. + /// Sucht eine lokalisierte Zeichenfolge, die {0}. {1}: {2} ähnelt. /// public static string VMSS_ALERT_VM_ERROR_FORMAT { get { @@ -37816,7 +37897,7 @@ public static string VMSS_ALERT_VM_ERROR_FORMAT { } /// - /// Looks up a localized string similar to Snapsh&ot schedules .... + /// Sucht eine lokalisierte Zeichenfolge, die Snapsh&ot schedules ... ähnelt. /// public static string VMSS_CONTEXT_MENU { get { @@ -37825,7 +37906,7 @@ public static string VMSS_CONTEXT_MENU { } /// - /// Looks up a localized string similar to Send &email notifications about snapshot schedule job alerts. + /// Sucht eine lokalisierte Zeichenfolge, die Send &email notifications about snapshot schedule job alerts ähnelt. /// public static string VMSS_EMAIL_CHECKBOX_TEXT { get { @@ -37834,7 +37915,7 @@ public static string VMSS_EMAIL_CHECKBOX_TEXT { } /// - /// Looks up a localized string similar to The server can send you email notifications when alerts associated with snapshot schedule jobs are raised, such as when a VM snapshot is created or when a snapshot operation fails.. + /// Sucht eine lokalisierte Zeichenfolge, die The server can send you email notifications when alerts associated with snapshot schedule jobs are raised, such as when a VM snapshot is created or when a snapshot operation fails. ähnelt. /// public static string VMSS_EMAIL_PAGE_TEXT { get { @@ -37843,7 +37924,7 @@ public static string VMSS_EMAIL_PAGE_TEXT { } /// - /// Looks up a localized string similar to Create the new schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Create the new schedule ähnelt. /// public static string VMSS_FINISH_TITLE { get { @@ -37852,7 +37933,7 @@ public static string VMSS_FINISH_TITLE { } /// - /// Looks up a localized string similar to Pool master unreachable. + /// Sucht eine lokalisierte Zeichenfolge, die Pool master unreachable ähnelt. /// public static string VMSS_HOST_NOT_LIVE { get { @@ -37861,7 +37942,7 @@ public static string VMSS_HOST_NOT_LIVE { } /// - /// Looks up a localized string similar to Invalid or incomplete schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid or incomplete schedule ähnelt. /// public static string VMSS_INVALID_SCHEDULE { get { @@ -37870,7 +37951,7 @@ public static string VMSS_INVALID_SCHEDULE { } /// - /// Looks up a localized string similar to VM Snapsh&ot Schedules.... + /// Sucht eine lokalisierte Zeichenfolge, die VM Snapsh&ot Schedules... ähnelt. /// public static string VMSS_MAIN_MENU { get { @@ -37879,7 +37960,7 @@ public static string VMSS_MAIN_MENU { } /// - /// Looks up a localized string similar to Schedule Name. + /// Sucht eine lokalisierte Zeichenfolge, die Schedule Name ähnelt. /// public static string VMSS_NAME { get { @@ -37888,7 +37969,7 @@ public static string VMSS_NAME { } /// - /// Looks up a localized string similar to What do you want to call this schedule?. + /// Sucht eine lokalisierte Zeichenfolge, die What do you want to call this schedule? ähnelt. /// public static string VMSS_NAME_TITLE { get { @@ -37897,7 +37978,7 @@ public static string VMSS_NAME_TITLE { } /// - /// Looks up a localized string similar to The next scheduled local run time is {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die The next scheduled local run time is {0}. ähnelt. /// public static string VMSS_NEXT_CLIENT_LOCAL_RUN { get { @@ -37906,7 +37987,7 @@ public static string VMSS_NEXT_CLIENT_LOCAL_RUN { } /// - /// Looks up a localized string similar to The corresponding server local time is {0}.. + /// Sucht eine lokalisierte Zeichenfolge, die The corresponding server local time is {0}. ähnelt. /// public static string VMSS_NEXT_SERVER_LOCAL_RUN { get { @@ -37915,7 +37996,7 @@ public static string VMSS_NEXT_SERVER_LOCAL_RUN { } /// - /// Looks up a localized string similar to Job name: + /// Sucht eine lokalisierte Zeichenfolge, die Job name: /// {0} /// ///Selected VMs: @@ -37925,7 +38006,7 @@ public static string VMSS_NEXT_SERVER_LOCAL_RUN { /// {2} /// ///Schedule: - /// {3}. + /// {3} ähnelt. /// public static string VMSS_POLICY_SUMMARY { get { @@ -37934,7 +38015,7 @@ public static string VMSS_POLICY_SUMMARY { } /// - /// Looks up a localized string similar to Snapshot schedules defined in pool '{0}' ({1} out of {2} VMs currently in schedule):. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedules defined in pool '{0}' ({1} out of {2} VMs currently in schedule): ähnelt. /// public static string VMSS_SCHEDULED_SNAPSHOTS_DEFINED_FOR_POOL { get { @@ -37943,7 +38024,7 @@ public static string VMSS_SCHEDULED_SNAPSHOTS_DEFINED_FOR_POOL { } /// - /// Looks up a localized string similar to Snapshot schedules defined in server '{0}' ({1} out of {2} VMs currently in schedule):. + /// Sucht eine lokalisierte Zeichenfolge, die Snapshot schedules defined in server '{0}' ({1} out of {2} VMs currently in schedule): ähnelt. /// public static string VMSS_SCHEDULED_SNAPSHOTS_DEFINED_FOR_SERVER { get { @@ -37952,7 +38033,7 @@ public static string VMSS_SCHEDULED_SNAPSHOTS_DEFINED_FOR_SERVER { } /// - /// Looks up a localized string similar to Succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die Succeeded ähnelt. /// public static string VMSS_SUCCEEDED { get { @@ -37961,7 +38042,7 @@ public static string VMSS_SUCCEEDED { } /// - /// Looks up a localized string similar to Virtual Machines. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machines ähnelt. /// public static string VMSS_VMS { get { @@ -37970,7 +38051,7 @@ public static string VMSS_VMS { } /// - /// Looks up a localized string similar to Select the VMs that you want to schedule snapshots for. + /// Sucht eine lokalisierte Zeichenfolge, die Select the VMs that you want to schedule snapshots for ähnelt. /// public static string VMSS_VMS_TITLE { get { @@ -37979,7 +38060,7 @@ public static string VMSS_VMS_TITLE { } /// - /// Looks up a localized string similar to New snapshot schedule. + /// Sucht eine lokalisierte Zeichenfolge, die New snapshot schedule ähnelt. /// public static string VMSS_WIZARD_TITLE { get { @@ -37988,7 +38069,7 @@ public static string VMSS_WIZARD_TITLE { } /// - /// Looks up a localized string similar to Could not connect to console. + /// Sucht eine lokalisierte Zeichenfolge, die Could not connect to console ähnelt. /// public static string VNC_COULD_NOT_CONNECT_CONSOLE { get { @@ -37997,7 +38078,7 @@ public static string VNC_COULD_NOT_CONNECT_CONSOLE { } /// - /// Looks up a localized string similar to Could not find any consoles. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find any consoles ähnelt. /// public static string VNC_COULD_NOT_FIND_CONSOLES { get { @@ -38006,7 +38087,7 @@ public static string VNC_COULD_NOT_FIND_CONSOLES { } /// - /// Looks up a localized string similar to Sw&itch to Default Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Sw&itch to Default Desktop ähnelt. /// public static string VNC_DEFAULT_DESKTOP { get { @@ -38015,7 +38096,7 @@ public static string VNC_DEFAULT_DESKTOP { } /// - /// Looks up a localized string similar to (Alt+Shift+U). + /// Sucht eine lokalisierte Zeichenfolge, die (Alt+Shift+U) ähnelt. /// public static string VNC_DOCK_ALT_SHIFT_U { get { @@ -38024,7 +38105,7 @@ public static string VNC_DOCK_ALT_SHIFT_U { } /// - /// Looks up a localized string similar to (F11). + /// Sucht eine lokalisierte Zeichenfolge, die (F11) ähnelt. /// public static string VNC_DOCK_F11 { get { @@ -38033,7 +38114,7 @@ public static string VNC_DOCK_F11 { } /// - /// Looks up a localized string similar to Fulls&creen (Ctrl+Alt). + /// Sucht eine lokalisierte Zeichenfolge, die Fulls&creen (Ctrl+Alt) ähnelt. /// public static string VNC_FULLSCREEN_CTRL_ALT { get { @@ -38042,7 +38123,7 @@ public static string VNC_FULLSCREEN_CTRL_ALT { } /// - /// Looks up a localized string similar to Fulls&creen (Ctrl+Alt+F). + /// Sucht eine lokalisierte Zeichenfolge, die Fulls&creen (Ctrl+Alt+F) ähnelt. /// public static string VNC_FULLSCREEN_CTRL_ALT_F { get { @@ -38051,7 +38132,7 @@ public static string VNC_FULLSCREEN_CTRL_ALT_F { } /// - /// Looks up a localized string similar to Fulls&creen (Ctrl+Enter). + /// Sucht eine lokalisierte Zeichenfolge, die Fulls&creen (Ctrl+Enter) ähnelt. /// public static string VNC_FULLSCREEN_CTRL_ENTER { get { @@ -38060,7 +38141,7 @@ public static string VNC_FULLSCREEN_CTRL_ENTER { } /// - /// Looks up a localized string similar to Fulls&creen (F12). + /// Sucht eine lokalisierte Zeichenfolge, die Fulls&creen (F12) ähnelt. /// public static string VNC_FULLSCREEN_F12 { get { @@ -38069,7 +38150,7 @@ public static string VNC_FULLSCREEN_F12 { } /// - /// Looks up a localized string similar to Press Ctrl+Alt to exit full screen mode. + /// Sucht eine lokalisierte Zeichenfolge, die Press Ctrl+Alt to exit full screen mode ähnelt. /// public static string VNC_FULLSCREEN_MESSAGE_CTRL_ALT { get { @@ -38078,7 +38159,7 @@ public static string VNC_FULLSCREEN_MESSAGE_CTRL_ALT { } /// - /// Looks up a localized string similar to Press Ctrl+Alt+F to exit full screen mode. + /// Sucht eine lokalisierte Zeichenfolge, die Press Ctrl+Alt+F to exit full screen mode ähnelt. /// public static string VNC_FULLSCREEN_MESSAGE_CTRL_ALT_F { get { @@ -38087,7 +38168,7 @@ public static string VNC_FULLSCREEN_MESSAGE_CTRL_ALT_F { } /// - /// Looks up a localized string similar to Press Ctrl+Enter to exit full screen mode. + /// Sucht eine lokalisierte Zeichenfolge, die Press Ctrl+Enter to exit full screen mode ähnelt. /// public static string VNC_FULLSCREEN_MESSAGE_CTRL_ENTER { get { @@ -38096,7 +38177,7 @@ public static string VNC_FULLSCREEN_MESSAGE_CTRL_ENTER { } /// - /// Looks up a localized string similar to Press F12 to exit full screen mode. + /// Sucht eine lokalisierte Zeichenfolge, die Press F12 to exit full screen mode ähnelt. /// public static string VNC_FULLSCREEN_MESSAGE_F12 { get { @@ -38105,7 +38186,7 @@ public static string VNC_FULLSCREEN_MESSAGE_F12 { } /// - /// Looks up a localized string similar to Looking for guest console.... + /// Sucht eine lokalisierte Zeichenfolge, die Looking for guest console... ähnelt. /// public static string VNC_LOOKING { get { @@ -38114,7 +38195,7 @@ public static string VNC_LOOKING { } /// - /// Looks up a localized string similar to Sw&itch to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Sw&itch to Remote Desktop ähnelt. /// public static string VNC_RDESKTOP { get { @@ -38123,7 +38204,7 @@ public static string VNC_RDESKTOP { } /// - /// Looks up a localized string similar to Turn &on Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Turn &on Remote Desktop ähnelt. /// public static string VNC_RDESKTOP_TURN_ON { get { @@ -38132,7 +38213,7 @@ public static string VNC_RDESKTOP_TURN_ON { } /// - /// Looks up a localized string similar to &Redock. + /// Sucht eine lokalisierte Zeichenfolge, die &Redock ähnelt. /// public static string VNC_REDOCK { get { @@ -38141,7 +38222,7 @@ public static string VNC_REDOCK { } /// - /// Looks up a localized string similar to &Undock. + /// Sucht eine lokalisierte Zeichenfolge, die &Undock ähnelt. /// public static string VNC_UNDOCK { get { @@ -38150,7 +38231,7 @@ public static string VNC_UNDOCK { } /// - /// Looks up a localized string similar to Sw&itch to Text Console. + /// Sucht eine lokalisierte Zeichenfolge, die Sw&itch to Text Console ähnelt. /// public static string VNC_VIRTUAL_CONSOLE { get { @@ -38159,7 +38240,7 @@ public static string VNC_VIRTUAL_CONSOLE { } /// - /// Looks up a localized string similar to Sw&itch to Graphical Console. + /// Sucht eine lokalisierte Zeichenfolge, die Sw&itch to Graphical Console ähnelt. /// public static string VNC_X_CONSOLE { get { @@ -38168,7 +38249,7 @@ public static string VNC_X_CONSOLE { } /// - /// Looks up a localized string similar to Volumes. + /// Sucht eine lokalisierte Zeichenfolge, die Volumes ähnelt. /// public static string VOLUMES { get { @@ -38177,7 +38258,7 @@ public static string VOLUMES { } /// - /// Looks up a localized string similar to Waiting. + /// Sucht eine lokalisierte Zeichenfolge, die Waiting ähnelt. /// public static string WAITING { get { @@ -38186,7 +38267,7 @@ public static string WAITING { } /// - /// Looks up a localized string similar to Waiting for user.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for user... ähnelt. /// public static string WAITING_FOR_USER { get { @@ -38195,7 +38276,7 @@ public static string WAITING_FOR_USER { } /// - /// Looks up a localized string similar to Wake-on-LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake-on-LAN ähnelt. /// public static string WAKE_ON_LAN { get { @@ -38204,7 +38285,7 @@ public static string WAKE_ON_LAN { } /// - /// Looks up a localized string similar to Warning. + /// Sucht eine lokalisierte Zeichenfolge, die Warning ähnelt. /// public static string WARNING { get { @@ -38213,7 +38294,7 @@ public static string WARNING { } /// - /// Looks up a localized string similar to This will delete this ISO permanently, destroying any data on it.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete this ISO permanently, destroying any data on it. ähnelt. /// public static string WARNING_DELETE_ISO { get { @@ -38222,7 +38303,7 @@ public static string WARNING_DELETE_ISO { } /// - /// Looks up a localized string similar to This will delete these ISOs permanently, destroying any data on them.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these ISOs permanently, destroying any data on them. ähnelt. /// public static string WARNING_DELETE_ISO_MULTIPLE { get { @@ -38231,7 +38312,7 @@ public static string WARNING_DELETE_ISO_MULTIPLE { } /// - /// Looks up a localized string similar to Deleting a single snapshot disk is not allowed. This action will delete the entire snapshot, and any other disks attached.. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting a single snapshot disk is not allowed. This action will delete the entire snapshot, and any other disks attached. ähnelt. /// public static string WARNING_DELETE_SNAPSHOT { get { @@ -38240,7 +38321,7 @@ public static string WARNING_DELETE_SNAPSHOT { } /// - /// Looks up a localized string similar to Deleting a single snapshot disk is not allowed. This will delete the entire snapshot each disk belongs to, and any other disks attached.. + /// Sucht eine lokalisierte Zeichenfolge, die Deleting a single snapshot disk is not allowed. This will delete the entire snapshot each disk belongs to, and any other disks attached. ähnelt. /// public static string WARNING_DELETE_SNAPSHOT_MULTIPLE { get { @@ -38249,7 +38330,7 @@ public static string WARNING_DELETE_SNAPSHOT_MULTIPLE { } /// - /// Looks up a localized string similar to This will delete this system disk permanently, possibly leaving the VM unable to boot.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete this system disk permanently, possibly leaving the VM unable to boot. ähnelt. /// public static string WARNING_DELETE_SYS_DISK { get { @@ -38258,7 +38339,7 @@ public static string WARNING_DELETE_SYS_DISK { } /// - /// Looks up a localized string similar to This will delete these system disks permanently, possibly leaving their VMs unable to boot.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these system disks permanently, possibly leaving their VMs unable to boot. ähnelt. /// public static string WARNING_DELETE_SYS_DISK_MULTIPLE { get { @@ -38267,7 +38348,7 @@ public static string WARNING_DELETE_SYS_DISK_MULTIPLE { } /// - /// Looks up a localized string similar to This will delete this virtual disk permanently, destroying any data on it.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete this virtual disk permanently, destroying any data on it. ähnelt. /// public static string WARNING_DELETE_VD { get { @@ -38276,7 +38357,7 @@ public static string WARNING_DELETE_VD { } /// - /// Looks up a localized string similar to This will delete these virtual disks permanently, destroying any data on them.. + /// Sucht eine lokalisierte Zeichenfolge, die This will delete these virtual disks permanently, destroying any data on them. ähnelt. /// public static string WARNING_DELETE_VD_MULTIPLE { get { @@ -38285,7 +38366,7 @@ public static string WARNING_DELETE_VD_MULTIPLE { } /// - /// Looks up a localized string similar to Cannot find '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Cannot find '{0}'. ähnelt. /// public static string WEB_BROWSER_FAILED { get { @@ -38294,7 +38375,7 @@ public static string WEB_BROWSER_FAILED { } /// - /// Looks up a localized string similar to Cannot find '{0}'. Waiting for '{1}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Cannot find '{0}'. Waiting for '{1}'... ähnelt. /// public static string WEB_BROWSER_FAILED_RETRYING { get { @@ -38303,7 +38384,7 @@ public static string WEB_BROWSER_FAILED_RETRYING { } /// - /// Looks up a localized string similar to Loading '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Loading '{0}'... ähnelt. /// public static string WEB_BROWSER_LOADING { get { @@ -38312,7 +38393,7 @@ public static string WEB_BROWSER_LOADING { } /// - /// Looks up a localized string similar to Loading '{0}' ({1}%).... + /// Sucht eine lokalisierte Zeichenfolge, die Loading '{0}' ({1}%)... ähnelt. /// public static string WEB_BROWSER_LOADING_PERCENT { get { @@ -38321,7 +38402,7 @@ public static string WEB_BROWSER_LOADING_PERCENT { } /// - /// Looks up a localized string similar to Waiting for '{0}'.... + /// Sucht eine lokalisierte Zeichenfolge, die Waiting for '{0}'... ähnelt. /// public static string WEB_BROWSER_WAITING { get { @@ -38330,7 +38411,7 @@ public static string WEB_BROWSER_WAITING { } /// - /// Looks up a localized string similar to Web Page. + /// Sucht eine lokalisierte Zeichenfolge, die Web Page ähnelt. /// public static string WEB_PAGE { get { @@ -38339,7 +38420,7 @@ public static string WEB_PAGE { } /// - /// Looks up a localized string similar to Wednesday. + /// Sucht eine lokalisierte Zeichenfolge, die Wednesday ähnelt. /// public static string WEDNESDAY_LONG { get { @@ -38348,7 +38429,7 @@ public static string WEDNESDAY_LONG { } /// - /// Looks up a localized string similar to Wed. + /// Sucht eine lokalisierte Zeichenfolge, die Wed ähnelt. /// public static string WEDNESDAY_SHORT { get { @@ -38357,7 +38438,7 @@ public static string WEDNESDAY_SHORT { } /// - /// Looks up a localized string similar to Weekly; at {0} every {1}. + /// Sucht eine lokalisierte Zeichenfolge, die Weekly; at {0} every {1} ähnelt. /// public static string WEEKLY_SCHEDULE_FORMAT { get { @@ -38366,7 +38447,7 @@ public static string WEEKLY_SCHEDULE_FORMAT { } /// - /// Looks up a localized string similar to Windows Update capable. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Update capable ähnelt. /// public static string WINDOWS_UPDATE_CAPABLE { get { @@ -38375,7 +38456,7 @@ public static string WINDOWS_UPDATE_CAPABLE { } /// - /// Looks up a localized string similar to Not Windows Update capable. + /// Sucht eine lokalisierte Zeichenfolge, die Not Windows Update capable ähnelt. /// public static string WINDOWS_UPDATE_CAPABLE_NOT { get { @@ -38384,7 +38465,7 @@ public static string WINDOWS_UPDATE_CAPABLE_NOT { } /// - /// Looks up a localized string similar to &Next >. + /// Sucht eine lokalisierte Zeichenfolge, die &Next > ähnelt. /// public static string WIZARD_BUTTON_NEXT { get { @@ -38393,7 +38474,7 @@ public static string WIZARD_BUTTON_NEXT { } /// - /// Looks up a localized string similar to Your new network will be mapped to an existing physical network interface and assigned a VLAN number to use on that interface. You can select the physical interface you would like to use below.. + /// Sucht eine lokalisierte Zeichenfolge, die Your new network will be mapped to an existing physical network interface and assigned a VLAN number to use on that interface. You can select the physical interface you would like to use below. ähnelt. /// public static string WIZARD_DESC_NETWORK_SETTINGS_EXTERNAL { get { @@ -38402,7 +38483,7 @@ public static string WIZARD_DESC_NETWORK_SETTINGS_EXTERNAL { } /// - /// Looks up a localized string similar to Check the box below if you would like to automatically add this network to new VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die Check the box below if you would like to automatically add this network to new VMs. ähnelt. /// public static string WIZARD_DESC_NETWORK_SETTINGS_INTERNAL { get { @@ -38411,7 +38492,7 @@ public static string WIZARD_DESC_NETWORK_SETTINGS_INTERNAL { } /// - /// Looks up a localized string similar to There was an internal error completing this wizard. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die There was an internal error completing this wizard. Please see the logs for more information. ähnelt. /// public static string WIZARD_INTERNAL_ERROR { get { @@ -38420,7 +38501,7 @@ public static string WIZARD_INTERNAL_ERROR { } /// - /// Looks up a localized string similar to Import OVF/OVA Package. + /// Sucht eine lokalisierte Zeichenfolge, die Import OVF/OVA Package ähnelt. /// public static string WIZARD_TEXT_IMPORT_OVF { get { @@ -38429,7 +38510,7 @@ public static string WIZARD_TEXT_IMPORT_OVF { } /// - /// Looks up a localized string similar to Import Disk Image. + /// Sucht eine lokalisierte Zeichenfolge, die Import Disk Image ähnelt. /// public static string WIZARD_TEXT_IMPORT_VHD { get { @@ -38438,7 +38519,7 @@ public static string WIZARD_TEXT_IMPORT_VHD { } /// - /// Looks up a localized string similar to Import XVA. + /// Sucht eine lokalisierte Zeichenfolge, die Import XVA ähnelt. /// public static string WIZARD_TEXT_IMPORT_XVA { get { @@ -38447,7 +38528,7 @@ public static string WIZARD_TEXT_IMPORT_XVA { } /// - /// Looks up a localized string similar to Workload Balancing. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing ähnelt. /// public static string WLB { get { @@ -38456,7 +38537,7 @@ public static string WLB { } /// - /// Looks up a localized string similar to Advanced. + /// Sucht eine lokalisierte Zeichenfolge, die Advanced ähnelt. /// public static string WLB_ADVANCED_CONFIGURATION { get { @@ -38465,7 +38546,7 @@ public static string WLB_ADVANCED_CONFIGURATION { } /// - /// Looks up a localized string similar to . + /// Sucht eine lokalisierte Zeichenfolge, die ähnelt. /// public static string WLB_ADVANCED_CONFIGURATION_SUBTEXT { get { @@ -38474,7 +38555,7 @@ public static string WLB_ADVANCED_CONFIGURATION_SUBTEXT { } /// - /// Looks up a localized string similar to Maximum. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum ähnelt. /// public static string WLB_AUDIT_LOG_MAXIMUM { get { @@ -38483,7 +38564,7 @@ public static string WLB_AUDIT_LOG_MAXIMUM { } /// - /// Looks up a localized string similar to Medium. + /// Sucht eine lokalisierte Zeichenfolge, die Medium ähnelt. /// public static string WLB_AUDIT_LOG_MEDIUM { get { @@ -38492,7 +38573,7 @@ public static string WLB_AUDIT_LOG_MEDIUM { } /// - /// Looks up a localized string similar to Minimum. + /// Sucht eine lokalisierte Zeichenfolge, die Minimum ähnelt. /// public static string WLB_AUDIT_LOG_MINIMUM { get { @@ -38501,7 +38582,7 @@ public static string WLB_AUDIT_LOG_MINIMUM { } /// - /// Looks up a localized string similar to ALL. + /// Sucht eine lokalisierte Zeichenfolge, die ALL ähnelt. /// public static string WLB_AUDIT_LOG_USER_OBJECT_ALL { get { @@ -38510,7 +38591,7 @@ public static string WLB_AUDIT_LOG_USER_OBJECT_ALL { } /// - /// Looks up a localized string similar to Automated optimizations. + /// Sucht eine lokalisierte Zeichenfolge, die Automated optimizations ähnelt. /// public static string WLB_AUTO_OPT { get { @@ -38519,7 +38600,7 @@ public static string WLB_AUTO_OPT { } /// - /// Looks up a localized string similar to Automation. + /// Sucht eine lokalisierte Zeichenfolge, die Automation ähnelt. /// public static string WLB_AUTOMATION { get { @@ -38528,7 +38609,7 @@ public static string WLB_AUTOMATION { } /// - /// Looks up a localized string similar to Configure WLB Automation. + /// Sucht eine lokalisierte Zeichenfolge, die Configure WLB Automation ähnelt. /// public static string WLB_AUTOMATION_SUBTEXT { get { @@ -38537,7 +38618,7 @@ public static string WLB_AUTOMATION_SUBTEXT { } /// - /// Looks up a localized string similar to Workload Balancing Configuration for {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing Configuration for {0} ähnelt. /// public static string WLB_CONFIGURATION_DIALOG { get { @@ -38546,7 +38627,7 @@ public static string WLB_CONFIGURATION_DIALOG { } /// - /// Looks up a localized string similar to &Connect.... + /// Sucht eine lokalisierte Zeichenfolge, die &Connect... ähnelt. /// public static string WLB_CONNECT { get { @@ -38555,9 +38636,9 @@ public static string WLB_CONNECT { } /// - /// Looks up a localized string similar to There was an error communicating with the Workload Balancing server. + /// Sucht eine lokalisierte Zeichenfolge, die There was an error communicating with the Workload Balancing server. /// - ///Click Reconnect... to update the connection settings.. + ///Click Reconnect... to update the connection settings. ähnelt. /// public static string WLB_CONNECTION_ERROR_BLURB { get { @@ -38566,9 +38647,9 @@ public static string WLB_CONNECTION_ERROR_BLURB { } /// - /// Looks up a localized string similar to There was an error communicating with the Workload Balancing server: + /// Sucht eine lokalisierte Zeichenfolge, die There was an error communicating with the Workload Balancing server: /// - ///A {0} user cannot alter the Workload Balancing settings.. + ///A {0} user cannot alter the Workload Balancing settings. ähnelt. /// public static string WLB_CONNECTION_ERROR_BLURB_NO_PRIV { get { @@ -38577,7 +38658,7 @@ public static string WLB_CONNECTION_ERROR_BLURB_NO_PRIV { } /// - /// Looks up a localized string similar to Workload Balancing is in control of VM placement.. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing is in control of VM placement. ähnelt. /// public static string WLB_CONTROLLING_HOME_SERVER { get { @@ -38586,7 +38667,7 @@ public static string WLB_CONTROLLING_HOME_SERVER { } /// - /// Looks up a localized string similar to Every Day. + /// Sucht eine lokalisierte Zeichenfolge, die Every Day ähnelt. /// public static string WLB_DAY_ALL { get { @@ -38595,7 +38676,7 @@ public static string WLB_DAY_ALL { } /// - /// Looks up a localized string similar to Weekdays. + /// Sucht eine lokalisierte Zeichenfolge, die Weekdays ähnelt. /// public static string WLB_DAY_WEEKDAYS { get { @@ -38604,7 +38685,7 @@ public static string WLB_DAY_WEEKDAYS { } /// - /// Looks up a localized string similar to Weekends. + /// Sucht eine lokalisierte Zeichenfolge, die Weekends ähnelt. /// public static string WLB_DAY_WEEKENDS { get { @@ -38613,7 +38694,7 @@ public static string WLB_DAY_WEEKENDS { } /// - /// Looks up a localized string similar to Are you sure you want to disable Workload Balancing for pool '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to disable Workload Balancing for pool '{0}'? ähnelt. /// public static string WLB_DISABLE_QUERY { get { @@ -38622,7 +38703,7 @@ public static string WLB_DISABLE_QUERY { } /// - /// Looks up a localized string similar to Disabled. + /// Sucht eine lokalisierte Zeichenfolge, die Disabled ähnelt. /// public static string WLB_DISABLED { get { @@ -38631,9 +38712,9 @@ public static string WLB_DISABLED { } /// - /// Looks up a localized string similar to Workload Balancing is currently paused for pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing is currently paused for pool {0}. /// - ///Click Resume to continue analyzing the pool for possible optimizations.. + ///Click Resume to continue analyzing the pool for possible optimizations. ähnelt. /// public static string WLB_ENABLE_WLB_BLURB { get { @@ -38642,9 +38723,9 @@ public static string WLB_ENABLE_WLB_BLURB { } /// - /// Looks up a localized string similar to Workload Balancing is currently paused for pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing is currently paused for pool {0}. /// - ///A {1} user cannot alter the Workload Balancing settings.. + ///A {1} user cannot alter the Workload Balancing settings. ähnelt. /// public static string WLB_ENABLE_WLB_BLURB_NO_PRIV { get { @@ -38653,7 +38734,7 @@ public static string WLB_ENABLE_WLB_BLURB_NO_PRIV { } /// - /// Looks up a localized string similar to Enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled ähnelt. /// public static string WLB_ENABLED { get { @@ -38662,7 +38743,7 @@ public static string WLB_ENABLED { } /// - /// Looks up a localized string similar to Workload Balancing is currently analyzing pool {0} for possible optimizations.. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing is currently analyzing pool {0} for possible optimizations. ähnelt. /// public static string WLB_ENABLED_BLURB { get { @@ -38671,7 +38752,7 @@ public static string WLB_ENABLED_BLURB { } /// - /// Looks up a localized string similar to WLB unknown error.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB unknown error. ähnelt. /// public static string WLB_ERROR_4000 { get { @@ -38680,7 +38761,7 @@ public static string WLB_ERROR_4000 { } /// - /// Looks up a localized string similar to An error occurred when WLB tried to establish a session with the server.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when WLB tried to establish a session with the server. ähnelt. /// public static string WLB_ERROR_4001 { get { @@ -38689,7 +38770,7 @@ public static string WLB_ERROR_4001 { } /// - /// Looks up a localized string similar to WLB could not log into the server. It could be due to invalid credentials.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB could not log into the server. It could be due to invalid credentials. ähnelt. /// public static string WLB_ERROR_4002 { get { @@ -38698,7 +38779,7 @@ public static string WLB_ERROR_4002 { } /// - /// Looks up a localized string similar to WLB cannot connect to the server. It could be due to the server being offline or an incorrect TCP/IP address.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB cannot connect to the server. It could be due to the server being offline or an incorrect TCP/IP address. ähnelt. /// public static string WLB_ERROR_4003 { get { @@ -38707,7 +38788,7 @@ public static string WLB_ERROR_4003 { } /// - /// Looks up a localized string similar to WLB received a null argument from the server.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB received a null argument from the server. ähnelt. /// public static string WLB_ERROR_4004 { get { @@ -38716,7 +38797,7 @@ public static string WLB_ERROR_4004 { } /// - /// Looks up a localized string similar to WLB registry key is missing.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB registry key is missing. ähnelt. /// public static string WLB_ERROR_4005 { get { @@ -38725,7 +38806,7 @@ public static string WLB_ERROR_4005 { } /// - /// Looks up a localized string similar to WLB received an invalid argument from the server.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB received an invalid argument from the server. ähnelt. /// public static string WLB_ERROR_4007 { get { @@ -38734,7 +38815,7 @@ public static string WLB_ERROR_4007 { } /// - /// Looks up a localized string similar to WLB data collection service cannot retrieve server data.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB data collection service cannot retrieve server data. ähnelt. /// public static string WLB_ERROR_4008 { get { @@ -38743,7 +38824,7 @@ public static string WLB_ERROR_4008 { } /// - /// Looks up a localized string similar to WLB configuration data is missing in WLB database.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB configuration data is missing in WLB database. ähnelt. /// public static string WLB_ERROR_4009 { get { @@ -38752,7 +38833,7 @@ public static string WLB_ERROR_4009 { } /// - /// Looks up a localized string similar to WLB received an invalid operation from the server.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB received an invalid operation from the server. ähnelt. /// public static string WLB_ERROR_4010 { get { @@ -38761,7 +38842,7 @@ public static string WLB_ERROR_4010 { } /// - /// Looks up a localized string similar to WLB received an out of range argument from the server.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB received an out of range argument from the server. ähnelt. /// public static string WLB_ERROR_4011 { get { @@ -38770,7 +38851,7 @@ public static string WLB_ERROR_4011 { } /// - /// Looks up a localized string similar to WLB data collection service is not properly initialized.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB data collection service is not properly initialized. ähnelt. /// public static string WLB_ERROR_4012 { get { @@ -38779,7 +38860,7 @@ public static string WLB_ERROR_4012 { } /// - /// Looks up a localized string similar to WLB data collection service cannot migrate or start VMs.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB data collection service cannot migrate or start VMs. ähnelt. /// public static string WLB_ERROR_4013 { get { @@ -38788,7 +38869,7 @@ public static string WLB_ERROR_4013 { } /// - /// Looks up a localized string similar to WLB received an unknown exception.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB received an unknown exception. ähnelt. /// public static string WLB_ERROR_4014 { get { @@ -38797,7 +38878,7 @@ public static string WLB_ERROR_4014 { } /// - /// Looks up a localized string similar to WLB does not know this pool.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB does not know this pool. ähnelt. /// public static string WLB_ERROR_4015 { get { @@ -38806,7 +38887,7 @@ public static string WLB_ERROR_4015 { } /// - /// Looks up a localized string similar to WLB does not have current metrics.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB does not have current metrics. ähnelt. /// public static string WLB_ERROR_4016 { get { @@ -38815,7 +38896,7 @@ public static string WLB_ERROR_4016 { } /// - /// Looks up a localized string similar to WLB cannot find a host that has the required storage repositories for placing a VM. . + /// Sucht eine lokalisierte Zeichenfolge, die WLB cannot find a host that has the required storage repositories for placing a VM. ähnelt. /// public static string WLB_ERROR_4017 { get { @@ -38824,7 +38905,7 @@ public static string WLB_ERROR_4017 { } /// - /// Looks up a localized string similar to WLB cannot find the required free CPUs for placing a VM.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB cannot find the required free CPUs for placing a VM. ähnelt. /// public static string WLB_ERROR_4018 { get { @@ -38833,7 +38914,7 @@ public static string WLB_ERROR_4018 { } /// - /// Looks up a localized string similar to WLB cannot find the required free memory for placing a VM.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB cannot find the required free memory for placing a VM. ähnelt. /// public static string WLB_ERROR_4019 { get { @@ -38842,7 +38923,7 @@ public static string WLB_ERROR_4019 { } /// - /// Looks up a localized string similar to One or more hosts in the pool do not have an appropriate license.. + /// Sucht eine lokalisierte Zeichenfolge, die One or more hosts in the pool do not have an appropriate license. ähnelt. /// public static string WLB_ERROR_4020 { get { @@ -38851,7 +38932,7 @@ public static string WLB_ERROR_4020 { } /// - /// Looks up a localized string similar to WLB could not connect to the server because the supplied credentials were invalid.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB could not connect to the server because the supplied credentials were invalid. ähnelt. /// public static string WLB_ERROR_4021 { get { @@ -38860,7 +38941,7 @@ public static string WLB_ERROR_4021 { } /// - /// Looks up a localized string similar to WLB is unable to evacuate an explicitly excluded host.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB is unable to evacuate an explicitly excluded host. ähnelt. /// public static string WLB_ERROR_4022 { get { @@ -38869,7 +38950,7 @@ public static string WLB_ERROR_4022 { } /// - /// Looks up a localized string similar to WLB cannot save your configuration at this time. Verify all Workload Balancing services are running, and try reentering your configuration in a few minutes.. + /// Sucht eine lokalisierte Zeichenfolge, die WLB cannot save your configuration at this time. Verify all Workload Balancing services are running, and try reentering your configuration in a few minutes. ähnelt. /// public static string WLB_ERROR_4023 { get { @@ -38878,7 +38959,7 @@ public static string WLB_ERROR_4023 { } /// - /// Looks up a localized string similar to The server cannot connect to the WLB Server with the supplied WLB Server credentials.. + /// Sucht eine lokalisierte Zeichenfolge, die The server cannot connect to the WLB Server with the supplied WLB Server credentials. ähnelt. /// public static string WLB_ERROR_5 { get { @@ -38887,7 +38968,7 @@ public static string WLB_ERROR_5 { } /// - /// Looks up a localized string similar to The user WLB uses to connect to the server has either insufficient privileges or no access to the server. Please re-initialize WLB with a valid user.. + /// Sucht eine lokalisierte Zeichenfolge, die The user WLB uses to connect to the server has either insufficient privileges or no access to the server. Please re-initialize WLB with a valid user. ähnelt. /// public static string WLB_ERROR_6 { get { @@ -38896,7 +38977,7 @@ public static string WLB_ERROR_6 { } /// - /// Looks up a localized string similar to The specified WLB Server could not be found. Please check your settings.. + /// Sucht eine lokalisierte Zeichenfolge, die The specified WLB Server could not be found. Please check your settings. ähnelt. /// public static string WLB_ERROR_SERVER_NOT_FOUND { get { @@ -38905,7 +38986,7 @@ public static string WLB_ERROR_SERVER_NOT_FOUND { } /// - /// Looks up a localized string similar to Excluded Hosts. + /// Sucht eine lokalisierte Zeichenfolge, die Excluded Hosts ähnelt. /// public static string WLB_HOST_EXCLUSION { get { @@ -38914,7 +38995,7 @@ public static string WLB_HOST_EXCLUSION { } /// - /// Looks up a localized string similar to Host Server. + /// Sucht eine lokalisierte Zeichenfolge, die Host Server ähnelt. /// public static string WLB_HOST_SERVER { get { @@ -38923,9 +39004,9 @@ public static string WLB_HOST_SERVER { } /// - /// Looks up a localized string similar to This pool ({0}) is not currently connected to a Workload Balancing (WLB) server. + /// Sucht eine lokalisierte Zeichenfolge, die This pool ({0}) is not currently connected to a Workload Balancing (WLB) server. /// - ///Click Connect... to begin using Workload Balancing to optimize your pool.. + ///Click Connect... to begin using Workload Balancing to optimize your pool. ähnelt. /// public static string WLB_INITIALIZE_WLB_BLURB { get { @@ -38934,9 +39015,9 @@ public static string WLB_INITIALIZE_WLB_BLURB { } /// - /// Looks up a localized string similar to This pool ({0}) is not currently connected to a Workload Balancing (WLB) server. + /// Sucht eine lokalisierte Zeichenfolge, die This pool ({0}) is not currently connected to a Workload Balancing (WLB) server. /// - ///A {1} user cannot alter the Workload Balancing settings.. + ///A {1} user cannot alter the Workload Balancing settings. ähnelt. /// public static string WLB_INITIALIZE_WLB_BLURB_NO_PRIV { get { @@ -38945,7 +39026,7 @@ public static string WLB_INITIALIZE_WLB_BLURB_NO_PRIV { } /// - /// Looks up a localized string similar to Last PowerOn Succeeded. + /// Sucht eine lokalisierte Zeichenfolge, die Last PowerOn Succeeded ähnelt. /// public static string WLB_LAST_POWERON_SUCCEEDED { get { @@ -38954,7 +39035,7 @@ public static string WLB_LAST_POWERON_SUCCEEDED { } /// - /// Looks up a localized string similar to The server does not have a license permitting Workload Balancing.. + /// Sucht eine lokalisierte Zeichenfolge, die The server does not have a license permitting Workload Balancing. ähnelt. /// public static string WLB_LICENSE_DISABLED { get { @@ -38963,7 +39044,7 @@ public static string WLB_LICENSE_DISABLED { } /// - /// Looks up a localized string similar to Metric Weighting. + /// Sucht eine lokalisierte Zeichenfolge, die Metric Weighting ähnelt. /// public static string WLB_METRIC_WEIGHTING { get { @@ -38972,7 +39053,7 @@ public static string WLB_METRIC_WEIGHTING { } /// - /// Looks up a localized string similar to Adjust the weighting of WLB metrics. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust the weighting of WLB metrics ähnelt. /// public static string WLB_METRIC_WEIGHTING_SUBTEXT { get { @@ -38981,7 +39062,7 @@ public static string WLB_METRIC_WEIGHTING_SUBTEXT { } /// - /// Looks up a localized string similar to {0} at {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} at {1} ähnelt. /// public static string WLB_NEXT_OPT_MODE_SCHEDULE_FORMAT { get { @@ -38990,7 +39071,7 @@ public static string WLB_NEXT_OPT_MODE_SCHEDULE_FORMAT { } /// - /// Looks up a localized string similar to Next scheduled mode change. + /// Sucht eine lokalisierte Zeichenfolge, die Next scheduled mode change ähnelt. /// public static string WLB_NEXT_OPT_MODE_SCHEDULE_TEXT { get { @@ -38999,7 +39080,7 @@ public static string WLB_NEXT_OPT_MODE_SCHEDULE_TEXT { } /// - /// Looks up a localized string similar to A {0} user cannot alter the Workload Balancing settings. . + /// Sucht eine lokalisierte Zeichenfolge, die A {0} user cannot alter the Workload Balancing settings. ähnelt. /// public static string WLB_NO_PERMISSION_BLURB { get { @@ -39008,7 +39089,7 @@ public static string WLB_NO_PERMISSION_BLURB { } /// - /// Looks up a localized string similar to Not configured for pool '{0}'. + /// Sucht eine lokalisierte Zeichenfolge, die Not configured for pool '{0}' ähnelt. /// public static string WLB_NOT_CONFIGURED { get { @@ -39017,7 +39098,7 @@ public static string WLB_NOT_CONFIGURED { } /// - /// Looks up a localized string similar to Apply Recommendations. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Recommendations ähnelt. /// public static string WLB_OPT_APPLY_RECOMMENDATIONS { get { @@ -39026,7 +39107,7 @@ public static string WLB_OPT_APPLY_RECOMMENDATIONS { } /// - /// Looks up a localized string similar to Failed. + /// Sucht eine lokalisierte Zeichenfolge, die Failed ähnelt. /// public static string WLB_OPT_FAILED { get { @@ -39035,7 +39116,7 @@ public static string WLB_OPT_FAILED { } /// - /// Looks up a localized string similar to VM. + /// Sucht eine lokalisierte Zeichenfolge, die VM ähnelt. /// public static string WLB_OPT_HEADER_VM { get { @@ -39044,7 +39125,7 @@ public static string WLB_OPT_HEADER_VM { } /// - /// Looks up a localized string similar to VM/Host. + /// Sucht eine lokalisierte Zeichenfolge, die VM/Host ähnelt. /// public static string WLB_OPT_HEADER_VMHOST { get { @@ -39053,7 +39134,7 @@ public static string WLB_OPT_HEADER_VMHOST { } /// - /// Looks up a localized string similar to There was an internal error occurred loading pool optimizations. Please see the logs for more information.. + /// Sucht eine lokalisierte Zeichenfolge, die There was an internal error occurred loading pool optimizations. Please see the logs for more information. ähnelt. /// public static string WLB_OPT_LOADING_ERROR { get { @@ -39062,7 +39143,7 @@ public static string WLB_OPT_LOADING_ERROR { } /// - /// Looks up a localized string similar to &Optimal Server. + /// Sucht eine lokalisierte Zeichenfolge, die &Optimal Server ähnelt. /// public static string WLB_OPT_MENU_OPTIMAL_SERVER { get { @@ -39071,7 +39152,7 @@ public static string WLB_OPT_MENU_OPTIMAL_SERVER { } /// - /// Looks up a localized string similar to Pool optimization mode. + /// Sucht eine lokalisierte Zeichenfolge, die Pool optimization mode ähnelt. /// public static string WLB_OPT_MODE { get { @@ -39080,7 +39161,7 @@ public static string WLB_OPT_MODE { } /// - /// Looks up a localized string similar to Specify the optimization mode to use when placing VMs in this pool.. + /// Sucht eine lokalisierte Zeichenfolge, die Specify the optimization mode to use when placing VMs in this pool. ähnelt. /// public static string WLB_OPT_MODE_BLURB { get { @@ -39089,7 +39170,7 @@ public static string WLB_OPT_MODE_BLURB { } /// - /// Looks up a localized string similar to Place the largest possible number of VMs on each server . + /// Sucht eine lokalisierte Zeichenfolge, die Place the largest possible number of VMs on each server ähnelt. /// public static string WLB_OPT_MODE_DENSITY_BLURB { get { @@ -39098,7 +39179,7 @@ public static string WLB_OPT_MODE_DENSITY_BLURB { } /// - /// Looks up a localized string similar to Maximize Density. + /// Sucht eine lokalisierte Zeichenfolge, die Maximize Density ähnelt. /// public static string WLB_OPT_MODE_MAXIMIZEDENSITY { get { @@ -39107,7 +39188,7 @@ public static string WLB_OPT_MODE_MAXIMIZEDENSITY { } /// - /// Looks up a localized string similar to Maximize Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Maximize Performance ähnelt. /// public static string WLB_OPT_MODE_MAXIMIZEPERFORMANCE { get { @@ -39116,7 +39197,7 @@ public static string WLB_OPT_MODE_MAXIMIZEPERFORMANCE { } /// - /// Looks up a localized string similar to Guarantee performance metrics for placed VMs . + /// Sucht eine lokalisierte Zeichenfolge, die Guarantee performance metrics for placed VMs ähnelt. /// public static string WLB_OPT_MODE_PERF_BLURB { get { @@ -39125,7 +39206,7 @@ public static string WLB_OPT_MODE_PERF_BLURB { } /// - /// Looks up a localized string similar to Optimized successfully.. + /// Sucht eine lokalisierte Zeichenfolge, die Optimized successfully. ähnelt. /// public static string WLB_OPT_OK_NOTICE_TEXT { get { @@ -39134,7 +39215,7 @@ public static string WLB_OPT_OK_NOTICE_TEXT { } /// - /// Looks up a localized string similar to Power off. + /// Sucht eine lokalisierte Zeichenfolge, die Power off ähnelt. /// public static string WLB_OPT_OPERATION_HOST_POWEROFF { get { @@ -39143,7 +39224,7 @@ public static string WLB_OPT_OPERATION_HOST_POWEROFF { } /// - /// Looks up a localized string similar to Power on. + /// Sucht eine lokalisierte Zeichenfolge, die Power on ähnelt. /// public static string WLB_OPT_OPERATION_HOST_POWERON { get { @@ -39152,7 +39233,7 @@ public static string WLB_OPT_OPERATION_HOST_POWERON { } /// - /// Looks up a localized string similar to Relocate from '{0}' to '{1}'. + /// Sucht eine lokalisierte Zeichenfolge, die Relocate from '{0}' to '{1}' ähnelt. /// public static string WLB_OPT_OPERATION_VM { get { @@ -39161,7 +39242,7 @@ public static string WLB_OPT_OPERATION_VM { } /// - /// Looks up a localized string similar to Optimizing .... + /// Sucht eine lokalisierte Zeichenfolge, die Optimizing ... ähnelt. /// public static string WLB_OPT_OPTIMIZING { get { @@ -39170,7 +39251,7 @@ public static string WLB_OPT_OPTIMIZING { } /// - /// Looks up a localized string similar to No recommendations at this time.. + /// Sucht eine lokalisierte Zeichenfolge, die No recommendations at this time. ähnelt. /// public static string WLB_OPT_POOL_NO_RECOMMENDATION { get { @@ -39179,7 +39260,7 @@ public static string WLB_OPT_POOL_NO_RECOMMENDATION { } /// - /// Looks up a localized string similar to There is not enough free memory available on the other servers in the pool to finish optimizing pool.. + /// Sucht eine lokalisierte Zeichenfolge, die There is not enough free memory available on the other servers in the pool to finish optimizing pool. ähnelt. /// public static string WLB_OPT_POOL_NOT_ENOUGH_MEMORY { get { @@ -39188,7 +39269,7 @@ public static string WLB_OPT_POOL_NOT_ENOUGH_MEMORY { } /// - /// Looks up a localized string similar to Consolidation. + /// Sucht eine lokalisierte Zeichenfolge, die Consolidation ähnelt. /// public static string WLB_OPT_REASON_CONSOLIDATE { get { @@ -39197,7 +39278,7 @@ public static string WLB_OPT_REASON_CONSOLIDATE { } /// - /// Looks up a localized string similar to CPU. + /// Sucht eine lokalisierte Zeichenfolge, die CPU ähnelt. /// public static string WLB_OPT_REASON_CPU { get { @@ -39206,7 +39287,7 @@ public static string WLB_OPT_REASON_CPU { } /// - /// Looks up a localized string similar to Disk. + /// Sucht eine lokalisierte Zeichenfolge, die Disk ähnelt. /// public static string WLB_OPT_REASON_DISK { get { @@ -39215,7 +39296,7 @@ public static string WLB_OPT_REASON_DISK { } /// - /// Looks up a localized string similar to Disk Reads. + /// Sucht eine lokalisierte Zeichenfolge, die Disk Reads ähnelt. /// public static string WLB_OPT_REASON_DISKREAD { get { @@ -39224,7 +39305,7 @@ public static string WLB_OPT_REASON_DISKREAD { } /// - /// Looks up a localized string similar to Disk Writes. + /// Sucht eine lokalisierte Zeichenfolge, die Disk Writes ähnelt. /// public static string WLB_OPT_REASON_DISKWRITE { get { @@ -39233,7 +39314,7 @@ public static string WLB_OPT_REASON_DISKWRITE { } /// - /// Looks up a localized string similar to Load Average. + /// Sucht eine lokalisierte Zeichenfolge, die Load Average ähnelt. /// public static string WLB_OPT_REASON_LOADAVERAGE { get { @@ -39242,7 +39323,7 @@ public static string WLB_OPT_REASON_LOADAVERAGE { } /// - /// Looks up a localized string similar to Memory. + /// Sucht eine lokalisierte Zeichenfolge, die Memory ähnelt. /// public static string WLB_OPT_REASON_MEMORY { get { @@ -39251,7 +39332,7 @@ public static string WLB_OPT_REASON_MEMORY { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string WLB_OPT_REASON_NETWORK { get { @@ -39260,7 +39341,7 @@ public static string WLB_OPT_REASON_NETWORK { } /// - /// Looks up a localized string similar to Network Reads. + /// Sucht eine lokalisierte Zeichenfolge, die Network Reads ähnelt. /// public static string WLB_OPT_REASON_NETWORKREAD { get { @@ -39269,7 +39350,7 @@ public static string WLB_OPT_REASON_NETWORKREAD { } /// - /// Looks up a localized string similar to Network Writes. + /// Sucht eine lokalisierte Zeichenfolge, die Network Writes ähnelt. /// public static string WLB_OPT_REASON_NETWORKWRITE { get { @@ -39278,7 +39359,7 @@ public static string WLB_OPT_REASON_NETWORKWRITE { } /// - /// Looks up a localized string similar to None. + /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt. /// public static string WLB_OPT_REASON_NONE { get { @@ -39287,7 +39368,7 @@ public static string WLB_OPT_REASON_NONE { } /// - /// Looks up a localized string similar to Release Resource. + /// Sucht eine lokalisierte Zeichenfolge, die Release Resource ähnelt. /// public static string WLB_OPT_REASON_POWEROFF { get { @@ -39296,7 +39377,7 @@ public static string WLB_OPT_REASON_POWEROFF { } /// - /// Looks up a localized string similar to Resource required. + /// Sucht eine lokalisierte Zeichenfolge, die Resource required ähnelt. /// public static string WLB_OPT_REASON_POWERON { get { @@ -39305,7 +39386,7 @@ public static string WLB_OPT_REASON_POWERON { } /// - /// Looks up a localized string similar to Optimization Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Optimization Mode ähnelt. /// public static string WLB_OPTIMIZATION_MODE { get { @@ -39314,7 +39395,7 @@ public static string WLB_OPTIMIZATION_MODE { } /// - /// Looks up a localized string similar to Adjust the WLB optimization mode. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust the WLB optimization mode ähnelt. /// public static string WLB_OPTIMIZATION_MODE_SUBTEXT { get { @@ -39323,7 +39404,7 @@ public static string WLB_OPTIMIZATION_MODE_SUBTEXT { } /// - /// Looks up a localized string similar to Optimizing pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Optimizing pool {0} ähnelt. /// public static string WLB_OPTIMIZING_POOL { get { @@ -39332,7 +39413,7 @@ public static string WLB_OPTIMIZING_POOL { } /// - /// Looks up a localized string similar to Please wait.... + /// Sucht eine lokalisierte Zeichenfolge, die Please wait... ähnelt. /// public static string WLB_PLEASE_WAIT { get { @@ -39341,7 +39422,7 @@ public static string WLB_PLEASE_WAIT { } /// - /// Looks up a localized string similar to Power Management. + /// Sucht eine lokalisierte Zeichenfolge, die Power Management ähnelt. /// public static string WLB_POWERMANAGEMENT { get { @@ -39350,7 +39431,7 @@ public static string WLB_POWERMANAGEMENT { } /// - /// Looks up a localized string similar to Configure WLB Power Management. + /// Sucht eine lokalisierte Zeichenfolge, die Configure WLB Power Management ähnelt. /// public static string WLB_POWERMANAGEMENT_SUBTEXT { get { @@ -39359,7 +39440,7 @@ public static string WLB_POWERMANAGEMENT_SUBTEXT { } /// - /// Looks up a localized string similar to PowerOn Mode. + /// Sucht eine lokalisierte Zeichenfolge, die PowerOn Mode ähnelt. /// public static string WLB_POWERON_MODE { get { @@ -39368,9 +39449,9 @@ public static string WLB_POWERON_MODE { } /// - /// Looks up a localized string similar to The Optimization Mode is scheduled to be {0}, but it currently set to {1}. + /// Sucht eine lokalisierte Zeichenfolge, die The Optimization Mode is scheduled to be {0}, but it currently set to {1}. /// - ///Would you like to adjust the current Optimization Mode to match the schedule?. + ///Would you like to adjust the current Optimization Mode to match the schedule? ähnelt. /// public static string WLB_PROMPT_FOR_MODE_CHANGE_BLURB { get { @@ -39379,7 +39460,7 @@ public static string WLB_PROMPT_FOR_MODE_CHANGE_BLURB { } /// - /// Looks up a localized string similar to Apply Optimization Mode Schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Optimization Mode Schedule ähnelt. /// public static string WLB_PROMPT_FOR_MODE_CHANGE_CAPTION { get { @@ -39388,7 +39469,7 @@ public static string WLB_PROMPT_FOR_MODE_CHANGE_CAPTION { } /// - /// Looks up a localized string similar to Power management. + /// Sucht eine lokalisierte Zeichenfolge, die Power management ähnelt. /// public static string WLB_PWR_MGT { get { @@ -39397,7 +39478,7 @@ public static string WLB_PWR_MGT { } /// - /// Looks up a localized string similar to Configuration Error: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Configuration Error: {0} ähnelt. /// public static string WLB_RECONFIGURE { get { @@ -39406,7 +39487,7 @@ public static string WLB_RECONFIGURE { } /// - /// Looks up a localized string similar to The stored server credentials are no longer valid. Please update the connection settings for Workload Balancing.. + /// Sucht eine lokalisierte Zeichenfolge, die The stored server credentials are no longer valid. Please update the connection settings for Workload Balancing. ähnelt. /// public static string WLB_RECONFIGURE_CREDS { get { @@ -39415,7 +39496,7 @@ public static string WLB_RECONFIGURE_CREDS { } /// - /// Looks up a localized string similar to Re&connect.... + /// Sucht eine lokalisierte Zeichenfolge, die Re&connect... ähnelt. /// public static string WLB_RECONNECT { get { @@ -39424,7 +39505,7 @@ public static string WLB_RECONNECT { } /// - /// Looks up a localized string similar to Back to Parent Report. + /// Sucht eine lokalisierte Zeichenfolge, die Back to Parent Report ähnelt. /// public static string WLB_REPORT_BACKMENUITEMTEXT { get { @@ -39433,7 +39514,7 @@ public static string WLB_REPORT_BACKMENUITEMTEXT { } /// - /// Looks up a localized string similar to Back to Parent Report. + /// Sucht eine lokalisierte Zeichenfolge, die Back to Parent Report ähnelt. /// public static string WLB_REPORT_BACKTOPARENTREPORT { get { @@ -39442,7 +39523,7 @@ public static string WLB_REPORT_BACKTOPARENTREPORT { } /// - /// Looks up a localized string similar to An error occurred when attempting to bind report datasources: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when attempting to bind report datasources: {0} ähnelt. /// public static string WLB_REPORT_BIND_DATASOURCE { get { @@ -39451,7 +39532,7 @@ public static string WLB_REPORT_BIND_DATASOURCE { } /// - /// Looks up a localized string similar to Change Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Change Credentials ähnelt. /// public static string WLB_REPORT_CHANGECREDENTIALSTEXT { get { @@ -39460,7 +39541,7 @@ public static string WLB_REPORT_CHANGECREDENTIALSTEXT { } /// - /// Looks up a localized string similar to Current Page. + /// Sucht eine lokalisierte Zeichenfolge, die Current Page ähnelt. /// public static string WLB_REPORT_CURRENTPAGETEXTBOXTOOLTIP { get { @@ -39469,7 +39550,7 @@ public static string WLB_REPORT_CURRENTPAGETEXTBOXTOOLTIP { } /// - /// Looks up a localized string similar to Date Ordering. + /// Sucht eine lokalisierte Zeichenfolge, die Date Ordering ähnelt. /// public static string WLB_REPORT_DATE_ORDERING_CAPTION { get { @@ -39478,7 +39559,7 @@ public static string WLB_REPORT_DATE_ORDERING_CAPTION { } /// - /// Looks up a localized string similar to Please select an End Date that is greater than, or equal to, the Start Date. + /// Sucht eine lokalisierte Zeichenfolge, die Please select an End Date that is greater than, or equal to, the Start Date ähnelt. /// public static string WLB_REPORT_DATE_ORDERING_MESSAGE { get { @@ -39487,7 +39568,7 @@ public static string WLB_REPORT_DATE_ORDERING_MESSAGE { } /// - /// Looks up a localized string similar to definitions. + /// Sucht eine lokalisierte Zeichenfolge, die definitions ähnelt. /// public static string WLB_REPORT_DEFINITIONS { get { @@ -39496,7 +39577,7 @@ public static string WLB_REPORT_DEFINITIONS { } /// - /// Looks up a localized string similar to Are you sure you want to unsubscribe report '{0}'?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to unsubscribe report '{0}'? ähnelt. /// public static string WLB_REPORT_DELETE_SUBSCRIPTION_QUERY { get { @@ -39505,7 +39586,7 @@ public static string WLB_REPORT_DELETE_SUBSCRIPTION_QUERY { } /// - /// Looks up a localized string similar to Delete Report Subscription. + /// Sucht eine lokalisierte Zeichenfolge, die Delete Report Subscription ähnelt. /// public static string WLB_REPORT_DELETE_SUBSCRIPTION_TITLE { get { @@ -39514,7 +39595,7 @@ public static string WLB_REPORT_DELETE_SUBSCRIPTION_TITLE { } /// - /// Looks up a localized string similar to Show or Hide Document Map. + /// Sucht eine lokalisierte Zeichenfolge, die Show or Hide Document Map ähnelt. /// public static string WLB_REPORT_DOCUMENTMAP { get { @@ -39523,7 +39604,7 @@ public static string WLB_REPORT_DOCUMENTMAP { } /// - /// Looks up a localized string similar to Unable to generate localized report label parameters: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to generate localized report label parameters: {0} ähnelt. /// public static string WLB_REPORT_ERROR_LOCALIZED_PARAMS { get { @@ -39532,7 +39613,7 @@ public static string WLB_REPORT_ERROR_LOCALIZED_PARAMS { } /// - /// Looks up a localized string similar to Everyday. + /// Sucht eine lokalisierte Zeichenfolge, die Everyday ähnelt. /// public static string WLB_REPORT_EVERYDAY { get { @@ -39541,7 +39622,7 @@ public static string WLB_REPORT_EVERYDAY { } /// - /// Looks up a localized string similar to Export. + /// Sucht eine lokalisierte Zeichenfolge, die Export ähnelt. /// public static string WLB_REPORT_EXPORT { get { @@ -39550,7 +39631,7 @@ public static string WLB_REPORT_EXPORT { } /// - /// Looks up a localized string similar to Exporting to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Exporting to {0} ähnelt. /// public static string WLB_REPORT_EXPORTING { get { @@ -39559,7 +39640,7 @@ public static string WLB_REPORT_EXPORTING { } /// - /// Looks up a localized string similar to Invalid Value. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid Value ähnelt. /// public static string WLB_REPORT_FALSEVALUETEXT { get { @@ -39568,7 +39649,7 @@ public static string WLB_REPORT_FALSEVALUETEXT { } /// - /// Looks up a localized string similar to Find. + /// Sucht eine lokalisierte Zeichenfolge, die Find ähnelt. /// public static string WLB_REPORT_FIND { get { @@ -39577,7 +39658,7 @@ public static string WLB_REPORT_FIND { } /// - /// Looks up a localized string similar to Find Next. + /// Sucht eine lokalisierte Zeichenfolge, die Find Next ähnelt. /// public static string WLB_REPORT_FINDNEXT { get { @@ -39586,7 +39667,7 @@ public static string WLB_REPORT_FINDNEXT { } /// - /// Looks up a localized string similar to First Page. + /// Sucht eine lokalisierte Zeichenfolge, die First Page ähnelt. /// public static string WLB_REPORT_FIRSTPAGE { get { @@ -39595,7 +39676,7 @@ public static string WLB_REPORT_FIRSTPAGE { } /// - /// Looks up a localized string similar to The WLB Server was unable to process the report. Try refining your filter criteria to a smaller date range and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die The WLB Server was unable to process the report. Try refining your filter criteria to a smaller date range and try again. ähnelt. /// public static string WLB_REPORT_HTTP_403 { get { @@ -39604,7 +39685,7 @@ public static string WLB_REPORT_HTTP_403 { } /// - /// Looks up a localized string similar to The WLB Server did not respond to the report request.. + /// Sucht eine lokalisierte Zeichenfolge, die The WLB Server did not respond to the report request. ähnelt. /// public static string WLB_REPORT_HTTP_500 { get { @@ -39613,7 +39694,7 @@ public static string WLB_REPORT_HTTP_500 { } /// - /// Looks up a localized string similar to Last month. + /// Sucht eine lokalisierte Zeichenfolge, die Last month ähnelt. /// public static string WLB_REPORT_LASTMONTH { get { @@ -39622,7 +39703,7 @@ public static string WLB_REPORT_LASTMONTH { } /// - /// Looks up a localized string similar to Last Page. + /// Sucht eine lokalisierte Zeichenfolge, die Last Page ähnelt. /// public static string WLB_REPORT_LASTPAGE { get { @@ -39631,7 +39712,7 @@ public static string WLB_REPORT_LASTPAGE { } /// - /// Looks up a localized string similar to Last week. + /// Sucht eine lokalisierte Zeichenfolge, die Last week ähnelt. /// public static string WLB_REPORT_LASTWEEK { get { @@ -39640,7 +39721,7 @@ public static string WLB_REPORT_LASTWEEK { } /// - /// Looks up a localized string similar to Last {0} weeks. + /// Sucht eine lokalisierte Zeichenfolge, die Last {0} weeks ähnelt. /// public static string WLB_REPORT_LASTWEEKS { get { @@ -39649,7 +39730,7 @@ public static string WLB_REPORT_LASTWEEKS { } /// - /// Looks up a localized string similar to Never. + /// Sucht eine lokalisierte Zeichenfolge, die Never ähnelt. /// public static string WLB_REPORT_NEVER { get { @@ -39658,7 +39739,7 @@ public static string WLB_REPORT_NEVER { } /// - /// Looks up a localized string similar to Next. + /// Sucht eine lokalisierte Zeichenfolge, die Next ähnelt. /// public static string WLB_REPORT_NEXT { get { @@ -39667,7 +39748,7 @@ public static string WLB_REPORT_NEXT { } /// - /// Looks up a localized string similar to Next Page. + /// Sucht eine lokalisierte Zeichenfolge, die Next Page ähnelt. /// public static string WLB_REPORT_NEXTPAGE { get { @@ -39676,7 +39757,7 @@ public static string WLB_REPORT_NEXTPAGE { } /// - /// Looks up a localized string similar to No More Matches. + /// Sucht eine lokalisierte Zeichenfolge, die No More Matches ähnelt. /// public static string WLB_REPORT_NOMOREMATCHES { get { @@ -39685,7 +39766,7 @@ public static string WLB_REPORT_NOMOREMATCHES { } /// - /// Looks up a localized string similar to of. + /// Sucht eine lokalisierte Zeichenfolge, die of ähnelt. /// public static string WLB_REPORT_PAGEOF { get { @@ -39694,7 +39775,7 @@ public static string WLB_REPORT_PAGEOF { } /// - /// Looks up a localized string similar to Page Setup. + /// Sucht eine lokalisierte Zeichenfolge, die Page Setup ähnelt. /// public static string WLB_REPORT_PAGESETUP { get { @@ -39703,7 +39784,7 @@ public static string WLB_REPORT_PAGESETUP { } /// - /// Looks up a localized string similar to Page Width. + /// Sucht eine lokalisierte Zeichenfolge, die Page Width ähnelt. /// public static string WLB_REPORT_PAGEWIDTH { get { @@ -39712,7 +39793,7 @@ public static string WLB_REPORT_PAGEWIDTH { } /// - /// Looks up a localized string similar to Parameters. + /// Sucht eine lokalisierte Zeichenfolge, die Parameters ähnelt. /// public static string WLB_REPORT_PARAMETERS { get { @@ -39721,7 +39802,7 @@ public static string WLB_REPORT_PARAMETERS { } /// - /// Looks up a localized string similar to Please enter your password. + /// Sucht eine lokalisierte Zeichenfolge, die Please enter your password ähnelt. /// public static string WLB_REPORT_PASSWORDPROMPT { get { @@ -39730,7 +39811,7 @@ public static string WLB_REPORT_PASSWORDPROMPT { } /// - /// Looks up a localized string similar to No longer connected to pool "{0}". Please reconnect to the pool and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die No longer connected to pool "{0}". Please reconnect to the pool and try again. ähnelt. /// public static string WLB_REPORT_POOL_CONNECTION_LOST { get { @@ -39739,7 +39820,7 @@ public static string WLB_REPORT_POOL_CONNECTION_LOST { } /// - /// Looks up a localized string similar to Pool Health. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Health ähnelt. /// public static string WLB_REPORT_POOL_HEALTH { get { @@ -39748,7 +39829,7 @@ public static string WLB_REPORT_POOL_HEALTH { } /// - /// Looks up a localized string similar to Previous Page. + /// Sucht eine lokalisierte Zeichenfolge, die Previous Page ähnelt. /// public static string WLB_REPORT_PREVIOUSPAGE { get { @@ -39757,7 +39838,7 @@ public static string WLB_REPORT_PREVIOUSPAGE { } /// - /// Looks up a localized string similar to Print. + /// Sucht eine lokalisierte Zeichenfolge, die Print ähnelt. /// public static string WLB_REPORT_PRINT { get { @@ -39766,7 +39847,7 @@ public static string WLB_REPORT_PRINT { } /// - /// Looks up a localized string similar to Print Layout. + /// Sucht eine lokalisierte Zeichenfolge, die Print Layout ähnelt. /// public static string WLB_REPORT_PRINTLAYOUT { get { @@ -39775,7 +39856,7 @@ public static string WLB_REPORT_PRINTLAYOUT { } /// - /// Looks up a localized string similar to Processing Please Wait. + /// Sucht eine lokalisierte Zeichenfolge, die Processing Please Wait ähnelt. /// public static string WLB_REPORT_PROCESSING { get { @@ -39784,7 +39865,7 @@ public static string WLB_REPORT_PROCESSING { } /// - /// Looks up a localized string similar to Refresh. + /// Sucht eine lokalisierte Zeichenfolge, die Refresh ähnelt. /// public static string WLB_REPORT_REFRESH { get { @@ -39793,7 +39874,7 @@ public static string WLB_REPORT_REFRESH { } /// - /// Looks up a localized string similar to An error occurred when attempting to run the remote query: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when attempting to run the remote query: {0} ähnelt. /// public static string WLB_REPORT_REMOTE_QUERY { get { @@ -39802,7 +39883,7 @@ public static string WLB_REPORT_REMOTE_QUERY { } /// - /// Looks up a localized string similar to Search. + /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt. /// public static string WLB_REPORT_SEARCH { get { @@ -39811,7 +39892,7 @@ public static string WLB_REPORT_SEARCH { } /// - /// Looks up a localized string similar to Select. + /// Sucht eine lokalisierte Zeichenfolge, die Select ähnelt. /// public static string WLB_REPORT_SELECT { get { @@ -39820,7 +39901,7 @@ public static string WLB_REPORT_SELECT { } /// - /// Looks up a localized string similar to Select All. + /// Sucht eine lokalisierte Zeichenfolge, die Select All ähnelt. /// public static string WLB_REPORT_SELECTALL { get { @@ -39829,7 +39910,7 @@ public static string WLB_REPORT_SELECTALL { } /// - /// Looks up a localized string similar to An error occurred when attempting to set report parameters: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when attempting to set report parameters: {0} ähnelt. /// public static string WLB_REPORT_SET_PARAMS { get { @@ -39838,7 +39919,7 @@ public static string WLB_REPORT_SET_PARAMS { } /// - /// Looks up a localized string similar to Start. + /// Sucht eine lokalisierte Zeichenfolge, die Start ähnelt. /// public static string WLB_REPORT_START { get { @@ -39847,7 +39928,7 @@ public static string WLB_REPORT_START { } /// - /// Looks up a localized string similar to Stop Rendering. + /// Sucht eine lokalisierte Zeichenfolge, die Stop Rendering ähnelt. /// public static string WLB_REPORT_STOPRENDERING { get { @@ -39856,7 +39937,7 @@ public static string WLB_REPORT_STOPRENDERING { } /// - /// Looks up a localized string similar to Text not found. + /// Sucht eine lokalisierte Zeichenfolge, die Text not found ähnelt. /// public static string WLB_REPORT_TEXTNOTFOUND { get { @@ -39865,7 +39946,7 @@ public static string WLB_REPORT_TEXTNOTFOUND { } /// - /// Looks up a localized string similar to Total pages. + /// Sucht eine lokalisierte Zeichenfolge, die Total pages ähnelt. /// public static string WLB_REPORT_TOTALPAGES { get { @@ -39874,7 +39955,7 @@ public static string WLB_REPORT_TOTALPAGES { } /// - /// Looks up a localized string similar to User name. + /// Sucht eine lokalisierte Zeichenfolge, die User name ähnelt. /// public static string WLB_REPORT_USERNAME { get { @@ -39883,7 +39964,7 @@ public static string WLB_REPORT_USERNAME { } /// - /// Looks up a localized string similar to View All. + /// Sucht eine lokalisierte Zeichenfolge, die View All ähnelt. /// public static string WLB_REPORT_VIEW_ALL { get { @@ -39892,7 +39973,7 @@ public static string WLB_REPORT_VIEW_ALL { } /// - /// Looks up a localized string similar to Basic View. + /// Sucht eine lokalisierte Zeichenfolge, die Basic View ähnelt. /// public static string WLB_REPORT_VIEW_BASIC { get { @@ -39901,7 +39982,7 @@ public static string WLB_REPORT_VIEW_BASIC { } /// - /// Looks up a localized string similar to Custom View. + /// Sucht eine lokalisierte Zeichenfolge, die Custom View ähnelt. /// public static string WLB_REPORT_VIEW_CUSTOM { get { @@ -39910,7 +39991,7 @@ public static string WLB_REPORT_VIEW_CUSTOM { } /// - /// Looks up a localized string similar to Filter Item. + /// Sucht eine lokalisierte Zeichenfolge, die Filter Item ähnelt. /// public static string WLB_REPORT_VIEW_TAG_COLUMN_HEADER { get { @@ -39919,7 +40000,7 @@ public static string WLB_REPORT_VIEW_TAG_COLUMN_HEADER { } /// - /// Looks up a localized string similar to Verbose View. + /// Sucht eine lokalisierte Zeichenfolge, die Verbose View ähnelt. /// public static string WLB_REPORT_VIEW_VERBOSE { get { @@ -39928,7 +40009,7 @@ public static string WLB_REPORT_VIEW_VERBOSE { } /// - /// Looks up a localized string similar to View Report. + /// Sucht eine lokalisierte Zeichenfolge, die View Report ähnelt. /// public static string WLB_REPORT_VIEWREPORT { get { @@ -39937,7 +40018,7 @@ public static string WLB_REPORT_VIEWREPORT { } /// - /// Looks up a localized string similar to Whole Page. + /// Sucht eine lokalisierte Zeichenfolge, die Whole Page ähnelt. /// public static string WLB_REPORT_WHOLEPAGE { get { @@ -39946,7 +40027,7 @@ public static string WLB_REPORT_WHOLEPAGE { } /// - /// Looks up a localized string similar to Zoom. + /// Sucht eine lokalisierte Zeichenfolge, die Zoom ähnelt. /// public static string WLB_REPORT_ZOOM { get { @@ -39955,7 +40036,7 @@ public static string WLB_REPORT_ZOOM { } /// - /// Looks up a localized string similar to Retrieving WLB Configuration. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving WLB Configuration ähnelt. /// public static string WLB_RETRIEVING_CONFIGURATION { get { @@ -39964,7 +40045,7 @@ public static string WLB_RETRIEVING_CONFIGURATION { } /// - /// Looks up a localized string similar to Retrieving WLB recommendations for pool {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving WLB recommendations for pool {0} ähnelt. /// public static string WLB_RETRIEVING_RECOMMENDATIONS { get { @@ -39973,7 +40054,7 @@ public static string WLB_RETRIEVING_RECOMMENDATIONS { } /// - /// Looks up a localized string similar to Retrieving WLB recommendations . + /// Sucht eine lokalisierte Zeichenfolge, die Retrieving WLB recommendations ähnelt. /// public static string WLB_RETRIEVING_VM_RECOMMENDATIONS { get { @@ -39982,7 +40063,7 @@ public static string WLB_RETRIEVING_VM_RECOMMENDATIONS { } /// - /// Looks up a localized string similar to Saving Workload Balancing settings. + /// Sucht eine lokalisierte Zeichenfolge, die Saving Workload Balancing settings ähnelt. /// public static string WLB_SAVING_SETTINGS { get { @@ -39991,7 +40072,7 @@ public static string WLB_SAVING_SETTINGS { } /// - /// Looks up a localized string similar to {0} (Scheduled). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (Scheduled) ähnelt. /// public static string WLB_SCHEDULED_OPT_MODE { get { @@ -40000,7 +40081,7 @@ public static string WLB_SCHEDULED_OPT_MODE { } /// - /// Looks up a localized string similar to Server Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Server Credentials ähnelt. /// public static string WLB_SERVER_CREDENTIALS { get { @@ -40009,7 +40090,7 @@ public static string WLB_SERVER_CREDENTIALS { } /// - /// Looks up a localized string similar to Update the credentials used for WLB communications. + /// Sucht eine lokalisierte Zeichenfolge, die Update the credentials used for WLB communications ähnelt. /// public static string WLB_SERVER_CREDENTIALS_SUBTEXT { get { @@ -40018,7 +40099,7 @@ public static string WLB_SERVER_CREDENTIALS_SUBTEXT { } /// - /// Looks up a localized string similar to Workload Balancing server name. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing server name ähnelt. /// public static string WLB_SERVER_URL { get { @@ -40027,7 +40108,7 @@ public static string WLB_SERVER_URL { } /// - /// Looks up a localized string similar to Critical. + /// Sucht eine lokalisierte Zeichenfolge, die Critical ähnelt. /// public static string WLB_SEVERITY_CRITICAL { get { @@ -40036,7 +40117,7 @@ public static string WLB_SEVERITY_CRITICAL { } /// - /// Looks up a localized string similar to High. + /// Sucht eine lokalisierte Zeichenfolge, die High ähnelt. /// public static string WLB_SEVERITY_HIGH { get { @@ -40045,7 +40126,7 @@ public static string WLB_SEVERITY_HIGH { } /// - /// Looks up a localized string similar to Low. + /// Sucht eine lokalisierte Zeichenfolge, die Low ähnelt. /// public static string WLB_SEVERITY_LOW { get { @@ -40054,7 +40135,7 @@ public static string WLB_SEVERITY_LOW { } /// - /// Looks up a localized string similar to Medium. + /// Sucht eine lokalisierte Zeichenfolge, die Medium ähnelt. /// public static string WLB_SEVERITY_MEDIUM { get { @@ -40063,7 +40144,7 @@ public static string WLB_SEVERITY_MEDIUM { } /// - /// Looks up a localized string similar to Workload Balancing adjusts grooming history automatically for SQL Server Express databases.. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing adjusts grooming history automatically for SQL Server Express databases. ähnelt. /// public static string WLB_SQLEXPRESS_GROOMING_BLURB { get { @@ -40072,7 +40153,7 @@ public static string WLB_SQLEXPRESS_GROOMING_BLURB { } /// - /// Looks up a localized string similar to Workload Balancing status. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing status ähnelt. /// public static string WLB_STATUS { get { @@ -40081,7 +40162,7 @@ public static string WLB_STATUS { } /// - /// Looks up a localized string similar to Bcc. + /// Sucht eine lokalisierte Zeichenfolge, die Bcc ähnelt. /// public static string WLB_SUBSCRIPTION_BCC { get { @@ -40090,7 +40171,7 @@ public static string WLB_SUBSCRIPTION_BCC { } /// - /// Looks up a localized string similar to Cc. + /// Sucht eine lokalisierte Zeichenfolge, die Cc ähnelt. /// public static string WLB_SUBSCRIPTION_CC { get { @@ -40099,7 +40180,7 @@ public static string WLB_SUBSCRIPTION_CC { } /// - /// Looks up a localized string similar to Comment. + /// Sucht eine lokalisierte Zeichenfolge, die Comment ähnelt. /// public static string WLB_SUBSCRIPTION_COMMENT { get { @@ -40108,7 +40189,7 @@ public static string WLB_SUBSCRIPTION_COMMENT { } /// - /// Looks up a localized string similar to Data Range. + /// Sucht eine lokalisierte Zeichenfolge, die Data Range ähnelt. /// public static string WLB_SUBSCRIPTION_DATARANGE { get { @@ -40117,7 +40198,7 @@ public static string WLB_SUBSCRIPTION_DATARANGE { } /// - /// Looks up a localized string similar to Deliver On. + /// Sucht eine lokalisierte Zeichenfolge, die Deliver On ähnelt. /// public static string WLB_SUBSCRIPTION_DELIVERON { get { @@ -40126,7 +40207,7 @@ public static string WLB_SUBSCRIPTION_DELIVERON { } /// - /// Looks up a localized string similar to Edited By. + /// Sucht eine lokalisierte Zeichenfolge, die Edited By ähnelt. /// public static string WLB_SUBSCRIPTION_EDITED_BY { get { @@ -40135,7 +40216,7 @@ public static string WLB_SUBSCRIPTION_EDITED_BY { } /// - /// Looks up a localized string similar to Edited On. + /// Sucht eine lokalisierte Zeichenfolge, die Edited On ähnelt. /// public static string WLB_SUBSCRIPTION_EDITED_ON { get { @@ -40144,7 +40225,7 @@ public static string WLB_SUBSCRIPTION_EDITED_ON { } /// - /// Looks up a localized string similar to Ending. + /// Sucht eine lokalisierte Zeichenfolge, die Ending ähnelt. /// public static string WLB_SUBSCRIPTION_ENDING { get { @@ -40153,7 +40234,7 @@ public static string WLB_SUBSCRIPTION_ENDING { } /// - /// Looks up a localized string similar to An error occurred while saving subscription: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while saving subscription: {0} ähnelt. /// public static string WLB_SUBSCRIPTION_ERROR { get { @@ -40162,7 +40243,7 @@ public static string WLB_SUBSCRIPTION_ERROR { } /// - /// Looks up a localized string similar to Format. + /// Sucht eine lokalisierte Zeichenfolge, die Format ähnelt. /// public static string WLB_SUBSCRIPTION_FORMAT { get { @@ -40171,7 +40252,7 @@ public static string WLB_SUBSCRIPTION_FORMAT { } /// - /// Looks up a localized string similar to Last Sent. + /// Sucht eine lokalisierte Zeichenfolge, die Last Sent ähnelt. /// public static string WLB_SUBSCRIPTION_LASTSENT { get { @@ -40180,7 +40261,7 @@ public static string WLB_SUBSCRIPTION_LASTSENT { } /// - /// Looks up a localized string similar to {0} at {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} at {1} ähnelt. /// public static string WLB_SUBSCRIPTION_LASTSENT_TIME { get { @@ -40189,7 +40270,7 @@ public static string WLB_SUBSCRIPTION_LASTSENT_TIME { } /// - /// Looks up a localized string similar to Reply-To. + /// Sucht eine lokalisierte Zeichenfolge, die Reply-To ähnelt. /// public static string WLB_SUBSCRIPTION_REPLYTO { get { @@ -40198,7 +40279,7 @@ public static string WLB_SUBSCRIPTION_REPLYTO { } /// - /// Looks up a localized string similar to Run At. + /// Sucht eine lokalisierte Zeichenfolge, die Run At ähnelt. /// public static string WLB_SUBSCRIPTION_RUNAT { get { @@ -40207,7 +40288,7 @@ public static string WLB_SUBSCRIPTION_RUNAT { } /// - /// Looks up a localized string similar to Starting. + /// Sucht eine lokalisierte Zeichenfolge, die Starting ähnelt. /// public static string WLB_SUBSCRIPTION_STARTING { get { @@ -40216,7 +40297,7 @@ public static string WLB_SUBSCRIPTION_STARTING { } /// - /// Looks up a localized string similar to Subject. + /// Sucht eine lokalisierte Zeichenfolge, die Subject ähnelt. /// public static string WLB_SUBSCRIPTION_SUBJECT { get { @@ -40225,7 +40306,7 @@ public static string WLB_SUBSCRIPTION_SUBJECT { } /// - /// Looks up a localized string similar to To. + /// Sucht eine lokalisierte Zeichenfolge, die To ähnelt. /// public static string WLB_SUBSCRIPTION_TO { get { @@ -40234,7 +40315,7 @@ public static string WLB_SUBSCRIPTION_TO { } /// - /// Looks up a localized string similar to Subscriptions. + /// Sucht eine lokalisierte Zeichenfolge, die Subscriptions ähnelt. /// public static string WLB_SUBSCRIPTIONS { get { @@ -40243,7 +40324,7 @@ public static string WLB_SUBSCRIPTIONS { } /// - /// Looks up a localized string similar to The specified schedule conflicts with an existing schedule.. + /// Sucht eine lokalisierte Zeichenfolge, die The specified schedule conflicts with an existing schedule. ähnelt. /// public static string WLB_TASK_SCHEDULE_CONFLICT_BLURB { get { @@ -40252,7 +40333,7 @@ public static string WLB_TASK_SCHEDULE_CONFLICT_BLURB { } /// - /// Looks up a localized string similar to Conflicting Schedule. + /// Sucht eine lokalisierte Zeichenfolge, die Conflicting Schedule ähnelt. /// public static string WLB_TASK_SCHEDULE_CONFLICT_TITLE { get { @@ -40261,7 +40342,7 @@ public static string WLB_TASK_SCHEDULE_CONFLICT_TITLE { } /// - /// Looks up a localized string similar to Critical Thresholds. + /// Sucht eine lokalisierte Zeichenfolge, die Critical Thresholds ähnelt. /// public static string WLB_THRESHOLDS { get { @@ -40270,7 +40351,7 @@ public static string WLB_THRESHOLDS { } /// - /// Looks up a localized string similar to Adjust Critical thresholds for WLB metrics. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust Critical thresholds for WLB metrics ähnelt. /// public static string WLB_THRESHOLDS_SUBTEXT { get { @@ -40279,7 +40360,7 @@ public static string WLB_THRESHOLDS_SUBTEXT { } /// - /// Looks up a localized string similar to Confirm Automated Power Management. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm Automated Power Management ähnelt. /// public static string WLB_UNTESTED_HOST_CAPTION { get { @@ -40288,9 +40369,9 @@ public static string WLB_UNTESTED_HOST_CAPTION { } /// - /// Looks up a localized string similar to This Host has either never been remotely powered on, or failed to power on correctly in the past. + /// Sucht eine lokalisierte Zeichenfolge, die This Host has either never been remotely powered on, or failed to power on correctly in the past. /// - ///Are you sure you want to enable automated power management for this Host?. + ///Are you sure you want to enable automated power management for this Host? ähnelt. /// public static string WLB_UNTESTED_HOST_WARNING { get { @@ -40299,7 +40380,7 @@ public static string WLB_UNTESTED_HOST_WARNING { } /// - /// Looks up a localized string similar to Workload Balancing has been paused for pool '{0}'.. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing has been paused for pool '{0}'. ähnelt. /// public static string WLB_WAS_DISABLED { get { @@ -40308,7 +40389,7 @@ public static string WLB_WAS_DISABLED { } /// - /// Looks up a localized string similar to Report exported successfully. + /// Sucht eine lokalisierte Zeichenfolge, die Report exported successfully ähnelt. /// public static string WLBREPORT_EXPORT_SUCC { get { @@ -40317,7 +40398,7 @@ public static string WLBREPORT_EXPORT_SUCC { } /// - /// Looks up a localized string similar to Host Health History. + /// Sucht eine lokalisierte Zeichenfolge, die Host Health History ähnelt. /// public static string WLBREPORT_HOST_HEALTH_HISTORY { get { @@ -40326,7 +40407,7 @@ public static string WLBREPORT_HOST_HEALTH_HISTORY { } /// - /// Looks up a localized string similar to Optimization Performance History. + /// Sucht eine lokalisierte Zeichenfolge, die Optimization Performance History ähnelt. /// public static string WLBREPORT_OPTIMIZATION_PERFORMANCE_HISTORY { get { @@ -40335,7 +40416,7 @@ public static string WLBREPORT_OPTIMIZATION_PERFORMANCE_HISTORY { } /// - /// Looks up a localized string similar to Pool Audit Log History. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Audit Log History ähnelt. /// public static string WLBREPORT_POOL_AUDIT_HISTORY { get { @@ -40344,7 +40425,7 @@ public static string WLBREPORT_POOL_AUDIT_HISTORY { } /// - /// Looks up a localized string similar to Pool Connection Lost. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Connection Lost ähnelt. /// public static string WLBREPORT_POOL_CONNECTION_LOST_CAPTION { get { @@ -40353,7 +40434,7 @@ public static string WLBREPORT_POOL_CONNECTION_LOST_CAPTION { } /// - /// Looks up a localized string similar to Pool Health. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Health ähnelt. /// public static string WLBREPORT_POOL_HEALTH { get { @@ -40362,7 +40443,7 @@ public static string WLBREPORT_POOL_HEALTH { } /// - /// Looks up a localized string similar to Pool Health History. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Health History ähnelt. /// public static string WLBREPORT_POOL_HEALTH_HISTORY { get { @@ -40371,7 +40452,7 @@ public static string WLBREPORT_POOL_HEALTH_HISTORY { } /// - /// Looks up a localized string similar to Pool Optimization History. + /// Sucht eine lokalisierte Zeichenfolge, die Pool Optimization History ähnelt. /// public static string WLBREPORT_POOL_OPTIMIZATION_HISTORY { get { @@ -40380,7 +40461,7 @@ public static string WLBREPORT_POOL_OPTIMIZATION_HISTORY { } /// - /// Looks up a localized string similar to An error occurred when attempting to open the Workload Balancing report window. Please check the report configuration file.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred when attempting to open the Workload Balancing report window. Please check the report configuration file. ähnelt. /// public static string WLBREPORT_REPORT_CONFIG_ERROR { get { @@ -40389,7 +40470,7 @@ public static string WLBREPORT_REPORT_CONFIG_ERROR { } /// - /// Looks up a localized string similar to Virtual Machine Motion History. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machine Motion History ähnelt. /// public static string WLBREPORT_VM_MOTION_HISTORY { get { @@ -40398,7 +40479,7 @@ public static string WLBREPORT_VM_MOTION_HISTORY { } /// - /// Looks up a localized string similar to Virtual Machine Motion History. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machine Motion History ähnelt. /// public static string WLBREPORT_VM_MOVEMENT_HISTORY { get { @@ -40407,7 +40488,7 @@ public static string WLBREPORT_VM_MOVEMENT_HISTORY { } /// - /// Looks up a localized string similar to Virtual Machine Performance History. + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Machine Performance History ähnelt. /// public static string WLBREPORT_VM_PERFORMANCE_HISTORY { get { @@ -40416,7 +40497,7 @@ public static string WLBREPORT_VM_PERFORMANCE_HISTORY { } /// - /// Looks up a localized string similar to Workload Balancing. + /// Sucht eine lokalisierte Zeichenfolge, die Workload Balancing ähnelt. /// public static string WORKLOAD_BALANCING { get { @@ -40425,7 +40506,7 @@ public static string WORKLOAD_BALANCING { } /// - /// Looks up a localized string similar to You are attempting an action which requires additional privileges to those granted by your current role.. + /// Sucht eine lokalisierte Zeichenfolge, die You are attempting an action which requires additional privileges to those granted by your current role. ähnelt. /// public static string WRONG_ROLE_DESC { get { @@ -40434,7 +40515,7 @@ public static string WRONG_ROLE_DESC { } /// - /// Looks up a localized string similar to {0} (hidden). + /// Sucht eine lokalisierte Zeichenfolge, die {0} (hidden) ähnelt. /// public static string X_HIDDEN { get { @@ -40443,7 +40524,7 @@ public static string X_HIDDEN { } /// - /// Looks up a localized string similar to The {0} feature was deprecated in {1} and may be unavailable in future versions. + /// Sucht eine lokalisierte Zeichenfolge, die The {0} feature was deprecated in {1} and may be unavailable in future versions ähnelt. /// public static string X_IS_DEPRECATED_IN_X { get { @@ -40452,7 +40533,7 @@ public static string X_IS_DEPRECATED_IN_X { } /// - /// Looks up a localized string similar to The {0} feature is not available in {1} and later versions. + /// Sucht eine lokalisierte Zeichenfolge, die The {0} feature is not available in {1} and later versions ähnelt. /// public static string X_IS_REMOVED_IN_X { get { @@ -40461,7 +40542,7 @@ public static string X_IS_REMOVED_IN_X { } /// - /// Looks up a localized string similar to {0} with warning: {1}. + /// Sucht eine lokalisierte Zeichenfolge, die {0} with warning: {1} ähnelt. /// public static string X_WITH_WARNING_X { get { @@ -40470,7 +40551,7 @@ public static string X_WITH_WARNING_X { } /// - /// Looks up a localized string similar to [XenCenter]. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] ähnelt. /// public static string XENCENTER { get { @@ -40479,7 +40560,7 @@ public static string XENCENTER { } /// - /// Looks up a localized string similar to [XenCenter] Settings|*.config. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] Settings|*.config ähnelt. /// public static string XENCENTER_CONFIG_FILTER { get { @@ -40488,7 +40569,7 @@ public static string XENCENTER_CONFIG_FILTER { } /// - /// Looks up a localized string similar to Newer [XenCenter] Available. + /// Sucht eine lokalisierte Zeichenfolge, die Newer [XenCenter] Available ähnelt. /// public static string XENCENTER_NEWER_AVAILABLE { get { @@ -40497,7 +40578,7 @@ public static string XENCENTER_NEWER_AVAILABLE { } /// - /// Looks up a localized string similar to [XenCenter] version check. + /// Sucht eine lokalisierte Zeichenfolge, die [XenCenter] version check ähnelt. /// public static string XENCENTER_VERSION_CHECK_DESCRIPTION { get { @@ -40506,7 +40587,7 @@ public static string XENCENTER_VERSION_CHECK_DESCRIPTION { } /// - /// Looks up a localized string similar to Saved Searches (*.{0})|*.{0}. + /// Sucht eine lokalisierte Zeichenfolge, die Saved Searches (*.{0})|*.{0} ähnelt. /// public static string XENSEARCH_SAVED_SEARCH { get { @@ -40515,7 +40596,7 @@ public static string XENSEARCH_SAVED_SEARCH { } /// - /// Looks up a localized string similar to [XenServer]. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] ähnelt. /// public static string XENSERVER { get { @@ -40524,7 +40605,7 @@ public static string XENSERVER { } /// - /// Looks up a localized string similar to [XenServer] [BRANDING_VERSION_6_2]. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] [BRANDING_VERSION_6_2] ähnelt. /// public static string XENSERVER_6_2 { get { @@ -40533,7 +40614,7 @@ public static string XENSERVER_6_2 { } /// - /// Looks up a localized string similar to [XenServer] [BRANDING_VERSION_6_5]. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] [BRANDING_VERSION_6_5] ähnelt. /// public static string XENSERVER_6_5 { get { @@ -40542,7 +40623,7 @@ public static string XENSERVER_6_5 { } /// - /// Looks up a localized string similar to [XenServer] Templates. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Templates ähnelt. /// public static string XENSERVER_TEMPLATES { get { @@ -40551,7 +40632,7 @@ public static string XENSERVER_TEMPLATES { } /// - /// Looks up a localized string similar to License Upgrade Required. + /// Sucht eine lokalisierte Zeichenfolge, die License Upgrade Required ähnelt. /// public static string XENSERVER_UPGRADE_REQUIRED { get { @@ -40560,7 +40641,7 @@ public static string XENSERVER_UPGRADE_REQUIRED { } /// - /// Looks up a localized string similar to [XenServer] Backup Files. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Backup Files ähnelt. /// public static string XS_BACKUP_FILES { get { @@ -40569,7 +40650,7 @@ public static string XS_BACKUP_FILES { } /// - /// Looks up a localized string similar to [XenServer] License Files. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] License Files ähnelt. /// public static string XS_LICENSE_FILES { get { @@ -40578,9 +40659,9 @@ public static string XS_LICENSE_FILES { } /// - /// Looks up a localized string similar to [Citrix VM Tools] DVDs will now be inserted into the DVD drive of each of the selected VMs. Any disks currently in the drives will be ejected. + /// Sucht eine lokalisierte Zeichenfolge, die [Citrix VM Tools] DVDs will now be inserted into the DVD drive of each of the selected VMs. Any disks currently in the drives will be ejected. /// - ///You will need to navigate to the Console on each of the selected VMs to complete the installation.. + ///You will need to navigate to the Console on each of the selected VMs to complete the installation. ähnelt. /// public static string XS_TOOLS_MESSAGE_MORE_THAN_ONE_VM { get { @@ -40589,7 +40670,7 @@ public static string XS_TOOLS_MESSAGE_MORE_THAN_ONE_VM { } /// - /// Looks up a localized string similar to The [Citrix VM Tools] SR could not be found.. + /// Sucht eine lokalisierte Zeichenfolge, die The [Citrix VM Tools] SR could not be found. ähnelt. /// public static string XS_TOOLS_SR_NOT_FOUND { get { @@ -40598,7 +40679,7 @@ public static string XS_TOOLS_SR_NOT_FOUND { } /// - /// Looks up a localized string similar to [XenServer] Update Files ({0})|{0}|All files ({1})|{1}. + /// Sucht eine lokalisierte Zeichenfolge, die [XenServer] Update Files ({0})|{0}|All files ({1})|{1} ähnelt. /// public static string XSUPDATE { get { @@ -40607,7 +40688,7 @@ public static string XSUPDATE { } /// - /// Looks up a localized string similar to Yes. + /// Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. /// public static string YES { get { @@ -40616,7 +40697,7 @@ public static string YES { } /// - /// Looks up a localized string similar to &Yes. + /// Sucht eine lokalisierte Zeichenfolge, die &Yes ähnelt. /// public static string YES_BUTTON_CAPTION { get { @@ -40625,7 +40706,7 @@ public static string YES_BUTTON_CAPTION { } /// - /// Looks up a localized string similar to was yesterday. + /// Sucht eine lokalisierte Zeichenfolge, die was yesterday ähnelt. /// public static string YESTERDAY { get { @@ -40634,7 +40715,7 @@ public static string YESTERDAY { } /// - /// Looks up a localized string similar to You are here. + /// Sucht eine lokalisierte Zeichenfolge, die You are here ähnelt. /// public static string YOU_ARE_HERE { get {