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>
|
||||
|
||||
Reference in New Issue
Block a user