ttomb.pot - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       ttomb.pot (29732B)
       ---
            1 
            2 # Tomb - The Crypto Undertaker.
            3 # Copyright (C) 2007-2014 Dyne.org Foundation
            4 # Denis Roio <jaromil@dyne.org>, 2013.
            5 #
            6 #, fuzzy
            7 msgid ""
            8 msgstr ""
            9 "PO-Revision-Date: Mon Jan  2 22:40:32 2017\n"
           10 "Last-Translator: Denis Roio <jaromil@dyne.org>\n"
           11 "Language: English\n"
           12 "Language-Team: Tomb developers <crypto@lists.dyne.org>\n"
           13 "MIME-Version: 1.0\n"
           14 "Content-Type: text/plain; charset=UTF-8\n"
           15 "Content-Transfer-Encoding: 8bit\n"
           16 
           17 #: tomb:Safety functions:_sudo:124
           18 msgid "[sudo] Enter password for user ::1 user:: to gain superuser privileges"
           19 msgstr ""
           20 
           21 #: tomb:Safety functions:_whoami:200
           22 msgid "Failing to identify the user who is calling us"
           23 msgstr ""
           24 
           25 #: tomb:Safety functions:_plot:249
           26 msgid "Tomb won't work without a TOMBNAME."
           27 msgstr ""
           28 
           29 #: tomb:Safety functions:_tmp_create:258
           30 msgid "Fatal error creating the temporary directory: ::1 temp dir::"
           31 msgstr ""
           32 
           33 #: tomb:Safety functions:_tmp_create:266
           34 msgid "Fatal error setting the permission umask for temporary files"
           35 msgstr ""
           36 
           37 #: tomb:Safety functions:_tmp_create:269
           38 msgid "Someone is messing up with us trying to hijack temporary files."
           39 msgstr ""
           40 
           41 #: tomb:Safety functions:_tmp_create:273
           42 msgid "Fatal error creating a temporary file: ::1 temp file::"
           43 msgstr ""
           44 
           45 #: tomb:Safety functions:_ensure_safe_swap:316
           46 msgid "An active swap partition is detected..."
           47 msgstr ""
           48 
           49 #: tomb:Safety functions:_ensure_safe_swap:330
           50 msgid "The undertaker found that all swap partitions are encrypted. Good."
           51 msgstr ""
           52 
           53 #: tomb:Safety functions:_ensure_safe_swap:332
           54 msgid "This poses a security risk."
           55 msgstr ""
           56 
           57 #: tomb:Safety functions:_ensure_safe_swap:333
           58 msgid "You can deactivate all swap partitions using the command:"
           59 msgstr ""
           60 
           61 #: tomb:Safety functions:_ensure_safe_swap:334
           62 msgid " swapoff -a"
           63 msgstr ""
           64 
           65 #: tomb:Safety functions:_ensure_safe_swap:335
           66 msgid "[#163] I may not detect plain swaps on an encrypted volume."
           67 msgstr ""
           68 
           69 #: tomb:Safety functions:_ensure_safe_swap:336
           70 msgid "But if you want to proceed like this, use the -f (force) flag."
           71 msgstr ""
           72 
           73 #: tomb:Safety functions:_check_swap:355
           74 msgid "Operation aborted."
           75 msgstr ""
           76 
           77 #: tomb:Safety functions:ask_password:397
           78 msgid "Cannot find pinentry-curses and no DISPLAY detected."
           79 msgstr ""
           80 
           81 #: tomb:Safety functions:ask_password:459
           82 msgid "Detected DISPLAY, but only pinentry-curses is found."
           83 msgstr ""
           84 
           85 #: tomb:Safety functions:ask_password:469
           86 msgid "Cannot find any pinentry: impossible to ask for password."
           87 msgstr ""
           88 
           89 #: tomb:Safety functions:ask_password:479
           90 msgid "Pinentry error: ::1 error::"
           91 msgstr ""
           92 
           93 #: tomb:Safety functions:ask_password:489
           94 msgid "Empty password"
           95 msgstr ""
           96 
           97 #: tomb:Safety functions:is_valid_tomb:506
           98 msgid "Tomb file is missing from arguments."
           99 msgstr ""
          100 
          101 #: tomb:Safety functions:is_valid_tomb:511
          102 msgid "Tomb file is not writable: ::1 tomb file::"
          103 msgstr ""
          104 
          105 #: tomb:Safety functions:is_valid_tomb:517
          106 msgid "Tomb file is not a regular file: ::1 tomb file::"
          107 msgstr ""
          108 
          109 #: tomb:Safety functions:is_valid_tomb:523
          110 msgid "Tomb file is empty (zero length): ::1 tomb file::"
          111 msgstr ""
          112 
          113 #: tomb:Safety functions:is_valid_tomb:532
          114 msgid "Tomb file is owned by another user: ::1 tomb owner::"
          115 msgstr ""
          116 
          117 #: tomb:Safety functions:is_valid_tomb:537
          118 msgid "Tomb command failed: ::1 command name::"
          119 msgstr ""
          120 
          121 #: tomb:Safety functions:is_valid_tomb:546
          122 msgid "File is not yet a tomb: ::1 tomb file::"
          123 msgstr ""
          124 
          125 #: tomb:Safety functions:is_valid_tomb:554
          126 msgid "Tomb is currently in use: ::1 tomb name::"
          127 msgstr ""
          128 
          129 #: tomb:Safety functions:is_valid_tomb:558
          130 msgid "Valid tomb file found: ::1 tomb path::"
          131 msgstr ""
          132 
          133 #: tomb:Safety functions:lo_mount:570
          134 msgid "Loop mount of volumes is not possible on this machine, this error"
          135 msgstr ""
          136 
          137 #: tomb:Safety functions:lo_mount:571
          138 msgid "often occurs on VPS and kernels that don't provide the loop module."
          139 msgstr ""
          140 
          141 #: tomb:Safety functions:lo_mount:572
          142 msgid "It is impossible to use Tomb on this machine at this conditions."
          143 msgstr ""
          144 
          145 #: tomb:Commandline interaction:usage:612
          146 msgid "Syntax: tomb [options] command [arguments]"
          147 msgstr ""
          148 
          149 #: tomb:Commandline interaction:usage:614
          150 msgid "Commands:"
          151 msgstr ""
          152 
          153 #: tomb:Commandline interaction:usage:616
          154 msgid " // Creation:"
          155 msgstr ""
          156 
          157 #: tomb:Commandline interaction:usage:617
          158 msgid " dig     create a new empty TOMB file of size -s in MiB"
          159 msgstr ""
          160 
          161 #: tomb:Commandline interaction:usage:618
          162 msgid " forge   create a new KEY file and set its password"
          163 msgstr ""
          164 
          165 #: tomb:Commandline interaction:usage:619
          166 msgid " lock    installs a lock on a TOMB to use it with KEY"
          167 msgstr ""
          168 
          169 #: tomb:Commandline interaction:usage:621
          170 msgid " // Operations on tombs:"
          171 msgstr ""
          172 
          173 #: tomb:Commandline interaction:usage:622
          174 msgid " open    open an existing TOMB (-k KEY file or - for stdin)"
          175 msgstr ""
          176 
          177 #: tomb:Commandline interaction:usage:623
          178 msgid " index   update the search indexes of tombs"
          179 msgstr ""
          180 
          181 #: tomb:Commandline interaction:usage:624
          182 msgid " search  looks for filenames matching text patterns"
          183 msgstr ""
          184 
          185 #: tomb:Commandline interaction:usage:625
          186 msgid " list    list of open TOMBs and information on them"
          187 msgstr ""
          188 
          189 #: tomb:Commandline interaction:usage:626
          190 msgid " close   close a specific TOMB (or 'all')"
          191 msgstr ""
          192 
          193 #: tomb:Commandline interaction:usage:627
          194 msgid " slam    slam a TOMB killing all programs using it"
          195 msgstr ""
          196 
          197 #: tomb:Commandline interaction:usage:629
          198 msgid " resize  resize a TOMB to a new size -s (can only grow)"
          199 msgstr ""
          200 
          201 #: tomb:Commandline interaction:usage:632
          202 msgid " // Operations on keys:"
          203 msgstr ""
          204 
          205 #: tomb:Commandline interaction:usage:633
          206 msgid " passwd  change the password of a KEY (needs old pass)"
          207 msgstr ""
          208 
          209 #: tomb:Commandline interaction:usage:634
          210 msgid " setkey  change the KEY locking a TOMB (needs old key and pass)"
          211 msgstr ""
          212 
          213 #: tomb:Commandline interaction:usage:637
          214 msgid " // Backup on paper:"
          215 msgstr ""
          216 
          217 #: tomb:Commandline interaction:usage:638
          218 msgid " engrave makes a QR code of a KEY to be saved on paper"
          219 msgstr ""
          220 
          221 #: tomb:Commandline interaction:usage:642
          222 msgid " // Steganography:"
          223 msgstr ""
          224 
          225 #: tomb:Commandline interaction:usage:643
          226 msgid " bury    hide a KEY inside a JPEG image (for use with -k)"
          227 msgstr ""
          228 
          229 #: tomb:Commandline interaction:usage:644
          230 msgid " exhume  extract a KEY from a JPEG image (prints to stdout)"
          231 msgstr ""
          232 
          233 #: tomb:Commandline interaction:usage:647
          234 msgid "Options:"
          235 msgstr ""
          236 
          237 #: tomb:Commandline interaction:usage:649
          238 msgid " -s     size of the tomb file when creating/resizing one (in MiB)"
          239 msgstr ""
          240 
          241 #: tomb:Commandline interaction:usage:650
          242 msgid " -k     path to the key to be used ('-k -' to read from stdin)"
          243 msgstr ""
          244 
          245 #: tomb:Commandline interaction:usage:651
          246 msgid " -n     don't process the hooks found in tomb"
          247 msgstr ""
          248 
          249 #: tomb:Commandline interaction:usage:652
          250 msgid " -o     options passed to commands: open, lock, forge (see man)"
          251 msgstr ""
          252 
          253 #: tomb:Commandline interaction:usage:653
          254 msgid " -f     force operation (i.e. even if swap is active)"
          255 msgstr ""
          256 
          257 #: tomb:Commandline interaction:usage:655
          258 msgid " --kdf  forge keys armored against dictionary attacks"
          259 msgstr ""
          260 
          261 #: tomb:Commandline interaction:usage:659
          262 msgid " -h     print this help"
          263 msgstr ""
          264 
          265 #: tomb:Commandline interaction:usage:660
          266 msgid " -v     print version, license and list of available ciphers"
          267 msgstr ""
          268 
          269 #: tomb:Commandline interaction:usage:661
          270 msgid " -q     run quietly without printing informations"
          271 msgstr ""
          272 
          273 #: tomb:Commandline interaction:usage:662
          274 msgid " -D     print debugging information at runtime"
          275 msgstr ""
          276 
          277 #: tomb:Commandline interaction:usage:664
          278 msgid "For more informations on Tomb read the manual: man tomb"
          279 msgstr ""
          280 
          281 #: tomb:Commandline interaction:usage:665
          282 msgid "Please report bugs on <http://github.com/dyne/tomb/issues>."
          283 msgstr ""
          284 
          285 #: tomb:Commandline interaction:_ensure_dependencies:800
          286 msgid "Missing required dependency ::1 command::.  Please install it."
          287 msgstr ""
          288 
          289 #: tomb:Key operations:is_valid_key:837
          290 msgid "cleartext key from stdin selected: this is unsafe."
          291 msgstr ""
          292 
          293 #: tomb:Key operations:is_valid_key:838
          294 msgid "please use --unsafe if you really want to do this."
          295 msgstr ""
          296 
          297 #: tomb:Key operations:is_valid_key:840
          298 msgid "received key in cleartext from stdin (unsafe mode)"
          299 msgstr ""
          300 
          301 #: tomb:Key operations:is_valid_key:844
          302 msgid "is_valid_key() called without an argument."
          303 msgstr ""
          304 
          305 #: tomb:Key operations:is_valid_key:852
          306 msgid "Key is an image, it might be valid."
          307 msgstr ""
          308 
          309 #: tomb:Key operations:is_valid_key:856
          310 msgid "Key is valid."
          311 msgstr ""
          312 
          313 #: tomb:Key operations:recover_key:866
          314 msgid "Attempting key recovery."
          315 msgstr ""
          316 
          317 #: tomb:Key operations:_load_key:890
          318 msgid "This operation requires a key file to be specified using the -k option."
          319 msgstr ""
          320 
          321 #: tomb:Key operations:_load_key:894
          322 msgid "Waiting for the key to be piped from stdin... "
          323 msgstr ""
          324 
          325 #: tomb:Key operations:_load_key:905
          326 msgid "Key not found, specify one using -k."
          327 msgstr ""
          328 
          329 #: tomb:Key operations:_load_key:919
          330 msgid "The key seems invalid or its format is not known by this version of Tomb."
          331 msgstr ""
          332 
          333 #: tomb:Key operations:get_lukskey:988
          334 msgid "Unlocking KDF key protection (::1 kdf::)"
          335 msgstr ""
          336 
          337 #: tomb:Key operations:get_lukskey:995
          338 msgid "No suitable program for KDF ::1 program::."
          339 msgstr ""
          340 
          341 #: tomb:Key operations:ask_key_password:1021
          342 msgid "Internal error: ask_key_password() called before _load_key()."
          343 msgstr ""
          344 
          345 #: tomb:Key operations:ask_key_password:1027
          346 msgid "A password is required to use key ::1 key::"
          347 msgstr ""
          348 
          349 #: tomb:Key operations:ask_key_password:1039
          350 msgid "User aborted password dialog."
          351 msgstr ""
          352 
          353 #: tomb:Key operations:ask_key_password:1046
          354 msgid "Password OK."
          355 msgstr ""
          356 
          357 #: tomb:Key operations:change_passwd:1083
          358 msgid "Commanded to change password for tomb key ::1 key::"
          359 msgstr ""
          360 
          361 #: tomb:Key operations:change_passwd:1095
          362 msgid "No valid password supplied."
          363 msgstr ""
          364 
          365 #: tomb:Key operations:change_passwd:1097
          366 msgid "Changing password for ::1 key file::"
          367 msgstr ""
          368 
          369 #: tomb:Key operations:change_passwd:1110
          370 msgid "Error: the newly generated keyfile does not seem valid."
          371 msgstr ""
          372 
          373 #: tomb:Key operations:change_passwd:1114
          374 msgid "Your passphrase was successfully updated."
          375 msgstr ""
          376 
          377 #: tomb:Key operations:gen_key:1136
          378 msgid "User aborted."
          379 msgstr ""
          380 
          381 #: tomb:Key operations:gen_key:1139
          382 msgid "You set empty password, which is not possible."
          383 msgstr ""
          384 
          385 #: tomb:Key operations:gen_key:1167
          386 msgid "Wrong argument for --kdf: must be an integer number (iteration seconds)."
          387 msgstr ""
          388 
          389 #: tomb:Key operations:gen_key:1168
          390 msgid "Depending on the speed of machines using this tomb, use 1 to 10, or more"
          391 msgstr ""
          392 
          393 #: tomb:Key operations:gen_key:1174
          394 msgid "Using KDF, iteration time: ::1 microseconds::"
          395 msgstr ""
          396 
          397 #: tomb:Key operations:gen_key:1175
          398 msgid "generating salt"
          399 msgstr ""
          400 
          401 #: tomb:Key operations:gen_key:1177
          402 msgid "calculating iterations"
          403 msgstr ""
          404 
          405 #: tomb:Key operations:gen_key:1179
          406 msgid "encoding the password"
          407 msgstr ""
          408 
          409 #: tomb:Key operations:list_gnupg_ciphers:1215
          410 msgid "gpg (GnuPG) is not found, Tomb cannot function without it."
          411 msgstr ""
          412 
          413 #: tomb:Key operations:bury_key:1236
          414 msgid "Encode failed: ::1 image file:: is not a jpeg image."
          415 msgstr ""
          416 
          417 #: tomb:Key operations:bury_key:1240
          418 msgid "Encoding key ::1 tomb key:: inside image ::2 image file::"
          419 msgstr ""
          420 
          421 #: tomb:Key operations:bury_key:1241
          422 msgid "Please confirm the key password for the encoding"
          423 msgstr ""
          424 
          425 #: tomb:Key operations:bury_key:1257
          426 msgid "Wrong password supplied."
          427 msgstr ""
          428 
          429 #: tomb:Key operations:bury_key:1258
          430 msgid "You shall not bury a key whose password is unknown to you."
          431 msgstr ""
          432 
          433 #: tomb:Key operations:bury_key:1269
          434 msgid "Encoding error: steghide reports problems."
          435 msgstr ""
          436 
          437 #: tomb:Key operations:bury_key:1272
          438 msgid "Tomb key encoded succesfully into image ::1 image file::"
          439 msgstr ""
          440 
          441 #: tomb:Key operations:exhume_key:1284
          442 msgid "Exhume failed, no image specified"
          443 msgstr ""
          444 
          445 #: tomb:Key operations:exhume_key:1294
          446 msgid "Exhume failed, image file not found: ::1 image file::"
          447 msgstr ""
          448 
          449 #: tomb:Key operations:exhume_key:1296
          450 msgid "Exhume failed: ::1 image file:: is not a jpeg image."
          451 msgstr ""
          452 
          453 #: tomb:Key operations:exhume_key:1303
          454 msgid "Wrong password or no steganographic key found"
          455 msgstr ""
          456 
          457 #: tomb:Key operations:exhume_key:1314
          458 msgid "printing exhumed key on stdout"
          459 msgstr ""
          460 
          461 #: tomb:Key operations:exhume_key:1318
          462 msgid "File exists: ::1 tomb key::"
          463 msgstr ""
          464 
          465 #: tomb:Key operations:exhume_key:1320
          466 msgid "Use of --force selected: overwriting."
          467 msgstr ""
          468 
          469 #: tomb:Key operations:exhume_key:1323
          470 msgid "Make explicit use of --force to overwrite."
          471 msgstr ""
          472 
          473 #: tomb:Key operations:exhume_key:1324
          474 msgid "Refusing to overwrite file. Operation aborted."
          475 msgstr ""
          476 
          477 #: tomb:Key operations:exhume_key:1327
          478 msgid "Trying to exhume a key out of image ::1 image file::"
          479 msgstr ""
          480 
          481 #: tomb:Key operations:exhume_key:1348
          482 msgid "Key succesfully exhumed to ::1 key::."
          483 msgstr ""
          484 
          485 #: tomb:Key operations:exhume_key:1350
          486 msgid "Nothing found in ::1 image file::"
          487 msgstr ""
          488 
          489 #: tomb:Key operations:engrave_key:1365
          490 msgid "Rendering a printable QRCode for key: ::1 tomb key file::"
          491 msgstr ""
          492 
          493 #: tomb:Key operations:engrave_key:1370
          494 msgid "QREncode reported an error."
          495 msgstr ""
          496 
          497 #: tomb:Key operations:engrave_key:1372
          498 msgid "Operation successful:"
          499 msgstr ""
          500 
          501 #: tomb:Create:dig_tomb:1405
          502 msgid "Commanded to dig tomb ::1 tomb path::"
          503 msgstr ""
          504 
          505 #: tomb:Create:dig_tomb:1407
          506 msgid "Missing path to tomb"
          507 msgstr ""
          508 
          509 #: tomb:Create:dig_tomb:1408
          510 msgid "Size argument missing, use -s"
          511 msgstr ""
          512 
          513 #: tomb:Create:dig_tomb:1409
          514 msgid "Size must be an integer (mebibytes)"
          515 msgstr ""
          516 
          517 #: tomb:Create:dig_tomb:1410
          518 msgid "Tombs can't be smaller than 10 mebibytes"
          519 msgstr ""
          520 
          521 #: tomb:Create:dig_tomb:1415
          522 msgid "A tomb exists already. I'm not digging here:"
          523 msgstr ""
          524 
          525 #: tomb:Create:dig_tomb:1420
          526 msgid "Creating a new tomb in ::1 tomb path::"
          527 msgstr ""
          528 
          529 #: tomb:Create:dig_tomb:1422
          530 msgid "Generating ::1 tomb file:: of ::2 size::MiB"
          531 msgstr ""
          532 
          533 #: tomb:Create:dig_tomb:1427
          534 msgid "Error creating the tomb ::1 tomb path::"
          535 msgstr ""
          536 
          537 #: tomb:Create:dig_tomb:1442
          538 msgid "Done digging ::1 tomb name::"
          539 msgstr ""
          540 
          541 #: tomb:Create:dig_tomb:1443
          542 msgid "Your tomb is not yet ready, you need to forge a key and lock it:"
          543 msgstr ""
          544 
          545 #: tomb:Create:dig_tomb:1444
          546 msgid "tomb forge ::1 tomb path::.key"
          547 msgstr ""
          548 
          549 #: tomb:Create:dig_tomb:1445
          550 msgid "tomb lock ::1 tomb path:: -k ::1 tomb path::.key"
          551 msgstr ""
          552 
          553 #: tomb:Create:forge_key:1466
          554 msgid "A filename needs to be specified using -k to forge a new key."
          555 msgstr ""
          556 
          557 #: tomb:Create:forge_key:1468
          558 msgid "Commanded to forge key ::1 key::"
          559 msgstr ""
          560 
          561 #: tomb:Create:forge_key:1480
          562 msgid "Forging this key would overwrite an existing file. Operation aborted."
          563 msgstr ""
          564 
          565 #: tomb:Create:forge_key:1484
          566 msgid "Cannot generate encryption key."
          567 msgstr ""
          568 
          569 #: tomb:Create:forge_key:1492
          570 msgid "Commanded to forge key ::1 key:: with cipher algorithm ::2 algorithm::"
          571 msgstr ""
          572 
          573 #: tomb:Create:forge_key:1501
          574 msgid "This operation takes time, keep using this computer on other tasks,"
          575 msgstr ""
          576 
          577 #: tomb:Create:forge_key:1502
          578 msgid "once done you will be asked to choose a password for your tomb."
          579 msgstr ""
          580 
          581 #: tomb:Create:forge_key:1503
          582 msgid "To make it faster you can move the mouse around."
          583 msgstr ""
          584 
          585 #: tomb:Create:forge_key:1504
          586 msgid "If you are on a server, you can use an Entropy Generation Daemon."
          587 msgstr ""
          588 
          589 #: tomb:Create:forge_key:1518
          590 msgid "Choose the  password of your key: ::1 tomb key::"
          591 msgstr ""
          592 
          593 #: tomb:Create:forge_key:1519
          594 msgid "(You can also change it later using 'tomb passwd'.)"
          595 msgstr ""
          596 
          597 #: tomb:Create:forge_key:1537
          598 msgid "The key does not seem to be valid."
          599 msgstr ""
          600 
          601 #: tomb:Create:forge_key:1538
          602 msgid "Dumping contents to screen:"
          603 msgstr ""
          604 
          605 #: tomb:Create:forge_key:1546
          606 msgid "Done forging ::1 key file::"
          607 msgstr ""
          608 
          609 #: tomb:Create:forge_key:1547
          610 msgid "Your key is ready:"
          611 msgstr ""
          612 
          613 #: tomb:Create:lock_tomb_with_key:1567
          614 msgid "No tomb specified for locking."
          615 msgstr ""
          616 
          617 #: tomb:Create:lock_tomb_with_key:1568
          618 msgid "Usage: tomb lock file.tomb file.tomb.key"
          619 msgstr ""
          620 
          621 #: tomb:Create:lock_tomb_with_key:1574
          622 msgid "Commanded to lock tomb ::1 tomb file::"
          623 msgstr ""
          624 
          625 #: tomb:Create:lock_tomb_with_key:1577
          626 msgid "There is no tomb here. You have to dig it first."
          627 msgstr ""
          628 
          629 #: tomb:Create:lock_tomb_with_key:1586
          630 msgid "Checking if the tomb is empty (we never step on somebody else's bones)."
          631 msgstr ""
          632 
          633 #: tomb:Create:lock_tomb_with_key:1590
          634 msgid "The tomb was already locked with another key."
          635 msgstr ""
          636 
          637 #: tomb:Create:lock_tomb_with_key:1591
          638 msgid "Operation aborted. I cannot lock an already locked tomb. Go dig a new one."
          639 msgstr ""
          640 
          641 #: tomb:Create:lock_tomb_with_key:1593
          642 msgid "Fine, this tomb seems empty."
          643 msgstr ""
          644 
          645 #: tomb:Create:lock_tomb_with_key:1601
          646 msgid "Locking using cipher: ::1 cipher::"
          647 msgstr ""
          648 
          649 #: tomb:Create:lock_tomb_with_key:1613
          650 msgid "Locking ::1 tomb file:: with ::2 tomb key file::"
          651 msgstr ""
          652 
          653 #: tomb:Create:lock_tomb_with_key:1615
          654 msgid "Formatting Luks mapped device."
          655 msgstr ""
          656 
          657 #: tomb:Create:lock_tomb_with_key:1620
          658 msgid "cryptsetup luksFormat returned an error."
          659 msgstr ""
          660 
          661 #: tomb:Create:lock_tomb_with_key:1625
          662 msgid "cryptsetup luksOpen returned an error."
          663 msgstr ""
          664 
          665 #: tomb:Create:lock_tomb_with_key:1628
          666 msgid "Formatting your Tomb with Ext3/Ext4 filesystem."
          667 msgstr ""
          668 
          669 #: tomb:Create:lock_tomb_with_key:1632
          670 msgid "Tomb format returned an error."
          671 msgstr ""
          672 
          673 #: tomb:Create:lock_tomb_with_key:1633
          674 msgid "Your tomb ::1 tomb file:: may be corrupted."
          675 msgstr ""
          676 
          677 #: tomb:Create:lock_tomb_with_key:1638
          678 msgid "Done locking ::1 tomb name:: using Luks dm-crypt ::2 cipher::"
          679 msgstr ""
          680 
          681 #: tomb:Create:lock_tomb_with_key:1639
          682 msgid "Your tomb is ready in ::1 tomb path:: and secured with key ::2 tomb key::"
          683 msgstr ""
          684 
          685 #: tomb:Create:change_tomb_key:1649
          686 msgid "Commanded to reset key for tomb ::1 tomb path::"
          687 msgstr ""
          688 
          689 #: tomb:Create:change_tomb_key:1652
          690 msgid "Command 'setkey' needs two arguments: the old key file and the tomb."
          691 msgstr ""
          692 
          693 #: tomb:Create:change_tomb_key:1653
          694 msgid "I.e:  tomb -k new.tomb.key old.tomb.key secret.tomb"
          695 msgstr ""
          696 
          697 #: tomb:Create:change_tomb_key:1654
          698 msgid "Execution aborted."
          699 msgstr ""
          700 
          701 #: tomb:Create:change_tomb_key:1667
          702 msgid "Not a valid LUKS encrypted volume: ::1 volume::"
          703 msgstr ""
          704 
          705 #: tomb:Create:change_tomb_key:1675
          706 msgid "Changing lock on tomb ::1 tomb name::"
          707 msgstr ""
          708 
          709 #: tomb:Create:change_tomb_key:1676
          710 msgid "Old key: ::1 old key::"
          711 msgstr ""
          712 
          713 #: tomb:Create:change_tomb_key:1692
          714 msgid "No valid password supplied for the old key."
          715 msgstr ""
          716 
          717 #: tomb:Create:change_tomb_key:1698
          718 msgid "Unexpected error in luksOpen."
          719 msgstr ""
          720 
          721 #: tomb:Create:change_tomb_key:1702
          722 msgid "New key: ::1 key file::"
          723 msgstr ""
          724 
          725 #: tomb:Create:change_tomb_key:1712
          726 msgid "No valid password supplied for the new key."
          727 msgstr ""
          728 
          729 #: tomb:Create:change_tomb_key:1721
          730 msgid "Unexpected error in luksChangeKey."
          731 msgstr ""
          732 
          733 #: tomb:Create:change_tomb_key:1723
          734 msgid "Unexpected error in luksClose."
          735 msgstr ""
          736 
          737 #: tomb:Create:change_tomb_key:1725
          738 msgid "Succesfully changed key for tomb: ::1 tomb file::"
          739 msgstr ""
          740 
          741 #: tomb:Create:change_tomb_key:1726
          742 msgid "The new key is: ::1 new key::"
          743 msgstr ""
          744 
          745 #: tomb:Open:mount_tomb:1738
          746 msgid "No tomb name specified for opening."
          747 msgstr ""
          748 
          749 #: tomb:Open:mount_tomb:1740
          750 msgid "Commanded to open tomb ::1 tomb name::"
          751 msgstr ""
          752 
          753 #: tomb:Open:mount_tomb:1755
          754 msgid "Mountpoint not specified, using default: ::1 mount point::"
          755 msgstr ""
          756 
          757 #: tomb:Open:mount_tomb:1758
          758 msgid "Opening ::1 tomb file:: on ::2 mount point::"
          759 msgstr ""
          760 
          761 #: tomb:Open:mount_tomb:1765
          762 msgid "::1 tomb file:: is not a valid Luks encrypted storage file."
          763 msgstr ""
          764 
          765 #: tomb:Open:mount_tomb:1767
          766 msgid "This tomb is a valid LUKS encrypted device."
          767 msgstr ""
          768 
          769 #: tomb:Open:mount_tomb:1774
          770 msgid "Cipher is \"::1 cipher::\" mode \"::2 mode::\" hash \"::3 hash::\""
          771 msgstr ""
          772 
          773 #: tomb:Open:mount_tomb:1781
          774 msgid "Multiple key slots are enabled on this tomb. Beware: there can be a backdoor."
          775 msgstr ""
          776 
          777 #: tomb:Open:mount_tomb:1805
          778 msgid "Failure mounting the encrypted file."
          779 msgstr ""
          780 
          781 #: tomb:Open:mount_tomb:1815
          782 msgid "Success unlocking tomb ::1 tomb name::"
          783 msgstr ""
          784 
          785 #: tomb:Open:mount_tomb:1818
          786 msgid "Checking filesystem via ::1::"
          787 msgstr ""
          788 
          789 #: tomb:Open:mount_tomb:1836
          790 msgid "Error mounting ::1 mapper:: on ::2 tombmount::"
          791 msgstr ""
          792 
          793 #: tomb:Open:mount_tomb:1838
          794 msgid "Are mount options '::1 mount options::' valid?"
          795 msgstr ""
          796 
          797 #: tomb:Open:mount_tomb:1843
          798 msgid "Cannot mount ::1 tomb name::"
          799 msgstr ""
          800 
          801 #: tomb:Open:mount_tomb:1850
          802 msgid "Success opening ::1 tomb file:: on ::2 mount point::"
          803 msgstr ""
          804 
          805 #: tomb:Open:mount_tomb:1866
          806 msgid "Last visit by ::1 user::(::2 tomb build::) from ::3 tty:: on ::4 host::"
          807 msgstr ""
          808 
          809 #: tomb:Open:mount_tomb:1867
          810 msgid "on date ::1 date::"
          811 msgstr ""
          812 
          813 #: tomb:Open:exec_safe_bind_hooks:1915
          814 msgid "How pitiful!  A tomb, and no HOME."
          815 msgstr ""
          816 
          817 #: tomb:Open:exec_safe_bind_hooks:1919
          818 msgid "Cannot exec bind hooks without a mounted tomb."
          819 msgstr ""
          820 
          821 #: tomb:Open:exec_safe_bind_hooks:1935
          822 msgid "bind-hooks file is broken"
          823 msgstr ""
          824 
          825 #: tomb:Open:exec_safe_bind_hooks:1944
          826 msgid "bind-hooks map format: local/to/tomb local/to/$HOME"
          827 msgstr ""
          828 
          829 #: tomb:Open:exec_safe_bind_hooks:1948
          830 msgid "bind-hooks map format: local/to/tomb local/to/$HOME.  Rolling back"
          831 msgstr ""
          832 
          833 #: tomb:Open:exec_safe_bind_hooks:1953
          834 msgid "bind-hook target not existent, skipping ::1 home::/::2 subdir::"
          835 msgstr ""
          836 
          837 #: tomb:Open:exec_safe_bind_hooks:1955
          838 msgid "bind-hook source not found in tomb, skipping ::1 mount point::/::2 subdir::"
          839 msgstr ""
          840 
          841 #: tomb:Open:exec_safe_post_hooks:1983
          842 msgid "Post hooks found, executing as user ::1 user name::."
          843 msgstr ""
          844 
          845 #: tomb:List:list_tombs:2002
          846 msgid "I can't see any ::1 status:: tomb, may they all rest in peace."
          847 msgstr ""
          848 
          849 #: tomb:List:list_tombs:2039
          850 msgid "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::"
          851 msgstr ""
          852 
          853 #: tomb:List:list_tombs:2044
          854 msgid "::1 tombname:: open since ::2 tombsince::"
          855 msgstr ""
          856 
          857 #: tomb:List:list_tombs:2047
          858 msgid "::1 tombname:: open by ::2 tombuser:: from ::3 tombtty:: on ::4 tombhost::"
          859 msgstr ""
          860 
          861 #: tomb:List:list_tombs:2051
          862 msgid "::1 tombname:: size ::2 tombtot:: of which ::3 tombused:: (::5 tombpercent::%) is used: ::4 tombavail:: free "
          863 msgstr ""
          864 
          865 #: tomb:List:list_tombs:2055
          866 msgid "::1 tombname:: warning: your tomb is almost full!"
          867 msgstr ""
          868 
          869 #: tomb:List:list_tombs:2061
          870 msgid "::1 tombname:: hooks ::2 hookname:: on ::3 hookdest::"
          871 msgstr ""
          872 
          873 #: tomb:List:list_tomb_binds:2117
          874 msgid "Internal error: list_tomb_binds called without argument."
          875 msgstr ""
          876 
          877 #: tomb:Index and search:index_tombs:2160
          878 msgid "Cannot index tombs on this system: updatedb (mlocate) not installed."
          879 msgstr ""
          880 
          881 #: tomb:Index and search:index_tombs:2164
          882 msgid "Cannot use GNU findutils for index/search commands."
          883 msgstr ""
          884 
          885 #: tomb:Index and search:index_tombs:2166
          886 msgid "Index command needs 'mlocate' to be installed."
          887 msgstr ""
          888 
          889 #: tomb:Index and search:index_tombs:2174
          890 msgid "There seems to be no open tomb engraved as [::1::]"
          891 msgstr ""
          892 
          893 #: tomb:Index and search:index_tombs:2176
          894 msgid "I can't see any open tomb, may they all rest in peace."
          895 msgstr ""
          896 
          897 #: tomb:Index and search:index_tombs:2178
          898 msgid "Creating and updating search indexes."
          899 msgstr ""
          900 
          901 #: tomb:Index and search:index_tombs:2191
          902 msgid "Skipping ::1 tomb name:: (.noindex found)."
          903 msgstr ""
          904 
          905 #: tomb:Index and search:index_tombs:2193
          906 msgid "Indexing ::1 tomb name:: filenames..."
          907 msgstr ""
          908 
          909 #: tomb:Index and search:index_tombs:2198
          910 msgid "Indexing ::1 tomb name:: contents..."
          911 msgstr ""
          912 
          913 #: tomb:Index and search:index_tombs:2200
          914 msgid "Generating a new swish-e configuration file: ::1 swish conf::"
          915 msgstr ""
          916 
          917 #: tomb:Index and search:index_tombs:2270
          918 msgid "Search index updated."
          919 msgstr ""
          920 
          921 #: tomb:Index and search:search_tombs:2291
          922 msgid "Searching for: ::1::"
          923 msgstr ""
          924 
          925 #: tomb:Index and search:search_tombs:2299
          926 msgid "Searching filenames in tomb ::1 tomb name::"
          927 msgstr ""
          928 
          929 #: tomb:Index and search:search_tombs:2301
          930 msgid "Matches found: ::1 matches::"
          931 msgstr ""
          932 
          933 #: tomb:Index and search:search_tombs:2306
          934 msgid "Searching contents in tomb ::1 tomb name::"
          935 msgstr ""
          936 
          937 #: tomb:Index and search:search_tombs:2309
          938 msgid "Skipping tomb ::1 tomb name::: not indexed."
          939 msgstr ""
          940 
          941 #: tomb:Index and search:search_tombs:2310
          942 msgid "Run 'tomb index' to create indexes."
          943 msgstr ""
          944 
          945 #: tomb:Index and search:search_tombs:2312
          946 msgid "Search completed."
          947 msgstr ""
          948 
          949 #: tomb:Resize:resize_tomb:2323
          950 msgid "Commanded to resize tomb ::1 tomb name:: to ::2 size:: mebibytes."
          951 msgstr ""
          952 
          953 #: tomb:Resize:resize_tomb:2325
          954 msgid "No tomb name specified for resizing."
          955 msgstr ""
          956 
          957 #: tomb:Resize:resize_tomb:2326
          958 msgid "Cannot find ::1::"
          959 msgstr ""
          960 
          961 #: tomb:Resize:resize_tomb:2330
          962 msgid "Aborting operations: new size was not specified, use -s"
          963 msgstr ""
          964 
          965 #: tomb:Resize:resize_tomb:2343
          966 msgid "Please close the tomb ::1 tomb name:: before trying to resize it."
          967 msgstr ""
          968 
          969 #: tomb:Resize:resize_tomb:2346
          970 msgid "You must specify the new size of ::1 tomb name::"
          971 msgstr ""
          972 
          973 #: tomb:Resize:resize_tomb:2348
          974 msgid "Size is not an integer."
          975 msgstr ""
          976 
          977 #: tomb:Resize:resize_tomb:2360
          978 msgid "Error creating the extra resize ::1 size::, operation aborted."
          979 msgstr ""
          980 
          981 #: tomb:Resize:resize_tomb:2367
          982 msgid "Tomb seems resized already, operating filesystem stretch"
          983 msgstr ""
          984 
          985 #: tomb:Resize:resize_tomb:2369
          986 msgid "The new size must be greater then old tomb size."
          987 msgstr ""
          988 
          989 #: tomb:Resize:resize_tomb:2387
          990 msgid "opening tomb"
          991 msgstr ""
          992 
          993 #: tomb:Resize:resize_tomb:2392
          994 msgid "cryptsetup failed to resize ::1 mapper::"
          995 msgstr ""
          996 
          997 #: tomb:Resize:resize_tomb:2395
          998 msgid "e2fsck failed to check ::1 mapper::"
          999 msgstr ""
         1000 
         1001 #: tomb:Resize:resize_tomb:2398
         1002 msgid "resize2fs failed to resize ::1 mapper::"
         1003 msgstr ""
         1004 
         1005 #: tomb:Close:umount_tomb:2422
         1006 msgid "There is no open tomb to be closed."
         1007 msgstr ""
         1008 
         1009 #: tomb:Close:umount_tomb:2425
         1010 msgid "Too many tombs mounted, please specify one (see tomb list)"
         1011 msgstr ""
         1012 
         1013 #: tomb:Close:umount_tomb:2426
         1014 msgid "or issue the command 'tomb close all' to close them all."
         1015 msgstr ""
         1016 
         1017 #: tomb:Close:umount_tomb:2444
         1018 msgid "Tomb not found: ::1 tomb file::"
         1019 msgstr ""
         1020 
         1021 #: tomb:Close:umount_tomb:2445
         1022 msgid "Please specify an existing tomb."
         1023 msgstr ""
         1024 
         1025 #: tomb:Close:umount_tomb:2449
         1026 msgid "Slamming tomb ::1 tomb name:: mounted on ::2 mount point::"
         1027 msgstr ""
         1028 
         1029 #: tomb:Close:umount_tomb:2451
         1030 msgid "Kill all processes busy inside the tomb."
         1031 msgstr ""
         1032 
         1033 #: tomb:Close:umount_tomb:2453
         1034 msgid "Cannot slam the tomb ::1 tomb name::"
         1035 msgstr ""
         1036 
         1037 #: tomb:Close:umount_tomb:2455
         1038 msgid "Closing tomb ::1 tomb name:: mounted on ::2 mount point::"
         1039 msgstr ""
         1040 
         1041 #: tomb:Close:umount_tomb:2463
         1042 msgid "Closing tomb bind hook: ::1 hook::"
         1043 msgstr ""
         1044 
         1045 #: tomb:Close:umount_tomb:2466
         1046 msgid "Slamming tomb: killing all processes using this hook."
         1047 msgstr ""
         1048 
         1049 #: tomb:Close:umount_tomb:2467
         1050 msgid "Cannot slam the bind hook ::1 hook::"
         1051 msgstr ""
         1052 
         1053 #: tomb:Close:umount_tomb:2470
         1054 msgid "Tomb bind hook ::1 hook:: is busy, cannot close tomb."
         1055 msgstr ""
         1056 
         1057 #: tomb:Close:umount_tomb:2481
         1058 msgid "Tomb is busy, cannot umount!"
         1059 msgstr ""
         1060 
         1061 #: tomb:Close:umount_tomb:2492
         1062 msgid "Error occurred in cryptsetup luksClose ::1 mapper::"
         1063 msgstr ""
         1064 
         1065 #: tomb:Close:umount_tomb:2499
         1066 msgid "Tomb ::1 tomb name:: closed: your bones will rest in peace."
         1067 msgstr ""
         1068 
         1069 #: tomb:Main routine:main:2619
         1070 msgid "Error parsing."
         1071 msgstr ""
         1072 
         1073 #: tomb:Main routine:main:2629
         1074 msgid "There's no such command \"::1 subcommand::\"."
         1075 msgstr ""
         1076 
         1077 #: tomb:Main routine:main:2630
         1078 msgid "Please try -h for help."
         1079 msgstr ""
         1080 
         1081 #: tomb:Main routine:main:2642
         1082 msgid "Some error occurred during option processing."
         1083 msgstr ""
         1084 
         1085 #: tomb:Main routine:main:2643
         1086 msgid "See \"tomb help\" for more info."
         1087 msgstr ""
         1088 
         1089 #: tomb:Main routine:main:2655
         1090 msgid "Unrecognized option ::1 arg:: for subcommand ::2 subcommand::"
         1091 msgstr ""
         1092 
         1093 #: tomb:Main routine:main:2671
         1094 msgid "You specified option ::1 option::, which is DANGEROUS and should only be used for testing\nIf you really want so, add --unsafe"
         1095 msgstr ""
         1096 
         1097 #: tomb:Main routine:main:2705
         1098 msgid "The create command is deprecated, please use dig, forge and lock instead."
         1099 msgstr ""
         1100 
         1101 #: tomb:Main routine:main:2706
         1102 msgid "For more informations see Tomb's manual page (man tomb)."
         1103 msgstr ""
         1104 
         1105 #: tomb:Main routine:main:2740
         1106 msgid "Resize2fs not installed: cannot resize tombs."
         1107 msgstr ""
         1108 
         1109 #: tomb:Main routine:main:2766
         1110 msgid "QREncode not installed: cannot engrave keys on paper."
         1111 msgstr ""
         1112 
         1113 #: tomb:Main routine:main:2783
         1114 msgid "Steghide not installed: cannot bury keys into images."
         1115 msgstr ""
         1116 
         1117 #: tomb:Main routine:main:2790
         1118 msgid "Steghide not installed: cannot exhume keys from images."
         1119 msgstr ""
         1120 
         1121 #: tomb:Main routine:main:2804
         1122 msgid "Tomb ::1 version:: - a strong and gentle undertaker for your secrets"
         1123 msgstr ""
         1124 
         1125 #: tomb:Main routine:main:2806
         1126 msgid " Copyright (C) 2007-2017 Dyne.org Foundation, License GNU GPL v3+"
         1127 msgstr ""
         1128 
         1129 #: tomb:Main routine:main:2807
         1130 msgid " This is free software: you are free to change and redistribute it"
         1131 msgstr ""
         1132 
         1133 #: tomb:Main routine:main:2808
         1134 msgid " For the latest sourcecode go to <http://dyne.org/software/tomb>"
         1135 msgstr ""
         1136 
         1137 #: tomb:Main routine:main:2813
         1138 msgid " This source code is distributed in the hope that it will be useful,"
         1139 msgstr ""
         1140 
         1141 #: tomb:Main routine:main:2814
         1142 msgid " but WITHOUT ANY WARRANTY; without even the implied warranty of"
         1143 msgstr ""
         1144 
         1145 #: tomb:Main routine:main:2815
         1146 msgid " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
         1147 msgstr ""
         1148 
         1149 #: tomb:Main routine:main:2817
         1150 msgid " When in need please refer to <http://dyne.org/support>."
         1151 msgstr ""
         1152 
         1153 #: tomb:Main routine:main:2819
         1154 msgid "System utils:"
         1155 msgstr ""
         1156 
         1157 #: tomb:Main routine:main:2829
         1158 msgid "Optional utils:"
         1159 msgstr ""
         1160 
         1161 #: tomb:Main routine:main:2839
         1162 msgid "Command \"::1 subcommand::\" not recognized."
         1163 msgstr ""
         1164 
         1165 #: tomb:Main routine:main:2840
         1166 msgid "Try -h for help."
         1167 msgstr ""
         1168