//------------------------------------------------------------------------------
//
// 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.Musician {
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.Musician.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 .
///
internal static string account_discography {
get {
return ResourceManager.GetString("account_discography", resourceCulture);
}
}
///
/// Looks up a localized string similar to .
///
internal static string account_discography_album_edit {
get {
return ResourceManager.GetString("account_discography_album_edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Edit Gig</h3>
///
///<form action="{S_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Edit Gig</legend>
/// <dl>
/// <dt><label for="title">Gig Title</label></dt>
/// <dd>{S_TITLE}</dd>
/// <dt><label for="tour">Gig Tour</label></dt>
/// <dd>{S_TOURS}</dd>
/// <dt>Gig Date</dt>
/// <dd>{S_DATE} {S_TIMEZONE}</dd>
/// <dt><label for="city">Gig City</label></dt>
/// <dd>{S_CITY}</dd>
/// <dt><label for="venue">Gig Venue</label></dt>
/// <dd>{S_VENUE}</dd>
/// <dt><label for="abstract">Gig Description</label [rest of string was truncated]";.
///
internal static string account_gig_edit {
get {
return ResourceManager.GetString("account_gig_edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Gigs</h3>
///
///<a href="{U_ADD_GIG}">Add Gig</a>
///
///<table style="width: 100%">
///<tr>
/// <th>City</th>
/// <th>Date</th>
/// <th>Venue</th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN gig_list -->
///<!-- IF gig_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{gig_list.CITY}</td>
/// <td>{gig_list.DATE}</td>
/// <td>{gig_list.VENUE}</td>
/// <td><a href="{gig_list.U_EDIT}">{L_EDIT}</a></td>
/// <td><a href="{gig_list.U_DELETE}">{L_DELETE}</a>
/// </td>
///</tr>
///<!-- END [rest of string was truncated]";.
///
internal static string account_gigs_manage {
get {
return ResourceManager.GetString("account_gigs_manage", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Member Profile</h3>
///
///<form action="{S_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Musician Profile</legend>
/// <dl>
/// <dt><label for="stage-name">Stage Name</label></dt>
/// <dd>{S_STAGENAME}</dd>
/// <dt><label for="biography">Biography</label></dt>
/// <dd>{S_BIOGRAPHY}</dd>
/// <dt></dt>
/// <dd><input type="submit" name="save" value="Save" /></dd>
/// </dl>
/// <input type="hidden" name="module" value="music" />
/// <input type="hidden" name="sub" value="my-profile" />
/// </fieldset>
///</form>.
///
internal static string account_member_profile {
get {
return ResourceManager.GetString("account_member_profile", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Group Members</h3>
///
///<a href="{U_ADD_MEMBER}">Add Member</a>
///
///<table style="width: 100%">
///<tr>
/// <th>Title</th>
/// <th>Joined</th>
/// <th></th>
///</tr>
///<!-- BEGIN member_list -->
///<!-- IF member_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{member_list.DISPLAY_NAME}</td>
/// <td>{member_list.DATE_JOINED}</td>
/// <td>
/// <!-- IF member_list.U_LEAVE -->
/// <a href="{member_list.U_LEAVE}">{L_LEAVE}</a>
/// <!-- ELSE -->
/// {L_LEAVE}
/// <!-- EN [rest of string was truncated]";.
///
internal static string account_members_manage {
get {
return ResourceManager.GetString("account_members_manage", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Musician Memberships</h3>
///
///<a href="{U_REGISTER_MUSICIAN}">Register Musician</a>
///
///<table style="width: 100%">
///<tr>
/// <th></th>
/// <th>Fans</th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN musician_list -->
///<!-- IF musician_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td><a href="{musician_list.U_MUSICIAN}">{musician_list.DISPLAY_NAME}</a></td>
/// <td>{musician_list.FANS}</td>
/// <td><a href="{musician_list.U_MANAGE}">{L_MANAGE}</a></td>
/// <td><a hre [rest of string was truncated]";.
///
internal static string account_my_musicians {
get {
return ResourceManager.GetString("account_my_musicians", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Musician Profile</h3>
///
///<form action="{S_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Musician Profile</legend>
/// <dl>
/// <dt><label for="name">Name</label></dt>
/// <dd>{S_NAME}</dd>
/// <dt><label for="genre">Genre</label></dt>
/// <dd>{S_GENRE}</dd>
/// <dt><label for="musician-type">Act</label></dt>
/// <dd>{S_MUSICIAN_TYPE}</dd>
/// <dt><label for="biography">Biography</label></dt>
/// <dd>{S_BIOGRAPHY}</dd>
/// <dt><label for="homepage">Homepage</label></dt>
/// <dd>{S_HOMEPAGE}</dd>
/// [rest of string was truncated]";.
///
internal static string account_profile {
get {
return ResourceManager.GetString("account_profile", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Recordings</h3>
///
///<a href="{U_ADD_ALBUM}">Add Album</a>
///<a href="{U_ADD_SINGLE}">Add Single</a>
///
///<table style="width: 100%">
///<tr>
/// <th>Title</th>
/// <th>Tracks</th>
/// <th>Views</th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN album_list -->
///<!-- IF album_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{album_list.TITLE}</td>
/// <td>{album_list.TRACKS}</td>
/// <td>{album_list.VIEWS}</td>
/// <td><a href="{album_list.U_EDIT}">{L_EDIT}</a></td>
/// <td><a [rest of string was truncated]";.
///
internal static string account_recordings {
get {
return ResourceManager.GetString("account_recordings", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Song</h3>
///
///<form action="{U_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Manage Song</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">Lyrics</label></dt>
/// <dd>
/// <textarea id="lyrics" name="lyrics" style="margin: 0px; width: 100%; height: 250px; border: solid 1px #666666;" cols="70" rows="15">{S_LYRICS}</textarea>
/// <div style="background-image: [rest of string was truncated]";.
///
internal static string account_song_edit {
get {
return ResourceManager.GetString("account_song_edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Songs</h3>
///
///<a href="{U_ADD_SONG}">Add Song</a>
///
///<table style="width: 100%">
///<tr>
/// <th>Title</th>
/// <th>Recordings</th>
/// <th></th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN song_list -->
///<!-- IF song_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{song_list.TITLE}</td>
/// <td><a href="{song_list.U_RECORDINGS}">{song_list.RECORDINGS}</a></td>
/// <td><a href="{song_list.U_ADD_RECORDING}">Add Recording</a></td>
/// <td><a href="{song_list.U_EDIT}"> [rest of string was truncated]";.
///
internal static string account_songs {
get {
return ResourceManager.GetString("account_songs", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Edit Tour</h3>
///
///<form action="{S_ACCOUNT}" method="post">
/// <fieldset>
/// <legend>Edit Tour</legend>
/// <dl>
/// <dt><label for="title">Tour Title</label></dt>
/// <dd>{S_TITLE}</dd>
/// <dt><label for="year">Tour Year</label></dt>
/// <dd>{S_YEAR}</dd>
/// <dt><label for="abstract">Tour Description</label></dt>
/// <dd>{S_ABSTRACT}</dd>
/// <dt></dt>
/// <dd><input type="submit" name="save" value="Save" /></dd>
/// </dl>
/// <input type="hidden" name="module" value="music" />
/// <input type="hidden" [rest of string was truncated]";.
///
internal static string account_tour_edit {
get {
return ResourceManager.GetString("account_tour_edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to <h3>Manage Tours</h3>
///
///<a href="{U_ADD_TOUR}">Add Tour</a>
///
///<table style="width: 100%">
///<tr>
/// <th>Title</th>
/// <th>Year</th>
/// <th>Gigs</th>
/// <th></th>
/// <th></th>
/// <th></th>
///</tr>
///<!-- BEGIN tour_list -->
///<!-- IF tour_list.INDEX_EVEN -->
///<tr class="even">
///<!-- ELSE -->
///<tr class="odd">
///<!-- ENDIF -->
/// <td>{tour_list.TITLE}</td>
/// <td>{tour_list.YEAR}</td>
/// <td><a href="{tour_list.U_GIGS}">{tour_list.GIGS}</a></td>
/// <td><a href="{tour_list.U_ADD_GIG}">Add Gig</a></td>
/// <td><a href="{tou [rest of string was truncated]";.
///
internal static string account_tour_manage {
get {
return ResourceManager.GetString("account_tour_manage", resourceCulture);
}
}
///
/// Looks up a localized string similar to .
///
internal static string chart_default {
get {
return ResourceManager.GetString("chart_default", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>Music</h2>
///
///<p><a href="{U_REGISTER_MUSICIAN}">Register Musician</a></p>
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string music_default {
get {
return ResourceManager.GetString("music_default", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<p>{BREADCRUMBS}</p>
///
///<ul>
/// <li><a href="{U_MUSIC_ARTISTS}">{L_ALL_ARTISTS}</a></li>
/// <li><a href="{U_MUSIC_GENRES}">{L_GENRES}</a></li>
///</ul>
///
///<div id="artist-filter-panel">
/// <p>
/// <a href="{U_FILTER_ALL}">All</a>
/// <a href="{U_FILTER_BEGINS_A}">A</a>
/// <a href="{U_FILTER_BEGINS_B}">B</a>
/// <a href="{U_FILTER_BEGINS_C}">C</a>
/// <a href="{U_FILTER_BEGINS_D}">D</a>
/// <a href="{U_FILTER_BEGINS_E}">E</a>
/// <a href="{U_FILTER_BEGINS_F}">F</a>
/// [rest of string was truncated]";.
///
internal static string music_directory {
get {
return ResourceManager.GetString("music_directory", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- IF U_MUSICIAN_ACCOUNT -->
///<a href="{U_MUSICIAN_ACCOUNT}">Musician Administration Panel</a>
///<!-- ENDIF -->.
///
internal static string musician_footer {
get {
return ResourceManager.GetString("musician_footer", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{L_DISCOGRAPHY}</h2>
///<p>{BREADCRUMBS}</p>
///
///<!-- IF album_list -->
///<ul>
///<!-- BEGIN album_list -->
///<li></li>
///<!-- END album_list -->
///<ul>
///<!-- ENDIF -->
///
///<!-- IF single_list -->
///<ul>
///<!-- BEGIN single_list -->
///<li></li>
///<!-- END single_list -->
///<ul>
///<!-- ENDIF -->
///
///<!-- IF ep_list -->
///<ul>
///<!-- BEGIN ep_list -->
///<li></li>
///<!-- END ep_list -->
///<ul>
///<!-- ENDIF -->
///
///<!-- IF demo_list -->
///<ul>
///<!-- BEGIN demo_list -->
///<li></li>
///<!-- END demo_ [rest of string was truncated]";.
///
internal static string viewdiscography {
get {
return ResourceManager.GetString("viewdiscography", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>Fans</h2>
///<p>{BREADCRUMBS}</p>
///<div id="member-filter-panel">
/// <p>
/// <a href="{U_FILTER_ALL}">All</a>
/// <a href="{U_FILTER_BEGINS_A}">A</a>
/// <a href="{U_FILTER_BEGINS_B}">B</a>
/// <a href="{U_FILTER_BEGINS_C}">C</a>
/// <a href="{U_FILTER_BEGINS_D}">D</a>
/// <a href="{U_FILTER_BEGINS_E}">E</a>
/// <a href="{U_FILTER_BEGINS_F}">F</a>
/// <a href="{U_FILTER_BEGINS_G}">G</a>
/// <a href="{U_FILTER_BEGINS_H}">H</a>
/// <a href="{U_FILTER_BEGINS_I}" [rest of string was truncated]";.
///
internal static string viewfans {
get {
return ResourceManager.GetString("viewfans", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>Gig {CITY} {YEAR}</h2>
///<p>{BREADCRUMBS}</p>
///
///<dl>
/// <dt>City</dt>
/// <dd>{CITY}</dd>
/// <dt>Venue</dt>
/// <dd>{VENUE}</dd>
/// <dt>Time</dt>
/// <dd>{TIME}</dd>
/// <dt>Tickets</dt>
/// <!-- IF U_TICKETS -->
/// <dd><a href="{U_TICKETS}">Purchase online [external link]</a></dd>
/// <!-- ENDIF -->
/// <!-- IF IS_TICKETS_AT_DOOR -->
/// <dd>Tickets avaliable at the door</dd>
/// <!-- ENDIF -->
///</dl>
///
///<p>{ABSTRACT}</p>
///
///<div class="comment-pane">
/// <!-- INCLUDE pane.co [rest of string was truncated]";.
///
internal static string viewgig {
get {
return ResourceManager.GetString("viewgig", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{L_GIGS}</h2>
///<p>{BREADCRUMBS}</p>
///
///<!-- IF gig_list -->
///<ul>
/// <!-- BEGIN gig_list -->
/// <li><a href="{gig_list.U_GIG}">{gig_list.CITY}, {gig_list.DATE}</a></li>
/// <!-- END gig_list -->
///</ul>
///<!-- ENDIF -->
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewgigs {
get {
return ResourceManager.GetString("viewgigs", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2><a href="{U_MUSICIAN}">{MUSICIAN_DISPLAY_NAME}</a></h2>
///
///<div id="pane-profile">
/// <div class="pane">
/// <h3><a href="{U_MUSICIAN}">{MUSICIAN_DISPLAY_NAME}</a></h3>
/// <dl>
/// <dt>{L_JOINED}:</dt>
/// <dd>{DATE_JOINED}</dd>
/// </dl>
/// <!-- IF U_BECOME_FAN -->
/// <p><span id="fan-musiciain" class="post-button"><a href="{U_BECOME_FAN}">Become a Fan</a></span></p>
/// <!-- ENDIF -->
/// <!-- IF U_MUSICIAN_ACCOUNT -->
/// <p><span id="account-musician" class="post [rest of string was truncated]";.
///
internal static string viewmusician {
get {
return ResourceManager.GetString("viewmusician", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2><a href="{U_MEMBER}">{MEMBER_DISPLAY_NAME}</a></h2>
///
///<!-- IF BIOGRAPHY -->
///<p>{BIOGRAPHY}</p>
///<!-- ENDIF -->
///
///<!-- IF instrument_list -->
///<h3>{L_INSTRUMENTS}</h3>
///<ul>
/// <!-- BEGIN instrument_list -->
/// <li>{instrument_list.NAME}</li>
/// <!-- END instrument_list -->
///</ul>
///<!-- ENDIF -->
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewmusician_member {
get {
return ResourceManager.GetString("viewmusician_member", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{L_MUSICIAN_MEMBERS}</h2>
///
///<!-- IF member_list -->
///<ul>
///<!-- BEGIN member_list -->
/// <li>{member_list.STAGE_NAME}</li>
///<!-- END member_list -->
///</ul>
///<!-- ENDIF -->
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewmusician_members {
get {
return ResourceManager.GetString("viewmusician_members", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>Song</h2>
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewsong {
get {
return ResourceManager.GetString("viewsong", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{TOUR_TITLE} ({TOUR_YEAR})</h2>
///<p>{BREADCRUMBS}</p>
///
///<!-- IF TOUR_ABSTRACT -->
///<p>{TOUR_ABSTRACT}</p>
///<!-- ENDIF -->
///
///<!-- IF gig_list -->
///<ul>
/// <!-- BEGIN gig_list -->
/// <li><a href="{gig_list.U_GIG}">{gig_list.CITY}, {gig_list.DATE}</a></li>
/// <!-- END gig_list -->
///</ul>
///<!-- ENDIF -->
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewtour {
get {
return ResourceManager.GetString("viewtour", resourceCulture);
}
}
///
/// Looks up a localized string similar to <!-- INCLUDE page_header.html -->
///
///<h2>{L_TOURS}</h2>
///<p>{BREADCRUMBS}</p>
///
///<!-- IF tour_list -->
///<ul>
///<!-- BEGIN tour_list -->
/// <li><a href="{tour_list.U_TOUR}">{tour_list.TITLE}</a> ({tour_list.YEAR})</li>
///<!-- END tour_list -->
///</ul>
///<!-- ENDIF -->
///
///<!-- INCLUDE page_footer.html -->.
///
internal static string viewtours {
get {
return ResourceManager.GetString("viewtours", resourceCulture);
}
}
}
}