Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Blanke <blanke.and@gmail.com>2021-11-04 06:29:44 +0300
committerJonathan White <support@dmapps.us>2021-11-08 01:27:16 +0300
commit7d37f65ad00c49f2f3542ae9bcfda00b73a13c49 (patch)
treec459903f5065746efc97b6fed60bd64593d2680e /share/translations
parent7811f10dba8a43d2b440ee193d14db55c9d72e31 (diff)
CLI: Add commands to handle attachments
* Add commands to manipulate entry attachments from the CLI * Closes #4462 * Add the following commands: attachment-export: Exports the content of an attachment to a specified file. attachment-import: Imports the attachment into an entry. An existing attachment with the same name may be overwritten if the -f option is specified. attachment-rm: Removes the named attachment from an entry. * Add --show-attachments to the show command
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts88
1 files changed, 88 insertions, 0 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index c3ffb2d9c..dd87e1920 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -7386,6 +7386,94 @@ Please consider generating a new key file.</source>
<source>%1 (invalid executable path)</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Export an attachment of an entry.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Path of the entry with the target attachment.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Name of the attachment to be exported.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Path to which the attachment should be exported.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Could not find attachment with name %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>No export target given. Please use &apos;--stdout&apos; or specify an &apos;export-file&apos;.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Could not open output file %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Successfully exported attachment %1 of entry %2 to %3.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Overwrite existing attachments.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Imports an attachment to an entry.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Path of the entry.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Name of the attachment to be added.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Path of the attachment to be imported.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Attachment %1 already exists for entry %2.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Could not open attachment file %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Successfully imported attachment %1 as %2 to entry %3.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Remove an attachment of an entry.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Name of the attachment to be removed.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Successfully removed attachment %1 from entry %2.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Show the attachments of the entry.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>No attachments present.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Attachments:</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>QtIOCompressor</name>