]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
po-man: merge changes
authorKarel Zak <kzak@redhat.com>
Wed, 1 May 2024 19:35:43 +0000 (21:35 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 May 2024 19:35:43 +0000 (21:35 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
po-man/cs.po
po-man/de.po
po-man/es.po
po-man/fr.po
po-man/pt_BR.po
po-man/sr.po
po-man/uk.po
po-man/util-linux-man.pot

index 4b0995eb473800ce64000f2f57e6cc48fb4de9b5..f1e1ea1012a42b8bacd65fc43747d8f0e4d381b0 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 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"
@@ -7836,7 +7836,7 @@ msgstr ""
 
 #. 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
@@ -7911,7 +7911,7 @@ msgstr ""
 
 #. 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
@@ -8114,7 +8114,7 @@ msgstr ""
 
 #. 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
@@ -8176,8 +8176,8 @@ msgstr ""
 #: ../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
@@ -8259,7 +8259,7 @@ msgstr ""
 
 #. 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
@@ -8333,9 +8333,9 @@ msgstr ""
 #: ../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
@@ -29098,9 +29098,9 @@ msgstr ""
 #. 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
index 6bc73fd5a4ba5279a895085925e8f59b8f0ebf83..56fce4ab1c0eb0eb9c0ce4794efe6fa098fd1faf 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -9641,7 +9641,7 @@ msgstr "uuid_compare - prüfen, ob zwei UUIDs gleich sind"
 #: ../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
@@ -9739,7 +9739,7 @@ msgstr "uuid_copy - einen UUID-Wert kopieren"
 #: ../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
@@ -10049,7 +10049,7 @@ msgstr "uuid_is_null - den Wert der UUID mit dem NULL-Wert vergleichen"
 #: ../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
@@ -10136,8 +10136,8 @@ msgstr ""
 #| "*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"
@@ -10254,7 +10254,7 @@ msgstr "uuid_time - den Zeitpunkt ermitteln, an dem eine UUID erzeugt wurde"
 #: ../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
@@ -10364,9 +10364,9 @@ msgstr ""
 #| "*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"
@@ -35931,13 +35931,10 @@ msgstr "*--direct-io*[**=on**|*off*]"
 #. 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
@@ -58711,6 +58708,15 @@ msgstr ""
 "*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"
index 900b17aa73d0c6ef491208eca823081006953604..3531c1d9cb1af5dad3cf970b4e587465fa7dbe4b 100644 (file)
@@ -15,7 +15,7 @@ msgid ""
 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"
@@ -8439,7 +8439,7 @@ msgstr "uuid_compare - compara si dos UUIDs son el mismo"
 #: ../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
@@ -8536,7 +8536,7 @@ msgstr "uuid_copy - copia un valor de UUID"
 #: ../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
@@ -8781,7 +8781,7 @@ msgstr ""
 #: ../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
@@ -8863,8 +8863,8 @@ msgstr ""
 #: ../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
@@ -8978,7 +8978,7 @@ msgstr ""
 #: ../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
@@ -9075,9 +9075,9 @@ msgstr ""
 #| "*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"
@@ -30784,9 +30784,9 @@ msgstr "*--direct-io*[**=on**|*off*]"
 #. 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
index aaf775264400095d1f5069872a14093483db1d2c..555bee58890b442b9e482ea7d2d6502b2494fd12 100644 (file)
@@ -36,7 +36,7 @@ msgid ""
 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"
@@ -9690,7 +9690,7 @@ msgstr "uuid_compare - Comparer deux UUID"
 #: ../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
@@ -9788,7 +9788,7 @@ msgstr "uuid_copy - Copier une valeur d'UUID"
 #: ../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
@@ -10092,7 +10092,7 @@ msgstr "uuid_is_null - Comparer la valeur d'un UUID à la valeur NULL"
 #: ../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
@@ -10178,8 +10178,8 @@ msgstr "uuid_parse - Convertir une chaîne d'UUID en sa représentation binaire"
 #| "*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"
@@ -10296,7 +10296,7 @@ msgstr "uuid_time - Extraire la date de création d'un UUID"
 #: ../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
@@ -10404,9 +10404,9 @@ msgstr ""
 #| "*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"
@@ -35281,19 +35281,11 @@ msgstr "*--direct-io*[**=on**|*off*]"
 
 #. 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
@@ -57598,6 +57590,20 @@ msgstr ""
 "*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"
index e6fe67f5e966fcdd38bace819db4ed8836518b94..05edf84862ed70126f631be5070922acf1543b36 100644 (file)
@@ -7,7 +7,7 @@
 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."
@@ -9470,7 +9470,7 @@ msgstr ""
 
 #. 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
@@ -9546,7 +9546,7 @@ msgstr "Cria um novo valor de UUID.\n"
 
 #. 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
@@ -9749,7 +9749,7 @@ msgstr ""
 
 #. 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
@@ -9811,8 +9811,8 @@ msgstr ""
 #: ../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
@@ -9894,7 +9894,7 @@ msgstr ""
 
 #. 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
@@ -9968,9 +9968,9 @@ msgstr ""
 #: ../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
@@ -30662,9 +30662,9 @@ msgstr "*--direct-io*[**=on**|*off*]"
 #. 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
index 5c459cbcbedf118e7802fe4ffc177d9cb13e9366..a8cd7a21e9c4aca7f95edf47a09f23e2f3f235b3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -9376,7 +9376,7 @@ msgstr "uuid_compare - упоређује да ли су два УУИД-а ис
 #: ../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
@@ -9473,7 +9473,7 @@ msgstr "uuid_copy - умножава УУИД врдност"
 #: ../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
@@ -9773,7 +9773,7 @@ msgstr "uuid_is_null - упоређује вредност УУИД-а са вр
 #: ../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
@@ -9859,8 +9859,8 @@ msgstr "uuid_parse - претвара улазну УУИД ниску у бин
 #| "*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"
@@ -9975,7 +9975,7 @@ msgstr "uuid_time - извлачи време када је УУИД створ
 #: ../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
@@ -10081,9 +10081,9 @@ msgstr "uuid_unparse - претвара УУИД из бинарног пред
 #| "*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"
@@ -35061,13 +35061,10 @@ msgstr "*--direct-io*[**=on**|*off*]"
 #. 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
@@ -57244,6 +57241,15 @@ msgstr ""
 "*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"
index 165f5d4300ac2a7b52baab27c9241f9e7c0aef7e..af1205d6bca69a295e27557c3a640a7306abb374 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 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"
@@ -9515,7 +9515,7 @@ msgstr "uuid_compare - порівняння однаковості двох UUID
 #: ../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
@@ -9612,7 +9612,7 @@ msgstr "uuid_copy - копіювання значення UUID"
 #: ../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
@@ -9913,7 +9913,7 @@ msgstr "uuid_is_null - порівняння значення UUID із знач
 #: ../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
@@ -9999,8 +9999,8 @@ msgstr "uuid_parse - перетворення вхідного рядка UUID 
 #| "*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"
@@ -10115,7 +10115,7 @@ msgstr "uuid_time - видобування моменту, у який було
 #: ../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
@@ -10222,9 +10222,9 @@ msgstr "uuid_unparse - перетворення UUID з двійкового п
 #| "*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"
@@ -34390,13 +34390,10 @@ msgstr "*--direct-io*[**=on**|*off*]"
 #. 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
@@ -55891,6 +55888,16 @@ msgstr ""
 "*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"
index 5c485419413106b4b16327f0e16b8fd094de8c29..69f0db8ec7b720c04e036e1a95aa8882c5f68255 100644 (file)
@@ -7,7 +7,7 @@
 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"
@@ -7564,7 +7564,7 @@ msgstr ""
 
 #. 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
@@ -7639,7 +7639,7 @@ msgstr ""
 
 #. 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
@@ -7844,7 +7844,7 @@ msgstr ""
 
 #. 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
@@ -7906,8 +7906,9 @@ msgstr ""
 #: ../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
@@ -7990,7 +7991,7 @@ msgstr ""
 
 #. 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
@@ -8064,9 +8065,9 @@ msgstr ""
 #: ../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
@@ -27780,9 +27781,9 @@ msgstr ""
 #. 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