Fixed and closed #535: improved editing toolbar tooltips.
This commit is contained in:
parent
dec7469acf
commit
5e1b88eb26
25 changed files with 2235 additions and 66 deletions
261
WebApplication/Properties/Messages.designer.cs
generated
261
WebApplication/Properties/Messages.designer.cs
generated
|
@ -672,6 +672,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a new anchor or a link to an existing anchor.
|
||||
/// </summary>
|
||||
public static string AnchorTitle2 {
|
||||
get {
|
||||
return ResourceManager.GetString("AnchorTitle2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Approve/Reject Draft.
|
||||
/// </summary>
|
||||
|
@ -744,6 +753,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style selected text as bold.
|
||||
/// </summary>
|
||||
public static string BoldTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("BoldTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Box.
|
||||
/// </summary>
|
||||
|
@ -978,6 +996,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as a block of code.
|
||||
/// </summary>
|
||||
public static string CodeEscapedTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CodeEscapedTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Inline Code.
|
||||
/// </summary>
|
||||
|
@ -987,6 +1014,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as inline code.
|
||||
/// </summary>
|
||||
public static string CodeInlineTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CodeInlineTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Comment.
|
||||
/// </summary>
|
||||
|
@ -996,6 +1032,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as comment (hidden from the rendered page output).
|
||||
/// </summary>
|
||||
public static string CommentTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CommentTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Configuration saved successfully.
|
||||
/// </summary>
|
||||
|
@ -1761,6 +1806,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters.
|
||||
/// </summary>
|
||||
public static string EscapeTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("EscapeTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to External Link.
|
||||
/// </summary>
|
||||
|
@ -1770,6 +1824,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a link to a website or email address.
|
||||
/// </summary>
|
||||
public static string ExternalLinkTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ExternalLinkTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File already exists.
|
||||
/// </summary>
|
||||
|
@ -1788,6 +1851,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a link to a file or attachment.
|
||||
/// </summary>
|
||||
public static string FileLinkTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("FileLinkTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File Management (new window).
|
||||
/// </summary>
|
||||
|
@ -2013,6 +2085,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as level-1 header.
|
||||
/// </summary>
|
||||
public static string H1Title {
|
||||
get {
|
||||
return ResourceManager.GetString("H1Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to H2.
|
||||
/// </summary>
|
||||
|
@ -2022,6 +2103,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as level-2 header.
|
||||
/// </summary>
|
||||
public static string H2Title {
|
||||
get {
|
||||
return ResourceManager.GetString("H2Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to H3.
|
||||
/// </summary>
|
||||
|
@ -2031,6 +2121,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as level-3 header.
|
||||
/// </summary>
|
||||
public static string H3Title {
|
||||
get {
|
||||
return ResourceManager.GetString("H3Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to H4 (use sparingly).
|
||||
/// </summary>
|
||||
|
@ -2040,6 +2139,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as level-4 header.
|
||||
/// </summary>
|
||||
public static string H4Title {
|
||||
get {
|
||||
return ResourceManager.GetString("H4Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Header File.
|
||||
/// </summary>
|
||||
|
@ -2103,6 +2211,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a horizontal ruler (separator).
|
||||
/// </summary>
|
||||
public static string HRTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("HRTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to HTML Head File.
|
||||
/// </summary>
|
||||
|
@ -2175,6 +2292,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a picture in the page.
|
||||
/// </summary>
|
||||
public static string ImageTitle2 {
|
||||
get {
|
||||
return ResourceManager.GetString("ImageTitle2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Image URL.
|
||||
/// </summary>
|
||||
|
@ -2454,6 +2580,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style selected text as italic.
|
||||
/// </summary>
|
||||
public static string ItalicTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ItalicTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Last modified Page.
|
||||
/// </summary>
|
||||
|
@ -2490,6 +2625,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a single line break.
|
||||
/// </summary>
|
||||
public static string LineBreakTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("LineBreakTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Link Title.
|
||||
/// </summary>
|
||||
|
@ -2895,6 +3039,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrap selected text in a 'nobr' block, that ignores line breaks.
|
||||
/// </summary>
|
||||
public static string NoBrTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("NoBrTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No Categories selected.
|
||||
/// </summary>
|
||||
|
@ -3012,6 +3165,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrap selected text in a 'nowiki' block, that ignores WikiMarkup.
|
||||
/// </summary>
|
||||
public static string NoWikiTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("NoWikiTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OK.
|
||||
/// </summary>
|
||||
|
@ -3093,6 +3255,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...).
|
||||
/// </summary>
|
||||
public static string OrderedListTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("OrderedListTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Page already exists.
|
||||
/// </summary>
|
||||
|
@ -3174,6 +3345,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert a link to a wiki page.
|
||||
/// </summary>
|
||||
public static string PageLinkTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("PageLinkTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This Page is locked.
|
||||
/// </summary>
|
||||
|
@ -3930,6 +4110,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to View existing snippets and insert one in the page.
|
||||
/// </summary>
|
||||
public static string SnippetsTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("SnippetsTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sort by Date and Time.
|
||||
/// </summary>
|
||||
|
@ -3966,6 +4155,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to View special tags and insert one in the page.
|
||||
/// </summary>
|
||||
public static string SpecialTagsTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("SpecialTagsTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Striked.
|
||||
/// </summary>
|
||||
|
@ -3975,6 +4173,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style selected text as strike-through.
|
||||
/// </summary>
|
||||
public static string StrikedTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("StrikedTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You must enter both the subject and the body of the Message..
|
||||
/// </summary>
|
||||
|
@ -3993,6 +4200,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as subscript.
|
||||
/// </summary>
|
||||
public static string SubscriptTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("SubscriptTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Superscript.
|
||||
/// </summary>
|
||||
|
@ -4002,6 +4218,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set selected text as superscript.
|
||||
/// </summary>
|
||||
public static string SuperscriptTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("SuperscriptTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Special Symbols.
|
||||
/// </summary>
|
||||
|
@ -4011,6 +4236,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to View and insert special symbols.
|
||||
/// </summary>
|
||||
public static string SymbolsTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("SymbolsTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Table of Contents.
|
||||
/// </summary>
|
||||
|
@ -4227,6 +4461,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Underline selected text.
|
||||
/// </summary>
|
||||
public static string UnderlinedTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("UnderlinedTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unordered List.
|
||||
/// </summary>
|
||||
|
@ -4236,6 +4479,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Insert an unordered list or wrap selected text in an unordered list (bullet points).
|
||||
/// </summary>
|
||||
public static string UnorderedListTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("UnorderedListTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Up one level.
|
||||
/// </summary>
|
||||
|
@ -4614,6 +4866,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrap selected text in a 'box'.
|
||||
/// </summary>
|
||||
public static string WrapperBoxTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("WrapperBoxTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Wrong Control Text.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue