//------------------------------------------------------------------------------
//
// 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.Blog {
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.Blog.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>Manage Blog</h3>
///
///<table style="width: 100%">
///<tr>
/// <th>Posted</th>
/// <th>Title</th>
/// <th>Comments</th>
/// <th></th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN blog_list -->
///<!-- IF blog_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{blog_list.POSTED}</td>
/// <td>{blog_list.TITLE}</td>
/// <td><a href="{blog_list.U_COMMENTS}">{blog_list.COMMENTS}</a></td>
/// <td><a href="{blog_list.U_VIEW}">View</a></td>
/// <td><a href="{blog_list.U_EDIT}">Edit</a></td>
/// [rest of string was truncated]";.
///
internal static string account_blog_manage {
get {
return ResourceManager.GetString("account_blog_manage", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Blog Preferences</h3>
///
///<form action="{U_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Blog Preferences</legend>
/// <dl>
/// <dt>
/// <label for="title">Blog Title</label>
/// </dt>
/// <dd>
/// <input type="text" id="title" name="title" value="{S_TITLE}" style="width: 100%;" />
/// </dd>
/// <dt>
/// <label>Blog Permissions</label>
/// </dt>
/// <dd>
/// {S_BLOG_PERMS}
/// </dd>
/// <dd>
/// <input type="submit" name="save" value="Save" />
/// [rest of string was truncated]";.
///
internal static string account_blog_preferences {
get {
return ResourceManager.GetString("account_blog_preferences", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Edit Blog Roll</h3>
///
///<table style="width: 100%">
/// <tr>
/// <th>#</th>
/// <th>Title</th>
/// <th>Uri</th>
/// </tr>
/// <!-- BEGIN blog_roll_list -->
/// <!-- IF blog_roll_list.INDEX_EVEN -->
/// <tr class="even">
/// <!-- ELSE -->
/// <tr class="odd">
/// <!-- ENDIF -->
/// <td>{blog_roll_list.NUMBER}</td>
/// <td>{blog_roll_list.TITLE}</td>
/// <td>
/// <a href="{blog_roll_list.URI}">{blog_roll_list.URI}</a>
/// </td>
/// </tr>
/// <!-- END blog_roll_list -->
/// </table>
///
/// [rest of string was truncated]";.
///
internal static string account_blog_roll {
get {
return ResourceManager.GetString("account_blog_roll", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Blog Roll</h3>.
///
internal static string account_blog_roll_new {
get {
return ResourceManager.GetString("account_blog_roll_new", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Write Blog Post</h3>
///
///<form action="{U_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Write Blog Post</legend>
/// <dl>
/// <dt><label for="title">Title</label></dt>
/// <dd><input type="text" id="title" name="title" value="{S_TITLE}" style="width: 100%;" /></dd>
/// <dt><label for="post">Page Text</label></dt>
/// <dd>
/// <textarea id="post" name="post" style="margin: 0px; width: 100%; height: 250px; border: solid 1px #666666;" cols="70" rows="15">{S_BLOG_TEXT}</textarea>
/// <div style="backgrou [rest of string was truncated]";.
///
internal static string account_post {
get {
return ResourceManager.GetString("account_post", resourceCulture);
}
}
internal static byte[] user_blog_notification {
get {
object obj = ResourceManager.GetObject("user_blog_notification", resourceCulture);
return ((byte[])(obj));
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///<div id="pane-profile">
/// <div id="pane-pages" class="pane">
/// <h3>Pages</h3>
/// <ul>
/// {PAGE_LIST}
/// </ul>
/// </div>
/// <!-- IF ARCHIVES -->
/// <div id="pane-blog-archive" class="pane">
/// <h3>Archive</h3>
/// <ul>
/// <!-- BEGIN archive_list -->
/// <li><a href="{archive_list.URL}">{archive_list.TITLE}</a></li>
/// <!-- END archive_list -->
/// </ul>
/// </div>
/// <!-- ENDIF -->
/// <!-- IF CATEGORIES -->
/// <div id="pane-blog-categories" class="pane">
/// <h3>Categories</h3>
/// < [rest of string was truncated]";.
///
internal static string viewblog {
get {
return ResourceManager.GetString("viewblog", resourceCulture);
}
}
}
}