You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with ASAN support on macOS, you need to use `export ASAN_OPTIONS=detect_leaks=0` before running the tests (LSAN is no supported on macOS).
71
71
@@ -103,7 +103,7 @@ KeePassXC comes with a variety of build options that can turn on/off features. E
103
103
```
104
104
105
105
Note: Even though you can build the application with all TCP/IP networking code disabled, we still require and link against
106
-
Qt5's network library to use local named pipes on all operating systems.
106
+
Qt6's network library to use local named pipes on all operating systems.
Copy file name to clipboardExpand all lines: share/translations/keepassxc_en.ts
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9308,55 +9308,55 @@ This option is deprecated, use --set-key-file instead.</source>
9308
9308
<translationtype="unfinished"></translation>
9309
9309
</message>
9310
9310
<message>
9311
-
<source>Format to use when exporting. Available choices are 'xml', 'csv' or 'html'. Defaults to 'xml'.</source>
9311
+
<source>Passkey</source>
9312
9312
<translationtype="unfinished"></translation>
9313
9313
</message>
9314
9314
<message>
9315
-
<source>Passkey</source>
9315
+
<source>Reset Shortcuts</source>
9316
9316
<translationtype="unfinished"></translation>
9317
9317
</message>
9318
9318
<message>
9319
-
<source>malformed string, possible unescaped delimiter</source>
9319
+
<source>Double click an action to change its shortcut</source>
9320
9320
<translationtype="unfinished"></translation>
9321
9321
</message>
9322
9322
<message>
9323
-
<source>missing closing delimiter</source>
9323
+
<source>Filter...</source>
9324
9324
<translationtype="unfinished"></translation>
9325
9325
</message>
9326
9326
<message>
9327
-
<source>%1, row: %2, column: %3</source>
9327
+
<source>Shortcut Conflict</source>
9328
9328
<translationtype="unfinished"></translation>
9329
9329
</message>
9330
9330
<message>
9331
-
<source>Encrypted files are not supported.</source>
9331
+
<source>Shortcut %1 conflicts with '%2'. Overwrite shortcut?</source>
9332
9332
<translationtype="unfinished"></translation>
9333
9333
</message>
9334
9334
<message>
9335
-
<source>Proton Pass Import</source>
9335
+
<source>Format to use when exporting. Available choices are 'xml', 'csv' or 'html'. Defaults to 'xml'.</source>
9336
9336
<translationtype="unfinished"></translation>
9337
9337
</message>
9338
9338
<message>
9339
-
<source>Tags</source>
9339
+
<source>malformed string, possible unescaped delimiter</source>
9340
9340
<translationtype="unfinished"></translation>
9341
9341
</message>
9342
9342
<message>
9343
-
<source>Reset Shortcuts</source>
9343
+
<source>missing closing delimiter</source>
9344
9344
<translationtype="unfinished"></translation>
9345
9345
</message>
9346
9346
<message>
9347
-
<source>Double click an action to change its shortcut</source>
9347
+
<source>%1, row: %2, column: %3</source>
9348
9348
<translationtype="unfinished"></translation>
9349
9349
</message>
9350
9350
<message>
9351
-
<source>Filter...</source>
9351
+
<source>Encrypted files are not supported.</source>
9352
9352
<translationtype="unfinished"></translation>
9353
9353
</message>
9354
9354
<message>
9355
-
<source>Shortcut Conflict</source>
9355
+
<source>Proton Pass Import</source>
9356
9356
<translationtype="unfinished"></translation>
9357
9357
</message>
9358
9358
<message>
9359
-
<source>Shortcut %1 conflicts with '%2'. Overwrite shortcut?</source>
0 commit comments