//------------------------------------------------------------------------------ // // 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 ASC.Calendar.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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class CalendarApiResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CalendarApiResource() { } /// /// 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("ASC.Calendar.Resources.CalendarApiResource", typeof(CalendarApiResource).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 Reminds about users' birthdays. /// public static string BirthdayCalendarDescription { get { return ResourceManager.GetString("BirthdayCalendarDescription", resourceCulture); } } /// /// Looks up a localized string similar to Users' birthdays. /// public static string BirthdayCalendarName { get { return ResourceManager.GetString("BirthdayCalendarName", resourceCulture); } } /// /// Looks up a localized string similar to Common calendars. /// public static string CommonCalendarsGroup { get { return ResourceManager.GetString("CommonCalendarsGroup", resourceCulture); } } /// /// Looks up a localized string similar to My calendar. /// public static string DefaultCalendarName { get { return ResourceManager.GetString("DefaultCalendarName", resourceCulture); } } /// /// Looks up a localized string similar to Access Denied. /// public static string ErrorAccessDenied { get { return ResourceManager.GetString("ErrorAccessDenied", resourceCulture); } } /// /// Looks up a localized string similar to Name can't be empty. /// public static string ErrorEmptyName { get { return ResourceManager.GetString("ErrorEmptyName", resourceCulture); } } /// /// Looks up a localized string similar to Date format is incorrect. /// public static string ErrorIncorrectDateFormat { get { return ResourceManager.GetString("ErrorIncorrectDateFormat", resourceCulture); } } /// /// Looks up a localized string similar to Item not found. /// public static string ErrorItemNotFound { get { return ResourceManager.GetString("ErrorItemNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Full Access. /// public static string FullAccessOption { get { return ResourceManager.GetString("FullAccessOption", resourceCulture); } } /// /// Looks up a localized string similar to iCal Calendars. /// public static string iCalCalendarsGroup { get { return ResourceManager.GetString("iCalCalendarsGroup", resourceCulture); } } /// /// Looks up a localized string similar to No title. /// public static string NoNameCalendar { get { return ResourceManager.GetString("NoNameCalendar", resourceCulture); } } /// /// Looks up a localized string similar to No title. /// public static string NoNameEvent { get { return ResourceManager.GetString("NoNameEvent", resourceCulture); } } /// /// Looks up a localized string similar to Owner. /// public static string OwnerOption { get { return ResourceManager.GetString("OwnerOption", resourceCulture); } } /// /// Looks up a localized string similar to Personal calendars. /// public static string PersonalCalendarsGroup { get { return ResourceManager.GetString("PersonalCalendarsGroup", resourceCulture); } } /// /// Looks up a localized string similar to Read Only. /// public static string ReadOption { get { return ResourceManager.GetString("ReadOption", resourceCulture); } } /// /// Looks up a localized string similar to Calendars shared with me. /// public static string SharedCalendarsGroup { get { return ResourceManager.GetString("SharedCalendarsGroup", resourceCulture); } } /// /// Looks up a localized string similar to Here are all events, which another users shared with me. /// public static string SharedEventsCalendarDescription { get { return ResourceManager.GetString("SharedEventsCalendarDescription", resourceCulture); } } /// /// Looks up a localized string similar to Events shared with me. /// public static string SharedEventsCalendarName { get { return ResourceManager.GetString("SharedEventsCalendarName", resourceCulture); } } /// /// Looks up a localized string similar to An invalid reference to iCal. /// public static string WrongiCalFeedLink { get { return ResourceManager.GetString("WrongiCalFeedLink", resourceCulture); } } } }