~ubuntu-branches/debian/sid/cryptsetup/sid

« back to all changes in this revision

Viewing changes to debian/scripts/po/luksformat.pot

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer
  • Date: 2012-02-05 03:17:59 UTC
  • mfrom: (0.2.9)
  • Revision ID: package-import@ubuntu.com-20120205031759-kua3bplwunj0q2zl
Tags: 2:1.4.1-1
* new upstream release (1.4.0 + 1.4.1) (closes: #647851)
  - fixes typo in german translation. (closes: #645528)
  - remove patches, all incorporated upstream.
  - soname bump, rename library package to libcryptsetup4
* check for busybox in initramfs cryptroot hook, and install the sed binary
  in case it's either not installed or not activated. (closes: #591853)
* add checks for 'type $KEYSCRIPT' to initscripts cryptdisks.functions, and
  to cryptroot initramfs script/hook. this adds support for keyscripts inside
  $PATH. thanks to Ian Jackson for the suggestion. (closes: #597583)
* use argument '--sysinit' for vgchange in cryptroot initramfs script. Thanks
  to Christoph Anton Mitterer for the suggestion.
* add option for discard/trim features to crypttab and initramfs scripts.
  Thanks to intrigeri and Peter Colberg for patches. (closes: #648868)
* print $target on error in initramfs hook. Thanks to Daniel Hahler for the
  bugreport. (closes: #648192)
* add a warning about using decrypt_derived keyscript for devices with
  persistent data. Thanks to Arno Wagner for pointing this out.
* remove quotes from resume device candidates at get_resume_devs() in
  initramfs hook script. Thanks to Johannes Rohr. (closes: #634017)
* support custom $TABFILE, thanks to Douglas Huff. (closes: #638317)
* fix get_lvm_deps() in initramfs cryptroot hook to add all physical volumes
  of lvm volume group that contains the rootfs logical volume, even if the
  rootfs is lv is not spread over all physical volumes. Thanks to Christian
  Pernegger for bugreport and patch. (closes: #634109)
* debian/initramfs/cryptroot-script: Move check for maximum number of tries
  behind the while loop, to make the warning appear in case that maximum
  number of tries is reached. Thanks to Chistian Lamparter for bugreport and
  patch. (closes: #646083)
* incorporate changes to package descriptions and debconf templates that
  suggested by debian-l10n-english people. Special thanks go to Justin B Rye.
* acknowledge NMU, thanks a lot to Christian Perrier for his great work on
  the i18n front. (closes: #633105, #641719, #641839, #641947, #642470,
  #640056, #642540, #643633, #643962, #644853)
* add and update debconf translations:
  - italian, thanks to Milo Casagrande, Francesca Ciceri. (closes: #656933)
  - german, thanks to Erik Pfannenstein. (closes: #642147)
  - spanish, thanks to Camaleón. (closes: #658360)
  - russian, thanks to Yuri Kuzlov (closes: #654676)
* set architecture to linux-any, depends on linux kernel anyway. Thanks to
  Christoph Egger. (closes: #638257)
* small updates to the copyright file.
* add targets build-indep and build-arch to debian/rules, thanks to lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: PACKAGE VERSION\n"
10
10
"Report-Msgid-Bugs-To: pkg-cryptsetup-devel@lists.alioth.debian.org\n"
11
 
"POT-Creation-Date: 2011-03-08 20:06+0100\n"
 
11
"POT-Creation-Date: 2011-09-19 13:54+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
17
17
"Content-Type: text/plain; charset=CHARSET\n"
18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
 
20
 
#: debian/scripts/luksformat:48
 
20
#: ../luksformat:33
 
21
msgid "This program needs to be started as root\n"
 
22
msgstr ""
 
23
 
 
24
#: ../luksformat:38
21
25
msgid ""
22
26
"luksformat - Create and format an encrypted LUKS device\n"
23
27
"Usage: luksformat [-t <file system>] <device> [ mkfs options ]\n"
24
28
"\n"
25
29
msgstr ""
26
30
 
27
 
#: debian/scripts/luksformat:63
28
 
msgid "This program needs to be started as root\n"
29
 
msgstr ""
30
 
 
31
 
#: debian/scripts/luksformat:71
 
31
#: ../luksformat:56
32
32
#, perl-format
33
33
msgid "Error: device mounted: %s\n"
34
34
msgstr ""
35
35
 
36
 
#: debian/scripts/luksformat:81
 
36
#: ../luksformat:66
37
37
#, perl-format
38
38
msgid "Error: invalid file system: %s\n"
39
39
msgstr ""
40
40
 
41
 
#: debian/scripts/luksformat:94
 
41
#: ../luksformat:79
 
42
#, perl-format
42
43
msgid "Error: could not generate temporary mapped device name"
43
44
msgstr ""
44
45
 
45
46
#. we do not need to be overly concerned with race conditions here, cryptsetup
46
47
#. will just fail if the name already exists now.
47
 
#: debian/scripts/luksformat:98
 
48
#: ../luksformat:83
48
49
#, perl-format
49
50
msgid "Creating encrypted device on %s...\n"
50
51
msgstr ""
51
52
 
52
 
#: debian/scripts/luksformat:100
 
53
#: ../luksformat:85
53
54
#, perl-format
54
55
msgid "Could not create LUKS device %s"
55
56
msgstr ""
56
57
 
57
 
#: debian/scripts/luksformat:103
 
58
#: ../luksformat:88
58
59
msgid "Please enter your passphrase again to verify it\n"
59
60
msgstr ""
60
61
 
61
 
#: debian/scripts/luksformat:105
 
62
#: ../luksformat:90
62
63
msgid "The passphrases you entered were not identical\n"
63
64
msgstr ""
64
65
 
65
 
#: debian/scripts/luksformat:114
 
66
#: ../luksformat:99
66
67
#, perl-format
67
68
msgid "Could not format device with file system %s"
68
69
msgstr ""