mirror of https://github.com/keeweb/keeweb
all other files and all files
parent
15936fcef0
commit
677b428e63
|
@ -761,8 +761,9 @@
|
|||
"extensionConnectHeader": "Extension data exchange",
|
||||
"extensionConnectIntro": "A browser extension that identifies itself as {} tries to exchange data with KeeWeb.",
|
||||
"extensionConnectUnknownActivity": "KeeWeb doesn't verify that the connected application is what it pretends to be. Approve the request only if you recognize this activity.",
|
||||
"extensionConnectFiles": "In this session, allow access to files:",
|
||||
"extensionConnectAllFiles": "All other files",
|
||||
"extensionConnectFiles": "In this session, allow access to:",
|
||||
"extensionConnectAllOtherFiles": "All other files",
|
||||
"extensionConnectAllFiles": "All files",
|
||||
"extensionConnectAskGet": "Ask before returning passwords to the extension:",
|
||||
"extensionConnectAskGetMultiple": "if there's more than one match",
|
||||
"extensionConnectAskGetAlways": "always",
|
||||
|
|
|
@ -21,7 +21,13 @@
|
|||
id="extension-connect__file-check--all"
|
||||
{{#if allFiles}}checked{{/if}}
|
||||
/>
|
||||
<label for="extension-connect__file-check--all">{{res 'extensionConnectAllFiles'}}</label>
|
||||
<label for="extension-connect__file-check--all">
|
||||
{{#if files.length}}
|
||||
{{res 'extensionConnectAllOtherFiles'}}
|
||||
{{else}}
|
||||
{{res 'extensionConnectAllFiles'}}
|
||||
{{/if}}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue