//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Iceshrimp.Frontend.Localization { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Localization { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Localization() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Iceshrimp.Frontend.Localization.Localization", typeof(Localization).Assembly); resourceMan = temp; } return resourceMan; } } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static string Timeline { get { return ResourceManager.GetString("Timeline", resourceCulture); } } internal static string Notifications { get { return ResourceManager.GetString("Notifications", resourceCulture); } } internal static string Note { get { return ResourceManager.GetString("Note", resourceCulture); } } internal static string _0_yr { get { return ResourceManager.GetString("{0}yr", resourceCulture); } } internal static string _0_mo { get { return ResourceManager.GetString("{0}mo", resourceCulture); } } internal static string _0_w { get { return ResourceManager.GetString("{0}w", resourceCulture); } } internal static string _0_d { get { return ResourceManager.GetString("{0}d", resourceCulture); } } internal static string _0_h { get { return ResourceManager.GetString("{0}h", resourceCulture); } } internal static string _0_m { get { return ResourceManager.GetString("{0}m", resourceCulture); } } internal static string Just_now { get { return ResourceManager.GetString("Just now", resourceCulture); } } internal static string ComposeNote { get { return ResourceManager.GetString("ComposeNote", resourceCulture); } } } }