feat: add symbol and japanese font sizes
This commit is contained in:
Generated
+36
@@ -294,6 +294,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fonts.
|
||||
/// </summary>
|
||||
internal static string Options_Fonts_Tab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Fonts_Tab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Font size.
|
||||
/// </summary>
|
||||
@@ -357,6 +366,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Japanese font size.
|
||||
/// </summary>
|
||||
internal static string Options_JapaneseFontSize_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_JapaneseFontSize_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reduce the spacing between messages..
|
||||
/// </summary>
|
||||
@@ -456,6 +474,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The font size to use for game symbols..
|
||||
/// </summary>
|
||||
internal static string Options_SymbolsFontSize_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_SymbolsFontSize_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Symbols font size.
|
||||
/// </summary>
|
||||
internal static string Options_SymbolsFontSize_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_SymbolsFontSize_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user