- Improve DBViewer behaviour and UI

(cherry picked from commit cb41787f5525aa73175ad06299d0a799ebf731e2)
This commit is contained in:
Infi
2026-05-01 20:14:13 +02:00
committed by JonKazama-Hellion
parent 135f7a9bf7
commit e219b3e1fe
19 changed files with 652 additions and 12 deletions
+34
View File
@@ -1435,4 +1435,38 @@ Nachdem du 'Aktiviert' angeklickt und auf 'Start' gedrückt hast, wird die einge
<data name="ChannelSelector_Select" xml:space="preserve">
<value>Select all</value>
</data>
<data name="Database_Migration_Error_Title" xml:space="preserve">
<value>Chat2 Database Migration Error</value>
</data>
<data name="Database_Migration_Error_Desc" xml:space="preserve">
<value>Database migration has failed, a new database will be created.
Your old database can still be recovered, please contact the plugin author for help.</value>
</data>
<data name="DbViewer_Date_Reset_Tooltip" xml:space="preserve">
<value>Reset date selection.</value>
</data>
<data name="Folder_Export_Location_Tooltip" xml:space="preserve">
<value>Pick a folder location for export.</value>
</data>
<data name="Folder_Selection_Header" xml:space="preserve">
<value>Pick an export location</value>
</data>
<data name="Export_Txt_Tooltip" xml:space="preserve">
<value>Export the message history to a text file.</value>
</data>
<data name="Export_Json_Tooltip" xml:space="preserve">
<value>Export the message history to a json file.</value>
</data>
<data name="Page_ArrowLeft_Tooltip" xml:space="preserve">
<value>Previous page</value>
</data>
<data name="Page_ArrowRight_Tooltip" xml:space="preserve">
<value>Next page</value>
</data>
<data name="DatePicker_Tooltip" xml:space="preserve">
<value>Open date picker</value>
</data>
<data name="ChatExport_Initial" xml:space="preserve">
<value>Loading logs ...</value>
</data>
</root>