//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Kreta.Resources { 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", "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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// 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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to {0} tanulónak {1} tantárgyból {2} számonkérést rögzítettek.. /// public static string BejelentettSzamonkeresNotificationMessage { get { return ResourceManager.GetString("BejelentettSzamonkeresNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Számonkérés. /// public static string BejelentettSzamonkeresTitle { get { return ResourceManager.GetString("BejelentettSzamonkeresTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} {1} értékelést kapott {2} tantárgyból.. /// public static string ErdemjegyErtekelesNotificationMessage { get { return ResourceManager.GetString("ErdemjegyErtekelesNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Értékelés. /// public static string ErtekelesTitle { get { return ResourceManager.GetString("ErtekelesTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} tanulónak {1} típusú feljegyzést rögzítettek.. /// public static string FeljegyzesNotificationMessage { get { return ResourceManager.GetString("FeljegyzesNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Feljegyzés. /// public static string FeljegyzesTitle { get { return ResourceManager.GetString("FeljegyzesTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} tanulónak {1} tantárgyból új feladatot rögzítettek, {2}, {3}.. /// public static string HaziFeladatNotificationMessage { get { return ResourceManager.GetString("HaziFeladatNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Feladat. /// public static string HaziFeladatTitle { get { return ResourceManager.GetString("HaziFeladatTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} tanulónak mulasztást rögzítettek {1} tantárgyból, {2}, {3}{4}.. /// public static string MulasztasNotificationMessage { get { return ResourceManager.GetString("MulasztasNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Mulasztás. /// public static string MulasztasTitle { get { return ResourceManager.GetString("MulasztasTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} tanulónak a {1}órarendjében változás történt.. /// public static string OrarendValtozasNotificationMessage { get { return ResourceManager.GetString("OrarendValtozasNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Órarendváltozás. /// public static string OrarendValtozasTitle { get { return ResourceManager.GetString("OrarendValtozasTitle", resourceCulture); } } /// /// Looks up a localized string similar to Rendszerüzenet. /// public static string RendszeruzenetTitle { get { return ResourceManager.GetString("RendszeruzenetTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0} {1}% értékelést kapott {2} tantárgyból.. /// public static string SzazalekosErtekelesNotificationMessage { get { return ResourceManager.GetString("SzazalekosErtekelesNotificationMessage", resourceCulture); } } /// /// Looks up a localized string similar to {0} szöveges értékelést kapott {1} tantárgyból.. /// public static string SzovegesErtekelesNotificationMessage { get { return ResourceManager.GetString("SzovegesErtekelesNotificationMessage", resourceCulture); } } } }