# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 10:33+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "LIBBLKID" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-08-04" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "Programmer\\(aqs Manual" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "libblkid - block device identification library" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B<#include Eblkid.hE>" msgstr "" #. type: Plain text #: debian-bookworm msgid "B I B<-lblkid>" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B library is used to identify block devices (disks) as to " "their content (e.g., filesystem type) as well as extracting additional " "information such as filesystem labels/volume names, unique identifiers/" "serial numbers. A common use is to allow use of B and B tags " "instead of hard-coding specific block device names into configuration files." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The low-level part of the library also allows the extraction of information " "about partitions and block device topology." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The high-level part of the library keeps information about block devices in " "a cache file and is verified to still be valid before being returned to the " "user (if the user has read permission on the raw block device, otherwise " "not). The cache file also allows unprivileged users (normally anyone other " "than root, or those not in the \"disk\" group) to locate devices by label/" "id. The standard location of the cache file can be overridden by the " "environment variable B." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "In situations where one is getting information about a single known device, " "it does not impact performance whether the cache is used or not (unless you " "are not able to read the block device directly)." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The high-level part of the library supports two methods to determine B