feat: add spacing and descriptions for fonts
This commit is contained in:
Generated
+45
@@ -267,6 +267,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The font Chat 2 will use to display non-Japanese text..
|
||||
/// </summary>
|
||||
internal static string Options_Font_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Font_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Font.
|
||||
/// </summary>
|
||||
internal static string Options_Font_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Font_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Using certain system fonts may crash your game. You have been warned..
|
||||
/// </summary>
|
||||
internal static string Options_Font_Warning {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Font_Warning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Font size.
|
||||
/// </summary>
|
||||
@@ -312,6 +339,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The font Chat 2 will use to display Japanese text..
|
||||
/// </summary>
|
||||
internal static string Options_JapaneseFont_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_JapaneseFont_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Japanese font.
|
||||
/// </summary>
|
||||
internal static string Options_JapaneseFont_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_JapaneseFont_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reduce the spacing between messages..
|
||||
/// </summary>
|
||||
|
||||
@@ -320,4 +320,19 @@
|
||||
<data name="ChatSource_OtherPet" xml:space="preserve">
|
||||
<value>Pet (Other)</value>
|
||||
</data>
|
||||
<data name="Options_Font_Name" xml:space="preserve">
|
||||
<value>Font</value>
|
||||
</data>
|
||||
<data name="Options_JapaneseFont_Name" xml:space="preserve">
|
||||
<value>Japanese font</value>
|
||||
</data>
|
||||
<data name="Options_Font_Description" xml:space="preserve">
|
||||
<value>The font Chat 2 will use to display non-Japanese text.</value>
|
||||
</data>
|
||||
<data name="Options_Font_Warning" xml:space="preserve">
|
||||
<value>Using certain system fonts may crash your game. You have been warned.</value>
|
||||
</data>
|
||||
<data name="Options_JapaneseFont_Description" xml:space="preserve">
|
||||
<value>The font Chat 2 will use to display Japanese text.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user