From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- templates/man3/libblkid.3.pot | 237 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 templates/man3/libblkid.3.pot (limited to 'templates/man3/libblkid.3.pot') diff --git a/templates/man3/libblkid.3.pot b/templates/man3/libblkid.3.pot new file mode 100644 index 00000000..20af9b5b --- /dev/null +++ b/templates/man3/libblkid.3.pot @@ -0,0 +1,237 @@ +# 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-02-09 17:01+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 opensuse-leap-15-6 +#, 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 opensuse-leap-15-6 +#, no-wrap +msgid "Programmer\\(aqs Manual" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "libblkid - block device identification library" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<#include Eblkid.hE>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B I B<-lblkid>" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +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 opensuse-leap-15-6 +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 opensuse-leap-15-6 +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 opensuse-leap-15-6 +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