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
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
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>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Inserisci un'ancora o un collegamento ad un ancora esistente</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato in grassetto</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come blocco di codice</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Imposta il codice selezionato come codice 'inline'</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come commento (nascosto nell'output della pagina)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Racchiudi il testo selezionato in un blocco 'escape' che fa l'escape di tutti i caratteri wiki e HTML</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Inserisci un collegamento ad un sito web o email</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Inserisci un collegamento ad un file o allegato</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come titolo di livello 1</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come titolo di livello 2</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come titolo di livello 3</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come titolo di livello 4</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Inserisci una riga orizzontale (separatore)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Inserisci un'immagine nella pagina</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato in corsivo</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Inserisci un'interruzione di riga (singola)</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Racchiudi il testo selezionato in un blocco 'nobr' che ignora i ritorni a capo</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Racchiudi il testo selezionato in un blocco 'nowiki' che ignora il WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Inserisci una lista ordinata o racchiudi il testo selezionato in una lista ordinata (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Inserisci un collegamento ad una pagina</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>Visualizza gli snippet esistenti ed inseriscine uno nella pagina</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>Visualizza i tag speciali ed inseriscine uno nella pagina</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come pedice</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Imposta il testo selezionato come apice</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>Visualizza ed inserisci simboli speciali</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Sottolinea il testo selezionato</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Inserisci una lista non ordinata o racchiudi il testo selezionato in una lista non ordinata</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Racchiudi il testo selezionato in un 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Commento alla modifica</value>
|
||||
</data>
|
||||
|
@ -170,7 +257,7 @@
|
|||
<value>Lista non ordinata</value>
|
||||
</data>
|
||||
<data name="LinkToThisSection" xml:space="preserve">
|
||||
<value>Link to this Section</value>
|
||||
<value>Collegamento a questa sezione</value>
|
||||
</data>
|
||||
<data name="NoBr" xml:space="preserve">
|
||||
<value>NoBR tag</value>
|
||||
|
@ -371,7 +458,7 @@
|
|||
<value>La DLL esiste già</value>
|
||||
</data>
|
||||
<data name="LoadedProviders" xml:space="preserve">
|
||||
<value>Loaded ### Providers</value>
|
||||
<value>Caricati ### provider</value>
|
||||
</data>
|
||||
<data name="VoidOrInvalidFile" xml:space="preserve">
|
||||
<value>File non valido o vuoto</value>
|
||||
|
@ -731,7 +818,7 @@
|
|||
<value>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>.</value>
|
||||
</data>
|
||||
<data name="InvalidDisplayName" xml:space="preserve">
|
||||
<value>Invalid Display Name</value>
|
||||
<value>Nome visualizzato non valido</value>
|
||||
</data>
|
||||
<data name="CouldNotCreateUser" xml:space="preserve">
|
||||
<value>Impossibile creare l'utente</value>
|
||||
|
@ -770,7 +857,7 @@
|
|||
<value>Nessuno snippet.</value>
|
||||
</data>
|
||||
<data name="LinkTitleOptional" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
<value>Titolo collegamento (facoltativo)</value>
|
||||
</data>
|
||||
<data name="UpLevel" xml:space="preserve">
|
||||
<value>Su di un livello</value>
|
||||
|
@ -1223,7 +1310,7 @@
|
|||
<value>Blocco di Codice</value>
|
||||
</data>
|
||||
<data name="CodeInline" xml:space="preserve">
|
||||
<value>Codice in linea</value>
|
||||
<value>Codice 'inline'</value>
|
||||
</data>
|
||||
<data name="ConfigSaved" xml:space="preserve">
|
||||
<value>Configurazione salvata con successo</value>
|
||||
|
@ -1454,7 +1541,7 @@
|
|||
<value>La Pagina esiste già</value>
|
||||
</data>
|
||||
<data name="PageBackupsDeleted" xml:space="preserve">
|
||||
<value>Backups della Pagina eliminati</value>
|
||||
<value>Backup della Pagina eliminati</value>
|
||||
</data>
|
||||
<data name="PageDeleted" xml:space="preserve">
|
||||
<value>Pagina eliminata</value>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="AccessDeniedTitle" xml:space="preserve">
|
||||
<value>Acesso Negado</value>
|
||||
</data>
|
||||
|
|
|
@ -1663,4 +1663,91 @@
|
|||
<data name="MetaKeywords" xml:space="preserve">
|
||||
<value>Meta Keywords</value>
|
||||
</data>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
</root>
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
|
@ -117,6 +117,93 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AnchorTitle2" xml:space="preserve">
|
||||
<value>Insert a new anchor or a link to an existing anchor</value>
|
||||
</data>
|
||||
<data name="BoldTitle" xml:space="preserve">
|
||||
<value>Style selected text as bold</value>
|
||||
</data>
|
||||
<data name="CodeEscapedTitle" xml:space="preserve">
|
||||
<value>Set selected text as a block of code</value>
|
||||
</data>
|
||||
<data name="CodeInlineTitle" xml:space="preserve">
|
||||
<value>Set selected text as inline code</value>
|
||||
</data>
|
||||
<data name="CommentTitle" xml:space="preserve">
|
||||
<value>Set selected text as comment (hidden from the rendered page output)</value>
|
||||
</data>
|
||||
<data name="EscapeTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in an 'escape' block that escapes all wiki- and HTML-related characters</value>
|
||||
</data>
|
||||
<data name="ExternalLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a website or email address</value>
|
||||
</data>
|
||||
<data name="FileLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a file or attachment</value>
|
||||
</data>
|
||||
<data name="H1Title" xml:space="preserve">
|
||||
<value>Set selected text as level-1 header</value>
|
||||
</data>
|
||||
<data name="H2Title" xml:space="preserve">
|
||||
<value>Set selected text as level-2 header</value>
|
||||
</data>
|
||||
<data name="H3Title" xml:space="preserve">
|
||||
<value>Set selected text as level-3 header</value>
|
||||
</data>
|
||||
<data name="H4Title" xml:space="preserve">
|
||||
<value>Set selected text as level-4 header</value>
|
||||
</data>
|
||||
<data name="HRTitle" xml:space="preserve">
|
||||
<value>Insert a horizontal ruler (separator)</value>
|
||||
</data>
|
||||
<data name="ImageTitle2" xml:space="preserve">
|
||||
<value>Insert a picture in the page</value>
|
||||
</data>
|
||||
<data name="ItalicTitle" xml:space="preserve">
|
||||
<value>Style selected text as italic</value>
|
||||
</data>
|
||||
<data name="LineBreakTitle" xml:space="preserve">
|
||||
<value>Insert a single line break</value>
|
||||
</data>
|
||||
<data name="NoBrTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nobr' block, that ignores line breaks</value>
|
||||
</data>
|
||||
<data name="NoWikiTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'nowiki' block, that ignores WikiMarkup</value>
|
||||
</data>
|
||||
<data name="OrderedListTitle" xml:space="preserve">
|
||||
<value>Insert an ordered list or wrap selected text in an ordered list (1, 2, 3, ...)</value>
|
||||
</data>
|
||||
<data name="PageLinkTitle" xml:space="preserve">
|
||||
<value>Insert a link to a wiki page</value>
|
||||
</data>
|
||||
<data name="SnippetsTitle" xml:space="preserve">
|
||||
<value>View existing snippets and insert one in the page</value>
|
||||
</data>
|
||||
<data name="SpecialTagsTitle" xml:space="preserve">
|
||||
<value>View special tags and insert one in the page</value>
|
||||
</data>
|
||||
<data name="StrikedTitle" xml:space="preserve">
|
||||
<value>Style selected text as strike-through</value>
|
||||
</data>
|
||||
<data name="SubscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as subscript</value>
|
||||
</data>
|
||||
<data name="SuperscriptTitle" xml:space="preserve">
|
||||
<value>Set selected text as superscript</value>
|
||||
</data>
|
||||
<data name="SymbolsTitle" xml:space="preserve">
|
||||
<value>View and insert special symbols</value>
|
||||
</data>
|
||||
<data name="UnderlinedTitle" xml:space="preserve">
|
||||
<value>Underline selected text</value>
|
||||
</data>
|
||||
<data name="UnorderedListTitle" xml:space="preserve">
|
||||
<value>Insert an unordered list or wrap selected text in an unordered list (bullet points)</value>
|
||||
</data>
|
||||
<data name="WrapperBoxTitle" xml:space="preserve">
|
||||
<value>Wrap selected text in a 'box'</value>
|
||||
</data>
|
||||
<data name="ChangeComment" xml:space="preserve">
|
||||
<value>Change Comment</value>
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue