This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,198 @@
//------------------------------------------------------------------------------
// <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 NotificationResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal NotificationResource() {
}
/// <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.NotificationResource", typeof(NotificationResource).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 {0} tanulónak {1} tantárgyból {2} számonkérést rögzítettek..
/// </summary>
public static string BejelentettSzamonkeresNotificationMessage {
get {
return ResourceManager.GetString("BejelentettSzamonkeresNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Számonkérés.
/// </summary>
public static string BejelentettSzamonkeresTitle {
get {
return ResourceManager.GetString("BejelentettSzamonkeresTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1} értékelést kapott {2} tantárgyból..
/// </summary>
public static string ErdemjegyErtekelesNotificationMessage {
get {
return ResourceManager.GetString("ErdemjegyErtekelesNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Értékelés.
/// </summary>
public static string ErtekelesTitle {
get {
return ResourceManager.GetString("ErtekelesTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} tanulónak {1} típusú feljegyzést rögzítettek..
/// </summary>
public static string FeljegyzesNotificationMessage {
get {
return ResourceManager.GetString("FeljegyzesNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Feljegyzés.
/// </summary>
public static string FeljegyzesTitle {
get {
return ResourceManager.GetString("FeljegyzesTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} tanulónak {1} tantárgyból új feladatot rögzítettek, {2}, {3}..
/// </summary>
public static string HaziFeladatNotificationMessage {
get {
return ResourceManager.GetString("HaziFeladatNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Feladat.
/// </summary>
public static string HaziFeladatTitle {
get {
return ResourceManager.GetString("HaziFeladatTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} tanulónak mulasztást rögzítettek {1} tantárgyból, {2}, {3}{4}..
/// </summary>
public static string MulasztasNotificationMessage {
get {
return ResourceManager.GetString("MulasztasNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Mulasztás.
/// </summary>
public static string MulasztasTitle {
get {
return ResourceManager.GetString("MulasztasTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} tanulónak a {1}órarendjében változás történt..
/// </summary>
public static string OrarendValtozasNotificationMessage {
get {
return ResourceManager.GetString("OrarendValtozasNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Órarendváltozás.
/// </summary>
public static string OrarendValtozasTitle {
get {
return ResourceManager.GetString("OrarendValtozasTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rendszerüzenet.
/// </summary>
public static string RendszeruzenetTitle {
get {
return ResourceManager.GetString("RendszeruzenetTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1}% értékelést kapott {2} tantárgyból..
/// </summary>
public static string SzazalekosErtekelesNotificationMessage {
get {
return ResourceManager.GetString("SzazalekosErtekelesNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} szöveges értékelést kapott {1} tantárgyból..
/// </summary>
public static string SzovegesErtekelesNotificationMessage {
get {
return ResourceManager.GetString("SzovegesErtekelesNotificationMessage", resourceCulture);
}
}
}
}