diff options
Diffstat (limited to 'po/uk/man1/bzdiff.1.po')
-rw-r--r-- | po/uk/man1/bzdiff.1.po | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/po/uk/man1/bzdiff.1.po b/po/uk/man1/bzdiff.1.po new file mode 100644 index 00000000..7e92eb50 --- /dev/null +++ b/po/uk/man1/bzdiff.1.po @@ -0,0 +1,109 @@ +# Ukrainian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Andrij Mizyk <andm1zyk@proton.me>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 17:56+0100\n" +"PO-Revision-Date: 2022-09-25 11:15+0300\n" +"Last-Translator: Andrij Mizyk <andm1zyk@proton.me>\n" +"Language-Team: Ukrainian\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BZDIFF" +msgstr "BZDIFF" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "НАЗВА" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "bzcmp, bzdiff - compare bzip2 compressed files" +msgstr "bzcmp, bzdiff - порівнює стиснені файли bzip2" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "КОРОТКИЙ ОПИС" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<bzcmp> [ cmp_options ] file1 [ file2 ]" +msgstr "B<bzcmp> [ параметри_cmp ] файл1 [ файл2 ]" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<bzdiff> [ diff_options ] file1 [ file2 ]" +msgstr "B<bzdiff> [ параметри_diff ] файл1 [ файл2 ]" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "ОПИС" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<Bzcmp> and I<bzdiff> are used to invoke the I<cmp> or the I<diff> program " +"on bzip2 compressed files. All options specified are passed directly to " +"I<cmp> or I<diff>. If only 1 file is specified, then the files compared are " +"I<file1> and an uncompressed I<file1>.bz2. If two files are specified, then " +"they are uncompressed if necessary and fed to I<cmp> or I<diff>. The exit " +"status from I<cmp> or I<diff> is preserved." +msgstr "" +"I<Bzcmp> та I<bzdiff> використовуються для виконання програм I<cmp> або " +"I<diff> над стисненими файлами bzip2. Усі вказані параметри передаються " +"напряму до I<cmp> або I<diff>. Якщо вказано лише 1 файл, то порівнюється " +"I<файл1> і нерозпакований I<файл1>.bz2. Якщо вказано два файли, то вони за " +"потреби розпаковуються і передаються до I<cmp> або I<diff>. Стан виходу " +"I<cmp> або I<diff> зберігається." + +#. type: SH +#: 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 +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)" +msgstr "cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ВАДИ" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Messages from the I<cmp> or I<diff> programs refer to temporary filenames " +"instead of those specified." +msgstr "" +"Повідомлення від програм I<cmp> або I<diff> посилаються на тимчасові назви " +"файлів, а не на ті, що вказані." |