feat: add vanilla presets
This commit is contained in:
Generated
+36
@@ -618,6 +618,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New tab.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_NewTab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_NewTab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <None>.
|
||||
/// </summary>
|
||||
@@ -627,6 +636,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Preset: {0}.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_Preset {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_Preset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show timestamps.
|
||||
/// </summary>
|
||||
@@ -717,6 +735,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Event.
|
||||
/// </summary>
|
||||
internal static string Tabs_Presets_Event {
|
||||
get {
|
||||
return ResourceManager.GetString("Tabs_Presets_Event", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to General.
|
||||
/// </summary>
|
||||
internal static string Tabs_Presets_General {
|
||||
get {
|
||||
return ResourceManager.GetString("Tabs_Presets_General", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user