diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/uk/man1/tail.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/uk/man1/tail.1.po')
-rw-r--r-- | po/uk/man1/tail.1.po | 509 |
1 files changed, 509 insertions, 0 deletions
diff --git a/po/uk/man1/tail.1.po b/po/uk/man1/tail.1.po new file mode 100644 index 00000000..80c99c3d --- /dev/null +++ b/po/uk/man1/tail.1.po @@ -0,0 +1,509 @@ +# Ukrainian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Yuri Chornoivan <yurchor@ukr.net>, 2022, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 18:14+0100\n" +"PO-Revision-Date: 2023-12-27 19:11+0200\n" +"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" +"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 23.04.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TAIL" +msgstr "TAIL" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Січень 2024 року" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Команди користувача" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "НАЗВА" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "tail - output the last part of files" +msgstr "tail — виведення останньої частини файлів" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "КОРОТКИЙ ОПИС" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tail> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..." +msgstr "B<tail> [I<\\,ПАРАМЕТР\\/>]... [I<\\,ФАЙЛ\\/>]..." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "ОПИС" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print the last 10 lines of each FILE to standard output. With more than one " +"FILE, precede each with a header giving the file name." +msgstr "" +"Виводить останні 10 рядків кожного з ФАЙЛІВ до стандартного виведення. Якщо " +"задано декілька ФАЙЛІВ, спочатку виводить перед даними заголовок із назвою " +"файла." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "With no FILE, or when FILE is -, read standard input." +msgstr "" +"Якщо вхідний файл не вказано, або якщо вказано символ -, читання буде " +"виконано зі стандартного джерела вхідних даних." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Обов'язкові аргументи для довгих параметрів також є обов'язковими для " +"коротких параметрів." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--bytes>=I<\\,[\\/>+]NUM" +msgstr "B<-c>, B<--bytes>=I<\\,[\\/>+]ЧИСЛО" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"output the last NUM bytes; or use B<-c> +NUM to output starting with byte " +"NUM of each file" +msgstr "" +"вивести вказану кількість останніх байтів; можна вказати B<-c> +ЧИСЛО, щоб " +"виведення для кожного файла починалося із байта ЧИСЛО" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f>, B<--follow[=>{name|descriptor}]" +msgstr "B<-f>, B<--follow[=>{name|descriptor}]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output appended data as the file grows;" +msgstr "виводити дописані дані зі зростанням файла;" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "an absent option argument means 'descriptor'" +msgstr "" +"якщо параметру не передано аргументу, буде використано аргумент «descriptor»" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-F>" +msgstr "B<-F>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "same as B<--follow>=I<\\,name\\/> B<--retry>" +msgstr "те саме, що і B<--follow>=I<\\,назва\\/> B<--retry>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--lines>=I<\\,[\\/>+]NUM" +msgstr "B<-n>, B<--lines>=I<\\,[\\/>+]ЧИСЛО" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"output the last NUM lines, instead of the last 10; or use B<-n> +NUM to skip " +"NUM-1 lines at the start" +msgstr "" +"вивести вказану кількість останніх рядків, замість останніх 10 рядків; можна " +"скористатися записом B<-n> +ЧИСЛО, щоб пропустити ЧИСЛО-1 рядків на початку" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--max-unchanged-stats>=I<\\,N\\/>" +msgstr "B<--max-unchanged-stats>=I<\\,N\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "with B<--follow>=I<\\,name\\/>, reopen a FILE which has not" +msgstr "з B<--follow>=I<\\,назва\\/> повторно відкрити ФАЙЛ, який не" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"changed size after N (default 5) iterations to see if it has been unlinked " +"or renamed (this is the usual case of rotated log files); with inotify, this " +"option is rarely useful" +msgstr "" +"змінив розмір після N (типово 5) ітерацій, щоб переконатися, чи було " +"скасовано посилання на нього або файл було перейменовано (звичайна справа " +"при використанні ротації файлів журналу); якщо у системі працює inotify, " +"навряд чи варто користуватися цим параметром" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--pid>=I<\\,PID\\/>" +msgstr "B<--pid>=I<\\,PID\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "with B<-f>, terminate after process ID, PID dies" +msgstr "" +"з B<-f> перервати після того, як ідентифікатор процесу, PID, буде знищено" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-q>, B<--quiet>, B<--silent>" +msgstr "B<-q>, B<--quiet>, B<--silent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "never output headers giving file names" +msgstr "ніколи не виводити заголовки з назвами файлів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--retry>" +msgstr "B<--retry>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "keep trying to open a file if it is inaccessible" +msgstr "намагатися повторно відкрити файл, якщо він є недоступним" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--sleep-interval>=I<\\,N\\/>" +msgstr "B<-s>, B<--sleep-interval>=I<\\,N\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"with B<-f>, sleep for approximately N seconds (default 1.0) between " +"iterations; with inotify and B<--pid>=I<\\,P\\/>, check process P at least " +"once every N seconds" +msgstr "" +"з параметром B<-f> перевіряти отримання нових даних приблизно кожні N секунд " +"(типово 1). Якщо використано inotify і B<--pid>=I<\\,P\\/>, перевіряти " +"процес P принаймні кожні N секунд" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "always output headers giving file names" +msgstr "завжди виводити заголовки з назвами файлів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--zero-terminated>" +msgstr "B<-z>, B<--zero-terminated>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "line delimiter is NUL, not newline" +msgstr "завершувати рядки нульовим байтом, а не символом нового рядка" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "відображає довідку і виходить" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "виводить інформацію про версію і виходить" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y, " +"R, Q. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"Після кількості блоків та байт може бути використано один з множників: b " +"512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G " +"1024*1024*1024 тощо для T, P, E, Z, Y, R, Q. Можна також використовувати " +"двійкові префікси: KiB=K, MiB=M тощо." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"With B<--follow> (B<-f>), tail defaults to following the file descriptor, " +"which means that even if a tail'ed file is renamed, tail will continue to " +"track its end. This default behavior is not desirable when you really want " +"to track the actual name of the file, not the file descriptor (e.g., log " +"rotation). Use B<--follow>=I<\\,name\\/> in that case. That causes tail to " +"track the named file in a way that accommodates renaming, removal and " +"creation." +msgstr "" +"З B<--follow> (B<-f>) B<tail> типово слідкує за дескриптором файла, тобто, " +"навіть якщо назву файла буде змінено, B<tail> продовжуватиме стежити за його " +"кінцем. Така типова поведінка небажана, якщо ви хочете слідкувати за файлом, " +"який має певну назву, а не за дескриптором (наприклад файлом журналу, який " +"підлягає періодичній ротації). У такому разі використовуйте B<--follow>=I<\\," +"назва\\/>. Це змусить B<tail> слідкувати за вказаним файлом, беручи до уваги " +"його перейменування, вилучення або створення." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "АВТОР" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Written by Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering." +msgstr "" +"Авторами програми є Paul Rubin, David MacKenzie, Ian Lance Taylor і Jim " +"Meyering." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "ЗВІТИ ПРО ВАДИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Мережева довідка GNU coreutils: E<lt>https://www.gnu.org/software/coreutils/" +"E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Повідомляйте про будь-які помилки в перекладі на E<lt>https://" +"translationproject.org/team/E<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "АВТОРСЬКІ ПРАВА" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Авторські права \\(co 2023 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Це вільне програмне забезпечення: Ви можете вільно змінювати і " +"розповсюджувати його. БЕЗ ЖОДНИХ ГАРАНТІЙ, в межах, дозволених законом." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "ДИВ. ТАКОЖ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<head>(1)" +msgstr "B<head>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/tailE<gt>" +msgstr "" +"Повна документація: E<lt>https://www.gnu.org/software/coreutils/tailE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) tail invocation\\(aq" +msgstr "" +"або доступна локально через виклик info \\(aq(coreutils) tail invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Вересень 2022 року" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"output the last NUM lines, instead of the last 10; or use B<-n> +NUM to " +"output starting with line NUM" +msgstr "" +"вивести вказану кількість останніх рядків, замість останніх 10 рядків; можна " +"скористатися записом B<-n> +ЧИСЛО, щоб виведення починалося з рядка ЧИСЛО" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, " +"Y. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"Після кількості блоків та байт може бути використано один з множників: b " +"512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G " +"1024*1024*1024 тощо для T, P, E, Z, Y. Можна також використовувати двійкові " +"префікси: KiB=K, MiB=M тощо." + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Авторські права \\(co 2022 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Квітень 2022 року" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Жовтень 2021 року" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Авторські права \\(co 2020 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "head(1)" +msgstr "B<head>(1)" |