//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace BoxSocial.Applications.Gallery {
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()]
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.Gallery.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 Galleries</h3>
///
///<div id="new-stuff">
/// <!-- IF U_UPLOAD_PHOTO -->
/// <span id="new-photo" class="post-button"><a href="{U_UPLOAD_PHOTO}">Upload Photo</a></span>
/// <!-- ENDIF -->
/// <span id="new-gallery" class="post-button"><a href="{U_NEW_GALLERY}">New Gallery</a></span>
///</div>
///
///<table style="width: 100%">
///<tr>
/// <th>Name</th>
/// <th>Items</th>
/// <th></th>
/// <th></th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN gallery_list -->
///<!-- IF gallery_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE [rest of string was truncated]";.
///
internal static string account_galleries {
get {
return ResourceManager.GetString("account_galleries", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- IF EDIT -->
///<h3>Edit Gallery</h3>
///<!-- ELSE -->
///<h3>Add New Gallery</h3>
///<!-- ENDIF -->
///
///<form action="{S_ACCOUNT}" method="post" enctype="multipart/form-data">
/// <fieldset>
/// <!-- IF EDIT -->
/// <legend>Edit Gallery</legend>
/// <!-- ELSE -->
/// <legend>Add New Gallery</legend>
/// <!-- ENDIF -->
/// <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="description">Description</label [rest of string was truncated]";.
///
internal static string account_galleries_add {
get {
return ResourceManager.GetString("account_galleries_add", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Galleries</h3>
///
///<p>Gallery management for a group gallery is performed through the gallery provided, not through the group account panel.</p>.
///
internal static string account_galleries_group {
get {
return ResourceManager.GetString("account_galleries_group", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Upload Photo</h3>
///
///<form action="{S_FORM_ACTION}" method="post" enctype="multipart/form-data">
/// <fieldset>
/// <legend>Upload Photo</legend>
/// <dl>
/// <dt><label for="title">Title</label></dt>
/// <dd><input type="text" id="title" name="title" value="{S_PHOTO_TITLE}" style="width: 100%;" /></dd>
/// <!-- TODO: show picture thumbnail here -->
/// <dt><label for="description">Description</label></dt>
/// <dd>
/// <textarea id="description" name="description" style="margin: 0px; width: 100%; height: 5 [rest of string was truncated]";.
///
internal static string account_galleries_photo_edit {
get {
return ResourceManager.GetString("account_galleries_photo_edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Tag Photo</h3>
///
///<script type="text/javascript">
///<!--
///var user_tags = new Array();
/// <!-- BEGIN user_tags -->
/// user_tags[{user_tags.INDEX}] = new Array({user_tags.TAG_ID}, {user_tags.TAG_X}, {user_tags.TAG_Y});
/// <!-- END user_tags -->
///-->
///</script>
///
///<form action="{S_FORM_ACTION}" method="post" enctype="multipart/form-data">
/// <fieldset id="fieldlist">
/// <legend>Tag Photo</legend>
/// <dl>
/// <dt><label for="title">{S_PHOTO_TITLE}</label></dt>
/// <dd>
/// <span style="display: block; ma [rest of string was truncated]";.
///
internal static string account_galleries_photo_tag {
get {
return ResourceManager.GetString("account_galleries_photo_tag", resourceCulture);
}
}
///
/// Looks up a localized string similar to .
///
internal static string account_galleries_settings {
get {
return ResourceManager.GetString("account_galleries_settings", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Upload Photo</h3>
///
///<form action="{S_ACCOUNT}" method="post" enctype="multipart/form-data">
/// <fieldset>
/// <legend>Upload Photo</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="photo-file">Select File</label></dt>
/// <dd><input type="file" id="photo-file" name="photo-file" /></dd>
/// <dt><label for="description">Description</label></dt>
/// <dd>
/// <textarea id="descr [rest of string was truncated]";.
///
internal static string account_galleries_upload {
get {
return ResourceManager.GetString("account_galleries_upload", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>Upload Photo</h2>
///
///<form action="{S_FORM_ACTION}" method="post" enctype="multipart/form-data">
/// <fieldset>
/// <legend>Upload Photo</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="photo-file">Select File</label></dt>
/// <dd><input type="file" id="photo-file" name="photo-file" /></dd>
/// <dt><label for="description">Description</labe [rest of string was truncated]";.
///
internal static string groupgalleryupload {
get {
return ResourceManager.GetString("groupgalleryupload", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///<div>
/// <h2>{GALLERY_TITLE}</h2>
/// <p>{BREADCRUMBS}</p>
/// <div id="new-stuff">
/// <!-- IF U_UPLOAD_PHOTO -->
/// <span id="new-photo" class="post-button">
/// <a href="{U_UPLOAD_PHOTO}">Upload Photo</a>
/// </span>
/// <!-- ENDIF -->
/// <!-- IF U_NEW_GALLERY -->
/// <span id="new-gallery" class="post-button">
/// <a href="{U_NEW_GALLERY}">New Gallery</a>
/// </span>
/// <!-- ENDIF -->
/// </div>
/// <!-- IF GALLERIES -->
/// <ul id="gallery-list">
/// <!-- [rest of string was truncated]";.
///
internal static string viewgallery {
get {
return ResourceManager.GetString("viewgallery", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
/// <h2>{USER_DISPLAY_NAME_OWNERSHIP} Gallery</h2>
/// <p>{BREADCRUMBS}</p>
/// <!-- IF U_UPLOAD_PHOTO -->
/// <div id="new-stuff">
/// <span id="new-photo" class="post-button"><a href="{U_UPLOAD_PHOTO}">Upload Photo</a></span>
/// </div>
/// <!-- ENDIF -->
/// <!-- IF PAGINATION -->
/// <p><strong>Go to page:</strong> {PAGINATION}</p>
/// <!-- ENDIF -->
/// <!-- IF PHOTOS -->
/// <ul id="photo-list">
/// <!-- BEGIN photo_list -->
/// <li>
/// <dl>
/// <dt><a href="{photo_list.PHOTO_URI}"><img src [rest of string was truncated]";.
///
internal static string viewgroupgallery {
get {
return ResourceManager.GetString("viewgroupgallery", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///<div>
/// <h2>{PHOTO_TITLE}</h2>
/// <p>{BREADCRUMBS}</p>
/// <!-- IF U_UPLOAD_PHOTO -->
/// <div id="new-stuff">
/// <span id="new-photo" class="post-button">
/// <a href="{U_UPLOAD_PHOTO}">Upload Photo</a>
/// </span>
/// </div>
/// <!-- ENDIF -->
/// <div id="view-photo">
/// <script type="text/javascript">
/// <!--
/// var user_tags = new Array();
/// <!-- BEGIN user_tags -->
/// user_tags[{user_tags.INDEX}] = new Array({user_tags.TAG_ID}, {user_tags.TAG_X}, {user_ta [rest of string was truncated]";.
///
internal static string viewphoto {
get {
return ResourceManager.GetString("viewphoto", resourceCulture);
}
}
///
/// Looks up a localized string similar to <div id="profile-gallery-pane" class="pane">
/// <h3>Group Gallery ({PHOTOS})</h3>
/// <!-- IF PHOTOS -->
/// <ul id="photo-list">
/// <!-- BEGIN photo_list -->
/// <li>
/// <dl>
/// <dt><a href="{photo_list.PHOTO_URI}"><img src="{photo_list.THUMBNAIL}" alt="{photo_list.TITLE}" /></a></dt>
/// </dl>
/// </li>
/// <!-- END photo_list -->
/// </ul>
/// <!-- ENDIF -->
/// <div class="cheat-clear-left"></div>
/// <p><a href="{U_GROUP_GALLERY}">View All Photos</a></p>
/// </div>.
///
internal static string viewprofilegallery {
get {
return ResourceManager.GetString("viewprofilegallery", resourceCulture);
}
}
}
}