315 lines
12 KiB
C#
315 lines
12 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 ImportExportOratervResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal ImportExportOratervResource() {
|
|
}
|
|
|
|
/// <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.ImportExportOratervResource", typeof(ImportExportOratervResource).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 Éves óraszám.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderEvesOraszam {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderEvesOraszam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Évfolyam.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderEvfolyam {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderEvfolyam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderOraterv {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderOraterv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tantárgy.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderTantargy {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderTantargy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tanterv.
|
|
/// </summary>
|
|
public static string ContainerMainGridHeaderTanterv {
|
|
get {
|
|
return ResourceManager.GetString("ContainerMainGridHeaderTanterv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OratervekExport.xlsx.
|
|
/// </summary>
|
|
public static string ExportFileName {
|
|
get {
|
|
return ResourceManager.GetString("ExportFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Az éves óraszám formátuma nem megfelelő!.
|
|
/// </summary>
|
|
public static string HibaAzEvesOraszamFormatumaNemMegfelelo {
|
|
get {
|
|
return ResourceManager.GetString("HibaAzEvesOraszamFormatumaNemMegfelelo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Az óraterv elnevezés másik évfolyamnál már szerepel!.
|
|
/// </summary>
|
|
public static string HibaAzOratervElnevezesMasikEvfolyamnalMarSzerepel {
|
|
get {
|
|
return ResourceManager.GetString("HibaAzOratervElnevezesMasikEvfolyamnalMarSzerepel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ilyen nevű óraterv már létezik a rendszerben a(z) {0} tantervben: {1}.
|
|
/// </summary>
|
|
public static string HibaIlyenNevuOratervMarLetezikARendszerbenATanevben {
|
|
get {
|
|
return ResourceManager.GetString("HibaIlyenNevuOratervMarLetezikARendszerbenATanevben", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ilyen nevű óraterv már létezik a rendszerben a(z) {0} évfolyamnál: {1}.
|
|
/// </summary>
|
|
public static string HibaIlyenNevuOratervMarLetezikARendszerbenMasikEvfolyamnal {
|
|
get {
|
|
return ResourceManager.GetString("HibaIlyenNevuOratervMarLetezikARendszerbenMasikEvfolyamnal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ilyen nevű óraterv már létezik az importban a(z) {0} tantervben: {1}.
|
|
/// </summary>
|
|
public static string HibaIlyenNevuOratervMarLetezikAzImportbanATanevben {
|
|
get {
|
|
return ResourceManager.GetString("HibaIlyenNevuOratervMarLetezikAzImportbanATanevben", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ilyen nevű óraterv már létezik az importban a(z) {0} évfolyamnál: {1}.
|
|
/// </summary>
|
|
public static string HibaIlyenNevuOratervMarLetezikAzImportbanMasikEvfolyamnal {
|
|
get {
|
|
return ResourceManager.GetString("HibaIlyenNevuOratervMarLetezikAzImportbanMasikEvfolyamnal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jelenleg a rendszerben nem szerepel ilyen nevű évfolyam!.
|
|
/// </summary>
|
|
public static string HibaJelenlegARendszerbenNemSzerepelIlyenNevuEvfolyam {
|
|
get {
|
|
return ResourceManager.GetString("HibaJelenlegARendszerbenNemSzerepelIlyenNevuEvfolyam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jelenleg a rendszerben nem szerepel ilyen nevű tantárgy!.
|
|
/// </summary>
|
|
public static string HibaJelenlegARendszerbenNemSzerepelIlyenNevuTantargy {
|
|
get {
|
|
return ResourceManager.GetString("HibaJelenlegARendszerbenNemSzerepelIlyenNevuTantargy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jelenleg a rendszerben nem szerepel ilyen nevű tanterv!.
|
|
/// </summary>
|
|
public static string HibaJelenlegARendszerbenNemSzerepelIlyenNevuTanterv {
|
|
get {
|
|
return ResourceManager.GetString("HibaJelenlegARendszerbenNemSzerepelIlyenNevuTanterv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv importálás.
|
|
/// </summary>
|
|
public static string Importalas {
|
|
get {
|
|
return ResourceManager.GetString("Importalas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv import.
|
|
/// </summary>
|
|
public static string ImportDefaultSheetName {
|
|
get {
|
|
return ResourceManager.GetString("ImportDefaultSheetName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Éves óraszám.
|
|
/// </summary>
|
|
public static string ImportHeaderNameEvesOraszam {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameEvesOraszam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Évfolyam.
|
|
/// </summary>
|
|
public static string ImportHeaderNameEvfolyamNeve {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameEvfolyamNeve", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv neve.
|
|
/// </summary>
|
|
public static string ImportHeaderNameOratervNeve {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameOratervNeve", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tantárgy.
|
|
/// </summary>
|
|
public static string ImportHeaderNameTantargyNeve {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameTantargyNeve", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tanterv neve.
|
|
/// </summary>
|
|
public static string ImportHeaderNameTantervNeve {
|
|
get {
|
|
return ResourceManager.GetString("ImportHeaderNameTantervNeve", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OratervImport_Sablon.xlsx.
|
|
/// </summary>
|
|
public static string ImportSablonFileName {
|
|
get {
|
|
return ResourceManager.GetString("ImportSablonFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OratervImport_NemImportalhatoSorok.xlsx.
|
|
/// </summary>
|
|
public static string NemImportalhatoSorokFileName {
|
|
get {
|
|
return ResourceManager.GetString("NemImportalhatoSorokFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv.
|
|
/// </summary>
|
|
public static string Oraterv {
|
|
get {
|
|
return ResourceManager.GetString("Oraterv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Óraterv-tantárgy.
|
|
/// </summary>
|
|
public static string OratervTantargy {
|
|
get {
|
|
return ResourceManager.GetString("OratervTantargy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tantárgy.
|
|
/// </summary>
|
|
public static string Tantargy {
|
|
get {
|
|
return ResourceManager.GetString("Tantargy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tovább az óratervekhez.
|
|
/// </summary>
|
|
public static string Tovabb {
|
|
get {
|
|
return ResourceManager.GetString("Tovabb", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|