feat: add command help
This commit is contained in:
Generated
+45
@@ -222,6 +222,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Left.
|
||||
/// </summary>
|
||||
internal static string CommandHelpSide_Left {
|
||||
get {
|
||||
return ResourceManager.GetString("CommandHelpSide_Left", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to None.
|
||||
/// </summary>
|
||||
internal static string CommandHelpSide_None {
|
||||
get {
|
||||
return ResourceManager.GetString("CommandHelpSide_None", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Right.
|
||||
/// </summary>
|
||||
internal static string CommandHelpSide_Right {
|
||||
get {
|
||||
return ResourceManager.GetString("CommandHelpSide_Right", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Click the button to the left to see what's being worked on and what's next..
|
||||
/// </summary>
|
||||
@@ -312,6 +339,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The side of Chat 2 to display help for commands on..
|
||||
/// </summary>
|
||||
internal static string Options_CommandHelpSide_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_CommandHelpSide_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Command help side.
|
||||
/// </summary>
|
||||
internal static string Options_CommandHelpSide_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_CommandHelpSide_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Display.
|
||||
/// </summary>
|
||||
|
||||
@@ -386,4 +386,19 @@
|
||||
<data name="Options_About_Translators" xml:space="preserve">
|
||||
<value>Translators</value>
|
||||
</data>
|
||||
<data name="CommandHelpSide_None" xml:space="preserve">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="CommandHelpSide_Left" xml:space="preserve">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="CommandHelpSide_Right" xml:space="preserve">
|
||||
<value>Right</value>
|
||||
</data>
|
||||
<data name="Options_CommandHelpSide_Name" xml:space="preserve">
|
||||
<value>Command help side</value>
|
||||
</data>
|
||||
<data name="Options_CommandHelpSide_Description" xml:space="preserve">
|
||||
<value>The side of Chat 2 to display help for commands on.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user