Make italic font chooseable
This commit is contained in:
Generated
+27
@@ -2615,6 +2615,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to If enabled, uses the italic font in {0}, else it will use the ingame italic font..
|
||||
/// </summary>
|
||||
internal static string Options_Italic_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Italic_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use italic font.
|
||||
/// </summary>
|
||||
internal static string Options_ItalicEnabled {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_ItalicEnabled", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Italic font.
|
||||
/// </summary>
|
||||
internal static string Options_ItalicFont_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_ItalicFont_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The font {0} will use to display Japanese text..
|
||||
/// </summary>
|
||||
|
||||
@@ -340,6 +340,12 @@
|
||||
<data name="Options_JapaneseFont_Description">
|
||||
<value>The font {0} will use to display Japanese text.</value>
|
||||
</data>
|
||||
<data name="Options_ItalicFont_Name">
|
||||
<value>Italic font</value>
|
||||
</data>
|
||||
<data name="Options_Italic_Description">
|
||||
<value>If enabled, uses the italic font in {0}, else it will use the ingame italic font.</value>
|
||||
</data>
|
||||
<data name="Options_Tabs_ChannelTypes_Special">
|
||||
<value>Special</value>
|
||||
</data>
|
||||
@@ -523,6 +529,9 @@
|
||||
<data name="Options_FontsEnabled">
|
||||
<value>Enable custom fonts</value>
|
||||
</data>
|
||||
<data name="Options_ItalicEnabled">
|
||||
<value>Use italic font</value>
|
||||
</data>
|
||||
<data name="AutoTranslate_Search_Hint">
|
||||
<value>Search Auto Translate...</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user