//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1434 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace BoxSocial.Applications.Calendar { 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Templates { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Templates() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BoxSocial.Applications.Calendar.Templates", typeof(Templates).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to <h3>New Event</h3> /// ///<form action="{S_FORM_ACTION}" method="post" enctype="multipart/form-data"> /// <fieldset> /// <legend>New Event</legend> /// <dl> /// <dt><label for="subject">Subject</label></dt> /// <dd><input type="text" id="subject" name="subject" value="{S_SUBJECT}" style="width: 100%;" /></dd> /// <dt><label for="location">Location</label></dt> /// <dd><input type="text" id="location" name="location" value="{S_LOCATION}" style="width: 100%;" /></dd> /// <dt><label for="location">Invitees</label>< [rest of string was truncated]";. /// internal static string account_calendar_event_new { get { return ResourceManager.GetString("account_calendar_event_new", resourceCulture); } } /// /// Looks up a localized string similar to <h3>Manage Calendar</h3>. /// internal static string account_calendar_manage { get { return ResourceManager.GetString("account_calendar_manage", resourceCulture); } } /// /// Looks up a localized string similar to <h3>New Task</h3> /// ///<form action="{S_FORM_ACTION}" method="post" enctype="multipart/form-data"> /// <fieldset> /// <legend>New Task</legend> /// <dl> /// <dt><label for="topic">Topic</label></dt> /// <dd><input type="text" id="topic" name="topic" value="{S_TOPIC}" style="width: 100%;" /></dd> /// <dt><label>Due Date</label></dt> /// <dd> /// <label>Year: {S_DUE_YEAR}</label> /// <label>Month: {S_DUE_MONTH}</label> /// <label>Day: {S_DUE_DAY}</label> /// <label>Hour: {S_DUE_HOUR}</label> /// <label>Minute: [rest of string was truncated]";. /// internal static string account_calendar_task_new { get { return ResourceManager.GetString("account_calendar_task_new", resourceCulture); } } /// /// Looks up a localized string similar to <div id="today-month" style="border: solid 1px #EEEEEE; margin-bottom: 5px;"> /// {CURRENT_MONTH} {CURRENT_YEAR} /// <div class="month-small"> /// <div class="week"> /// <div class="day">Mo</div> /// <div class="day">Tu</div> /// <div class="day">Wd</div> /// <div class="day">Th</div> /// <div class="day">Fr</div> /// <div class="day">Sa</div> /// <div class="day">Su</div> /// </div> /// <!-- BEGIN week --> /// <div class="week"> /// <!-- BEGIN week.day --> /// <div class="day"><a href="{week.day.UR [rest of string was truncated]";. /// internal static string todaymonthpanel { get { return ResourceManager.GetString("todaymonthpanel", resourceCulture); } } /// /// Looks up a localized string similar to <div id="today-tasks" style="border: solid 1px #EEEEEE; margin-bottom: 5px;"> /// <h4><a href="{U_TASKS}">Tasks</a></h4> /// <!-- IF U_NEW_TASK --> /// <div id="new-stuff"> /// <span id="new-task" class="post-button"><a href="{U_NEW_TASK}">New Task</a></span> /// </div> /// <!-- ENDIF --> /// <!-- IF HAS_TASKS --> /// <ul id="today-tasks-list"> /// <!-- BEGIN task_days --> /// <li><strong>{task_days.DAY}</strong> /// <!-- BEGIN task_days.task_list --> /// <dl> /// <dt>{task_days.task_list.DATE}</dt> /// <dd [rest of string was truncated]";. /// internal static string todaytaskspanel { get { return ResourceManager.GetString("todaytaskspanel", resourceCulture); } } /// /// Looks up a localized string similar to <div id="today-calendar" style="margin-right: 260px; border: solid 1px #EEEEEE; margin-bottom: 5px;"> /// <h4><a href="{U_CALENDAR}">Calendar</a></h4> /// <!-- IF HAS_EVENTS --> /// <ul id="today-events"> /// <!-- BEGIN appointment_days_list --> /// <li> /// <h5>{appointment_days_list.DAY}</h5> /// <dl> /// <!-- BEGIN appointment_days_list.appointments_list --> /// <dt>{appointment_days_list.appointments_list.TIME}</dt> /// <dd><a href="{appointment_days_list.appointments_list.URI}">{appointment_days_ [rest of string was truncated]";. /// internal static string todayupcommingevents { get { return ResourceManager.GetString("todayupcommingevents", resourceCulture); } } internal static byte[] user_event_notification { get { object obj = ResourceManager.GetObject("user_event_notification", resourceCulture); return ((byte[])(obj)); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> /// <h2>{CURRENT_DAY} {CURRENT_MONTH} {CURRENT_YEAR}</h2> /// <p>{BREADCRUMBS}</p> /// <!-- IF U_NEW_EVENT --> /// <div id="new-stuff"> /// <span id="new-event" class="post-button"><a href="{U_NEW_EVENT}">New Event</a></span> /// </div> /// <!-- ENDIF --> /// <ul id="day-timeslots"> /// <!-- BEGIN timeslot --> /// <li> /// <dl> /// <dt>{timeslot.TIME}</dt> /// <dd> /// <!-- IF timeslot.EVENTS --> /// <ul class="day-events"> /// <!-- BEGIN timeslot.event --> /// <li class="event" [rest of string was truncated]";. /// internal static string viewcalendarday { get { return ResourceManager.GetString("viewcalendarday", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> /// <h2>{SUBJECT}</h2> /// <p>{BREADCRUMBS}</p> /// <!-- IF U_NEW_EVENT --> /// <div id="new-stuff"> /// <span id="new-event" class="post-button"><a href="{U_NEW_EVENT}">New Event</a></span> /// <span id="edit-event" class="post-button"><a href="{U_EDIT_EVENT}">Edit Event</a></span> /// <span id="delete-event" class="post-button"><a href="{U_DELETE_EVENT}">Delete Event</a></span> /// </div> /// <!-- ENDIF --> /// <!-- IF LOCATION --> /// <p>Location: {LOCATION}</p> /// <!-- ENDIF --> /// <p>Sta [rest of string was truncated]";. /// internal static string viewcalendarevent { get { return ResourceManager.GetString("viewcalendarevent", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> /// <h2>{CURRENT_MONTH} {CURRENT_YEAR}</h2> /// <p>{BREADCRUMBS}</p> /// <!-- IF U_NEW_EVENT --> /// <div id="new-stuff"> /// <span id="new-event" class="post-button"><a href="{U_NEW_EVENT}">New Event</a></span> /// </div> ///<div> /// <p> /// <a href="{U_PREVIOUS_MONTH}">&lt;&lt; Previous Month</a> | /// <a href="{U_NEXT_MONTH}">Next Month&gt;&gt;</a> /// </p> ///</div> /// <!-- ENDIF --> /// <div class="month"> /// <div class="week-head"> /// <div class="day">Monday</div> /// <div class [rest of string was truncated]";. /// internal static string viewcalendarmonth { get { return ResourceManager.GetString("viewcalendarmonth", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> /// <h2>{TOPIC}</h2> /// <p>{BREADCRUMBS}</p> /// <!-- IF U_NEW_TASK --> /// <div id="new-stuff"> /// <span id="new-task" class="post-button"><a href="{U_NEW_TASK}">New Task</a></span> /// <span id="edit-task" class="post-button"><a href="{U_EDIT_TASK}">Edit Task</a></span> /// </div> /// <!-- ENDIF --> /// <!-- IF DUE_DATE --> /// <p>Due Date: {DUE_DATE}</p> /// <!-- ENDIF --> /// <!-- IF DESCRIPTION --> /// <p>{DESCRIPTION}</p> /// <!-- ENDIF --> ///<!-- INCLUDE page_footer.html -->. /// internal static string viewcalendartask { get { return ResourceManager.GetString("viewcalendartask", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> /// <h2>Tasks</h2> /// <p>{BREADCRUMBS}</p> /// <!-- IF U_NEW_TASK --> /// <div id="new-stuff"> /// <span id="new-task" class="post-button"><a href="{U_NEW_TASK}">New Task</a></span> /// </div> /// <!-- ENDIF --> /// <!-- IF HAS_TASKS --> /// <ul id="today-tasks-list"> /// <!-- BEGIN task_days --> /// <li><strong>{task_days.DAY}</strong> /// <!-- BEGIN task_days.task_list --> /// <dl> /// <dt>{task_days.task_list.DATE}</dt> /// <dd> /// <span class="{task_days.task_list.CLASS}"> /// {ta [rest of string was truncated]";. /// internal static string viewcalendartasks { get { return ResourceManager.GetString("viewcalendartasks", resourceCulture); } } /// /// Looks up a localized string similar to . /// internal static string viewcalendaryear { get { return ResourceManager.GetString("viewcalendaryear", resourceCulture); } } } }