msgstr ""
"Project-Id-Version: util-linux-man 2.38-rc4\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2022-03-19 16:33+01:00\n"
"Last-Translator: Petr Písař <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
#. type: Plain text
#: ../libuuid/man/uuid_compare.3.adoc:50
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_parse.3.adoc:51
#, no-wrap
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_time.3.adoc:50
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_unparse.3.adoc:52
#, no-wrap
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
#. type: Plain text
msgstr ""
"Project-Id-Version: util-linux-man 2.40-rc2\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2024-03-04 20:54+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
#: ../libuuid/man/uuid_compare.3.adoc:50
#, fuzzy
#| msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
#, fuzzy
#| msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*\n"
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr "*void uuid_copy(uuid_t __Ziel__, uuid_t __Quelle__);*\n"
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
#, fuzzy
#| msgid "*int uuid_is_null(uuid_t __uu__);*\n"
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr "*int uuid_is_null(uuid_t __uu__);*\n"
#. type: Plain text
#| "*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
#| "*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
"*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
"*int uuid_parse_range(char *__in_Start__, char *__in_Ende__, uuid_t __uu__);*\n"
#: ../libuuid/man/uuid_time.3.adoc:50
#, fuzzy
#| msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
#. type: Plain text
#| "*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#| "*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*\n"
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
"*void uuid_unparse(uuid_t __uu__, char *__out__);* +\n"
"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
-"aktiviert oder deaktiviert die direkten Ein-/Ausgaben für die zugrunde "
-"liegende Datei. Das optionale Argument kann entweder *on* oder *off* sein. "
-"Wird kein optionales Argument angegeben, ist *on* die Vorgabe."
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:103
"*setenv*(3),\n"
"*terminfo*(5)\n"
+#~ msgid ""
+#~ "Enable or disable direct I/O for the backing file. The optional argument "
+#~ "can be either *on* or *off*. If the optional argument is omitted, it "
+#~ "defaults to *on*."
+#~ msgstr ""
+#~ "aktiviert oder deaktiviert die direkten Ein-/Ausgaben für die zugrunde "
+#~ "liegende Datei. Das optionale Argument kann entweder *on* oder *off* "
+#~ "sein. Wird kein optionales Argument angegeben, ist *on* die Vorgabe."
+
#, no-wrap
#~ msgid ""
#~ "*blkid*(8),\n"
msgstr ""
"Project-Id-Version: util-linux-man 2.37-rc2\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2021-09-11 20:10+0200\n"
"Last-Translator: Antonio Ceballos Roa <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
#: ../libuuid/man/uuid_compare.3.adoc:50
#, fuzzy
#| msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
#, fuzzy
#| msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__;*\n"
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr "*void uuid_copy(uuid_t __dst__, uuid_t __src__;*\n"
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
#, fuzzy
#| msgid "*int uuid_is_null(uuid_t __uu__);*\n"
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr "*int uuid_is_null(uuid_t __uu__);*\n"
#. type: Plain text
#: ../libuuid/man/uuid_parse.3.adoc:51
#, no-wrap
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_time.3.adoc:50
#, fuzzy
#| msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
#. type: Plain text
#| "*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#| "*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*\n"
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
"*void uuid_unparse(uuid_t __uu__, char *__out__);* +\n"
"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
#. type: Plain text
msgstr ""
"Project-Id-Version: util-linux-man 2.39-rc3\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2024-01-08 15:23+0100\n"
"Last-Translator: Frédéric Marchal <fmarchal@perso.be>\n"
"Language-Team: French <traduc@traduc.org>\n"
#: ../libuuid/man/uuid_compare.3.adoc:50
#, fuzzy
#| msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
#, fuzzy
#| msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__;*\n"
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr "*void uuid_copy(uuid_t __dst__, uuid_t __source__;*\n"
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
#, fuzzy
#| msgid "*int uuid_is_null(uuid_t __uu__);*\n"
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr "*int uuid_is_null(uuid_t __uu__);*\n"
#. type: Plain text
#| "*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
#| "*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
"*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
#: ../libuuid/man/uuid_time.3.adoc:50
#, fuzzy
#| msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
#. type: Plain text
#| "*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#| "*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*\n"
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
"*void uuid_unparse(uuid_t __uu__, char *__out__);* +\n"
"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
-#, fuzzy
-#| msgid ""
-#| "Enable or disable direct I/O for the backing file. The optional argument "
-#| "can be either *on* or *off*. If the argument is omitted, it defaults to "
-#| "*off*."
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
-"Activer ou désactiver les E/S directes pour le fichier de sauvegarde. "
-"L’argument facultatif peut être *on* ou *off*. En absence d’argument, *off* "
-"est la valeur par défaut."
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:103
"*setenv*(3),\n"
"*terminfo*(5)\n"
+#, fuzzy
+#~| msgid ""
+#~| "Enable or disable direct I/O for the backing file. The optional argument "
+#~| "can be either *on* or *off*. If the argument is omitted, it defaults to "
+#~| "*off*."
+#~ msgid ""
+#~ "Enable or disable direct I/O for the backing file. The optional argument "
+#~ "can be either *on* or *off*. If the optional argument is omitted, it "
+#~ "defaults to *on*."
+#~ msgstr ""
+#~ "Activer ou désactiver les E/S directes pour le fichier de sauvegarde. "
+#~ "L’argument facultatif peut être *on* ou *off*. En absence d’argument, "
+#~ "*off* est la valeur par défaut."
+
#, no-wrap
#~ msgid ""
#~ "*blkid*(8),\n"
msgid ""
msgstr ""
"Project-Id-Version: util-linux-man 2.37-rc2\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2021-08-31 20:06-0300\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
#. type: Plain text
#: ../libuuid/man/uuid_compare.3.adoc:50
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_parse.3.adoc:51
#, no-wrap
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_time.3.adoc:50
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_unparse.3.adoc:52
#, no-wrap
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
#. type: Plain text
msgstr ""
"Project-Id-Version: util-linux-man 2.39-rc3\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2023-07-17 09:13+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
#: ../libuuid/man/uuid_compare.3.adoc:50
#, fuzzy
#| msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
#, fuzzy
#| msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*\n"
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr "*void uuid_copy(uuid_t __одр__, uuid_t __изв__);*\n"
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
#, fuzzy
#| msgid "*int uuid_is_null(uuid_t __uu__);*\n"
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr "*int uuid_is_null(uuid_t __uu__);*\n"
#. type: Plain text
#| "*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
#| "*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
"*int uuid_parse(знак *__улаз__, uuid_t __uu__);* +\n"
"*int uuid_parse_range(знак *__улаз_почетак__, знак *__улаз_крај__, uuid_t __uu__);*\n"
#: ../libuuid/man/uuid_time.3.adoc:50
#, fuzzy
#| msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr "*time_t uuid_time(uuid_t __uu__, структ вред_времена *__ret_tv__)*\n"
#. type: Plain text
#| "*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#| "*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*\n"
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
"*void uuid_unparse(uuid_t __uu__, char *__out__);* +\n"
"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
-"Укључује или искључује директни У/И за прављење резерве датотеке. Опционални "
-"аргумент може бити или *on* или *off*. Ако је опционални аргумент "
-"изостављен, подразумева *on*."
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:103
"*setenv*(3),\n"
"*terminfo*(5)\n"
+#~ msgid ""
+#~ "Enable or disable direct I/O for the backing file. The optional argument "
+#~ "can be either *on* or *off*. If the optional argument is omitted, it "
+#~ "defaults to *on*."
+#~ msgstr ""
+#~ "Укључује или искључује директни У/И за прављење резерве датотеке. "
+#~ "Опционални аргумент може бити или *on* или *off*. Ако је опционални "
+#~ "аргумент изостављен, подразумева *on*."
+
#, no-wrap
#~ msgid ""
#~ "*blkid*(8),\n"
msgstr ""
"Project-Id-Version: util-linux-man 2.40-rc2\n"
"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: 2024-03-03 20:22+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
#: ../libuuid/man/uuid_compare.3.adoc:50
#, fuzzy
#| msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*\n"
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
#, fuzzy
#| msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*\n"
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*\n"
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
#, fuzzy
#| msgid "*int uuid_is_null(uuid_t __uu__);*\n"
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr "*int uuid_is_null(uuid_t __uu__);*\n"
#. type: Plain text
#| "*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
#| "*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, uuid_t __uu__);*"
msgstr ""
"*int uuid_parse(char *__in__, uuid_t __uu__);* +\n"
"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*\n"
#: ../libuuid/man/uuid_time.3.adoc:50
#, fuzzy
#| msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*\n"
#. type: Plain text
#| "*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#| "*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*\n"
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
"*void uuid_unparse(uuid_t __uu__, char *__out__);* +\n"
"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);* +\n"
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is *off*. "
+"Specifying either *--direct-io* or *--direct-io=on* will enable it. But, *--"
+"direct-io=off* can be provided to explicitly turn it off."
msgstr ""
-"Увімкнути або вимкнути безпосереднє введення-виведення для базового файла. "
-"Необов'язковим аргументом може бути *on* або *off*. Якщо необов'язковий "
-"аргумент буде пропущено, типовим значенням вважатиметься *on*."
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:103
"*setenv*(3),\n"
"*terminfo*(5)\n"
+#~ msgid ""
+#~ "Enable or disable direct I/O for the backing file. The optional argument "
+#~ "can be either *on* or *off*. If the optional argument is omitted, it "
+#~ "defaults to *on*."
+#~ msgstr ""
+#~ "Увімкнути або вимкнути безпосереднє введення-виведення для базового "
+#~ "файла. Необов'язковим аргументом може бути *on* або *off*. Якщо "
+#~ "необов'язковий аргумент буде пропущено, типовим значенням вважатиметься "
+#~ "*on*."
+
#, no-wrap
#~ msgid ""
#~ "*blkid*(8),\n"
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-27 12:11+0100\n"
+"POT-Creation-Date: 2024-05-01 21:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#. type: Plain text
#: ../libuuid/man/uuid_compare.3.adoc:50
-msgid "*int uuid_compare(uuid_t __uu1__, uuid_t __uu2__)*"
+msgid "*int uuid_compare(const uuid_t __uu1__, const uuid_t __uu2__)*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_copy.3.adoc:50
-msgid "*void uuid_copy(uuid_t __dst__, uuid_t __src__);*"
+msgid "*void uuid_copy(uuid_t __dst__, const uuid_t __src__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_is_null.3.adoc:50
-msgid "*int uuid_is_null(uuid_t __uu__);*"
+msgid "*int uuid_is_null(const uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_parse.3.adoc:51
#, no-wrap
msgid ""
-"*int uuid_parse(char *__in__, uuid_t __uu__);*\n"
-"*int uuid_parse_range(char *__in_start__, char *__in_end__, uuid_t __uu__);*"
+"*int uuid_parse(const char *__in__, uuid_t __uu__);*\n"
+"*int uuid_parse_range(const char *__in_start__, const char *__in_end__, "
+"uuid_t __uu__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../libuuid/man/uuid_time.3.adoc:50
-msgid "*time_t uuid_time(uuid_t __uu__, struct timeval *__ret_tv__)*"
+msgid "*time_t uuid_time(const uuid_t __uu__, struct timeval *__ret_tv__)*"
msgstr ""
#. type: Plain text
#: ../libuuid/man/uuid_unparse.3.adoc:52
#, no-wrap
msgid ""
-"*void uuid_unparse(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_upper(uuid_t __uu__, char *__out__);*\n"
-"*void uuid_unparse_lower(uuid_t __uu__, char *__out__);*"
+"*void uuid_unparse(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_upper(const uuid_t __uu__, char *__out__);*\n"
+"*void uuid_unparse_lower(const uuid_t __uu__, char *__out__);*"
msgstr ""
#. type: Plain text
#. type: Plain text
#: ../sys-utils/losetup.8.adoc:97
msgid ""
-"Enable or disable direct I/O for the backing file. The optional argument can "
-"be either *on* or *off*. If the optional argument is omitted, it defaults to "
-"*on*."
+"Enable or disable direct I/O for the backing file. The default is "
+"*off*. Specifying either *--direct-io* or *--direct-io=on* will enable "
+"it. But, *--direct-io=off* can be provided to explicitly turn it off."
msgstr ""
#. type: Plain text