//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace BoxSocial.Networks {
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.Networks.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>Join a Network</h3>
///<p>To join this network you need to confirm your e-mail address for that network. Enter your e-mail address below:</p>
///<form action="{S_FORM_ACTION}" method="post">
///<fieldset>
/// <legend>Join a Network</legend>
/// <dl>
/// <dt><label for="email">E-mail:</label></dt>
/// <dd><input type="text" id="email" name="email" /></dd>
/// <dt></dt>
/// <dd><input type="submit" name="join" value="Join Network" /></dd>
/// </dl>
/// <input type="hidden" name="module" value="networks" />
/// <inpu [rest of string was truncated]";.
///
internal static string account_network_join {
get {
return ResourceManager.GetString("account_network_join", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Network Memberships</h3>
///<p>Manage the memberships to networks you are a member of.</p>
///<span id="join-network" class="post-button"><a href="/networks">Join a Network</a></span>
///<!-- IF NETWORK_MEMBERSHIPS -->
///<table style="width: 100%">
/// <tr>
/// <th>Title</th>
/// <th>Type</th>
/// <th>Members</th>
/// <th></th>
/// <th></th>
/// </tr>
/// <!-- BEGIN network_list -->
/// <!-- IF network_list.INDEX_EVEN -->
/// <tr class="even">
/// <!-- ELSE -->
/// <tr class="odd">
/// <!-- ENDIF - [rest of string was truncated]";.
///
internal static string account_network_membership {
get {
return ResourceManager.GetString("account_network_membership", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
/// <h2><a href="{U_NETWORK}">{NETWORK_DISPLAY_NAME}</a></h2>
/// <div id="pane-profile">
/// <div id="pane-profile-overview" class="pane">
/// <h3><a href="{U_NETWORK}">{NETWORK_DISPLAY_NAME}</a></h3>
/// <!-- IF U_JOIN -->
/// <p><span id="join-group" class="post-button"><a href="{U_JOIN}">Join This Network</a></span></p>
/// <!-- ENDIF -->
/// <!-- IF U_LEAVE -->
/// <p><span id="leave-group" class="post-button"><a href="{U_LEAVE}">Leave This Network</a></span></p>
/// <!-- E [rest of string was truncated]";.
///
internal static string viewnetwork {
get {
return ResourceManager.GetString("viewnetwork", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{MEMBERS_TITLE}</h2>
///
///<!-- IF IS_WAITING_APPROVAL -->
///<h3>Pending Memberships</h3>
///<table style="width: 100%">
///<tr>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN approval_list -->
///<!-- IF approval_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td><a href="{approval_list.U_PROFILE}">{approval_list.USER_DISPLAY_NAME}</a></td>
/// <td><a href="{approval_list.U_APPROVE}">Approve Membership</a></td>
///</tr>
///<!-- END approval_li [rest of string was truncated]";.
///
internal static string viewnetworkmemberlist {
get {
return ResourceManager.GetString("viewnetworkmemberlist", resourceCulture);
}
}
}
}