514 lines
22 KiB
C#
514 lines
22 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ISO.Strings {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class StringResources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal StringResources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ISO.Strings.StringResources", typeof(StringResources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO DIM serial numbers should start with 'SPD'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_DIMShouldStartWithSPD {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_DIMShouldStartWithSPD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DIR serial numbers should start with 'DI'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_DIRShouldStartWithDI {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_DIRShouldStartWithDI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DKR serial numbers should start with 'DK'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_DKRShouldStartWithDK {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_DKRShouldStartWithDK", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TDAS G5 serial numbers should start with '5M'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_G5ShouldStartWith5M {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_G5ShouldStartWith5M", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IP address required.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_IPAddressRequired {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_IPAddressRequired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE MICRO Base+ serial numbers should start with 'BA0'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_MICROBasePlusShouldStartWithBA0 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_MICROBasePlusShouldStartWithBA0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE MICRO serial numbers should start with 'BA0'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_MicroSerialNumberShouldStartWithBA0 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_MicroSerialNumberShouldStartWithBA0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE NANO Base+ serial numbers should start with 'BA5'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_NANOBasePlusShouldStartWithBA5 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_NANOBasePlusShouldStartWithBA5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerPRO serial numbers should start with 'PPRO'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_PowerProShouldStartWithPPRO {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_PowerProShouldStartWithPPRO", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a TDAS G5.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToAG5 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToAG5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE MICRO.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToAMicro {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToAMicro", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE NANO.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SerialNumberBelongsToANano {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SerialNumberBelongsToANano", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a PowerPRO Battery.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToAPowerPRO {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToAPowerPRO", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE G5.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SerialNumberBelongsToASLICEG5 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SerialNumberBelongsToASLICEG5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE PRO Lab SIM.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToASLICEPROLabSIM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToASLICEPROLabSIM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE Lab Ethernet.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToASlicePROLabSLE {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToASlicePROLabSLE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE PRO SIM.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SerialNumberBelongsToASLICEProSim {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SerialNumberBelongsToASLICEProSim", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a TDAS PRO Lab rack.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberBelongsToATDASLabRack {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberBelongsToATDASLabRack", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a TDAS PRO rack.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SerialNumberBelongsToATDASRack {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SerialNumberBelongsToATDASRack", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number required.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SerialNumberRequired {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SerialNumberRequired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO SIM serial numbers should start with 'SPS'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SIMShouldStartWithSPS {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SIMShouldStartWithSPS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO Lab DIM serial numbers should start with 'SLD'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLDShouldStartWithSLD {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLDShouldStartWithSLD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE PRO Lab DIM.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABDIM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABDIM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE PRO Lab TOM.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABTOM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABTOM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number belongs to a SLICE PRO DIM.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICE_SerialNumberBelongsToASLICEProDIM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICE_SerialNumberBelongsToASLICEProDIM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE 6 AIR-BR serial numbers should start with 'S6BR'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICE6AIRBRShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICE6AIRBRShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE 6 AIR serial numbers should start with 'S6A'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICE6AIRShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICE6AIRShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE 6 distributor 3 serial numbers should start with S6DB3.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICE6DB3ShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICE6DB3ShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE 6 distributor serial numbers should start with 'S6DB'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_Slice6DBShouldStartWithS6DB {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_Slice6DBShouldStartWithS6DB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE 6 serial numbers should start with 'SL6'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICE6ShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICE6ShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE distributor serial numbers should start with 'SD'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SliceDBShouldStartWithSDB {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SliceDBShouldStartWithSDB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO Ethernet Control Module serial numbers should start with 'SPE'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SliceECM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SliceECM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE G5 serial numbers should start with 'SG5'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SliceG5ShouldStartWithSG5 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SliceG5ShouldStartWithSG5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE Lab Ethernet serial numbers should start with 'SLE'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SliceLabEthernetShouldStartWithSLE {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SliceLabEthernetShouldStartWithSLE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE NANO serial numbers should start with 'BA5'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SLICENanoShouldStartWithBA5 {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SLICENanoShouldStartWithBA5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO Distributor serial numbers should start with 'SPDB'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLICEPRODBShouldStartWithSPDB {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLICEPRODBShouldStartWithSPDB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE Mini Distributor serial numbers should start with 'SPM'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_SliceSPM {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_SliceSPM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO Lab SIM serial numbers should start with 'SLS'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLSShouldStartWithSLS {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLSShouldStartWithSLS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO Lab TOM serial numbers should start with 'SLT'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_SLTShouldStartWithSLT {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_SLTShouldStartWithSLT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TDAS PRO lab rack serial numbers should start with 'LR'.
|
|
/// </summary>
|
|
internal static string AutoDetectDAS_TDASLabRackShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDAS_TDASLabRackShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TDAS PRO rack serial numbers should start with 'DR'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_TDASRackShouldStartWith {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_TDASRackShouldStartWith", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SLICE PRO TOM serial numbers should start with 'SPT'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_TOMShouldStartWithSPT {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_TOMShouldStartWithSPT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TSR AIR serial numbers should start with 'TA'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_TSRAIRShouldStartWithTA {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_TSRAIRShouldStartWithTA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} serial numbers should start with '{1}'.
|
|
/// </summary>
|
|
internal static string AutoDetectDas_TypeShouldStartWithPrepend {
|
|
get {
|
|
return ResourceManager.GetString("AutoDetectDas_TypeShouldStartWithPrepend", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to commit CustomerDetails.
|
|
/// </summary>
|
|
internal static string CustomerDetails_FailedToCommit {
|
|
get {
|
|
return ResourceManager.GetString("CustomerDetails_FailedToCommit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CustomerDetail: Required name is null.
|
|
/// </summary>
|
|
internal static string CustomerDetails_NullReferenceName {
|
|
get {
|
|
return ResourceManager.GetString("CustomerDetails_NullReferenceName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to commit LabDetails.
|
|
/// </summary>
|
|
internal static string LabDetails_FailedToCommit {
|
|
get {
|
|
return ResourceManager.GetString("LabDetails_FailedToCommit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LabDetail: Required name is null.
|
|
/// </summary>
|
|
internal static string LabDetails_NullReferenceName {
|
|
get {
|
|
return ResourceManager.GetString("LabDetails_NullReferenceName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to commit TestEngineerDetails.
|
|
/// </summary>
|
|
internal static string TestEngineerDetails_FailedToCommit {
|
|
get {
|
|
return ResourceManager.GetString("TestEngineerDetails_FailedToCommit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TestEngineerDetail: Required name is null.
|
|
/// </summary>
|
|
internal static string TestEngineerDetails_NullReferenceName {
|
|
get {
|
|
return ResourceManager.GetString("TestEngineerDetails_NullReferenceName", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|