- Improve DBViewer behaviour and UI
(cherry picked from commit cb41787f5525aa73175ad06299d0a799ebf731e2)
This commit is contained in:
Generated
+100
@@ -131,6 +131,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Loading logs ....
|
||||
/// </summary>
|
||||
internal static string ChatExport_Initial {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatExport_Initial", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input is disabled for this tab.
|
||||
/// </summary>
|
||||
@@ -1454,6 +1463,34 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Database migration has failed, a new database will be created.
|
||||
///Your old database can still be recovered, please contact the plugin author for help..
|
||||
/// </summary>
|
||||
internal static string Database_Migration_Error_Desc {
|
||||
get {
|
||||
return ResourceManager.GetString("Database_Migration_Error_Desc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Chat2 Database Migration Error.
|
||||
/// </summary>
|
||||
internal static string Database_Migration_Error_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Database_Migration_Error_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open date picker.
|
||||
/// </summary>
|
||||
internal static string DatePicker_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("DatePicker_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fri.
|
||||
/// </summary>
|
||||
@@ -1643,6 +1680,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset date selection..
|
||||
/// </summary>
|
||||
internal static string DbViewer_Date_Reset_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("DbViewer_Date_Reset_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FromTo:.
|
||||
/// </summary>
|
||||
@@ -1733,6 +1779,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Export the message history to a json file..
|
||||
/// </summary>
|
||||
internal static string Export_Json_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Export_Json_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Export the message history to a text file..
|
||||
/// </summary>
|
||||
internal static string Export_Txt_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Export_Txt_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Chinese (full).
|
||||
/// </summary>
|
||||
@@ -1796,6 +1860,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pick a folder location for export..
|
||||
/// </summary>
|
||||
internal static string Folder_Export_Location_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Folder_Export_Location_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pick an export location.
|
||||
/// </summary>
|
||||
internal static string Folder_Selection_Header {
|
||||
get {
|
||||
return ResourceManager.GetString("Folder_Selection_Header", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source.
|
||||
/// </summary>
|
||||
@@ -3713,6 +3795,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Previous page.
|
||||
/// </summary>
|
||||
internal static string Page_ArrowLeft_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Page_ArrowLeft_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Next page.
|
||||
/// </summary>
|
||||
internal static string Page_ArrowRight_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Page_ArrowRight_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to find ID for this message, please try another one..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user