//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Analizator9000 { 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", "4.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("Analizator9000.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 Analiza zakończona. Wyniki w pliku. /// internal static string Accumulator_analysisFinished { get { return ResourceManager.GetString("Accumulator_analysisFinished", resourceCulture); } } /// /// Looks up a localized string similar to Analiza przewana. Częściowe wyniki w pliku. /// internal static string Accumulator_analysisInterrupted { get { return ResourceManager.GetString("Accumulator_analysisInterrupted", resourceCulture); } } /// /// Looks up a localized string similar to Podano pusty zbiór rozdań. /// internal static string Accumulator_errorNoDeals { get { return ResourceManager.GetString("Accumulator_errorNoDeals", resourceCulture); } } /// /// Looks up a localized string similar to gra w. /// internal static string Accumulator_playsIn { get { return ResourceManager.GetString("Accumulator_playsIn", resourceCulture); } } /// /// Looks up a localized string similar to lew. /// internal static string Accumulator_tricks { get { return ResourceManager.GetString("Accumulator_tricks", resourceCulture); } } /// /// Looks up a localized string similar to Nie można wczytać rozdania. /// internal static string BCalcWrapper_dealLoadError { get { return ResourceManager.GetString("BCalcWrapper_dealLoadError", resourceCulture); } } /// /// Looks up a localized string similar to Nieprawidłowy rozgrywający. /// internal static string BCalcWrapper_declarerError { get { return ResourceManager.GetString("BCalcWrapper_declarerError", resourceCulture); } } /// /// Looks up a localized string similar to Nieprawidłowe miano. /// internal static string BCalcWrapper_trumpError { get { return ResourceManager.GetString("BCalcWrapper_trumpError", resourceCulture); } } /// /// Looks up a localized string similar to Za duża wartość 'generate'. /// internal static string DealerParser_errorGenerateOverflow { get { return ResourceManager.GetString("DealerParser_errorGenerateOverflow", resourceCulture); } } /// /// Looks up a localized string similar to Za duża wartość 'produce'. /// internal static string DealerParser_errorProduceOverflow { get { return ResourceManager.GetString("DealerParser_errorProduceOverflow", resourceCulture); } } /// /// Looks up a localized string similar to Zbyt duża liczba wartości 'generate' w skrypcie. /// internal static string DealerParser_errorTooManyGenerate { get { return ResourceManager.GetString("DealerParser_errorTooManyGenerate", resourceCulture); } } /// /// Looks up a localized string similar to Zbyt duża liczba linii 'produce' w skrypcie. /// internal static string DealerParser_errorTooManyProduce { get { return ResourceManager.GetString("DealerParser_errorTooManyProduce", resourceCulture); } } /// /// Looks up a localized string similar to Nie znaleziono pliku. /// internal static string DealerWrapper_errorFileNotFound { get { return ResourceManager.GetString("DealerWrapper_errorFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Nieprawidłowa liczba rozdań do wyprodukowania. /// internal static string DealerWrapper_errorInvalidDealCount { get { return ResourceManager.GetString("DealerWrapper_errorInvalidDealCount", resourceCulture); } } /// /// Looks up a localized string similar to Błąd analizy. /// internal static string Form1_analyzeError { get { return ResourceManager.GetString("Form1_analyzeError", resourceCulture); } } /// /// Looks up a localized string similar to Nie podano kontraktów. /// internal static string Form1_analyzeNoContractsError { get { return ResourceManager.GetString("Form1_analyzeNoContractsError", resourceCulture); } } /// /// Looks up a localized string similar to Plik nie zawiera żadnych rozdań. /// internal static string Form1_analyzeNoDealsError { get { return ResourceManager.GetString("Form1_analyzeNoDealsError", resourceCulture); } } /// /// Looks up a localized string similar to Otwieram plik. /// internal static string Form1_analyzeOpenFile { get { return ResourceManager.GetString("Form1_analyzeOpenFile", resourceCulture); } } /// /// Looks up a localized string similar to Błąd. /// internal static string Form1_error { get { return ResourceManager.GetString("Form1_error", resourceCulture); } } /// /// Looks up a localized string similar to Eksport do PBN zakończony. Plik wynikowy. /// internal static string Form1_exportSuccess { get { return ResourceManager.GetString("Form1_exportSuccess", resourceCulture); } } /// /// Looks up a localized string similar to Błąd wczytywania pliku. /// internal static string Form1_fileOpenError { get { return ResourceManager.GetString("Form1_fileOpenError", resourceCulture); } } /// /// Looks up a localized string similar to Nie można utworzyć pliku. Sprawdź, czy w katalogu programu istnieje katalog 'files'. /// internal static string Form1_generateFileNotFoundError { get { return ResourceManager.GetString("Form1_generateFileNotFoundError", resourceCulture); } } /// /// Looks up a localized string similar to Zapisano do pliku. /// internal static string Form1_generateFileSaved { get { return ResourceManager.GetString("Form1_generateFileSaved", resourceCulture); } } /// /// Looks up a localized string similar to Błąd generatora. /// internal static string Form1_generateGeneratorError { get { return ResourceManager.GetString("Form1_generateGeneratorError", resourceCulture); } } /// /// Looks up a localized string similar to Błąd wprowadzania danych. /// internal static string Form1_generateInputError { get { return ResourceManager.GetString("Form1_generateInputError", resourceCulture); } } /// /// Looks up a localized string similar to IMP. /// internal static string ScoreAccumulator_IMP { get { return ResourceManager.GetString("ScoreAccumulator_IMP", resourceCulture); } } /// /// Looks up a localized string similar to max. /// internal static string ScoreAccumulator_MP { get { return ResourceManager.GetString("ScoreAccumulator_MP", resourceCulture); } } /// /// Looks up a localized string similar to KONTRAKT LEWY ZAPIS WYGRA? MAX IMP. /// internal static string ScoreAccumulator_txtHeader { get { return ResourceManager.GetString("ScoreAccumulator_txtHeader", resourceCulture); } } /// /// Looks up a localized string similar to obie po. /// internal static string ScoreAccumulator_vulBoth { get { return ResourceManager.GetString("ScoreAccumulator_vulBoth", resourceCulture); } } /// /// Looks up a localized string similar to EW po. /// internal static string ScoreAccumulator_vulEW { get { return ResourceManager.GetString("ScoreAccumulator_vulEW", resourceCulture); } } /// /// Looks up a localized string similar to Założenia. /// internal static string ScoreAccumulator_vulnerability { get { return ResourceManager.GetString("ScoreAccumulator_vulnerability", resourceCulture); } } /// /// Looks up a localized string similar to obie przed. /// internal static string ScoreAccumulator_vulNone { get { return ResourceManager.GetString("ScoreAccumulator_vulNone", resourceCulture); } } /// /// Looks up a localized string similar to NS po. /// internal static string ScoreAccumulator_vulNS { get { return ResourceManager.GetString("ScoreAccumulator_vulNS", resourceCulture); } } } }