summaryrefslogtreecommitdiffstats
path: root/po/ru/man3/tailq.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man3/tailq.3.po')
-rw-r--r--po/ru/man3/tailq.3.po80
1 files changed, 47 insertions, 33 deletions
diff --git a/po/ru/man3/tailq.3.po b/po/ru/man3/tailq.3.po
index 8991389d..7ac23579 100644
--- a/po/ru/man3/tailq.3.po
+++ b/po/ru/man3/tailq.3.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 17:11+0100\n"
+"POT-Creation-Date: 2024-06-01 06:30+0200\n"
"PO-Revision-Date: 2019-09-16 18:46+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
@@ -16,9 +16,9 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
-"(n%100>=11 && n%100<=14)? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
+"%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Lokalize 2.0\n"
#. type: TH
@@ -29,16 +29,17 @@ msgid "TAILQ"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
-msgstr "31 октября 2023 г."
+msgid "2024-05-02"
+msgstr "2 мая 2024 г."
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Linux man-pages 6.06"
+#: archlinux debian-unstable
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages 6.8"
+msgstr "Linux man-pages 6.7"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -185,7 +186,7 @@ msgstr ""
#. .BI " TAILQ_ENTRY " NAME );
#. .BI "TAILQ_FOREACH_REVERSE_FROM(struct TYPE *" var ", TAILQ_HEAD *" head ", HEADNAME,"
#. .BI " TAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "TAILQ_FOREACH_SAFE(struct TYPE *" var ", TAILQ_HEAD *" head ,
#. .BI " TAILQ_ENTRY " NAME ,
#. .BI " struct TYPE *" temp_var );
@@ -280,7 +281,7 @@ msgstr ""
#. .BI " TAILQ_ENTRY " NAME );
#. .BI "TAILQ_FOREACH_REVERSE_FROM(struct TYPE *" var ", TAILQ_HEAD *" head ", HEADNAME,"
#. .BI " TAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "TAILQ_FOREACH_SAFE(struct TYPE *" var ", TAILQ_HEAD *" head ,
#. .BI " TAILQ_ENTRY " NAME ,
#. .BI " struct TYPE *" temp_var );
@@ -533,7 +534,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH ()
@@ -603,7 +604,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH ()
@@ -735,7 +736,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE ()
@@ -747,7 +748,7 @@ msgstr ""
#. .I var
#. instead of the last element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_SAFE ()
#. and
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -764,7 +765,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_SAFE ()
@@ -776,7 +777,7 @@ msgstr ""
#. .I var
#. instead of the first element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1010,7 +1011,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE ()
@@ -1022,7 +1023,7 @@ msgstr ""
#. .I var
#. instead of the last element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_SAFE ()
#. and
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1039,7 +1040,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_SAFE ()
@@ -1051,7 +1052,7 @@ msgstr ""
#. .I var
#. instead of the first element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1113,7 +1114,7 @@ msgstr ""
#. .I head1
#. and
#. .IR head2 .
-#. .PP
+#. .P
#. type: Plain text
#. #-#-#-#-# fedora-40: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BR TAILQ_SWAP ()
@@ -1153,7 +1154,7 @@ msgstr ""
#. .I head1
#. and
#. .IR head2 .
-#. .PP
+#. .P
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1312,7 +1313,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
-msgstr "СМ. ТАКЖЕ"
+msgstr "СМОТРИТЕ ТАКЖЕ"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1349,7 +1350,7 @@ msgstr ""
#: debian-bookworm
#, no-wrap
msgid "BUGS"
-msgstr "ДЕФЕКТЫ"
+msgstr "ОШИБКИ"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
@@ -1465,16 +1466,22 @@ msgstr ""
"}\n"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-05-03"
-msgstr "3 мая 2023 г."
+msgid "2023-10-31"
+msgstr "31 октября 2023 г."
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.7"
+msgstr "Linux man-pages 6.7"
#. type: TH
#: opensuse-leap-15-6
@@ -1487,3 +1494,10 @@ msgstr "30 марта 2023 г."
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux man-pages 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages (unreleased)"
+msgstr "Linux man-pages 6.7"