From 857895a750c3da5145b2d995f4b898e4c6385fa0 Mon Sep 17 00:00:00 2001 From: "Dyne.org foundation" Date: Mon, 22 Jul 2024 12:04:06 +0200 Subject: [PATCH] Added translation using Weblate (Finnish) --- extras/translations/fi.po | 1409 +++++++++++++++++++++++++++++++++++++ 1 file changed, 1409 insertions(+) create mode 100644 extras/translations/fi.po diff --git a/extras/translations/fi.po b/extras/translations/fi.po new file mode 100644 index 00000000..3d9d9407 --- /dev/null +++ b/extras/translations/fi.po @@ -0,0 +1,1409 @@ +# Tomb - The Crypto Undertaker. +# Copyright (C) 2007-2024 Dyne.org Foundation +# Denis Roio , 2013. +# +msgid "" +msgstr "" +"PO-Revision-Date: Thu Jan 25 22:28:26 2024\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: tomb:Safety functions:_sudo:120 +msgid "$pescmd executable not found" +msgstr "" + +#: tomb:Safety functions:_sudo:124 +msgid "[sudo] Enter password for user ::1 user:: to gain superuser privileges" +msgstr "" + +#: tomb:Safety functions:_sudo:131 +msgid "Super user execution not supported: ::1 sudo::" +msgstr "" + +#: tomb:Safety functions:_whoami:236 +msgid "Failing to identify the user who is calling us" +msgstr "" + +#: tomb:Safety functions:_tmp_create:272 +msgid "Fatal error creating the temporary directory: ::1 temp dir::" +msgstr "" + +#: tomb:Safety functions:_tmp_create:280 +msgid "Fatal error setting the permission umask for temporary files" +msgstr "" + +#: tomb:Safety functions:_tmp_create:283 +msgid "Someone is messing up with us trying to hijack temporary files." +msgstr "" + +#: tomb:Safety functions:_tmp_create:287 +msgid "Fatal error creating a temporary file: ::1 temp file::" +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:398 +msgid "An active swap partition is detected..." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:408 +msgid "Found zramswap with writeback enabled." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:411 +msgid "Found zramswap without writeback to disk." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:424 +msgid "The undertaker found that all swap partitions are encrypted. Good." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:426 +msgid "This poses a security risk." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:427 +msgid "You can deactivate all swap partitions using the command:" +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:428 +msgid " swapoff -a" +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:429 +msgid "[#163] I may not detect plain swaps on an encrypted volume." +msgstr "" + +#: tomb:Safety functions:_ensure_safe_swap:430 +msgid "But if you want to proceed like this, use the -f (force) flag." +msgstr "" + +#: tomb:Safety functions:_check_swap:449 +msgid "Operation aborted." +msgstr "" + +#: tomb:Safety functions:ask_password:536 +msgid "Cannot find any pinentry and no DISPLAY detected." +msgstr "" + +#: tomb:Safety functions:ask_password:550 +msgid "Pinentry error: ::1 error::" +msgstr "" + +#: tomb:Safety functions:ask_password:562 +msgid "Empty password" +msgstr "" + +#: tomb:Safety functions:sphinx_get_password:587 +msgid "sphinx returns error: ::1 error::" +msgstr "" + +#: tomb:Safety functions:sphinx_get_password:589 +msgid "Failed to retrieve actual password with sphinx." +msgstr "" + +#: tomb:Safety functions:sphinx_get_password:592 +msgid "Both host and user have to be set to use sphinx" +msgstr "" + +#: tomb:Safety functions:sphinx_set_password:623 +msgid "Failed to create password with sphinx" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:636 +msgid "Tomb file is missing from arguments." +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:643 +msgid "Tomb file is not writable: ::1 tomb file::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:650 +msgid "Tomb file is not a regular file: ::1 tomb file::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:656 +msgid "Tomb file is empty (zero length): ::1 tomb file::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:662 +msgid "Tomb command failed: ::1 command name::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:667 +msgid "File is not yet a tomb: ::1 tomb file::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:687 +msgid "Tomb won't work without a TOMBNAME." +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:698 +msgid "Tomb file already in use: ::1 tombname::" +msgstr "" + +#: tomb:Safety functions:is_valid_tomb:704 +msgid "Valid tomb file found: ::1 tomb path::" +msgstr "" + +#: tomb:Safety functions:lo_mount:716 +msgid "Loop mount of volumes is not possible on this machine, this error" +msgstr "" + +#: tomb:Safety functions:lo_mount:717 +msgid "often occurs on VPS and kernels that don't provide the loop module." +msgstr "" + +#: tomb:Safety functions:lo_mount:718 +msgid "It is impossible to use Tomb on this machine under these conditions." +msgstr "" + +#: tomb:Safety functions:lo_mount:726 +msgid "Loopback mount failed: ::1 path:: on ::2 loop::" +msgstr "" + +#: tomb:Commandline interaction:usage:762 +msgid "Syntax: tomb [options] command [arguments]" +msgstr "" + +#: tomb:Commandline interaction:usage:764 +msgid "Commands:" +msgstr "" + +#: tomb:Commandline interaction:usage:766 +msgid " // Creation:" +msgstr "" + +#: tomb:Commandline interaction:usage:767 +msgid " dig create a new empty TOMB file of size -s in MiB" +msgstr "" + +#: tomb:Commandline interaction:usage:768 +msgid " forge create a new KEY file and set its password" +msgstr "" + +#: tomb:Commandline interaction:usage:769 +msgid " lock installs a lock on a TOMB to use it with KEY" +msgstr "" + +#: tomb:Commandline interaction:usage:771 +msgid " // Operations on tombs:" +msgstr "" + +#: tomb:Commandline interaction:usage:772 +msgid " open open an existing TOMB (-k KEY file or - for stdin)" +msgstr "" + +#: tomb:Commandline interaction:usage:773 +msgid " index update the search indexes of tombs" +msgstr "" + +#: tomb:Commandline interaction:usage:774 +msgid " search looks for filenames matching text patterns" +msgstr "" + +#: tomb:Commandline interaction:usage:775 +msgid " list list of open TOMBs and information on them" +msgstr "" + +#: tomb:Commandline interaction:usage:776 +msgid " ps list of running processes inside open TOMBs" +msgstr "" + +#: tomb:Commandline interaction:usage:777 +msgid " close close a specific TOMB (or 'all')" +msgstr "" + +#: tomb:Commandline interaction:usage:778 +msgid " slam slam a TOMB killing all programs using it" +msgstr "" + +#: tomb:Commandline interaction:usage:780 +msgid " resize resize a TOMB to a new size -s (can only grow)" +msgstr "" + +#: tomb:Commandline interaction:usage:783 +msgid " // Operations on keys:" +msgstr "" + +#: tomb:Commandline interaction:usage:784 +msgid " passwd change the password of a KEY (needs old pass)" +msgstr "" + +#: tomb:Commandline interaction:usage:785 +msgid " setkey change the KEY locking a TOMB (needs old key and pass)" +msgstr "" + +#: tomb:Commandline interaction:usage:788 +msgid " // Backup on paper:" +msgstr "" + +#: tomb:Commandline interaction:usage:789 +msgid " engrave makes a QR code of a KEY to be saved on paper" +msgstr "" + +#: tomb:Commandline interaction:usage:793 +msgid " // Steganography:" +msgstr "" + +#: tomb:Commandline interaction:usage:795 +msgid " bury hide a KEY inside a JPEG image (for use with -k)" +msgstr "" + +#: tomb:Commandline interaction:usage:796 +msgid " exhume extract a KEY from a JPEG image (prints to stdout)" +msgstr "" + +#: tomb:Commandline interaction:usage:799 +msgid " cloak transform a KEY into TEXT using CIPHER (for use with -k)" +msgstr "" + +#: tomb:Commandline interaction:usage:802 +msgid " uncloak extract a KEY from a TEXT using CIPHER (prints to stdout)" +msgstr "" + +#: tomb:Commandline interaction:usage:806 +msgid "Options:" +msgstr "" + +#: tomb:Commandline interaction:usage:808 +msgid " -s size of the tomb file when creating/resizing one (in MiB)" +msgstr "" + +#: tomb:Commandline interaction:usage:809 +msgid " -k path to the key to be used ('-k -' to read from stdin)" +msgstr "" + +#: tomb:Commandline interaction:usage:810 +msgid " -n don't launch the execution hooks found in tomb" +msgstr "" + +#: tomb:Commandline interaction:usage:811 +msgid " -p preserve the ownership of all files in tomb" +msgstr "" + +#: tomb:Commandline interaction:usage:812 +msgid " -o options passed to commands: open, lock, forge (see man)" +msgstr "" + +#: tomb:Commandline interaction:usage:813 +msgid " -f force operation (i.e. even if swap is active)" +msgstr "" + +#: tomb:Commandline interaction:usage:814 +msgid " -g use a GnuPG key to encrypt a tomb key" +msgstr "" + +#: tomb:Commandline interaction:usage:815 +msgid " -r provide GnuPG recipients (separated by comma)" +msgstr "" + +#: tomb:Commandline interaction:usage:816 +msgid " -R provide GnuPG hidden recipients (separated by comma)" +msgstr "" + +#: tomb:Commandline interaction:usage:817 +msgid " --sudo super user exec alternative to sudo (doas or none)" +msgstr "" + +#: tomb:Commandline interaction:usage:820 +msgid " --sphx-user user associated with the key (for use with pitchforkedsphinx)" +msgstr "" + +#: tomb:Commandline interaction:usage:821 +msgid " --sphx-host host associated with the key (for use with pitchforkedsphinx)" +msgstr "" + +#: tomb:Commandline interaction:usage:825 +msgid " --kdf forge keys armored against dictionary attacks" +msgstr "" + +#: tomb:Commandline interaction:usage:829 +msgid " -h print this help" +msgstr "" + +#: tomb:Commandline interaction:usage:830 +msgid " -v print version, license and list of available ciphers" +msgstr "" + +#: tomb:Commandline interaction:usage:831 +msgid " -q run quietly without printing informations" +msgstr "" + +#: tomb:Commandline interaction:usage:832 +msgid " -D print debugging information at runtime" +msgstr "" + +#: tomb:Commandline interaction:usage:834 +msgid "For more information on Tomb read the manual: man tomb" +msgstr "" + +#: tomb:Commandline interaction:usage:835 +msgid "Please report bugs on ." +msgstr "" + +#: tomb:Commandline interaction:_ensure_dependencies:992 +msgid "Missing required dependency ::1 command::. Please install it." +msgstr "" + +#: tomb:Commandline interaction:_ensure_dependencies:1004 +msgid "No privilege escalation tool found, not even sudo" +msgstr "" + +#: tomb:Key operations:is_valid_recipients:1052 +msgid "Not a valid GPG key ID: ::1 gpgid:: " +msgstr "" + +#: tomb:Key operations:is_valid_recipients:1056 +msgid "The key ::1 gpgid:: is not trusted enough" +msgstr "" + +#: tomb:Key operations:is_valid_key:1107 +msgid "cleartext key from stdin selected: this is unsafe." +msgstr "" + +#: tomb:Key operations:is_valid_key:1108 +msgid "please use --unsafe if you really want to do this." +msgstr "" + +#: tomb:Key operations:is_valid_key:1110 +msgid "received key in cleartext from stdin (unsafe mode)" +msgstr "" + +#: tomb:Key operations:is_valid_key:1114 +msgid "is_valid_key() called without an argument." +msgstr "" + +#: tomb:Key operations:is_valid_key:1122 +msgid "Key is an image, it might be valid." +msgstr "" + +#: tomb:Key operations:is_valid_key:1128 +msgid "Key is missing KDF header." +msgstr "" + +#: tomb:Key operations:is_valid_key:1134 +msgid "Key is valid." +msgstr "" + +#: tomb:Key operations:recover_key:1144 +msgid "Attempting key recovery." +msgstr "" + +#: tomb:Key operations:_load_key:1168 +msgid "This operation requires a key file to be specified using the -k option." +msgstr "" + +#: tomb:Key operations:_load_key:1172 +msgid "Waiting for the key to be piped from stdin... " +msgstr "" + +#: tomb:Key operations:_load_key:1183 +msgid "Key not found, specify one using -k." +msgstr "" + +#: tomb:Key operations:_load_key:1198 +msgid "The key seems invalid or its format is not known by this version of Tomb." +msgstr "" + +#: tomb:Key operations:gpg_decrypt:1229 +msgid "You set an invalid GPG ID." +msgstr "" + +#: tomb:Key operations:get_lukskey:1281 +msgid "Unlocking KDF key protection (::1 kdf::)" +msgstr "" + +#: tomb:Key operations:get_lukskey:1300 +msgid "No suitable program for KDF ::1 program::." +msgstr "" + +#: tomb:Key operations:get_lukskey:1316 +msgid "User aborted password dialog." +msgstr "" + +#: tomb:Key operations:ask_key_password:1340 +msgid "Internal error: ask_key_password() called before _load_key()." +msgstr "" + +#: tomb:Key operations:ask_key_password:1352 +msgid "A password is required to use key ::1 key::" +msgstr "" + +#: tomb:Key operations:ask_key_password:1371 +msgid "Password OK." +msgstr "" + +#: tomb:Key operations:change_passwd:1419 +msgid "Commanded to change GnuPG key for tomb key ::1 key::" +msgstr "" + +#: tomb:Key operations:change_passwd:1421 +msgid "Commanded to change password for tomb key ::1 key::" +msgstr "" + +#: tomb:Key operations:change_passwd:1434 +msgid "No valid password supplied." +msgstr "" + +#: tomb:Key operations:change_passwd:1437 +msgid "Changing GnuPG key for ::1 key file::" +msgstr "" + +#: tomb:Key operations:change_passwd:1439 +msgid "Changing password for ::1 key file::" +msgstr "" + +#: tomb:Key operations:change_passwd:1453 +msgid "Error: the newly generated keyfile does not seem valid." +msgstr "" + +#: tomb:Key operations:change_passwd:1458 +msgid "Your GnuPG key was successfully changed" +msgstr "" + +#: tomb:Key operations:change_passwd:1460 +msgid "Your passphrase was successfully updated." +msgstr "" + +#: tomb:Key operations:gen_key:1511 +msgid "You are going to encrypt a tomb key with ::1 nrecipients:: recipient(s)." +msgstr "" + +#: tomb:Key operations:gen_key:1512 +msgid "It is your responsibility to check these fingerprints." +msgstr "" + +#: tomb:Key operations:gen_key:1513 +msgid "The fingerprints are:" +msgstr "" + +#: tomb:Key operations:gen_key:1515 +msgid " `_gpg_fingerprint " +msgstr "" + +#: tomb:Key operations:gen_key:1520 +msgid "No recipient specified, using default GPG key." +msgstr "" + +#: tomb:Key operations:gen_key:1533 +msgid "User aborted." +msgstr "" + +#: tomb:Key operations:gen_key:1536 +msgid "You set empty password, which is not possible." +msgstr "" + +#: tomb:Key operations:gen_key:1577 +msgid "Wrong argument for --kdf: must be an integer number (iteration seconds)." +msgstr "" + +#: tomb:Key operations:gen_key:1578 +msgid "Depending on the speed of machines using this tomb, use 1 to 10, or more" +msgstr "" + +#: tomb:Key operations:gen_key:1589 +msgid "Using KDF, iteration time: ::1 microseconds::" +msgstr "" + +#: tomb:Key operations:gen_key:1590 +msgid "generating salt" +msgstr "" + +#: tomb:Key operations:gen_key:1592 +msgid "calculating iterations" +msgstr "" + +#: tomb:Key operations:gen_key:1594 +msgid "encoding the password" +msgstr "" + +#: tomb:Key operations:gen_key:1601 +msgid "Using KDF Argon2" +msgstr "" + +#: tomb:Key operations:gen_key:1604 +msgid "memory used: 2^::1 kdfmemory::" +msgstr "" + +#: tomb:Key operations:gen_key:1606 +msgid "kdf salt: ::1 kdfsalt::" +msgstr "" + +#: tomb:Key operations:gen_key:1607 +msgid "kdf iterations: ::1 kdfiterations::" +msgstr "" + +#: tomb:Key operations:bury_key:1667 +msgid "Encode failed: ::1 image file:: is not a jpeg image." +msgstr "" + +#: tomb:Key operations:bury_key:1671 +msgid "Encoding key ::1 tomb key:: inside image ::2 image file::" +msgstr "" + +#: tomb:Key operations:bury_key:1673 +msgid "Using GnuPG Key ID" +msgstr "" + +#: tomb:Key operations:bury_key:1675 +msgid "Please confirm the key password for the encoding" +msgstr "" + +#: tomb:Key operations:bury_key:1696 +msgid "Wrong password/GnuPG ID supplied." +msgstr "" + +#: tomb:Key operations:bury_key:1697 +msgid "You shall not bury a key whose password is unknown to you." +msgstr "" + +#: tomb:Key operations:bury_key:1737 +msgid "Encoding error: steghide reports problems." +msgstr "" + +#: tomb:Key operations:bury_key:1740 +msgid "Tomb key encoded succesfully into image ::1 image file::" +msgstr "" + +#: tomb:Key operations:exhume_key:1752 +msgid "Exhume failed, no image specified" +msgstr "" + +#: tomb:Key operations:exhume_key:1765 +msgid "Exhume failed, image file not found: ::1 image file::" +msgstr "" + +#: tomb:Key operations:exhume_key:1767 +msgid "Exhume failed: ::1 image file:: is not a jpeg image." +msgstr "" + +#: tomb:Key operations:exhume_key:1774 +msgid "Wrong password or no steganographic key found" +msgstr "" + +#: tomb:Key operations:exhume_key:1785 +msgid "printing exhumed key on stdout" +msgstr "" + +#: tomb:Key operations:exhume_key:1789 +msgid "File exists: ::1 tomb key::" +msgstr "" + +#: tomb:Key operations:exhume_key:1791 +msgid "Use of --force selected: overwriting." +msgstr "" + +#: tomb:Key operations:exhume_key:1794 +msgid "Make explicit use of --force to overwrite." +msgstr "" + +#: tomb:Key operations:exhume_key:1795 +msgid "Refusing to overwrite file. Operation aborted." +msgstr "" + +#: tomb:Key operations:exhume_key:1798 +msgid "Trying to exhume a key out of image ::1 image file::" +msgstr "" + +#: tomb:Key operations:exhume_key:1819 +msgid "Key succesfully exhumed to ::1 key::." +msgstr "" + +#: tomb:Key operations:exhume_key:1821 +msgid "Nothing found in ::1 image file::" +msgstr "" + +#: tomb:Key operations:cloakify_key:1843 +msgid "Encoding key ::1 tomb key:: using cipher ::2 cipher file::" +msgstr "" + +#: tomb:Key operations:cloakify_key:1848 +msgid "printing cloaked key on stdout" +msgstr "" + +#: tomb:Key operations:cloakify_key:1852 +msgid "File exists: ::1 output file::" +msgstr "" + +#: tomb:Key operations:cloakify_key:1864 +msgid "Encoding error: cloakify reports problems." +msgstr "" + +#: tomb:Key operations:cloakify_key:1867 +msgid "Tomb key encoded succesfully" +msgstr "" + +#: tomb:Key operations:decloakify_key:1879 +msgid "Uncloak failed, no text file specified" +msgstr "" + +#: tomb:Key operations:decloakify_key:1881 +msgid "Uncloak failed, no cipher file specified" +msgstr "" + +#: tomb:Key operations:decloakify_key:1894 +msgid "Uncloak failed, text file not found: ::1 text file::" +msgstr "" + +#: tomb:Key operations:decloakify_key:1897 +msgid "Uncloak failed, cipher file not found: ::1 cipher file::" +msgstr "" + +#: tomb:Key operations:decloakify_key:1903 +msgid "printing uncloaked key on stdout" +msgstr "" + +#: tomb:Key operations:decloakify_key:1923 +msgid "Key succesfully uncloaked to ::1 key::." +msgstr "" + +#: tomb:Key operations:decloakify_key:1925 +msgid "Nothing found in ::1 text file::" +msgstr "" + +#: tomb:Key operations:engrave_key:1942 +msgid "Rendering a printable QRCode for key: ::1 tomb key file::" +msgstr "" + +#: tomb:Key operations:engrave_key:1947 +msgid "QREncode reported an error." +msgstr "" + +#: tomb:Key operations:engrave_key:1949 +msgid "Operation successful:" +msgstr "" + +#: tomb:Create:dig_tomb:1983 +msgid "Commanded to dig tomb ::1 tomb path::" +msgstr "" + +#: tomb:Create:dig_tomb:1985 +msgid "Missing path to tomb" +msgstr "" + +#: tomb:Create:dig_tomb:1986 +msgid "Size argument missing, use -s" +msgstr "" + +#: tomb:Create:dig_tomb:1987 +msgid "Size must be an integer (mebibytes)" +msgstr "" + +#: tomb:Create:dig_tomb:1988 +msgid "Tombs can't be smaller than 10 mebibytes" +msgstr "" + +#: tomb:Create:dig_tomb:1991 +msgid "A tomb exists already. I'm not digging here:" +msgstr "" + +#: tomb:Create:dig_tomb:1996 +msgid "Creating a new tomb in ::1 tomb path::" +msgstr "" + +#: tomb:Create:dig_tomb:1997 +msgid "Generating ::1 tomb file:: of ::2 size::MiB" +msgstr "" + +#: tomb:Create:dig_tomb:2001 +msgid "Error creating the tomb ::1 tomb path::" +msgstr "" + +#: tomb:Create:dig_tomb:2011 +msgid "Done digging ::1 tomb name::" +msgstr "" + +#: tomb:Create:dig_tomb:2012 +msgid "Your tomb is not yet ready, you need to forge a key and lock it:" +msgstr "" + +#: tomb:Create:dig_tomb:2013 +msgid "tomb forge ::1 tomb path::.key" +msgstr "" + +#: tomb:Create:dig_tomb:2014 +msgid "tomb lock ::1 tomb path:: -k ::1 tomb path::.key" +msgstr "" + +#: tomb:Create:forge_key:2036 +msgid "A filename needs to be specified using -k to forge a new key." +msgstr "" + +#: tomb:Create:forge_key:2038 +msgid "Commanded to forge key ::1 key::" +msgstr "" + +#: tomb:Create:forge_key:2051 +msgid "Forging this key would overwrite an existing file. Operation aborted." +msgstr "" + +#: tomb:Create:forge_key:2055 +msgid "Cannot generate encryption key." +msgstr "" + +#: tomb:Create:forge_key:2063 +msgid "Commanded to forge key ::1 key:: with cipher algorithm ::2 algorithm::" +msgstr "" + +#: tomb:Create:forge_key:2072 +msgid "This operation takes time. Keep using this computer on other tasks." +msgstr "" + +#: tomb:Create:forge_key:2073 +msgid "Once done you will be asked to choose a password for your tomb." +msgstr "" + +#: tomb:Create:forge_key:2074 +msgid "To make it faster you can move the mouse around." +msgstr "" + +#: tomb:Create:forge_key:2075 +msgid "If you are on a server, you can use an Entropy Generation Daemon." +msgstr "" + +#: tomb:Create:forge_key:2090 +msgid "Using GnuPG key(s) to encrypt your key: ::1 tomb key::" +msgstr "" + +#: tomb:Create:forge_key:2092 +msgid "Choose the password of your key: ::1 tomb key::" +msgstr "" + +#: tomb:Create:forge_key:2094 +msgid "(You can also change it later using 'tomb passwd'.)" +msgstr "" + +#: tomb:Create:forge_key:2112 +msgid "The key does not seem to be valid." +msgstr "" + +#: tomb:Create:forge_key:2113 +msgid "Dumping contents to screen:" +msgstr "" + +#: tomb:Create:forge_key:2121 +msgid "Done forging ::1 key file::" +msgstr "" + +#: tomb:Create:forge_key:2122 +msgid "Your key is ready:" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2142 +msgid "No tomb specified for locking." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2143 +msgid "Usage: tomb lock file.tomb -k file.tomb.key" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2150 +msgid "Commanded to lock tomb ::1 tomb file::" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2153 +msgid "There is no tomb here. You have to dig it first." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2166 +msgid "Filesystem ::1 filesystem:: not supported on tombs smaller than 47MB." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2172 +msgid "Filesystem ::1 filesystem:: not supported on tombs smaller than 18MB." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2177 +msgid "Filesystem not supported: ::1 filesystem::" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2181 +msgid "Selected filesystem type $filesystem." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2188 +msgid "Checking if the tomb is empty (we never step on somebody else's bones)." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2192 +msgid "The tomb was already locked with another key." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2193 +msgid "Operation aborted. I cannot lock an already locked tomb. Go dig a new one." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2195 +msgid "Fine, this tomb seems empty." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2203 +msgid "Locking using cipher: ::1 cipher::" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2215 +msgid "Locking ::1 tomb file:: with ::2 tomb key file::" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2217 +msgid "Formatting Luks mapped device." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2222 +msgid "cryptsetup luksFormat returned an error." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2227 +msgid "cryptsetup luksOpen returned an error." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2230 +msgid "Formatting your Tomb with $filesystem filesystem." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2249 +msgid "Tomb format returned an error." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2251 +msgid "Your tomb ::1 tomb file:: may be corrupted." +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2256 +msgid "Done locking ::1 tomb name:: using Luks dm-crypt ::2 cipher::" +msgstr "" + +#: tomb:Create:lock_tomb_with_key:2257 +msgid "Your tomb is ready in ::1 tomb path:: and secured with key ::2 tomb key::" +msgstr "" + +#: tomb:Create:change_tomb_key:2267 +msgid "Commanded to reset key for tomb ::1 tomb path::" +msgstr "" + +#: tomb:Create:change_tomb_key:2270 +msgid "Command 'setkey' needs two arguments: the old key file and the tomb." +msgstr "" + +#: tomb:Create:change_tomb_key:2271 +msgid "I.e: tomb -k new.tomb.key old.tomb.key secret.tomb" +msgstr "" + +#: tomb:Create:change_tomb_key:2272 +msgid "Execution aborted." +msgstr "" + +#: tomb:Create:change_tomb_key:2284 +msgid "Not a valid LUKS encrypted volume: ::1 volume::" +msgstr "" + +#: tomb:Create:change_tomb_key:2294 +msgid "Changing lock on tomb ::1 tomb name::" +msgstr "" + +#: tomb:Create:change_tomb_key:2295 +msgid "Old key: ::1 old key::" +msgstr "" + +#: tomb:Create:change_tomb_key:2306 +msgid "No valid password supplied for the old key." +msgstr "" + +#: tomb:Create:change_tomb_key:2312 +msgid "Unexpected error in luksOpen." +msgstr "" + +#: tomb:Create:change_tomb_key:2316 +msgid "New key: ::1 key file::" +msgstr "" + +#: tomb:Create:change_tomb_key:2326 +msgid "No valid password supplied for the new key." +msgstr "" + +#: tomb:Create:change_tomb_key:2335 +msgid "Unexpected error in luksChangeKey." +msgstr "" + +#: tomb:Create:change_tomb_key:2337 +msgid "Unexpected error in luksClose." +msgstr "" + +#: tomb:Create:change_tomb_key:2339 +msgid "Successfully changed key for tomb: ::1 tomb file::" +msgstr "" + +#: tomb:Create:change_tomb_key:2340 +msgid "The new key is: ::1 new key::" +msgstr "" + +#: tomb:Open:mount_tomb:2370 +msgid "No tomb name specified for opening." +msgstr "" + +#: tomb:Open:mount_tomb:2372 +msgid "Commanded to open tomb ::1 tomb name::" +msgstr "" + +#: tomb:Open:mount_tomb:2388 +msgid "Mountpoint not specified, using default: ::1 mount point::" +msgstr "" + +#: tomb:Open:mount_tomb:2391 +msgid "Opening ::1 tomb file:: on ::2 mount point::" +msgstr "" + +#: tomb:Open:mount_tomb:2398 +msgid "Mountpoint already in use: ::1 mount point::" +msgstr "" + +#: tomb:Open:mount_tomb:2405 +msgid "::1 tomb file:: is not a valid Luks encrypted storage file." +msgstr "" + +#: tomb:Open:mount_tomb:2407 +msgid "This tomb is a valid LUKS encrypted device." +msgstr "" + +#: tomb:Open:mount_tomb:2414 +msgid "Cipher is \"::1 cipher::\" mode \"::2 mode::\" hash \"::3 hash::\"" +msgstr "" + +#: tomb:Open:mount_tomb:2421 +msgid "Multiple key slots are enabled on this tomb. Beware: there can be a backdoor." +msgstr "" + +#: tomb:Open:mount_tomb:2439 +msgid "Failure mounting the encrypted file." +msgstr "" + +#: tomb:Open:mount_tomb:2449 +msgid "Success unlocking tomb ::1 tomb name::" +msgstr "" + +#: tomb:Open:mount_tomb:2453 +msgid "Filesystem detected: ::1 filesystem::" +msgstr "" + +#: tomb:Open:mount_tomb:2459 +msgid "Skipping filesystem checks in read-only" +msgstr "" + +#: tomb:Open:mount_tomb:2461 +msgid "Checking filesystem via ::1::" +msgstr "" + +#: tomb:Open:mount_tomb:2491 +msgid "Error mounting ::1 mapper:: on ::2 tombmount::" +msgstr "" + +#: tomb:Open:mount_tomb:2493 +msgid "Are mount options '::1 mount options::' valid?" +msgstr "" + +#: tomb:Open:mount_tomb:2498 +msgid "Cannot mount ::1 tomb name::" +msgstr "" + +#: tomb:Open:mount_tomb:2501 +msgid "Success opening ::1 tomb file:: on ::2 mount point::" +msgstr "" + +#: tomb:Open:mount_tomb:2515 +msgid "Last visit by ::1 user::(::2 tomb build::) from ::3 tty:: on ::4 host::" +msgstr "" + +#: tomb:Open:mount_tomb:2516 +msgid "on date ::1 date::" +msgstr "" + +#: tomb:Open:mount_tomb:2517 +msgid "the door was slammed or shutdown called before umount." +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2579 +msgid "How pitiful! A tomb, and no HOME." +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2583 +msgid "Cannot exec bind hooks without a mounted tomb." +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2602 +msgid "bind-hooks file is broken" +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2611 +msgid "bind-hooks map format: local/to/tomb local/to/$HOME" +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2615 +msgid "bind-hooks map format: local/to/tomb local/to/$HOME. Rolling back" +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2620 +msgid "bind-hook target not existent, skipping ::1 home::/::2 subdir::" +msgstr "" + +#: tomb:Open:exec_safe_bind_hooks:2622 +msgid "bind-hook source not found in tomb, skipping ::1 mount point::/::2 subdir::" +msgstr "" + +#: tomb:Open:exec_safe_func_hooks:2645 +msgid "Exec hook: ::1 exec hook:: ::2 action::" +msgstr "" + +#: tomb:List:list_tombs:2671 +msgid "I can't see any open tomb, may they all rest in peace." +msgstr "" + +#: tomb:List:list_tombs:2707 +msgid "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::" +msgstr "" + +#: tomb:List:list_tombs:2712 +msgid "::1 tombname:: open since ::2 tombsince::" +msgstr "" + +#: tomb:List:list_tombs:2715 +msgid "::1 tombname:: open by ::2 tombuser:: from ::3 tombtty:: on ::4 tombhost::" +msgstr "" + +#: tomb:List:list_tombs:2719 +msgid "::1 tombname:: size ::2 tombtot:: of which ::3 tombused:: (::5 tombpercent::%) is used: ::4 tombavail:: free " +msgstr "" + +#: tomb:List:list_tombs:2723 +msgid "::1 tombname:: warning: your tomb is almost full!" +msgstr "" + +#: tomb:List:list_tombs:2729 +msgid "::1 tombname:: hooks ::2 hookdest::" +msgstr "" + +#: tomb:List:list_tomb_binds:2790 +msgid "Internal error: list_tomb_binds called without argument." +msgstr "" + +#: tomb:Index and search:index_tombs:2819 +msgid "Cannot index tombs on this system: updatedb (mlocate/plocate) not installed." +msgstr "" + +#: tomb:Index and search:index_tombs:2823 +msgid "Cannot use GNU findutils for index/search commands." +msgstr "" + +#: tomb:Index and search:index_tombs:2825 +msgid "Index command needs 'mlocate/plocate' to be installed." +msgstr "" + +#: tomb:Index and search:index_tombs:2833 +msgid "There seems to be no open tomb engraved as [::1::]" +msgstr "" + +#: tomb:Index and search:index_tombs:2837 +msgid "Creating and updating search indexes." +msgstr "" + +#: tomb:Index and search:index_tombs:2850 +msgid "Skipping ::1 tomb name:: (.noindex found)." +msgstr "" + +#: tomb:Index and search:index_tombs:2852 +msgid "Indexing ::1 tomb name:: filenames..." +msgstr "" + +#: tomb:Index and search:index_tombs:2857 +msgid "Indexing ::1 tomb name:: contents..." +msgstr "" + +#: tomb:Index and search:index_tombs:2859 +msgid "Generating a new search index configuration file: ::1 swish conf::" +msgstr "" + +#: tomb:Index and search:index_tombs:2929 +msgid "Search index updated." +msgstr "" + +#: tomb:Index and search:search_tombs:2951 +msgid "Searching for: ::1::" +msgstr "" + +#: tomb:Index and search:search_tombs:2959 +msgid "Searching filenames in tomb ::1 tomb name::" +msgstr "" + +#: tomb:Index and search:search_tombs:2961 +msgid "Matches found: ::1 matches::" +msgstr "" + +#: tomb:Index and search:search_tombs:2966 +msgid "Searching contents in tomb ::1 tomb name::" +msgstr "" + +#: tomb:Index and search:search_tombs:2969 +msgid "Skipping tomb ::1 tomb name::: not indexed." +msgstr "" + +#: tomb:Index and search:search_tombs:2970 +msgid "Run 'tomb index' to create indexes." +msgstr "" + +#: tomb:Index and search:search_tombs:2972 +msgid "Search completed." +msgstr "" + +#: tomb:Resize:resize_tomb:2984 +msgid "Commanded to resize tomb ::1 tomb name:: to ::2 size:: mebibytes." +msgstr "" + +#: tomb:Resize:resize_tomb:2986 +msgid "No tomb name specified for resizing." +msgstr "" + +#: tomb:Resize:resize_tomb:2987 +msgid "Cannot find ::1::" +msgstr "" + +#: tomb:Resize:resize_tomb:2991 +msgid "Aborting operations: new size was not specified, use -s" +msgstr "" + +#: tomb:Resize:resize_tomb:3010 +msgid "You must specify the new size of ::1 tomb name::" +msgstr "" + +#: tomb:Resize:resize_tomb:3012 +msgid "Size is not an integer." +msgstr "" + +#: tomb:Resize:resize_tomb:3024 +msgid "Error creating the extra resize ::1 size::, operation aborted." +msgstr "" + +#: tomb:Resize:resize_tomb:3031 +msgid "Tomb seems resized already, operating filesystem stretch" +msgstr "" + +#: tomb:Resize:resize_tomb:3033 +msgid "The new size must be greater then old tomb size." +msgstr "" + +#: tomb:Resize:resize_tomb:3038 +msgid "opening tomb" +msgstr "" + +#: tomb:Resize:resize_tomb:3043 +msgid "cryptsetup failed to resize ::1 mapper::" +msgstr "" + +#: tomb:Resize:resize_tomb:3052 +msgid "e2fsck failed to check ::1 mapper::" +msgstr "" + +#: tomb:Resize:resize_tomb:3055 +msgid "resize2fs failed to resize ::1 mapper::" +msgstr "" + +#: tomb:Resize:resize_tomb:3060 +msgid "filesystem check failed on ::1 mapper::" +msgstr "" + +#: tomb:Resize:resize_tomb:3069 +msgid "filesystem resize failed on ::1 mapper::" +msgstr "" + +#: tomb:Close:umount_tomb:3098 +msgid "There is no open tomb to be closed." +msgstr "" + +#: tomb:Close:umount_tomb:3101 +msgid "Too many tombs mounted, please specify one (see tomb list)" +msgstr "" + +#: tomb:Close:umount_tomb:3102 +msgid "or issue the command 'tomb close all' to close them all." +msgstr "" + +#: tomb:Close:umount_tomb:3121 +msgid "Tomb not found: ::1 tomb file::" +msgstr "" + +#: tomb:Close:umount_tomb:3122 +msgid "Please specify an existing tomb." +msgstr "" + +#: tomb:Close:umount_tomb:3130 +msgid "close exec-hook returns a non-zero error code: ::1 error::" +msgstr "" + +#: tomb:Close:umount_tomb:3131 +msgid "Operation aborted" +msgstr "" + +#: tomb:Close:umount_tomb:3135 +msgid "Closing tomb ::1 tomb name:: mounted on ::2 mount point::" +msgstr "" + +#: tomb:Close:umount_tomb:3143 +msgid "Closing tomb bind hook: ::1 hook::" +msgstr "" + +#: tomb:Close:umount_tomb:3145 +msgid "Tomb bind hook ::1 hook:: is busy, cannot close tomb." +msgstr "" + +#: tomb:Close:umount_tomb:3165 +msgid "Tomb is busy, cannot umount!" +msgstr "" + +#: tomb:Close:umount_tomb:3178 +msgid "Error occurred in cryptsetup luksClose ::1 mapper::" +msgstr "" + +#: tomb:Close:umount_tomb:3186 +msgid "Tomb ::1 tomb name:: closed: your bones will rest in peace." +msgstr "" + +#: tomb:Close:list_processes:3200 +msgid "Listing processes running inside all open tombs..." +msgstr "" + +#: tomb:Close:list_processes:3202 +msgid "Listing processes running inside tomb '::1 tombname::'..." +msgstr "" + +#: tomb:Close:slam_tomb:3238 +msgid "Slamming tomb ::1 tombname:: mounted on ::2 tombmount::" +msgstr "" + +#: tomb:Close:slam_tomb:3248 +msgid "::1 tombname:: sending ::2 sig:: to ::3 cmd:: (::4 uid::)" +msgstr "" + +#: tomb:Close:slam_tomb:3258 +msgid "Can't kill ::1 process:: ::2 pcmd:: (::3 powner::)" +msgstr "" + +#: tomb:Main routine:main:3357 +msgid "Error parsing." +msgstr "" + +#: tomb:Main routine:main:3367 +msgid "There's no such command \"::1 subcommand::\"." +msgstr "" + +#: tomb:Main routine:main:3368 +msgid "Please try -h for help." +msgstr "" + +#: tomb:Main routine:main:3380 +msgid "Some error occurred during option processing." +msgstr "" + +#: tomb:Main routine:main:3381 +msgid "See \"tomb help\" for more info." +msgstr "" + +#: tomb:Main routine:main:3393 +msgid "Unrecognized option ::1 arg:: for subcommand ::2 subcommand::" +msgstr "" + +#: tomb:Main routine:main:3409 +msgid "You specified option ::1 option::, which is DANGEROUS and should only be used for testing\nIf you really want so, add --unsafe" +msgstr "" + +#: tomb:Main routine:main:3417 +msgid "Privilege escalation tool configured: ::1 exec::" +msgstr "" + +#: tomb:Main routine:main:3447 +msgid "The create command is deprecated, please use dig, forge and lock instead." +msgstr "" + +#: tomb:Main routine:main:3448 +msgid "For more informations see Tomb's manual page (man tomb)." +msgstr "" + +#: tomb:Main routine:main:3489 +msgid "lsof not installed: cannot slam tombs." +msgstr "" + +#: tomb:Main routine:main:3490 +msgid "Trying a regular close." +msgstr "" + +#: tomb:Main routine:main:3497 +msgid "Resize2fs not installed: cannot resize tombs." +msgstr "" + +#: tomb:Main routine:main:3523 +msgid "QREncode not installed: cannot engrave keys on paper." +msgstr "" + +#: tomb:Main routine:main:3540 +msgid "Steghide not installed: cannot bury keys into images." +msgstr "" + +#: tomb:Main routine:main:3547 +msgid "Steghide not installed: cannot exhume keys from images." +msgstr "" + +#: tomb:Main routine:main:3554 +msgid "Cloakify not installed: cannot cipher keys into texts" +msgstr "" + +#: tomb:Main routine:main:3561 +msgid "Decloakify not installed: cannot decipher keys from texts" +msgstr "" + +#: tomb:Main routine:main:3576 +msgid "Tomb ::1 version:: - a strong and gentle undertaker for your secrets" +msgstr "" + +#: tomb:Main routine:main:3578 +msgid " Copyright (C) 2007-2024 Dyne.org Foundation, License GNU GPL v3+" +msgstr "" + +#: tomb:Main routine:main:3579 +msgid " This is free software: you are free to change and redistribute it" +msgstr "" + +#: tomb:Main routine:main:3580 +msgid " For the latest sourcecode go to " +msgstr "" + +#: tomb:Main routine:main:3585 +msgid " This source code is distributed in the hope that it will be useful," +msgstr "" + +#: tomb:Main routine:main:3586 +msgid " but WITHOUT ANY WARRANTY; without even the implied warranty of" +msgstr "" + +#: tomb:Main routine:main:3587 +msgid " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." +msgstr "" + +#: tomb:Main routine:main:3589 +msgid " When in need please refer to ." +msgstr "" + +#: tomb:Main routine:main:3591 +msgid "System utils:" +msgstr "" + +#: tomb:Main routine:main:3603 +msgid "Optional utils:" +msgstr "" + +#: tomb:Main routine:main:3613 +msgid "Command \"::1 subcommand::\" not recognized." +msgstr "" + +#: tomb:Main routine:main:3614 +msgid "Try -h for help." +msgstr ""