225 lines
8.9 KiB
C#
225 lines
8.9 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 CsengetesiRendResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal CsengetesiRendResource() {
|
|
}
|
|
|
|
/// <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.CsengetesiRendResource", typeof(CsengetesiRendResource).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 Aktív.
|
|
/// </summary>
|
|
public static string Aktiv {
|
|
get {
|
|
return ResourceManager.GetString("Aktiv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ehhez a csengetési rendhez kapcsolódik órarendi óra, válassza ki, hogy mely csengetési rendre cseréljük ezt..
|
|
/// </summary>
|
|
public static string AktivCsengetesiRend {
|
|
get {
|
|
return ResourceManager.GetString("AktivCsengetesiRend", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aktív csengetési rend nem törölhető!.
|
|
/// </summary>
|
|
public static string AktivCsengRendNemTorolheto {
|
|
get {
|
|
return ResourceManager.GetString("AktivCsengRendNemTorolheto", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Biztosan lecseréli?.
|
|
/// </summary>
|
|
public static string BiztosCserel {
|
|
get {
|
|
return ResourceManager.GetString("BiztosCserel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CsengetésiRendekExport.xlsx.
|
|
/// </summary>
|
|
public static string CsengetesiRendExportFileName {
|
|
get {
|
|
return ResourceManager.GetString("CsengetesiRendExportFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Csengetési rendek.
|
|
/// </summary>
|
|
public static string CsengetesiRendExportSheetName {
|
|
get {
|
|
return ResourceManager.GetString("CsengetesiRendExportSheetName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Csengetési rend neve.
|
|
/// </summary>
|
|
public static string CsengetesiRendNeve {
|
|
get {
|
|
return ResourceManager.GetString("CsengetesiRendNeve", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Csengetési rend törlése.
|
|
/// </summary>
|
|
public static string CsengRendTorlese {
|
|
get {
|
|
return ResourceManager.GetString("CsengRendTorlese", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A(z) {0}. óra kezdetének megadása kötelező!.
|
|
/// </summary>
|
|
public static string KezdeteKotelezo {
|
|
get {
|
|
return ResourceManager.GetString("KezdeteKotelezo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A(z) {0}. óra kezdete nem megfelelő formátumú!.
|
|
/// </summary>
|
|
public static string KezdeteRosszFormatum {
|
|
get {
|
|
return ResourceManager.GetString("KezdeteRosszFormatum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A kiválasztott csengetési rend csengetési időpontjai nem egyeznek meg a törölni kívánt csengetési rend csengetési időpontjaival!.
|
|
/// </summary>
|
|
public static string NemEgyezikAzOraKezdetEsVeg {
|
|
get {
|
|
return ResourceManager.GetString("NemEgyezikAzOraKezdetEsVeg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nem választott ki csengetési rendet..
|
|
/// </summary>
|
|
public static string NemValasztottCsengetesiRendet {
|
|
get {
|
|
return ResourceManager.GetString("NemValasztottCsengetesiRendet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Az óraszám módosítása automatikusan megváltoztatja az Óra kezdete és Óra vége mezőket a csengetési rend szerint!.
|
|
/// </summary>
|
|
public static string OraszamModositjaAzIdopontokat {
|
|
get {
|
|
return ResourceManager.GetString("OraszamModositjaAzIdopontokat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A csengetési rendben megadott óraszámok nem egyeznek meg a törölni kívánt csengetési rend óraszámaival!.
|
|
/// </summary>
|
|
public static string OraszamNemEgyezik {
|
|
get {
|
|
return ResourceManager.GetString("OraszamNemEgyezik", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A nem aktívnak jelölt csengetési rend elemek nem kerülnek mentésre. Biztosan folytatja?.
|
|
/// </summary>
|
|
public static string PreSaveMessage {
|
|
get {
|
|
return ResourceManager.GetString("PreSaveMessage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A(z) {0}. óra végének megadása kötelező!.
|
|
/// </summary>
|
|
public static string VegeKotelezo {
|
|
get {
|
|
return ResourceManager.GetString("VegeKotelezo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A(z) {0}. óra vége nem megfelelő formátumú!.
|
|
/// </summary>
|
|
public static string VegeRosszFormatum {
|
|
get {
|
|
return ResourceManager.GetString("VegeRosszFormatum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Visszamenőleges módosítás.
|
|
/// </summary>
|
|
public static string VisszamenolegesModositas {
|
|
get {
|
|
return ResourceManager.GetString("VisszamenolegesModositas", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|