Tomb/extras/po/tomb.pot

1269 lines
23 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-09-01 08:49:48 +00:00
"PO-Revision-Date: Mon Sep 1 10:42:49 CEST 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"
#: _print
msgid "Tomb ::1 version:: - a strong and gentle undertaker for your secrets"
msgstr ""
#: _print
msgid " Copyright (C) 2007-2014 Dyne.org Foundation, License GNU GPL v3+"
msgstr ""
#: _print
msgid " This is free software: you are free to change and redistribute it"
msgstr ""
#: _print
msgid " The latest Tomb sourcecode is published on <http://tomb.dyne.org>"
msgstr ""
#: _print
msgid " This source code is distributed in the hope that it will be useful,"
msgstr ""
#: _print
msgid " but WITHOUT ANY WARRANTY; without even the implied warranty of"
msgstr ""
#: _print
msgid " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
msgstr ""
#: _print
msgid " Please refer to the GNU Public License for more details."
msgstr ""
#: _print
msgid " System utils:"
msgstr ""
#: _print
msgid "Syntax: tomb [options] command [arguments]"
msgstr ""
#: _print
msgid "Commands:"
msgstr ""
#: _print
msgid " // Creation:"
msgstr ""
#: _print
msgid " dig create a new empty TOMB file of size -s in MB"
msgstr ""
#: _print
msgid " forge create a new KEY file and set its password"
msgstr ""
#: _print
msgid " lock installs a lock on a TOMB to use it with KEY"
msgstr ""
#: _print
msgid " // Operations on tombs:"
msgstr ""
#: _print
msgid " open open an existing TOMB"
msgstr ""
#: _print
msgid " index update the search indexes of tombs"
msgstr ""
#: _print
msgid " search looks for filenames matching text patterns"
msgstr ""
#: _print
msgid " list list of open TOMBs and information on them"
msgstr ""
#: _print
msgid " close close a specific TOMB (or 'all')"
msgstr ""
#: _print
msgid " slam slam a TOMB killing all programs using it"
msgstr ""
#: _print
msgid " resize resize a TOMB to a new size -s (can only grow)"
msgstr ""
#: _print
msgid " // Operations on keys:"
msgstr ""
#: _print
msgid " passwd change the password of a KEY"
msgstr ""
#: _print
msgid " setkey change the KEY locking a TOMB (needs old one)"
msgstr ""
#: _print
msgid " engrave makes a QR code of a KEY to be saved on paper"
msgstr ""
#: _print
msgid " bury hide a KEY inside a JPEG image"
msgstr ""
#: _print
msgid " exhume extract a KEY from a JPEG image"
msgstr ""
#: _print
msgid "Options:"
msgstr ""
#: _print
msgid " -s size of the tomb file when creating/resizing one (in MB)"
msgstr ""
#: _print
msgid " -k path to the key to be used ('-k -' to read from stdin)"
msgstr ""
#: _print
msgid " -n don't process the hooks found in tomb"
msgstr ""
#: _print
msgid " -o mount options used to open (default: rw,noatime,nodev)"
msgstr ""
#: _print
msgid " -f force operation (i.e. even if swap is active)"
msgstr ""
#: _print
msgid " --kdf generate passwords armored against dictionary attacks"
msgstr ""
#: _print
msgid " -h print this help"
msgstr ""
#: _print
msgid " -v print version, license and list of available ciphers"
msgstr ""
#: _print
msgid " -q run quietly without printing informations"
msgstr ""
#: _print
msgid " -D print debugging information at runtime"
msgstr ""
#: _print
msgid "For more informations on Tomb read the manual: man tomb"
msgstr ""
#: _print
msgid "Please report bugs on <http://github.com/dyne/tomb/issues>."
msgstr ""
2014-06-09 10:42:38 +00:00
2014-08-30 19:14:08 +00:00
#: _verbose
2014-09-01 08:49:48 +00:00
msgid "Created tempfile: ::1 temp file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _success
msgid "All your swaps are belong to crypt. Good."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
2014-08-30 19:14:08 +00:00
msgid "Operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "exec_as_user '::1 user::': ::2::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "Using sudo for root execution of '::1 exec:: ::2 args::'."
msgstr ""
#: _verbose
msgid "Escalating privileges using sudo-pwd."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-09-01 08:49:48 +00:00
#: _verbose
msgid "is_valid_tomb ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Tomb file is missing from arguments."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Tomb file not found: ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Tomb file is not a regular file: ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Tomb file is empty (zero length): ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Tomb file is not writable: ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "File is not yet a tomb: ::1 tomb file::"
msgstr ""
#: _warning
msgid "Tomb is currently in use: ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Valid tomb file found: ::1 tomb file::"
msgstr ""
#: _failure
msgid "Loopback mount called on invalid tomb: ::1 path::"
msgstr ""
2014-09-01 08:49:48 +00:00
#: _warning
msgid "Loop mount of volumes is not possible on this machine, this error"
2014-08-30 19:14:08 +00:00
msgstr ""
2014-09-01 08:49:48 +00:00
#: _warning
msgid "often occurs on VPS and kernels that don't provide the loop module."
msgstr ""
#: _warning
msgid "It is impossible to use Tomb on this machine at this conditions."
2014-08-30 19:14:08 +00:00
msgstr ""
#: _verbose
msgid "lo_preserve on ::1 path::"
msgstr ""
#: _verbose
msgid "tomb_file: ::1 tomb file::"
msgstr ""
#: _verbose
msgid "tomb_key: ::1 key:: chars long"
msgstr ""
#: _verbose
msgid "tomb_key_file: ::1 key::"
msgstr ""
#: _verbose
msgid "tomb_secret: ::1 secret:: chars long"
msgstr ""
#: _verbose
msgid "tomb_password: ::1 tomb pass::"
msgstr ""
#: _verbose
msgid "tomb_tempfiles: ::1 temp files::"
msgstr ""
#: _verbose
msgid "tomb_loopdevs: ::1 loopdevs::"
msgstr ""
#: _failure
msgid "Cannot find ::1::. It's a requirement to use Tomb, please install it."
msgstr ""
#: _verbose
msgid "is_valid_key"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "is_valid_key() called without argument."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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 ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Key is valid."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _warning
msgid "Attempting key recovery."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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-08-30 19:14:08 +00:00
#: _verbose
msgid "load_key reading from stdin."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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-08-30 19:14:08 +00:00
#: _verbose
2014-09-01 08:49:48 +00:00
msgid "load_key argument: ::1 opt::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "Key not found, specify one using -k."
msgstr ""
#: _verbose
msgid "load_key: ::1 key::"
msgstr ""
#: _warning
msgid "The key seems invalid or its format is not known by this version of Tomb."
msgstr ""
#: _verbose
msgid "GnuPG is version 1.4.11 - adopting status fix."
msgstr ""
#: _verbose
msgid "get_lukskey"
msgstr ""
#: _verbose
2014-09-01 08:49:48 +00:00
msgid "KDF: ::1 kdf::"
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
msgid "No suitable program for KDF ::1 program::."
msgstr ""
#: _verbose
msgid "get_lukskey returns ::1::"
msgstr ""
#: _failure
msgid "Internal error: ask_key_password() called before load_key()."
msgstr ""
#: _message
msgid "A password is required to use key ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "User aborted password dialog."
msgstr ""
#: _message
msgid "Password OK."
msgstr ""
#: _verbose
msgid "ask_key_password with tombpass: ::1 tomb pass::"
msgstr ""
#: _message
msgid "Commanded to change password for tomb key ::1 key::"
msgstr ""
#: _success
msgid "Changing password for ::1 key file::"
msgstr ""
#: _verbose
msgid "tomb-old-pwd = ::1 old pass::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
2014-08-30 19:14:08 +00:00
msgid "No valid password supplied."
msgstr ""
#: _verbose
msgid "tomb-pwd = ::1 new pass::"
msgstr ""
#: _failure
msgid "Error: the newly generated keyfile does not seem valid."
msgstr ""
#: _success
msgid "Your passphrase was successfully updated."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
msgid "User aborted."
msgstr ""
#: _warning
msgid "You set empty password, which is not possible."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "gen_key takes tombpass from CLI argument: ::1 tomb pass::"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _failure
msgid "Wrong argument for --kdf: must be an integer number (iteration seconds)."
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Using KDF, iterations: ::1 microseconds::"
msgstr ""
#: _message
msgid "generating salt"
msgstr ""
#: _message
msgid "calculating iterations"
msgstr ""
#: _message
msgid "encoding the password"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
msgid "gpg (GnuPG) is not found, Tomb cannot function without it."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "Bury failed for invalid key: ::1 key::"
msgstr ""
2014-06-09 10:42:38 +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 ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Encoding key ::1 tomb key:: inside image ::2 image file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "Please confirm the key password for the encoding"
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "tomb-pwd = ::1 tomb pass::"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _warning
msgid "Wrong password supplied."
msgstr ""
#: _failure
msgid "You shall not bury a key whose password is unknown to you."
msgstr ""
#: _warning
msgid "Encoding error: steghide reports problems."
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Tomb key encoded succesfully into image ::1 image file::"
msgstr ""
#: _message
msgid "printing exhumed key on stdout"
msgstr ""
#: _failure
msgid "Exhume failed, image file not found: ::1 image file::"
msgstr ""
#: _failure
msgid "Exhume failed: ::1 image file:: is not a jpeg image."
msgstr ""
#: _failure
msgid "Wrong password or no steganographic key found"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "File exists: ::1 tomb key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "Make explicit use of --force to overwrite."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "Refusing to overwrite file. Operation aborted."
msgstr ""
2014-06-09 10:42:38 +00:00
#: _warning
msgid "Use of --force selected: overwriting."
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Trying to exhume a key out of image ::1 image file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-09-01 08:49:48 +00:00
msgid "Key succesfully exhumed to ::1 key::."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "Nothing found in ::1 image file::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "No key specified."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Rendering a printable QRCode for key: ::1 tomb key::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "QREncode reported an error."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-08-30 19:14:08 +00:00
#: _success
msgid "Operation successful:"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "A filename needs to be specified using -k to forge a new key."
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Commanded to forge key ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "Forging this key would overwrite an existing file. Operation aborted."
msgstr ""
2014-09-01 08:49:48 +00:00
#: _failure
msgid "`ls -lh $destkey`"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _message
2014-08-30 19:14:08 +00:00
msgid "Commanded to forge key ::1 key:: with cipher algorithm ::2 algorithm::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "This operation takes time, keep using this computer on other tasks,"
msgstr ""
#: _message
msgid "once done you will be asked to choose a password for your tomb."
msgstr ""
#: _message
msgid "To make it faster you can move the mouse around."
msgstr ""
#: _message
msgid "If you are on a server, you can use an Entropy Generation Daemon."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "Data dump using ::1:: from ::2 source::"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _warning
msgid "Cannot generate encryption key."
msgstr ""
#: _success
2014-09-01 08:49:48 +00:00
msgid "Choose the password of your key: ::1 tomb key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "(You can also change it later using 'tomb passwd'.)"
msgstr ""
#: _warning
msgid "The key does not seem to be valid."
msgstr ""
#: _warning
msgid "Dumping contents to screen:"
msgstr ""
#: _warning
msgid "--"
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Done forging ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
msgid "Your key is ready:"
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Commanded to dig tomb ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "No tomb name specified for creation."
msgstr ""
#: _failure
msgid "Size argument missing, use -s"
msgstr ""
#: _failure
msgid "Size argument is not an integer."
msgstr ""
#: _failure
msgid "Tombs can't be smaller than 10 megabytes."
msgstr ""
#: _warning
msgid "A tomb exists already. I'm not digging here:"
msgstr ""
2014-09-01 08:49:48 +00:00
#: _warning
msgid " `ls -lh ${tombdir}/${tombfile}`"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _success
2014-08-30 19:14:08 +00:00
msgid "Creating a new tomb in ::1 tomb dir::/::2 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Generating ::1 tomb file:: of ::2 size::MiB"
msgstr ""
#: _verbose
msgid "Data dump using ::1:: from /dev/urandom"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
2014-08-30 19:14:08 +00:00
msgid "Error creating the tomb ::1 tomb dir::/::2 tomb file::, operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Done digging ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "Your tomb is not yet ready, you need to forge a key and lock it:"
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "tomb forge ::1 tomb name::.tomb.key"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "tomb lock ::1 tomb name::.tomb -k ::1 tomb name::.tomb.key"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "No tomb specified for locking."
msgstr ""
#: _warning
msgid "Usage: tomb lock file.tomb file.tomb.key"
msgstr ""
#: _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 ""
#: _failure
msgid "There is no tomb here. You have to it dig first."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "Tomb found: ::1 tomb dir::/::2 tomb file::"
msgstr ""
#: _verbose
msgid "Loop mounted on ::1 mount point::"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _message
msgid "Checking if the tomb is empty (we never step on somebody else's bones)."
msgstr ""
#: _warning
msgid "The tomb was already locked with another key."
msgstr ""
#: _failure
msgid "Operation aborted. I cannot lock an already locked tomb. Go dig a new one."
msgstr ""
#: _message
msgid "Fine, this tomb seems empty."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "Aborting operations: error loading key."
msgstr ""
2014-06-09 10:42:38 +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 ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Locking ::1 tomb file:: with ::2 tomb key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "Formatting Luks mapped device."
msgstr ""
#: _warning
msgid "cryptsetup luksFormat returned an error."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _warning
msgid "cryptsetup luksOpen returned an error."
msgstr ""
2014-06-09 10:42:38 +00:00
#: _message
msgid "Formatting your Tomb with Ext3/Ext4 filesystem."
msgstr ""
#: _warning
msgid "Tomb format returned an error."
msgstr ""
#: _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 ""
#: _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 ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Your tomb is ready in ::1 tomb dir::/::2 tomb file:: and secured with key ::3 tomb key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Commanded to reset key for tomb ::1 tomb name::"
msgstr ""
2014-09-01 08:49:48 +00:00
#: _warning
msgid "Command 'setkey' needs two arguments: the old key file and the tomb."
2014-08-30 19:14:08 +00:00
msgstr ""
2014-09-01 08:49:48 +00:00
#: _warning
msgid "I.e: tomb -k new.tomb.key old.tomb.key secret.tomb"
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
2014-09-01 08:49:48 +00:00
msgid "Execution aborted."
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
msgid "Not a valid LUKS encrypted volume: ::1 volume::"
2014-06-09 10:42:38 +00:00
msgstr ""
2014-09-01 08:49:48 +00:00
#: _failure
msgid "Aborting operations: error loading old key from arguments"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _success
2014-08-30 19:14:08 +00:00
msgid "Changing lock on tomb ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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-09-01 08:49:48 +00:00
#: _failure
msgid "No valid password supplied for the old key."
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
2014-09-01 08:49:48 +00:00
msgid "Unexpected error in luksOpen."
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
2014-09-01 08:49:48 +00:00
msgid "Aborting operations: error loading new key from -k"
msgstr ""
#: _message
msgid "New key: ::1 key::"
2014-08-30 19:14:08 +00:00
msgstr ""
#: _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 ""
#: _failure
msgid "Unexpected error in luksChangeKey."
msgstr ""
#: _failure
msgid "Unexpected error in luksClose."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Succesfully changed key for tomb: ::1 tomb file::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "The new key is: ::1 new key::"
msgstr ""
#: _verbose
2014-09-01 08:49:48 +00:00
msgid "create_tomb(): ::1:: ::2::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
2014-09-01 08:49:48 +00:00
msgid "Creating this tomb would overwrite an existing file."
2014-08-30 19:14:08 +00:00
msgstr ""
#: _failure
msgid "Failed to forge key, operation aborted."
msgstr ""
#: _failure
msgid "Failed to lock tomb with key, operation aborted."
msgstr ""
2014-06-09 10:42:38 +00:00
#: _success
2014-08-30 19:14:08 +00:00
msgid "Tomb ::1 tomb name:: succesfully created."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Commanded to open tomb ::1 tomb name::"
msgstr ""
#: _warning
msgid "No tomb name specified for opening."
msgstr ""
#: _warning
msgid "::1 tomb file:: is not a valid tomb file, operation aborted."
msgstr ""
#: _failure
msgid "Aborting operations: error loading key ::1 key::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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 ""
#: _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 ""
#: _message
msgid "Here below its status is reported:"
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Opening ::1 tomb file:: on ::2 mount point::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
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 ""
#: _message
msgid "This tomb is a valid LUKS encrypted device."
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Cipher is \"::1 cipher::\" mode \"::2 mode::\" hash \"::3 hash::\""
msgstr ""
#: _warning
msgid "Multiple key slots are enabled on this tomb. Beware: there can be a backdoor."
msgstr ""
#: _verbose
msgid "dev mapper device: ::1 mapper::"
msgstr ""
#: _verbose
msgid "Tomb key: ::1 key::"
msgstr ""
#: _verbose
msgid "Tomb name: ::1 tomb name:: (to be engraved)"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Success unlocking tomb ::1 tomb name::"
msgstr ""
#: _verbose
msgid "Key size is ::1 size:: for cipher ::2 cipher::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Checking filesystem via ::1::"
msgstr ""
#: _verbose
msgid "Tomb engraved as ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Success opening ::1 tomb file:: on $fg_bold[white]::2 mount point::$fg_no_bold[white]"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Last visit by $fg_bold[white]::1 user::(::2 tomb build::)$fg_no_bold[white] from $fg_bold[white]::3 tty::$fg_no_bold[white] on $fg_bold[white]$tombhost$fg_no_bold[white]"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "on date $fg_bold[white]::1 date::$fg_no_bold[white]"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "How pitiful! A tomb, and no HOME."
msgstr ""
#: _warning
msgid "Cannot exec bind hooks without a mounted tomb."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "bind-hooks not found in ::1 mount point::"
msgstr ""
2014-06-09 10:42:38 +00:00
#: _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 ""
#: _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 ""
#: _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 ""
#: _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 ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Post hooks found, executing as user ::1 user name::."
msgstr ""
#: _failure
msgid "I can't see any ::1 status:: tomb, may they all rest in peace."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
2014-08-30 19:14:08 +00:00
msgid "Internal error: list_tomb_binds called without argument."
msgstr ""
#: _failure
msgid "Cannot index tombs on this system: updatedb (mlocate) not installed."
msgstr ""
#: _warning
msgid "Cannot use GNU findutils for index/search commands."
msgstr ""
#: _failure
msgid "Index command needs 'mlocate' to be installed."
msgstr ""
#: _verbose
msgid "$updatedbver"
msgstr ""
#: _failure
msgid "There seems to be no open tomb engraved as [::1::]"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
msgid "I can't see any open tomb, may they all rest in peace."
msgstr ""
#: _success
msgid "Creating and updating search indexes."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _verbose
msgid "unoconv listener launched."
msgstr ""
2014-06-09 10:42:38 +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 ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Indexing ::1 tomb name:: filenames..."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Indexing ::1 tomb name:: contents..."
msgstr ""
#: _verbose
msgid "Using swish-e to create index."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "Search index updated."
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Searching for: $fg_bold[white]::1::$fg_no_bold[white]"
msgstr ""
#: _verbose
msgid "Checking for index: ::1::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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 ""
#: _message
2014-09-01 08:49:48 +00:00
msgid "Matches found: ::1 matches::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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 ""
#: _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 ""
#: _warning
msgid "Run 'tomb index' to create indexes."
msgstr ""
#: _message
msgid "Search completed."
msgstr ""
#: _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 ""
#: _failure
msgid "No tomb name specified for resizing."
msgstr ""
#: _failure
2014-08-30 19:14:08 +00:00
msgid "Cannot find ::1::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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-08-30 19:14:08 +00:00
#: _failure
msgid "The tomb ::1 tomb name:: is open, to resize it it needs to be closed."
msgstr ""
#: _failure
msgid "You must specify the new size of ::1 tomb name::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
msgid "Size is not an integer."
msgstr ""
#: _failure
msgid "The new size must be greater then old tomb size."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "Error creating the extra resize ::1 size::, operation aborted."
2014-06-09 10:42:38 +00:00
msgstr ""
2014-09-01 08:49:48 +00:00
#: _failure
msgid "Failure mounting the encrypted file."
msgstr ""
2014-06-09 10:42:38 +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 ""
#: _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 ""
#: _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 ""
#: _warning
msgid "There is no open tomb to be closed."
msgstr ""
#: _warning
msgid "Too many tombs mounted, please specify one (see tomb list)"
msgstr ""
#: _warning
msgid "or issue the command 'tomb close all' to close them all."
msgstr ""
#: _message
2014-08-30 19:14:08 +00:00
msgid "Tomb close ::1::"
msgstr ""
#: _verbose
msgid "Name: ::1 tomb name::"
msgstr ""
#: _verbose
msgid "Mount: ::1 mount point::"
msgstr ""
#: _verbose
msgid "Mapper: ::1 mapper::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _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 ""
#: _warning
msgid "Please specify an existing tomb."
msgstr ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Slamming tomb ::1 tomb name:: mounted on ::2 mount point::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _message
msgid "Kill all processes busy inside the tomb."
msgstr ""
#: _warning
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 ""
#: _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 ""
#: _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 ""
#: _success
msgid "Slamming tomb: killing all processes using this hook."
msgstr ""
#: _warning
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 ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "Tomb bind hook ::1 hook:: is busy, cannot close tomb."
msgstr ""
#: _verbose
msgid "Performing umount of ::1 mount point::"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "Tomb is busy, cannot umount!"
msgstr ""
#: _warning
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 ""
#: _success
2014-08-30 19:14:08 +00:00
msgid "Tomb ::1 tomb name:: closed: your bones will rest in peace."
msgstr ""
#: _verbose
msgid "Sending ::1:: to processes inside the tomb:"
2014-06-09 10:42:38 +00:00
msgstr ""
#: _failure
msgid "Error parsing."
msgstr ""
#: _warning
2014-08-30 19:14:08 +00:00
msgid "There's no such command \"::1 subcommand::\"."
msgstr ""
#: _failure
msgid "Please try -h for help."
2014-06-09 10:42:38 +00:00
msgstr ""
#: _warning
msgid "Some error occurred during option processing."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "See \"tomb help\" for more info."
msgstr ""
#: _failure
msgid "Unrecognized option ::1 arg:: for subcommand ::2 subcommand::"
msgstr ""
#: _failure
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 ""
#: _verbose
msgid "Tomb command: ::1 subcommand:: ::2 param::"
msgstr ""
#: _verbose
msgid "Caller: uid[::1 uid::], gid[::2 gid::], tty[::3 tty::]."
msgstr ""
#: _failure
msgid "QREncode not installed: cannot engrave keys on paper."
msgstr ""
2014-06-09 10:42:38 +00:00
#: _warning
msgid "The create command is deprecated, please use dig, forge and lock instead."
msgstr ""
#: _warning
msgid "For more informations see Tomb's manual page (man tomb)."
msgstr ""
2014-08-30 19:14:08 +00:00
#: _failure
msgid "Steghide not installed: cannot bury keys into images."
msgstr ""
#: _failure
msgid "Steghide not installed: cannot exhume keys from images."
msgstr ""
#: _failure
msgid "Resize2fs not installed: cannot resize tombs."
msgstr ""
2014-06-09 10:42:38 +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 ""
#: _message
msgid "Try -h for help."
msgstr ""