diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index a78aa04..40e1038 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.2.536")] -[assembly: AssemblyFileVersion("3.0.2.536")] +[assembly: AssemblyVersion("3.0.2.537")] +[assembly: AssemblyFileVersion("3.0.2.537")] diff --git a/WebApplication/Editor.ascx b/WebApplication/Editor.ascx index 2817f21..8359aa1 100644 --- a/WebApplication/Editor.ascx +++ b/WebApplication/Editor.ascx @@ -149,61 +149,59 @@
- + <%= ScrewTurn.Wiki.Properties.Messages.Bold %> - + <%= ScrewTurn.Wiki.Properties.Messages.Italic %> - + <%= ScrewTurn.Wiki.Properties.Messages.Underlined %> - + <%= ScrewTurn.Wiki.Properties.Messages.Striked %> - + <%= ScrewTurn.Wiki.Properties.Messages.H1 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H2 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H3 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H4 %> - + <%= ScrewTurn.Wiki.Properties.Messages.Superscript %> - + <%= ScrewTurn.Wiki.Properties.Messages.Subscript %> - + <%= ScrewTurn.Wiki.Properties.Messages.PageLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.FileLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.ExternalLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.Image %> - + <%= ScrewTurn.Wiki.Properties.Messages.Anchor %> - + <%= ScrewTurn.Wiki.Properties.Messages.LineBreak %> - + <%= ScrewTurn.Wiki.Properties.Messages.Snippets %> - + <%= ScrewTurn.Wiki.Properties.Messages.SpecialTags %> - + <%= ScrewTurn.Wiki.Properties.Messages.HR %> - + <%= ScrewTurn.Wiki.Properties.Messages.CodeInline %> - - + <%= ScrewTurn.Wiki.Properties.Messages.CodeEscaped %> - + <%= ScrewTurn.Wiki.Properties.Messages.Escape %> - + <%= ScrewTurn.Wiki.Properties.Messages.NoWiki %> - + <%= ScrewTurn.Wiki.Properties.Messages.NoBr %> - + <%= ScrewTurn.Wiki.Properties.Messages.WrapperBox %> - + <%= ScrewTurn.Wiki.Properties.Messages.Comment %> - + <%= ScrewTurn.Wiki.Properties.Messages.Symbols %>
@@ -225,60 +223,56 @@
- + <%= ScrewTurn.Wiki.Properties.Messages.Bold %> - + <%= ScrewTurn.Wiki.Properties.Messages.Italic %> - + <%= ScrewTurn.Wiki.Properties.Messages.Underlined %> - + <%= ScrewTurn.Wiki.Properties.Messages.Striked %> - + <%= ScrewTurn.Wiki.Properties.Messages.H1 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H2 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H3 %> - + <%= ScrewTurn.Wiki.Properties.Messages.H4 %> - + <%= ScrewTurn.Wiki.Properties.Messages.Superscript %> - + <%= ScrewTurn.Wiki.Properties.Messages.Subscript %> - + <%= ScrewTurn.Wiki.Properties.Messages.UnorderedList %> - + <%= ScrewTurn.Wiki.Properties.Messages.OrderedList %> - + <%= ScrewTurn.Wiki.Properties.Messages.PageLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.FileLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.ExternalLink %> - + <%= ScrewTurn.Wiki.Properties.Messages.Image %> - + <%= ScrewTurn.Wiki.Properties.Messages.Anchor %> - + <%= ScrewTurn.Wiki.Properties.Messages.Snippets %> - + <%= ScrewTurn.Wiki.Properties.Messages.SpecialTags %> - + <%= ScrewTurn.Wiki.Properties.Messages.HR %> - + <%= ScrewTurn.Wiki.Properties.Messages.CodeInline %> - - + <%= ScrewTurn.Wiki.Properties.Messages.CodeEscaped %> - + <%= ScrewTurn.Wiki.Properties.Messages.Escape %> - + <%= ScrewTurn.Wiki.Properties.Messages.WrapperBox %> - + <%= ScrewTurn.Wiki.Properties.Messages.Symbols %> -
diff --git a/WebApplication/Properties/Messages.af-ZA.resx b/WebApplication/Properties/Messages.af-ZA.resx index 371ecd6..1a5a028 100644 --- a/WebApplication/Properties/Messages.af-ZA.resx +++ b/WebApplication/Properties/Messages.af-ZA.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.cs-CZ.resx b/WebApplication/Properties/Messages.cs-CZ.resx index a411c68..6759233 100644 --- a/WebApplication/Properties/Messages.cs-CZ.resx +++ b/WebApplication/Properties/Messages.cs-CZ.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.da-DK.resx b/WebApplication/Properties/Messages.da-DK.resx index 575e273..23b52db 100644 --- a/WebApplication/Properties/Messages.da-DK.resx +++ b/WebApplication/Properties/Messages.da-DK.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.de-DE.resx b/WebApplication/Properties/Messages.de-DE.resx index c516de6..977b7a5 100644 --- a/WebApplication/Properties/Messages.de-DE.resx +++ b/WebApplication/Properties/Messages.de-DE.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.designer.cs b/WebApplication/Properties/Messages.designer.cs index 6e501f4..51c1b69 100644 --- a/WebApplication/Properties/Messages.designer.cs +++ b/WebApplication/Properties/Messages.designer.cs @@ -672,6 +672,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a new anchor or a link to an existing anchor. + /// + public static string AnchorTitle2 { + get { + return ResourceManager.GetString("AnchorTitle2", resourceCulture); + } + } + /// /// Looks up a localized string similar to Approve/Reject Draft. /// @@ -744,6 +753,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Style selected text as bold. + /// + public static string BoldTitle { + get { + return ResourceManager.GetString("BoldTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Box. /// @@ -978,6 +996,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as a block of code. + /// + public static string CodeEscapedTitle { + get { + return ResourceManager.GetString("CodeEscapedTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Inline Code. /// @@ -987,6 +1014,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as inline code. + /// + public static string CodeInlineTitle { + get { + return ResourceManager.GetString("CodeInlineTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Comment. /// @@ -996,6 +1032,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as comment (hidden from the rendered page output). + /// + public static string CommentTitle { + get { + return ResourceManager.GetString("CommentTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Configuration saved successfully. /// @@ -1761,6 +1806,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters. + /// + public static string EscapeTitle { + get { + return ResourceManager.GetString("EscapeTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to External Link. /// @@ -1770,6 +1824,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a link to a website or email address. + /// + public static string ExternalLinkTitle { + get { + return ResourceManager.GetString("ExternalLinkTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to File already exists. /// @@ -1788,6 +1851,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a link to a file or attachment. + /// + public static string FileLinkTitle { + get { + return ResourceManager.GetString("FileLinkTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to File Management (new window). /// @@ -2013,6 +2085,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as level-1 header. + /// + public static string H1Title { + get { + return ResourceManager.GetString("H1Title", resourceCulture); + } + } + /// /// Looks up a localized string similar to H2. /// @@ -2022,6 +2103,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as level-2 header. + /// + public static string H2Title { + get { + return ResourceManager.GetString("H2Title", resourceCulture); + } + } + /// /// Looks up a localized string similar to H3. /// @@ -2031,6 +2121,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as level-3 header. + /// + public static string H3Title { + get { + return ResourceManager.GetString("H3Title", resourceCulture); + } + } + /// /// Looks up a localized string similar to H4 (use sparingly). /// @@ -2040,6 +2139,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as level-4 header. + /// + public static string H4Title { + get { + return ResourceManager.GetString("H4Title", resourceCulture); + } + } + /// /// Looks up a localized string similar to Header File. /// @@ -2103,6 +2211,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a horizontal ruler (separator). + /// + public static string HRTitle { + get { + return ResourceManager.GetString("HRTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to HTML Head File. /// @@ -2175,6 +2292,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a picture in the page. + /// + public static string ImageTitle2 { + get { + return ResourceManager.GetString("ImageTitle2", resourceCulture); + } + } + /// /// Looks up a localized string similar to Image URL. /// @@ -2454,6 +2580,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Style selected text as italic. + /// + public static string ItalicTitle { + get { + return ResourceManager.GetString("ItalicTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Last modified Page. /// @@ -2490,6 +2625,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a single line break. + /// + public static string LineBreakTitle { + get { + return ResourceManager.GetString("LineBreakTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Link Title. /// @@ -2895,6 +3039,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Wrap selected text in a 'nobr' block, that ignores line breaks. + /// + public static string NoBrTitle { + get { + return ResourceManager.GetString("NoBrTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to No Categories selected. /// @@ -3012,6 +3165,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Wrap selected text in a 'nowiki' block, that ignores WikiMarkup. + /// + public static string NoWikiTitle { + get { + return ResourceManager.GetString("NoWikiTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to OK. /// @@ -3093,6 +3255,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...). + /// + public static string OrderedListTitle { + get { + return ResourceManager.GetString("OrderedListTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Page already exists. /// @@ -3174,6 +3345,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert a link to a wiki page. + /// + public static string PageLinkTitle { + get { + return ResourceManager.GetString("PageLinkTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to This Page is locked. /// @@ -3930,6 +4110,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to View existing snippets and insert one in the page. + /// + public static string SnippetsTitle { + get { + return ResourceManager.GetString("SnippetsTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Sort by Date and Time. /// @@ -3966,6 +4155,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to View special tags and insert one in the page. + /// + public static string SpecialTagsTitle { + get { + return ResourceManager.GetString("SpecialTagsTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Striked. /// @@ -3975,6 +4173,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Style selected text as strike-through. + /// + public static string StrikedTitle { + get { + return ResourceManager.GetString("StrikedTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to You must enter both the subject and the body of the Message.. /// @@ -3993,6 +4200,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as subscript. + /// + public static string SubscriptTitle { + get { + return ResourceManager.GetString("SubscriptTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Superscript. /// @@ -4002,6 +4218,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Set selected text as superscript. + /// + public static string SuperscriptTitle { + get { + return ResourceManager.GetString("SuperscriptTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Special Symbols. /// @@ -4011,6 +4236,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to View and insert special symbols. + /// + public static string SymbolsTitle { + get { + return ResourceManager.GetString("SymbolsTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Table of Contents. /// @@ -4227,6 +4461,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Underline selected text. + /// + public static string UnderlinedTitle { + get { + return ResourceManager.GetString("UnderlinedTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unordered List. /// @@ -4236,6 +4479,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Insert an unordered list or wrap selected text in an unordered list (bullet points). + /// + public static string UnorderedListTitle { + get { + return ResourceManager.GetString("UnorderedListTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Up one level. /// @@ -4614,6 +4866,15 @@ namespace ScrewTurn.Wiki.Properties { } } + /// + /// Looks up a localized string similar to Wrap selected text in a 'box'. + /// + public static string WrapperBoxTitle { + get { + return ResourceManager.GetString("WrapperBoxTitle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Wrong Control Text. /// diff --git a/WebApplication/Properties/Messages.es-ES.resx b/WebApplication/Properties/Messages.es-ES.resx index 5fc9287..3ffddbd 100644 --- a/WebApplication/Properties/Messages.es-ES.resx +++ b/WebApplication/Properties/Messages.es-ES.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.fr-FR.resx b/WebApplication/Properties/Messages.fr-FR.resx index 6a071a7..d55e5da 100644 --- a/WebApplication/Properties/Messages.fr-FR.resx +++ b/WebApplication/Properties/Messages.fr-FR.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.hu-HU.resx b/WebApplication/Properties/Messages.hu-HU.resx index f5b86e5..0d5bbcb 100644 --- a/WebApplication/Properties/Messages.hu-HU.resx +++ b/WebApplication/Properties/Messages.hu-HU.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.it-IT.resx b/WebApplication/Properties/Messages.it-IT.resx index 33e0857..19f3dd4 100644 --- a/WebApplication/Properties/Messages.it-IT.resx +++ b/WebApplication/Properties/Messages.it-IT.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Inserisci un'ancora o un collegamento ad un ancora esistente + + + Imposta il testo selezionato in grassetto + + + Imposta il testo selezionato come blocco di codice + + + Imposta il codice selezionato come codice 'inline' + + + Imposta il testo selezionato come commento (nascosto nell'output della pagina) + + + Racchiudi il testo selezionato in un blocco 'escape' che fa l'escape di tutti i caratteri wiki e HTML + + + Inserisci un collegamento ad un sito web o email + + + Inserisci un collegamento ad un file o allegato + + + Imposta il testo selezionato come titolo di livello 1 + + + Imposta il testo selezionato come titolo di livello 2 + + + Imposta il testo selezionato come titolo di livello 3 + + + Imposta il testo selezionato come titolo di livello 4 + + + Inserisci una riga orizzontale (separatore) + + + Inserisci un'immagine nella pagina + + + Imposta il testo selezionato in corsivo + + + Inserisci un'interruzione di riga (singola) + + + Racchiudi il testo selezionato in un blocco 'nobr' che ignora i ritorni a capo + + + Racchiudi il testo selezionato in un blocco 'nowiki' che ignora il WikiMarkup + + + Inserisci una lista ordinata o racchiudi il testo selezionato in una lista ordinata (1, 2, 3, ...) + + + Inserisci un collegamento ad una pagina + + + Visualizza gli snippet esistenti ed inseriscine uno nella pagina + + + Visualizza i tag speciali ed inseriscine uno nella pagina + + + Style selected text as strike-through + + + Imposta il testo selezionato come pedice + + + Imposta il testo selezionato come apice + + + Visualizza ed inserisci simboli speciali + + + Sottolinea il testo selezionato + + + Inserisci una lista non ordinata o racchiudi il testo selezionato in una lista non ordinata + + + Racchiudi il testo selezionato in un 'box' + Commento alla modifica @@ -170,7 +257,7 @@ Lista non ordinata - Link to this Section + Collegamento a questa sezione NoBR tag @@ -371,7 +458,7 @@ La DLL esiste già - Loaded ### Providers + Caricati ### provider File non valido o vuoto @@ -731,7 +818,7 @@ Questa ricerca, effettuata su <b>{0}</b> (<b>{1} documenti</b>, <b>{2} parole</b>), è stata completata in <b>{3:N1} secondi</b> ed ha prodotto <b>{4} risultati</b>. - Invalid Display Name + Nome visualizzato non valido Impossibile creare l'utente @@ -770,7 +857,7 @@ Nessuno snippet. - Link Title (optional) + Titolo collegamento (facoltativo) Su di un livello @@ -1223,7 +1310,7 @@ Blocco di Codice - Codice in linea + Codice 'inline' Configurazione salvata con successo @@ -1454,7 +1541,7 @@ La Pagina esiste già - Backups della Pagina eliminati + Backup della Pagina eliminati Pagina eliminata diff --git a/WebApplication/Properties/Messages.ja-JP.resx b/WebApplication/Properties/Messages.ja-JP.resx index 90a6aa3..d383222 100644 --- a/WebApplication/Properties/Messages.ja-JP.resx +++ b/WebApplication/Properties/Messages.ja-JP.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.nb-NO.resx b/WebApplication/Properties/Messages.nb-NO.resx index 92822b5..07aba74 100644 --- a/WebApplication/Properties/Messages.nb-NO.resx +++ b/WebApplication/Properties/Messages.nb-NO.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.nl-NL.resx b/WebApplication/Properties/Messages.nl-NL.resx index adf921c..3153d93 100644 --- a/WebApplication/Properties/Messages.nl-NL.resx +++ b/WebApplication/Properties/Messages.nl-NL.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.pl-PL.resx b/WebApplication/Properties/Messages.pl-PL.resx index ac7bbd7..610e06b 100644 --- a/WebApplication/Properties/Messages.pl-PL.resx +++ b/WebApplication/Properties/Messages.pl-PL.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.pt-PT.resx b/WebApplication/Properties/Messages.pt-PT.resx index 12df3f8..66521bb 100644 --- a/WebApplication/Properties/Messages.pt-PT.resx +++ b/WebApplication/Properties/Messages.pt-PT.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Acesso Negado diff --git a/WebApplication/Properties/Messages.resx b/WebApplication/Properties/Messages.resx index d926c74..8754d65 100644 --- a/WebApplication/Properties/Messages.resx +++ b/WebApplication/Properties/Messages.resx @@ -1663,4 +1663,91 @@ Meta Keywords + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + \ No newline at end of file diff --git a/WebApplication/Properties/Messages.ro-RO.resx b/WebApplication/Properties/Messages.ro-RO.resx index c27728d..dfddfff 100644 --- a/WebApplication/Properties/Messages.ro-RO.resx +++ b/WebApplication/Properties/Messages.ro-RO.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.ru-RU.resx b/WebApplication/Properties/Messages.ru-RU.resx index 0e81712..f4602ac 100644 --- a/WebApplication/Properties/Messages.ru-RU.resx +++ b/WebApplication/Properties/Messages.ru-RU.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.sk-SK.resx b/WebApplication/Properties/Messages.sk-SK.resx index 5c2f026..41697eb 100644 --- a/WebApplication/Properties/Messages.sk-SK.resx +++ b/WebApplication/Properties/Messages.sk-SK.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.sr-Latn-CS.resx b/WebApplication/Properties/Messages.sr-Latn-CS.resx index c0f6e6e..54ad446 100644 --- a/WebApplication/Properties/Messages.sr-Latn-CS.resx +++ b/WebApplication/Properties/Messages.sr-Latn-CS.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.tr-TR.resx b/WebApplication/Properties/Messages.tr-TR.resx index 20f308a..94789c6 100644 --- a/WebApplication/Properties/Messages.tr-TR.resx +++ b/WebApplication/Properties/Messages.tr-TR.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.uk-UA.resx b/WebApplication/Properties/Messages.uk-UA.resx index 630c687..a80d057 100644 --- a/WebApplication/Properties/Messages.uk-UA.resx +++ b/WebApplication/Properties/Messages.uk-UA.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.zh-cn.resx b/WebApplication/Properties/Messages.zh-cn.resx index a4bb22c..43936a0 100644 --- a/WebApplication/Properties/Messages.zh-cn.resx +++ b/WebApplication/Properties/Messages.zh-cn.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment diff --git a/WebApplication/Properties/Messages.zh-tw.resx b/WebApplication/Properties/Messages.zh-tw.resx index 46fec1c..58b2d67 100644 --- a/WebApplication/Properties/Messages.zh-tw.resx +++ b/WebApplication/Properties/Messages.zh-tw.resx @@ -117,6 +117,93 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Insert a new anchor or a link to an existing anchor + + + Style selected text as bold + + + Set selected text as a block of code + + + Set selected text as inline code + + + Set selected text as comment (hidden from the rendered page output) + + + Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters + + + Insert a link to a website or email address + + + Insert a link to a file or attachment + + + Set selected text as level-1 header + + + Set selected text as level-2 header + + + Set selected text as level-3 header + + + Set selected text as level-4 header + + + Insert a horizontal ruler (separator) + + + Insert a picture in the page + + + Style selected text as italic + + + Insert a single line break + + + Wrap selected text in a 'nobr' block, that ignores line breaks + + + Wrap selected text in a 'nowiki' block, that ignores WikiMarkup + + + Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...) + + + Insert a link to a wiki page + + + View existing snippets and insert one in the page + + + View special tags and insert one in the page + + + Style selected text as strike-through + + + Set selected text as subscript + + + Set selected text as superscript + + + View and insert special symbols + + + Underline selected text + + + Insert an unordered list or wrap selected text in an unordered list (bullet points) + + + Wrap selected text in a 'box' + Change Comment