//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace MTCmd { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("MTCmd.Strings", typeof(Strings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The connection string to connect to the Azure Analysis Services (Azure AS) or SQL Server Analysis Services (SSAS) data model, or Power BI Premium dataset. /// internal static string csDescription { get { return ResourceManager.GetString("csDescription", resourceCulture); } } /// /// Looks up a localized string similar to The full path to the export folder.. /// internal static string efDescription { get { return ResourceManager.GetString("efDescription", resourceCulture); } } /// /// Looks up a localized string similar to Existing translations exported to: {0}. /// internal static string exportSuccess { get { return ResourceManager.GetString("exportSuccess", resourceCulture); } } /// /// Looks up a localized string similar to The full path and name of the comma-separated values (csv) translation file to import.. /// internal static string ifDescription { get { return ResourceManager.GetString("ifDescription", resourceCulture); } } /// /// Looks up a localized string similar to Translation file {0} imported successfully.. /// internal static string importSuccess { get { return ResourceManager.GetString("importSuccess", resourceCulture); } } /// /// Looks up a localized string similar to Either the imported language matches the default locale, or the file name does not correspond to a supported locale identifier. The file name convention is <lcid>.csv.. /// internal static string invalidLocale { get { return ResourceManager.GetString("invalidLocale", resourceCulture); } } /// /// Looks up a localized string similar to A valid Windows Language Code Identifier (LCID), aka language tag, such as en-US, af-NA, and zh-CN.. /// internal static string lcidDescription { get { return ResourceManager.GetString("lcidDescription", resourceCulture); } } /// /// Looks up a localized string similar to The mode of the command-line operation. /// internal static string modeDescription { get { return ResourceManager.GetString("modeDescription", resourceCulture); } } /// /// Looks up a localized string similar to This dataset has no translations.. /// internal static string noExportableTranslations { get { return ResourceManager.GetString("noExportableTranslations", resourceCulture); } } /// /// Looks up a localized string similar to Use the --export-folder option to specify an export folder for this operation.. /// internal static string noExportFolderSpecified { get { return ResourceManager.GetString("noExportFolderSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Use the --import-file option to specify an import file for this operation.. /// internal static string noImportFileSpecified { get { return ResourceManager.GetString("noImportFileSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Metadata Translator command-line app. /// internal static string rootCmdDescription { get { return ResourceManager.GetString("rootCmdDescription", resourceCulture); } } /// /// Looks up a localized string similar to Translations for '{0}' exported to: {1}. /// internal static string singleLocalExportSuccess { get { return ResourceManager.GetString("singleLocalExportSuccess", resourceCulture); } } } }