Tomb/extras/po/tomb.pot

989 lines
18 KiB
Plaintext
Raw Normal View History

2014-06-09 10:42:38 +00:00
# Tomb - The Crypto Undertaker.
# Copyright (C) 2007-2013 Dyne.org Foundation
# Denis Roio <jaromil@dyne.org>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Tomb \n"
2014-11-16 16:30:59 +00:00
"PO-Revision-Date: Sun Nov 16 17:11:25 CET 2014\n"
2014-06-09 10:42:38 +00:00
"Last-Translator: Denis Roio <jaromil@dyne.org>\n"
"Language: English\n"
"Language-Team: Tomb developers <crypto@lists.dyne.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2014-11-14 20:50:57 +00:00
#: failure
msgid "Fatal error creating a directory for temporary files"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Cannot mount tmpfs in ::1 shm path::"
msgstr ""
#: failure
msgid "Tomb won't work without a TOMBNAME."
msgstr ""
#: failure
msgid "Fatal error creating a temporary file: ::1 temp file::"
msgstr ""
#: failure
msgid "Fatal error setting permissions on temporary file: ::1 temp file::"
msgstr ""
#: warning
msgid "You can deactivate all swap partitions using the command:"
msgstr ""
#: warning
msgid " swapoff -a"
msgstr ""
#: warning
msgid "But if you want to proceed like this, use the -f (force) flag."
msgstr ""
#: failure
2014-09-13 15:32:12 +00:00
msgid "Operation aborted."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb file is missing from arguments."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb file not found: ::1 tomb file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb file is not a regular file: ::1 tomb file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb file is empty (zero length): ::1 tomb file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb file is not writable: ::1 tomb file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-13 15:32:12 +00:00
msgid "File is not yet a tomb: ::1 tomb file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Tomb is currently in use: ::1 tomb name::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Valid tomb file found: ::1 tomb path::"
2014-09-13 15:32:12 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-13 15:32:12 +00:00
msgid "Loop mount of volumes is not possible on this machine, this error"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-13 15:32:12 +00:00
msgid "often occurs on VPS and kernels that don't provide the loop module."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-13 15:32:12 +00:00
msgid "It is impossible to use Tomb on this machine at this conditions."
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid "Syntax: tomb [options] command [arguments]"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid "Commands:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " // Creation:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " dig create a new empty TOMB file of size -s in MB"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " forge create a new KEY file and set its password"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " lock installs a lock on a TOMB to use it with KEY"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " // Operations on tombs:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " open open an existing TOMB"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " index update the search indexes of tombs"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " search looks for filenames matching text patterns"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " list list of open TOMBs and information on them"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " close close a specific TOMB (or 'all')"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " slam slam a TOMB killing all programs using it"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " resize resize a TOMB to a new size -s (can only grow)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " // Operations on keys:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " passwd change the password of a KEY (needs old pass)"
msgstr ""
#: print
msgid " setkey change the KEY locking a TOMB (needs old key and pass)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " // Backup on paper:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " engrave makes a QR code of a KEY to be saved on paper"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " // Steganography:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " bury hide a KEY inside a JPEG image (for use with -k)"
msgstr ""
#: print
msgid " exhume extract a KEY from a JPEG image (prints to stdout)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid "Options:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -s size of the tomb file when creating/resizing one (in MB)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -k path to the key to be used ('-k -' to read from stdin)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -n don't process the hooks found in tomb"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -o mount options used to open (default: rw,noatime,nodev)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -f force operation (i.e. even if swap is active)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " --kdf generate passwords armored against dictionary attacks"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -h print this help"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -v print version, license and list of available ciphers"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -q run quietly without printing informations"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid " -D print debugging information at runtime"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid "For more informations on Tomb read the manual: man tomb"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
msgid "Please report bugs on <http://github.com/dyne/tomb/issues>."
msgstr ""
2014-06-09 10:42:38 +00:00
2014-11-14 20:50:57 +00:00
#: failure
msgid "Missing required dependency ::1 command::. Please install it."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "is_valid_key() called without an argument."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Key is an image, it might be valid."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Key is valid."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Attempting key recovery."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "This operation requires a key file to be specified using the -k option."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Waiting for the key to be piped from stdin... "
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Key not found, specify one using -k."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "The key seems invalid or its format is not known by this version of Tomb."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "No suitable program for KDF ::1 program::."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Internal error: ask_key_password() called before _load_key()."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "A password is required to use key ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "User aborted password dialog."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Password OK."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Commanded to change password for tomb key ::1 key::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "No valid password supplied."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Error: the newly generated keyfile does not seem valid."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "User aborted."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "You set empty password, which is not possible."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "Wrong argument for --kdf: must be an integer number (iteration seconds)."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "generating salt"
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "calculating iterations"
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "encoding the password"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "gpg (GnuPG) is not found, Tomb cannot function without it."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Encode failed: ::1 image file:: is not a jpeg image."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Please confirm the key password for the encoding"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Wrong password supplied."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "You shall not bury a key whose password is unknown to you."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Encoding error: steghide reports problems."
msgstr ""
2014-11-16 16:30:59 +00:00
#: failure
msgid "Exhume failed, no image specified"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Exhume failed, image file not found: ::1 image file::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Exhume failed: ::1 image file:: is not a jpeg image."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Wrong password or no steganographic key found"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "printing exhumed key on stdout"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "File exists: ::1 tomb key::"
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Use of --force selected: overwriting."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Make explicit use of --force to overwrite."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Refusing to overwrite file. Operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Trying to exhume a key out of image ::1 image file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Nothing found in ::1 image file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "QREncode reported an error."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Commanded to dig tomb ::1 tomb path::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Missing path to tomb"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Size argument missing, use -s"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Size must be an integer (megabytes)"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Tombs can't be smaller than 10 megabytes"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "A tomb exists already. I'm not digging here:"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Generating ::1 tomb file:: of ::2 size::MiB"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Error creating the tomb ::1 tomb path::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Your tomb is not yet ready, you need to forge a key and lock it:"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "tomb forge ::1 tomb path::.key"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "tomb lock ::1 tomb path:: -k ::1 tomb path::.key"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "A filename needs to be specified using -k to forge a new key."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Commanded to forge key ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Forging this key would overwrite an existing file. Operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Commanded to forge key ::1 key:: with cipher algorithm ::2 algorithm::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "This operation takes time, keep using this computer on other tasks,"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "once done you will be asked to choose a password for your tomb."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "To make it faster you can move the mouse around."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "If you are on a server, you can use an Entropy Generation Daemon."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Cannot generate encryption key."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "(You can also change it later using 'tomb passwd'.)"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "The key does not seem to be valid."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "Dumping contents to screen:"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Done forging ::1 key file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "No tomb specified for locking."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Usage: tomb lock file.tomb file.tomb.key"
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Commanded to lock tomb ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "There is no tomb here. You have to it dig first."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Checking if the tomb is empty (we never step on somebody else's bones)."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "The tomb was already locked with another key."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "Operation aborted. I cannot lock an already locked tomb. Go dig a new one."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Fine, this tomb seems empty."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Locking using cipher: ::1 cipher::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Formatting Luks mapped device."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "cryptsetup luksFormat returned an error."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "cryptsetup luksOpen returned an error."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Formatting your Tomb with Ext3/Ext4 filesystem."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Tomb format returned an error."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Your tomb ::1 tomb file:: may be corrupted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Done locking ::1 tomb name:: using Luks dm-crypt ::2 cipher::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Commanded to reset key for tomb ::1 tomb path::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-01 08:49:48 +00:00
msgid "Command 'setkey' needs two arguments: the old key file and the tomb."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-09-01 08:49:48 +00:00
msgid "I.e: tomb -k new.tomb.key old.tomb.key secret.tomb"
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-01 08:49:48 +00:00
msgid "Execution aborted."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Not a valid LUKS encrypted volume: ::1 volume::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Old key: ::1 old key::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-01 08:49:48 +00:00
msgid "No valid password supplied for the old key."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-01 08:49:48 +00:00
msgid "Unexpected error in luksOpen."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "New key: ::1 key file::"
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-01 08:49:48 +00:00
msgid "No valid password supplied for the new key."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Unexpected error in luksChangeKey."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Unexpected error in luksClose."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "The new key is: ::1 new key::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "No tomb name specified for opening."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "Commanded to open tomb ::1 tomb name::"
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "::1 tomb file:: is not a valid tomb file"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Mountpoint not specified, using default: ::1 mount point::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "::1 tomb name:: is already open."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Here below its status is reported:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "::1 tomb file:: is not a valid Luks encrypted storage file."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "This tomb is a valid LUKS encrypted device."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Cipher is \"::1 cipher::\" mode \"::2 mode::\" hash \"::3 hash::\""
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Multiple key slots are enabled on this tomb. Beware: there can be a backdoor."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-09-13 15:32:12 +00:00
msgid "Failure mounting the encrypted file."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Checking filesystem via ::1::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-09-13 15:32:12 +00:00
msgid "Last visit by ::1 user::(::2 tomb build::) from ::3 tty:: on ::4 host::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-09-13 15:32:12 +00:00
msgid "on date ::1 date::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "How pitiful! A tomb, and no HOME."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Cannot exec bind hooks without a mounted tomb."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
msgid "bind-hooks file is broken"
msgstr ""
#: warning
2014-08-30 19:14:08 +00:00
msgid "bind-hooks map format: local/to/tomb local/to/$HOME"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "bind-hooks map format: local/to/tomb local/to/$HOME. Rolling back"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "bind-hook target not existent, skipping ::1 home::/::2 subdir::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "bind-hook source not found in tomb, skipping ::1 mount point::/::2 subdir::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "I can't see any ::1 status:: tomb, may they all rest in peace."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
msgid "::1 tombname:: open since ::2 tombsince::"
msgstr ""
#: message
msgid "::1 tombname:: open by ::2 tombuser:: from ::3 tombtty:: on ::4 tombhost::"
msgstr ""
#: message
msgid "::1 tombname:: size ::2 tombtot:: of which ::3 tombused:: (::5 tombpercent::%) is used: ::4 tombavail:: free "
msgstr ""
#: warning
msgid "::1 tombname:: warning: your tomb is almost full!"
msgstr ""
#: message
msgid "::1 tombname:: hooks ::2 hookname:: on ::3 hookdest::"
msgstr ""
#: failure
2014-08-30 19:14:08 +00:00
msgid "Internal error: list_tomb_binds called without argument."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Cannot index tombs on this system: updatedb (mlocate) not installed."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Cannot use GNU findutils for index/search commands."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Index command needs 'mlocate' to be installed."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "There seems to be no open tomb engraved as [::1::]"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "I can't see any open tomb, may they all rest in peace."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Skipping ::1 tomb name:: (.noindex found)."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Indexing ::1 tomb name:: filenames..."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Indexing ::1 tomb name:: contents..."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Search index updated."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Searching filenames in tomb ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-09-01 08:49:48 +00:00
msgid "Matches found: ::1 matches::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Searching contents in tomb ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Skipping tomb ::1 tomb name::: not indexed."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Run 'tomb index' to create indexes."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Search completed."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Commanded to resize tomb ::1 tomb name:: to ::2 size:: megabytes."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "No tomb name specified for resizing."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Cannot find ::1::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Aborting operations: new size was not specified, use -s"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Please close the tomb ::1 tomb name:: before trying to resize it."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "You must specify the new size of ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "Size is not an integer."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "The new size must be greater then old tomb size."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Error creating the extra resize ::1 size::, operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "cryptsetup failed to resize ::1 mapper::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "e2fsck failed to check ::1 mapper::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "resize2fs failed to resize ::1 mapper::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "There is no open tomb to be closed."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Too many tombs mounted, please specify one (see tomb list)"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "or issue the command 'tomb close all' to close them all."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Tomb not found: ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Please specify an existing tomb."
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Kill all processes busy inside the tomb."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Cannot slam the tomb ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Closing tomb ::1 tomb name:: mounted on ::2 mount point::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-08-30 19:14:08 +00:00
msgid "Closing tomb bind hook: ::1 hook::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Cannot slam the bind hook ::1 hook::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Tomb bind hook ::1 hook:: is busy, cannot close tomb."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Tomb is busy, cannot umount!"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Error occurred in cryptsetup luksClose ::1 mapper::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-06-09 10:42:38 +00:00
msgid "Error parsing."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "There's no such command \"::1 subcommand::\"."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Please try -h for help."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "Some error occurred during option processing."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "See \"tomb help\" for more info."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "Unrecognized option ::1 arg:: for subcommand ::2 subcommand::"
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
2014-08-30 19:14:08 +00:00
msgid "You specified option ::1 option::, which is DANGEROUS and should only be used for testing\nIf you really want so, add --unsecure-dev-mode"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "The create command is deprecated, please use dig, forge and lock instead."
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-06-09 10:42:38 +00:00
msgid "For more informations see Tomb's manual page (man tomb)."
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Resize2fs not installed: cannot resize tombs."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "QREncode not installed: cannot engrave keys on paper."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: failure
msgid "Steghide not installed: cannot bury keys into images."
msgstr ""
#: failure
msgid "Steghide not installed: cannot exhume keys from images."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid "Tomb ::1 version:: - a strong and gentle undertaker for your secrets"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid " Copyright (C) 2007-2014 Dyne.org Foundation, License GNU GPL v3+"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid " This is free software: you are free to change and redistribute it"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " For the latest sourcecode go to <http://dyne.org/software/tomb>"
2014-09-13 15:32:12 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid " This source code is distributed in the hope that it will be useful,"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid " but WITHOUT ANY WARRANTY; without even the implied warranty of"
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-11-16 16:30:59 +00:00
msgid " When in need please refer to <http://dyne.org/support>."
2014-09-13 15:32:12 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: print
2014-09-13 15:32:12 +00:00
msgid "System utils:"
msgstr ""
2014-11-16 16:30:59 +00:00
#: print
msgid "Optional utils:"
msgstr ""
2014-11-14 20:50:57 +00:00
#: warning
2014-08-30 19:14:08 +00:00
msgid "Command \"::1 subcommand::\" not recognized."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-11-14 20:50:57 +00:00
#: message
2014-06-09 10:42:38 +00:00
msgid "Try -h for help."
msgstr ""