diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man1/expect_decryptdir.1.pot | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/templates/man1/expect_decryptdir.1.pot b/templates/man1/expect_decryptdir.1.pot new file mode 100644 index 00000000..2d9cc004 --- /dev/null +++ b/templates/man1/expect_decryptdir.1.pot @@ -0,0 +1,135 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2023-06-27 19:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "CRYPTDIR" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "1 January 1993" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "cryptdir - encrypt/decrypt all files in a directory" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "B<cryptdir> [ I<dir> ]" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "B<decryptdir> [ I<dir> ]" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "INTRODUCTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"B<cryptdir> encrypts all files in the current directory (or the given " +"directory if one is provided as an argument). When called as decryptdir (i." +"e., same program, different name), all files are decrypted." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"When encrypting, you are prompted twice for the password as a precautionary " +"measure. It would be a disaster to encrypt files a password that wasn't " +"what you intended." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"In contrast, when decrypting, you are only prompted once. If it's the wrong " +"password, no harm done." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"Encrypted files have the suffix .crypt appended. This prevents files from " +"being encrypted twice. The suffix is removed upon decryption. Thus, you " +"can easily add files to an encrypted directory and run cryptdir on it " +"without worrying about the already encrypted files." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "The man page is longer than the program." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"I<\"Exploring Expect: A Tcl-Based Toolkit for Automating Interactive " +"Programs\"> by Don Libes, O'Reilly and Associates, January 1995." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Don Libes, National Institute of Standards and Technology" +msgstr "" |