Add button to database section
This commit is contained in:
Generated
+9
@@ -1832,6 +1832,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open migration window.
|
||||
/// </summary>
|
||||
internal static string Options_Database_Old_Migration {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Database_Old_Migration", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Database.
|
||||
/// </summary>
|
||||
|
||||
@@ -1009,4 +1009,7 @@
|
||||
<data name="Options_Database_Old_Delete_Success" xml:space="preserve">
|
||||
<value>The old database was successfully removed.</value>
|
||||
</data>
|
||||
<data name="Options_Database_Old_Migration" xml:space="preserve">
|
||||
<value>Open migration window</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user