~ubuntu-branches/ubuntu/precise/util-linux/precise-proposed

« back to all changes in this revision

Viewing changes to debian/po/nl.po

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Dutch translation of util-linux debconf templates.
 
2
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
 
3
# This file is distributed under the same license as the util-linux package.
 
4
# Jeroen Schot <schot@a-eskwadraat.nl>, 2011.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: util-linux_2.17.2-9.1\n"
 
9
"Report-Msgid-Bugs-To: util-linux@packages.debian.org\n"
 
10
"POT-Creation-Date: 2010-12-24 12:50-0700\n"
 
11
"PO-Revision-Date: 2011-05-02 10:53+0200\n"
 
12
"Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
 
13
"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Language: nl\n"
 
18
 
 
19
#. Type: note
 
20
#. Description
 
21
#: ../util-linux.templates:1001
 
22
msgid "Filesystem entries with noauto and non-zero pass number"
 
23
msgstr ""
 
24
"Bestandssysteemregel met noauto en een doorgangnummer (fs_passno) anders dan "
 
25
"nul"
 
26
 
 
27
#. Type: note
 
28
#. Description
 
29
#: ../util-linux.templates:1001
 
30
msgid ""
 
31
"/etc/fstab contains at least one entry that is marked as \"noauto\" with a "
 
32
"non-zero pass number (meaning that the file system should not be "
 
33
"automatically mounted upon boot, yet should be checked by fsck, the file "
 
34
"system check utility)."
 
35
msgstr ""
 
36
"/etc/fstab bevat ten minste één regel gemarkeerd als \"noauto\" met een "
 
37
"doorgangnummer anders dan nul (dit betekent dat het bestandssysteem bij het "
 
38
"opstarten niet automatisch moet worden aangekoppeld, maar wel moet worden "
 
39
"gecontroleerd door fsck, het hulpprogramma voor bestandssysteemcontrole)."
 
40
 
 
41
#. Type: note
 
42
#. Description
 
43
#: ../util-linux.templates:1001
 
44
msgid ""
 
45
"From this release onwards, fsck will fail for file systems that have a non-"
 
46
"zero pass number and are not available (eg. because they are unplugged) at "
 
47
"the time fsck runs. This will cause the system to enter file system repair "
 
48
"mode during boot."
 
49
msgstr ""
 
50
"Vanaf deze versie zal fsck mislukken bij bestandsssystemen met een "
 
51
"doorgangnummer anders dan nul die niet beschikbaar zijn (bijvoorbeeld omdat "
 
52
"ze niet verbonden zijn) op het moment dat fsck wordt uitgevoerd. Hierdoor "
 
53
"zal het systeem bij het opstarten in de modus voor bestandssysteemreparatie "
 
54
"terecht komen."
 
55
 
 
56
#. Type: note
 
57
#. Description
 
58
#: ../util-linux.templates:1001
 
59
msgid ""
 
60
"To avoid this problem, please adjust such fstab entries for removable "
 
61
"devices, by either setting their pass number to zero, or adding the \"nofail"
 
62
"\" option. For more details, please see mount(8)."
 
63
msgstr ""
 
64
"Om dit probleem te voorkomen dient u zulke fstab-regels voor verwijderbare "
 
65
"apparaten aan te passen. Dit kan door hun doorgangnummer op nul te zetten "
 
66
"of door de \"nofail\" optie toe te voegen. Lees mount(8) voor meer details."