270 lines
10 KiB
C#
270 lines
10 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 Kreta.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", "16.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class ImportExportTeremResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal ImportExportTeremResource() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Kreta.Resources.ImportExportTeremResource", typeof(ImportExportTeremResource).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jelleg.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderJellegNev {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderJellegNev", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Befogadóképesség.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderKapacitas {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderKapacitas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Helyiség név.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderNev {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderNev", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alapterület (nm).
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderTerulet {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderTerulet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TeremExport.xlsx.
|
|
/// </summary>
|
|
public static string ExportFileName {
|
|
get {
|
|
return ResourceManager.GetString("ExportFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TeremExport_TermekAdatai.xlsx.
|
|
/// </summary>
|
|
public static string ExportFileNameTermekAdatai {
|
|
get {
|
|
return ResourceManager.GetString("ExportFileNameTermekAdatai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aktív.
|
|
/// </summary>
|
|
public static string ExportHeaderNameAktiv {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameAktiv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Egyszerre több órát lehet tartani.
|
|
/// </summary>
|
|
public static string ExportHeaderNameEgyszerreTobbOratLehetTartani {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameEgyszerreTobbOratLehetTartani", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Megjegyzés.
|
|
/// </summary>
|
|
public static string ExportHeaderNameMegjegyzes {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameMegjegyzes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Működési hely.
|
|
/// </summary>
|
|
public static string ExportHeaderNameMukodesiHely {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameMukodesiHely", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Teremfelelős.
|
|
/// </summary>
|
|
public static string ExportHeaderNameTeremfelelos {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameTeremfelelos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vizsga-befogadóképesség.
|
|
/// </summary>
|
|
public static string ExportHeaderNameVizsgaBefogadokepesseg {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameVizsgaBefogadokepesseg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wifi elérhető.
|
|
/// </summary>
|
|
public static string ExportHeaderNameWifiElerheto {
|
|
get {
|
|
return ResourceManager.GetString("ExportHeaderNameWifiElerheto", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Termek adatai.
|
|
/// </summary>
|
|
public static string ExportTermekAdatai {
|
|
get {
|
|
return ResourceManager.GetString("ExportTermekAdatai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Terem importálás.
|
|
/// </summary>
|
|
public static string Importalas {
|
|
get {
|
|
return ResourceManager.GetString("Importalas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Terem.
|
|
/// </summary>
|
|
public static string ImportDefaultSheetName {
|
|
get {
|
|
return ResourceManager.GetString("ImportDefaultSheetName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alapterület (nm).
|
|
/// </summary>
|
|
public static string ImportHeaderNameAlapterulet {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameAlapterulet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Befogadóképesség.
|
|
/// </summary>
|
|
public static string ImportHeaderNameBefogadokepesseg {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameBefogadokepesseg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Helyiség név.
|
|
/// </summary>
|
|
public static string ImportHeaderNameHelyisegNev {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameHelyisegNev", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jelleg.
|
|
/// </summary>
|
|
public static string ImportHeaderNameJelleg {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameJelleg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TeremImport_Sablon.xlsx.
|
|
/// </summary>
|
|
public static string ImportSablonFileName {
|
|
get {
|
|
return ResourceManager.GetString("ImportSablonFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TeremImport_NemImportalhatoSorok.xlsx.
|
|
/// </summary>
|
|
public static string NemImportalhatoSorokFileName {
|
|
get {
|
|
return ResourceManager.GetString("NemImportalhatoSorokFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tovább a termekhez.
|
|
/// </summary>
|
|
public static string Tovabb {
|
|
get {
|
|
return ResourceManager.GetString("Tovabb", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|