397 lines
15 KiB
Plaintext
397 lines
15 KiB
Plaintext
|
|
//------------------------------------------------------------------------------
|
||
|
|
// <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 GroupImport.Resources {
|
||
|
|
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("GroupImport.Resources.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 Group Tag(s): .
|
||
|
|
/// </summary>
|
||
|
|
internal static string GroupTags {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("GroupTags", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Importing {0}:{1}.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Import_Importing {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Import_Importing", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to TDAS group file (*.grp)|*.grp|All Files (*.*)|*.*.
|
||
|
|
/// </summary>
|
||
|
|
internal static string ImportFileFilter {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("ImportFileFilter", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Done.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Importing_Done {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Importing_Done", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to (None).
|
||
|
|
/// </summary>
|
||
|
|
internal static string None {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("None", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Browse.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Options_Browse {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Options_Browse", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to File(s).
|
||
|
|
/// </summary>
|
||
|
|
internal static string Options_Files {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Options_Files", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Format.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Options_Format {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Options_Format", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Channels that will be imported.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_CompleteGroupChannels {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_CompleteGroupChannels", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Empty file.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_EmptyFile {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_EmptyFile", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Groups.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_Groups {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_Groups", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Channels that will not be imported.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_IncompleteGroupChannels {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_IncompleteGroupChannels", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invalid full scale capacity.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidFullScaleCapacity {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidFullScaleCapacity", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invalid desired range for {0}::{1}, the sensor capacity will be used instead.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidFullScaleInput {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidFullScaleInput", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invalid Invert.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidInvert {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidInvert", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Group name '{0}' is duplicate or invalid.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidName {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidName", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invalid number of fields.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidNumberOfFields {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidNumberOfFields", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Group {0} contains some lines which are invalid. The invalid lines won't be imported..
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidRow {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidRow", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Sensor not found for {0}::{1}, this channel will not be imported..
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidSensor {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidSensor", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invalid sensor invert for {0}::{1}, the sensor invert setting will be used instead.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_InvalidSensorInput {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_InvalidSensorInput", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to No files selected for import.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_NoFilesSelected {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_NoFilesSelected", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Nothing to import.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_NoGroupsToImport {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_NoGroupsToImport", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Sensor not found.
|
||
|
|
/// </summary>
|
||
|
|
internal static string Preview_SensorNotFound {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Preview_SensorNotFound", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Display name.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_DisplayName {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_DisplayName", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Full scale.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_FullScale {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_FullScale", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Invert.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_Invert {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_Invert", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to ISOCode.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_ISOCode {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_ISOCode", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Issue.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_Issue {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_Issue", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Sensor serial number.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_SensorSerialNumber {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_SensorSerialNumber", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Warnings.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_Warnings {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_Warnings", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to This Group is not compatible with your Tags (see below) and will not be saved..
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroups_WontSaveWithIncompatibleTags {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroups_WontSaveWithIncompatibleTags", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to File.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroupsTable_File {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroupsTable_File", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Group name.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroupsTable_GroupName {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroupsTable_GroupName", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Tags.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroupsTable_GroupTags {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroupsTable_GroupTags", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Included.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroupsTable_Included {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroupsTable_Included", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to Overwrite.
|
||
|
|
/// </summary>
|
||
|
|
internal static string PreviewGroupsTable_Overwrite {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("PreviewGroupsTable_Overwrite", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Looks up a localized string similar to User Tag(s): .
|
||
|
|
/// </summary>
|
||
|
|
internal static string UserTags {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("UserTags", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|