Implement sounds on interaction
This commit is contained in:
Generated
+18
@@ -2183,6 +2183,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Play sounds on interaction..
|
||||
/// </summary>
|
||||
internal static string Options_PlaySounds_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_PlaySounds_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Play sounds.
|
||||
/// </summary>
|
||||
internal static string Options_PlaySounds_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_PlaySounds_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Display messages in a more modern style..
|
||||
/// </summary>
|
||||
|
||||
@@ -988,4 +988,10 @@
|
||||
<data name="Options_OverrideStyle_NotAvailable" xml:space="preserve">
|
||||
<value>No dalamud styles available</value>
|
||||
</data>
|
||||
<data name="Options_PlaySounds_Name" xml:space="preserve">
|
||||
<value>Play sounds</value>
|
||||
</data>
|
||||
<data name="Options_PlaySounds_Description" xml:space="preserve">
|
||||
<value>Play sounds on interaction.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user