feat: add a more obvious warning for people
This commit is contained in:
Generated
+24
@@ -1502,5 +1502,29 @@ namespace ChatTwo.Resources {
|
||||
return ResourceManager.GetString("Options_Tabs_ExtraChatAll", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Migration_Line1 {
|
||||
get {
|
||||
return ResourceManager.GetString("Migration_Line1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Migration_Line2 {
|
||||
get {
|
||||
return ResourceManager.GetString("Migration_Line2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Migration_Line3 {
|
||||
get {
|
||||
return ResourceManager.GetString("Migration_Line3", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Migration_Line4 {
|
||||
get {
|
||||
return ResourceManager.GetString("Migration_Line4", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -851,4 +851,16 @@
|
||||
<data name="Options_Tabs_ExtraChatAll" xml:space="preserve">
|
||||
<value>All</value>
|
||||
</data>
|
||||
<data name="Migration_Line1" xml:space="preserve">
|
||||
<value>Chat 2 is performing a database migration.</value>
|
||||
</data>
|
||||
<data name="Migration_Line2" xml:space="preserve">
|
||||
<value>Chat 2 and the plugin installer will be unavailable until it is complete.</value>
|
||||
</data>
|
||||
<data name="Migration_Line3" xml:space="preserve">
|
||||
<value>This may take a few minutes depending on the size of your chat database.</value>
|
||||
</data>
|
||||
<data name="Migration_Line4" xml:space="preserve">
|
||||
<value>Do not close FFXIV, unload Dalamud, or turn off your computer during this time.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user