mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-13 13:11:22 -05:00
Format and translations
This commit is contained in:
parent
4bae9a40c9
commit
b779712d0f
@ -1186,18 +1186,6 @@ Do you want to overwrite the passkey in %1 - %2?</source>
|
||||
<source>Custom extension ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please see special instructions for browser extension use below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -1246,6 +1234,10 @@ Do you want to overwrite the passkey in %1 - %2?</source>
|
||||
<source>Allow using localhost with passkeys</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CloneDialog</name>
|
||||
|
@ -230,7 +230,7 @@ QString NativeMessageInstaller::getNativeMessagePath(SupportedBrowsers browser)
|
||||
// Same as Flatpak above, with the exception that Snap also redefines $HOME
|
||||
// Therefore we must explicitly reference $SNAP_REAL_HOME
|
||||
if (browser == SupportedBrowsers::TOR_BROWSER) {
|
||||
basePath = qEnvironmentVariable("SNAP_REAL_HOME") + "/.local/share";
|
||||
basePath = qEnvironmentVariable("SNAP_REAL_HOME") + "/.local/share";
|
||||
} else if (browser == SupportedBrowsers::FIREFOX) {
|
||||
basePath = qEnvironmentVariable("SNAP_REAL_HOME");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user