This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,513 @@
//------------------------------------------------------------------------------
// <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 &apos;SPD&apos;.
/// </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 &apos;DI&apos;.
/// </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 &apos;DK&apos;.
/// </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 &apos;5M&apos;.
/// </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 &apos;BA0&apos;.
/// </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 &apos;BA0&apos;.
/// </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 &apos;BA5&apos;.
/// </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 &apos;PPRO&apos;.
/// </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 &apos;SPS&apos;.
/// </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 &apos;SLD&apos;.
/// </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 &apos;S6BR&apos;.
/// </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 &apos;S6A&apos;.
/// </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 &apos;S6DB&apos;.
/// </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 &apos;SL6&apos;.
/// </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 &apos;SD&apos;.
/// </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 &apos;SPE&apos;.
/// </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 &apos;SG5&apos;.
/// </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 &apos;SLE&apos;.
/// </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 &apos;BA5&apos;.
/// </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 &apos;SPDB&apos;.
/// </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 &apos;SPM&apos;.
/// </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 &apos;SLS&apos;.
/// </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 &apos;SLT&apos;.
/// </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 &apos;LR&apos;.
/// </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 &apos;DR&apos;.
/// </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 &apos;SPT&apos;.
/// </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 &apos;TA&apos;.
/// </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 &apos;{1}&apos;.
/// </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);
}
}
}
}

View File

@@ -0,0 +1,270 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AutoDetectDas_DIMShouldStartWithSPD" xml:space="preserve">
<value>SLICE PRO DIM serial numbers should start with 'SPD'</value>
</data>
<data name="AutoDetectDas_G5ShouldStartWith5M" xml:space="preserve">
<value>TDAS G5 serial numbers should start with '5M'</value>
</data>
<data name="AutoDetectDAS_IPAddressRequired" xml:space="preserve">
<value>IP address required</value>
</data>
<data name="AutoDetectDAS_MICROBasePlusShouldStartWithBA0" xml:space="preserve">
<value>SLICE MICRO Base+ serial numbers should start with 'BA0'</value>
</data>
<data name="AutoDetectDas_MicroSerialNumberShouldStartWithBA0" xml:space="preserve">
<value>SLICE MICRO serial numbers should start with 'BA0'</value>
</data>
<data name="AutoDetectDAS_NANOBasePlusShouldStartWithBA5" xml:space="preserve">
<value>SLICE NANO Base+ serial numbers should start with 'BA5'</value>
</data>
<data name="AutoDetectDas_PowerProShouldStartWithPPRO" xml:space="preserve">
<value>PowerPRO serial numbers should start with 'PPRO'</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToAG5" xml:space="preserve">
<value>Serial number belongs to a TDAS G5</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToAMicro" xml:space="preserve">
<value>Serial number belongs to a SLICE MICRO</value>
</data>
<data name="AutoDetectDas_SerialNumberBelongsToANano" xml:space="preserve">
<value>Serial number belongs to a SLICE NANO</value>
</data>
<data name="AutoDetectDas_SerialNumberBelongsToASLICEG5" xml:space="preserve">
<value>Serial number belongs to a SLICE G5</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToASLICEPROLabSIM" xml:space="preserve">
<value>Serial number belongs to a SLICE PRO Lab SIM</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToASlicePROLabSLE" xml:space="preserve">
<value>Serial number belongs to a SLICE Lab Ethernet</value>
</data>
<data name="AutoDetectDas_SerialNumberBelongsToASLICEProSim" xml:space="preserve">
<value>Serial number belongs to a SLICE PRO SIM</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToATDASLabRack" xml:space="preserve">
<value>Serial number belongs to a TDAS PRO Lab rack</value>
</data>
<data name="AutoDetectDas_SerialNumberBelongsToATDASRack" xml:space="preserve">
<value>Serial number belongs to a TDAS PRO rack</value>
</data>
<data name="AutoDetectDAS_SerialNumberRequired" xml:space="preserve">
<value>Serial number required</value>
</data>
<data name="AutoDetectDas_SIMShouldStartWithSPS" xml:space="preserve">
<value>SLICE PRO SIM serial numbers should start with 'SPS'</value>
</data>
<data name="AutoDetectDAS_SLDShouldStartWithSLD" xml:space="preserve">
<value>SLICE PRO Lab DIM serial numbers should start with 'SLD'</value>
</data>
<data name="AutoDetectDas_SLICE6AIRShouldStartWith" xml:space="preserve">
<value>SLICE 6 AIR serial numbers should start with 'S6A'</value>
</data>
<data name="AutoDetectDas_Slice6DBShouldStartWithS6DB" xml:space="preserve">
<value>SLICE 6 distributor serial numbers should start with 'S6DB'</value>
</data>
<data name="AutoDetectDas_SLICE6ShouldStartWith" xml:space="preserve">
<value>SLICE 6 serial numbers should start with 'SL6'</value>
</data>
<data name="AutoDetectDas_SliceDBShouldStartWithSDB" xml:space="preserve">
<value>SLICE distributor serial numbers should start with 'SD'</value>
</data>
<data name="AutoDetectDas_SliceECM" xml:space="preserve">
<value>SLICE PRO Ethernet Control Module serial numbers should start with 'SPE'</value>
</data>
<data name="AutoDetectDas_SliceSPM" xml:space="preserve">
<value>SLICE Mini Distributor serial numbers should start with 'SPM'</value>
</data>
<data name="AutoDetectDas_SliceG5ShouldStartWithSG5" xml:space="preserve">
<value>SLICE G5 serial numbers should start with 'SG5'</value>
</data>
<data name="AutoDetectDAS_SliceLabEthernetShouldStartWithSLE" xml:space="preserve">
<value>SLICE Lab Ethernet serial numbers should start with 'SLE'</value>
</data>
<data name="AutoDetectDas_SLICENanoShouldStartWithBA5" xml:space="preserve">
<value>SLICE NANO serial numbers should start with 'BA5'</value>
</data>
<data name="AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABDIM" xml:space="preserve">
<value>Serial number belongs to a SLICE PRO Lab DIM</value>
</data>
<data name="AutoDetectDAS_SLICE_SerialNumberBelongsToASLICELABTOM" xml:space="preserve">
<value>Serial number belongs to a SLICE PRO Lab TOM</value>
</data>
<data name="AutoDetectDas_SLICE_SerialNumberBelongsToASLICEProDIM" xml:space="preserve">
<value>Serial number belongs to a SLICE PRO DIM</value>
</data>
<data name="AutoDetectDAS_SLSShouldStartWithSLS" xml:space="preserve">
<value>SLICE PRO Lab SIM serial numbers should start with 'SLS'</value>
</data>
<data name="AutoDetectDAS_SLTShouldStartWithSLT" xml:space="preserve">
<value>SLICE PRO Lab TOM serial numbers should start with 'SLT'</value>
</data>
<data name="AutoDetectDAS_TDASLabRackShouldStartWith" xml:space="preserve">
<value>TDAS PRO lab rack serial numbers should start with 'LR'</value>
</data>
<data name="AutoDetectDas_TDASRackShouldStartWith" xml:space="preserve">
<value>TDAS PRO rack serial numbers should start with 'DR'</value>
</data>
<data name="AutoDetectDas_TOMShouldStartWithSPT" xml:space="preserve">
<value>SLICE PRO TOM serial numbers should start with 'SPT'</value>
</data>
<data name="AutoDetectDAS_SerialNumberBelongsToAPowerPRO" xml:space="preserve">
<value>Serial number belongs to a PowerPRO Battery</value>
</data>
<data name="CustomerDetails_FailedToCommit" xml:space="preserve">
<value>Failed to commit CustomerDetails</value>
</data>
<data name="CustomerDetails_NullReferenceName" xml:space="preserve">
<value>CustomerDetail: Required name is null</value>
</data>
<data name="LabDetails_FailedToCommit" xml:space="preserve">
<value>Failed to commit LabDetails</value>
</data>
<data name="LabDetails_NullReferenceName" xml:space="preserve">
<value>LabDetail: Required name is null</value>
</data>
<data name="TestEngineerDetails_FailedToCommit" xml:space="preserve">
<value>Failed to commit TestEngineerDetails</value>
</data>
<data name="TestEngineerDetails_NullReferenceName" xml:space="preserve">
<value>TestEngineerDetail: Required name is null</value>
</data>
<data name="AutoDetectDas_TSRAIRShouldStartWithTA" xml:space="preserve">
<value>TSR AIR serial numbers should start with 'TA'</value>
</data>
<data name="AutoDetectDas_SLICE6DB3ShouldStartWith" xml:space="preserve">
<value>SLICE 6 distributor 3 serial numbers should start with S6DB3</value>
</data>
<data name="AutoDetectDas_DIRShouldStartWithDI" xml:space="preserve">
<value>DIR serial numbers should start with 'DI'</value>
</data>
<data name="AutoDetectDas_DKRShouldStartWithDK" xml:space="preserve">
<value>DKR serial numbers should start with 'DK'</value>
</data>
<data name="AutoDetectDAS_SLICEPRODBShouldStartWithSPDB" xml:space="preserve">
<value>SLICE PRO Distributor serial numbers should start with 'SPDB'</value>
</data>
<data name="AutoDetectDas_SLICE6AIRBRShouldStartWith" xml:space="preserve">
<value>SLICE 6 AIR-BR serial numbers should start with 'S6BR'</value>
</data>
<data name="AutoDetectDas_TypeShouldStartWithPrepend" xml:space="preserve">
<value>{0} serial numbers should start with '{1}'</value>
</data>
</root>