# Ukrainian translation of dos2unix-man # Copyright (C) 2014 Erwin Waterlander (msgids) # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the dos2unix package. # # Yuri Chornoivan , 2014, 2015, 2016, 2017, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: dos2unix-man 7.5.2-beta3\n" "POT-Creation-Date: 2023-11-27 22:01+0100\n" "PO-Revision-Date: 2023-11-29 17:12+0200\n" "Last-Translator: Yuri Chornoivan \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" "X-Bugs: Report translation errors to the Language-Team address.\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 20.12.0\n" #. type: =head1 #: dos2unix.pod:52 msgid "NAME" msgstr "НАЗВА" #. type: textblock #: dos2unix.pod:54 msgid "dos2unix - DOS/Mac to Unix and vice versa text file format converter" msgstr "dos2unix - програма для перетворення даних у текстовому форматі DOS/Mac у формат Unix, і навпаки" #. type: =head1 #: dos2unix.pod:56 msgid "SYNOPSIS" msgstr "КОРОТКИЙ ОПИС" #. type: verbatim #: dos2unix.pod:58 #, no-wrap msgid "" " dos2unix [options] [FILE ...] [-n INFILE OUTFILE ...]\n" " unix2dos [options] [FILE ...] [-n INFILE OUTFILE ...]\n" "\n" msgstr "" " dos2unix [параметри] [ФАЙЛ ...] [-n ВХІДНИЙ_ФАЙЛ ВИХІДНИЙ_ФАЙЛ ...]\n" " unix2dos [параметри] [ФАЙЛ ...] [-n ВХІДНИЙ_ФАЙЛ ВИХІДНИЙ_ФАЙЛ ...]\n" "\n" #. type: =head1 #: dos2unix.pod:61 msgid "DESCRIPTION" msgstr "ОПИС" #. type: textblock #: dos2unix.pod:63 msgid "The Dos2unix package includes utilities C and C to convert plain text files in DOS or Mac format to Unix format and vice versa." msgstr "До складу пакунка Dos2unix включено програми C та C, призначені для перетворення звичайних текстових даних у форматі DOS або Mac на дані у форматі Unix, і навпаки." #. type: textblock #: dos2unix.pod:66 msgid "In DOS/Windows text files a line break, also known as newline, is a combination of two characters: a Carriage Return (CR) followed by a Line Feed (LF). In Unix text files a line break is a single character: the Line Feed (LF). In Mac text files, prior to Mac OS X, a line break was single Carriage Return (CR) character. Nowadays Mac OS uses Unix style (LF) line breaks." msgstr "У текстових файлах DOS/Windows розрив рядка або перехід на новий рядок здійснюється за допомогою комбінації двох символів: повернення каретки (CR) і переведення рядка (LF). У текстових файлах Unix за перехід на новий рядок відповідає один символ: переведення рядка (LF). У текстових файлах Mac, до Mac OS X, за розрив рядка відповідав один символ: повернення каретки (CR). У сучасних версіях Mac OS використовується типовий для Unix розрив рядка (LF)." #. type: textblock #: dos2unix.pod:72 msgid "Besides line breaks Dos2unix can also convert the encoding of files. A few DOS code pages can be converted to Unix Latin-1. And Windows Unicode (UTF-16) files can be converted to Unix Unicode (UTF-8) files." msgstr "Окрім символів розриву рядка, програма Dos2unix здатна виконувати перетворення кодування файлів. Можна перетворити дані у декількох кодуваннях DOS на файли у кодуванні Latin-1 Unix. Також можна перетворити дані у файлах Windows Unicode (UTF-16) на дані у кодуванні Unix Unicode (UTF-8)." #. type: textblock #: dos2unix.pod:76 msgid "Binary files are automatically skipped, unless conversion is forced." msgstr "Під час перетворення програма пропускатиме двійкові файли, якщо ви не накажете їй виконати перетворення таких файлів безпосередньо." #. type: textblock #: dos2unix.pod:78 msgid "Non-regular files, such as directories and FIFOs, are automatically skipped." msgstr "Програма автоматично пропускатиме файли, які не є звичайними файлами, зокрема каталоги та канали FIFO." #. type: textblock #: dos2unix.pod:80 msgid "Symbolic links and their targets are by default kept untouched. Symbolic links can optionally be replaced, or the output can be written to the symbolic link target. Writing to a symbolic link target is not supported on Windows." msgstr "Типово, програма не вноситиме змін до символічних посилань та об’єктів посилань. Якщо потрібно, програма може замінити символічні посилання або записати перетворені дані до файла-призначення символічного посилання. У Windows запису до об’єкта символічного посилання не передбачено." #. type: textblock #: dos2unix.pod:84 msgid "Dos2unix was modelled after dos2unix under SunOS/Solaris. There is one important difference with the original SunOS/Solaris version. This version does by default in-place conversion (old file mode), while the original SunOS/Solaris version only supports paired conversion (new file mode). See also options C<-o> and C<-n>. Another difference is that the SunOS/Solaris version uses by default I mode conversion while this version uses by default I mode conversion." msgstr "Програму dos2unix було створено за зразком програми dos2unix для SunOS/Solaris. Втім, існує одна важлива відмінність від оригінальної версії для SunOS/Solaris. Ця версія типово виконує заміну файлів під час перетворення (старий режим обробки файлів), а у оригінальній версії для SunOS/Solaris передбачено підтримку лише парного перетворення (новий режим обробки файлів). Див. також параметри C<-o> та C<-n>. Ще однією відмінністю є те, що у версії для SunOS/Solaris типово використовувався режим перетворення I, а у цій версії типовим є режим перетворення I." #. type: =head1 #: dos2unix.pod:92 msgid "OPTIONS" msgstr "ПАРАМЕТРИ" #. type: =item #: dos2unix.pod:96 msgid "B<-->" msgstr "B<-->" #. type: textblock #: dos2unix.pod:98 msgid "Treat all following options as file names. Use this option if you want to convert files whose names start with a dash. For instance to convert a file named \"-foo\", you can use this command:" msgstr "Вважати усі наступні параметри назвами файлів. Цим параметром слід користуватися, якщо вам потрібно виконати перетворення файлів, чиї назви містять дефіси. Наприклад, щоб виконати перетворення файла «-foo», скористайтеся такою командою:" #. type: verbatim #: dos2unix.pod:102 #, no-wrap msgid "" " dos2unix -- -foo\n" "\n" msgstr "" " dos2unix -- -foo\n" "\n" #. type: textblock #: dos2unix.pod:104 msgid "Or in new file mode:" msgstr "Або у новому режимі файлів:" #. type: verbatim #: dos2unix.pod:106 #, no-wrap msgid "" " dos2unix -n -- -foo out.txt\n" "\n" msgstr "" " dos2unix -n -- -foo out.txt\n" "\n" #. type: =item #: dos2unix.pod:108 msgid "B<--allow-chown>" msgstr "B<--allow-chown>" #. type: textblock #: dos2unix.pod:110 msgid "Allow file ownership change in old file mode." msgstr "Дозволити зміну власника файла у старому режимі файлів." #. type: textblock #: dos2unix.pod:112 msgid "When this option is used, the conversion will not be aborted when the user and/or group ownership of the original file can't be preserved in old file mode. Conversion will continue and the converted file will get the same new ownership as if it was converted in new file mode. See also options C<-o> and C<-n>. This option is only available if dos2unix has support for preserving the user and group ownership of files." msgstr "Якщо використано цей параметр, перетворення не перериватиметься, якщо у старому режимі файлів не вдасться зберегти параметри належності файла до певного користувача і/або групи. Перетворення продовжуватиметься, а перетворений файл матиме нові параметри власника, такі, наче його перетворено у новому режимі файлів. Див. також параметри C<-o> і C<-n>. Цим параметром можна скористатися, лише якщо у dos2unix передбачено підтримку збереження параметрів належності файлів певним користувачам і групам." #. type: =item #: dos2unix.pod:119 msgid "B<-ascii>" msgstr "B<-ascii>" #. type: textblock #: dos2unix.pod:121 msgid "Default conversion mode. See also section CONVERSION MODES." msgstr "Типовий режим перетворення. Див. також розділ щодо режимів перетворення." #. type: =item #: dos2unix.pod:123 msgid "B<-iso>" msgstr "B<-iso>" #. type: textblock #: dos2unix.pod:125 msgid "Conversion between DOS and ISO-8859-1 character set. See also section CONVERSION MODES." msgstr "Виконати перетворення з кодування DOS на кодування ISO-8859-1. Див. розділ щодо режимів перетворення." #. type: =item #: dos2unix.pod:128 msgid "B<-1252>" msgstr "B<-1252>" #. type: textblock #: dos2unix.pod:130 msgid "Use Windows code page 1252 (Western European)." msgstr "Використати кодову таблицю 1252 Windows (західноєвропейські мови)." #. type: =item #: dos2unix.pod:132 msgid "B<-437>" msgstr "B<-437>" #. type: textblock #: dos2unix.pod:134 msgid "Use DOS code page 437 (US). This is the default code page used for ISO conversion." msgstr "Використовувати кодову сторінку DOS 437 (США). Це типова кодова сторінка для перетворення ISO." #. type: =item #: dos2unix.pod:136 msgid "B<-850>" msgstr "B<-850>" #. type: textblock #: dos2unix.pod:138 msgid "Use DOS code page 850 (Western European)." msgstr "Використовувати кодову сторінку DOS 850 (західноєвропейські мови)." #. type: =item #: dos2unix.pod:140 msgid "B<-860>" msgstr "B<-860>" #. type: textblock #: dos2unix.pod:142 msgid "Use DOS code page 860 (Portuguese)." msgstr "Використовувати сторінку DOS 860 (португальська)." #. type: =item #: dos2unix.pod:144 msgid "B<-863>" msgstr "B<-863>" #. type: textblock #: dos2unix.pod:146 msgid "Use DOS code page 863 (French Canadian)." msgstr "Використовувати сторінку DOS 863 (канадська французька)." #. type: =item #: dos2unix.pod:148 msgid "B<-865>" msgstr "B<-865>" #. type: textblock #: dos2unix.pod:150 msgid "Use DOS code page 865 (Nordic)." msgstr "Використовувати сторінку DOS 865 (скандинавські мови)." #. type: =item #: dos2unix.pod:152 msgid "B<-7>" msgstr "B<-7>" #. type: textblock #: dos2unix.pod:154 msgid "Convert 8 bit characters to 7 bit space." msgstr "Перетворювати 8-бітові символи на 7-бітові." #. type: =item #: dos2unix.pod:156 msgid "B<-b, --keep-bom>" msgstr "B<-b, --keep-bom>" #. type: textblock #: dos2unix.pod:158 msgid "Keep Byte Order Mark (BOM). When the input file has a BOM, write a BOM in the output file. This is the default behavior when converting to DOS line breaks. See also option C<-r>." msgstr "Зберегти позначку порядку байтів (BOM). Якщо у файлі вхідних даних є BOM, записати BOM до файла результатів. Це типова поведінка під час перетворення у формат із символами розриву рядків DOS. Див. також параметр C<-r>." #. type: =item #: dos2unix.pod:162 msgid "B<-c, --convmode CONVMODE>" msgstr "B<-c, --convmode РЕЖИМ>" #. type: textblock #: dos2unix.pod:164 msgid "Set conversion mode. Where CONVMODE is one of: I, I<7bit>, I, I with ascii being the default." msgstr "Встановити режим перетворення. Значенням аргументу РЕЖИМ може бути один з таких рядків: I, I<7bit>, I, I. Типовим є режим ascii." #. type: =item #: dos2unix.pod:168 msgid "B<-D, --display-enc ENCODING>" msgstr "B<-D, --display-enc КОДУВАННЯ>" #. type: textblock #: dos2unix.pod:170 msgid "Set encoding of displayed text. Where ENCODING is one of: I, I, I, I, I with ansi being the default." msgstr "Встановити кодування показаного тексту. Можливі варіанти значень параметра КОДУВАННЯ: I, I, I, I, I, типовим є ansi." #. type: textblock #: dos2unix.pod:174 msgid "This option is only available in dos2unix for Windows with Unicode file name support. This option has no effect on the actual file names read and written, only on how they are displayed." msgstr "Цей параметр доступний лише у dos2unix для Windows з підтримкою назв файлів у Unicode. Цей параметр не впливає на справжнє читання та запис назв файлів, лише на те, як буде показано ці назви." #. type: textblock #: dos2unix.pod:178 msgid "There are several methods for displaying text in a Windows console based on the encoding of the text. They all have their own advantages and disadvantages." msgstr "Існує декілька способів показу тексту у консолі Windows, заснованих на кодуванні тексту. Усі ці способи мають свої переваги і недоліки." #. type: =item #: dos2unix.pod:184 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:186 msgid "Dos2unix's default method is to use ANSI encoded text. The advantage is that it is backwards compatible. It works with raster and TrueType fonts. In some regions you may need to change the active DOS OEM code page to the Windows system ANSI code page using the C command, because dos2unix uses the Windows system code page." msgstr "Типовим способом для dos2unix є кодування тексту у форматі ANSI. Перевагою є зворотна сумісність. Цей варіант працює з растровими шрифтами та шрифтами TrueType. У деяких регіонах, ймовірно, вам доведеться змінити активну кодову сторінку DOS OEM на системну кодову сторінку ANSI Windows за допомогою команди C, оскільки dos2unix використовує системну кодову сторінку Windows." #. type: textblock #: dos2unix.pod:192 msgid "The disadvantage of ansi is that international file names with characters not inside the system default code page are not displayed properly. You will see a question mark, or a wrong symbol instead. When you don't work with foreign file names this method is OK." msgstr "Недоліком ansi є те, що назви файлів із символами, яких немає у типовому системному кодуванні, буде показано неправильно. Замість цих символів ви побачите знак питання або не той символ. Якщо у вашій системі немає файлів із назвами, які містять нетипові символи, можна скористатися цим варіантом." #. type: =item #: dos2unix.pod:197 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:199 msgid "The advantage of unicode (the Windows name for UTF-16) encoding is that text is usually properly displayed. There is no need to change the active code page. You may need to set the console's font to a TrueType font to have international characters displayed properly. When a character is not included in the TrueType font you usually see a small square, sometimes with a question mark in it." msgstr "Перевагою кодування unicode (назва у Windows кодування UTF-16) є те, що зазвичай текст буде показано правильно. Змінювати активну кодову сторінку не потрібно. Ймовірно, вам потрібно встановити шрифт консолі TrueType для належного показу нестандартних символів. Якщо символ не передбачено у шрифті TrueType, зазвичай ви побачите невеличкий квадратик замість символу, іноді із знаком питання у ньому." #. type: textblock #: dos2unix.pod:205 msgid "When you use the ConEmu console all text is displayed properly, because ConEmu automatically selects a good font." msgstr "Якщо ви користуєтеся консоллю ConEmu, весь текст буде показано належним чином, оскільки ConEmu автоматично вибирає належний шрифт." #. type: textblock #: dos2unix.pod:208 msgid "The disadvantage of unicode is that it is not compatible with ASCII. The output is not easy to handle when you redirect it to another program." msgstr "Недоліком unicode є те, що це кодування несумісне з ASCII. Обробка виведених даних є непростою, якщо ви передаватимете ці дані до іншої програми або файла." #. type: textblock #: dos2unix.pod:211 msgid "When method C is used the Unicode text will be preceded with a BOM (Byte Order Mark). A BOM is required for correct redirection or piping in PowerShell." msgstr "Якщо використовується метод C, текст у кодуванні Unicode буде оброблено з урахуванням BOM (позначки порядку байтів). BOM потрібна для правильного переспрямовування або тунелювання даних у PowerShell." #. type: =item #: dos2unix.pod:216 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:218 msgid "The advantage of utf8 is that it is compatible with ASCII. You need to set the console's font to a TrueType font. With a TrueType font the text is displayed similar as with the C encoding." msgstr "Перевагою utf8 є те, що це кодування сумісне з ASCII. Вам слід встановити шрифт консолі TrueType. Якщо використано шрифт TrueType, текст буде показано подібно до того, як його показано, якщо визначено кодування C." #. type: textblock #: dos2unix.pod:222 msgid "The disadvantage is that when you use the default raster font all non-ASCII characters are displayed wrong. Not only unicode file names, but also translated messages become unreadable. On Windows configured for an East-Asian region you may see a lot of flickering of the console when the messages are displayed." msgstr "Недоліком є те, що якщо ви скористаєтеся типовим растровим шрифтом, усі символи поза ASCII буде показано неправильно. Не лише назви файлів у unicode, а й перекладені повідомлення стануть непридатними до читання. У Windows, налаштованому на роботі у східно-азійському регіоні, ви можете помітити значне блимання під час показу повідомлень." #. type: textblock #: dos2unix.pod:228 msgid "In a ConEmu console the utf8 encoding method works well." msgstr "У консолі ConEmu добре працює спосіб кодування utf8." #. type: textblock #: dos2unix.pod:230 msgid "When method C is used the UTF-8 text will be preceded with a BOM (Byte Order Mark). A BOM is required for correct redirection or piping in PowerShell." msgstr "Якщо використовується метод C, текст у кодуванні UTF-8 буде оброблено з урахуванням BOM (позначки порядку байтів). BOM потрібна для правильного переспрямовування або тунелювання даних у PowerShell." #. type: textblock #: dos2unix.pod:237 msgid "The default encoding can be changed with environment variable DOS2UNIX_DISPLAY_ENC by setting it to C, C, C, or C." msgstr "Типове кодування можна змінити за допомогою змінної середовища DOS2UNIX_DISPLAY_ENC встановленням для неї значення C, C, C або C." #. type: =item #: dos2unix.pod:240 msgid "B<-e, --add-eol>" msgstr "B<-e, --add-eol>" #. type: textblock #: dos2unix.pod:242 msgid "Add a line break to the last line if there isn't one. This works for every conversion." msgstr "Додати розрив рядка до останнього рядка, якщо його там немає. Працює для будь-яких перетворень." #. type: textblock #: dos2unix.pod:245 msgid "A file converted from DOS to Unix format may lack a line break on the last line. There are text editors that write text files without a line break on the last line. Some Unix programs have problems processing these files, because the POSIX standard defines that every line in a text file must end with a terminating newline character. For instance concatenating files may not give the expected result." msgstr "У файлі, який перетворено з формату DOS до формату Unix може не вистачати розриву рядка в останньому рядку. Існують текстові редактори, які записують текстові файли без розриву рядка в останньому рядку. Деякі програми Unix мають проблеми з обробкою таких файлів, оскільки за стандартом POSIX кожен рядок текстового файла має завершуватися символом розриву рядка. Наприклад, об'єднання файлів м