# 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. msgid "" msgstr "" "Project-Id-Version: dos2unix-man 6.0.5-beta9\n" "POT-Creation-Date: 2014-03-16 20:04+0100\n" "PO-Revision-Date: 2014-03-16 22:16+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "X-Bugs: Report translation errors to the Language-Team address.\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 1.5\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. Symbolic links on Windows are not supported. Windows symbolic links always replaced, keeping the targets unchanged." msgstr "Типово, програма не вноситиме змін до символічних посилань та об’єктів посилань. Якщо потрібно, програма може замінити символічні посилання або записати перетворені дані до файла-призначення символічного посилання. У Windows роботи із символічними посиланнями не передбачено. Символічні посилання у Windows завжди замінюються об’єктами посилань, змін же до об’єктів посилань не вноситься." #. type: textblock #: dos2unix.pod:86 msgid "Dos2unix was modelled after dos2unix under SunOS/Solaris and has similar conversion modes." msgstr "Зразком для dos2unix слугувала програма dos2unix для SunOS/Solaris, отже, у програмі передбачено подібні режими перетворення даних." #. type: =head1 #: dos2unix.pod:89 msgid "OPTIONS" msgstr "ПАРАМЕТРИ" #. type: =item #: dos2unix.pod:93 msgid "B<-->" msgstr "B<-->" #. type: textblock #: dos2unix.pod:95 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:99 #, no-wrap msgid "" " dos2unix -- -foo\n" "\n" msgstr "" " dos2unix -- -foo\n" "\n" #. type: textblock #: dos2unix.pod:101 msgid "Or in new file mode:" msgstr "Або у новому режимі файлів:" #. type: verbatim #: dos2unix.pod:103 #, no-wrap msgid "" " dos2unix -n -- -foo out.txt\n" "\n" msgstr "" " dos2unix -n -- -foo out.txt\n" "\n" #. type: =item #: dos2unix.pod:105 msgid "B<-ascii>" msgstr "B<-ascii>" #. type: textblock #: dos2unix.pod:107 msgid "Convert only line breaks. This is the default conversion mode." msgstr "Виконати лише перетворення символів розриву рядків. Типовий режим перетворення." #. type: =item #: dos2unix.pod:109 msgid "B<-iso>" msgstr "B<-iso>" #. type: textblock #: dos2unix.pod:111 msgid "Conversion between DOS and ISO-8859-1 character set. See also section CONVERSION MODES." msgstr "Виконати перетворення з кодування DOS на кодування ISO-8859-1. Див. розділ щодо режимів перетворення." #. type: =item #: dos2unix.pod:114 msgid "B<-1252>" msgstr "B<-1252>" #. type: textblock #: dos2unix.pod:116 msgid "Use Windows code page 1252 (Western European)." msgstr "Використати кодову таблицю 1252 Windows (західноєвропейські мови)." #. type: =item #: dos2unix.pod:118 msgid "B<-437>" msgstr "B<-437>" #. type: textblock #: dos2unix.pod:120 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:122 msgid "B<-850>" msgstr "B<-850>" #. type: textblock #: dos2unix.pod:124 msgid "Use DOS code page 850 (Western European)." msgstr "Використовувати кодову сторінку DOS 850 (західноєвропейські мови)." #. type: =item #: dos2unix.pod:126 msgid "B<-860>" msgstr "B<-860>" #. type: textblock #: dos2unix.pod:128 msgid "Use DOS code page 860 (Portuguese)." msgstr "Використовувати сторінку DOS 860 (португальська)." #. type: =item #: dos2unix.pod:130 msgid "B<-863>" msgstr "B<-863>" #. type: textblock #: dos2unix.pod:132 msgid "Use DOS code page 863 (French Canadian)." msgstr "Використовувати сторінку DOS 863 (канадська французька)." #. type: =item #: dos2unix.pod:134 msgid "B<-865>" msgstr "B<-865>" #. type: textblock #: dos2unix.pod:136 msgid "Use DOS code page 865 (Nordic)." msgstr "Використовувати сторінку DOS 865 (скандинавські мови)." #. type: =item #: dos2unix.pod:138 msgid "B<-7>" msgstr "B<-7>" #. type: textblock #: dos2unix.pod:140 msgid "Convert 8 bit characters to 7 bit space." msgstr "Перетворювати 8-бітові символи на 7-бітові." #. type: =item #: dos2unix.pod:142 msgid "B<-c, --convmode CONVMODE>" msgstr "B<-c, --convmode РЕЖИМ>" #. type: textblock #: dos2unix.pod:144 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:148 msgid "B<-f, --force>" msgstr "B<-f, --force>" #. type: textblock #: dos2unix.pod:150 msgid "Force conversion of binary files." msgstr "Примусове перетворення двійкових файлів." #. type: =item #: dos2unix.pod:152 msgid "B<-h, --help>" msgstr "B<-h, --help>" #. type: textblock #: dos2unix.pod:154 msgid "Display help and exit." msgstr "Показати довідкові дані і завершити роботу." #. type: =item #: dos2unix.pod:156 msgid "B<-k, --keepdate>" msgstr "B<-k, --keepdate>" #. type: textblock #: dos2unix.pod:158 msgid "Keep the date stamp of output file same as input file." msgstr "Зберегти часову позначку файла вхідних даних у файлі результатів перетворення." #. type: =item #: dos2unix.pod:160 msgid "B<-L, --license>" msgstr "B<-L, --license>" #. type: textblock #: dos2unix.pod:162 msgid "Display program's license." msgstr "Вивести умови ліцензування програми." #. type: =item #: dos2unix.pod:164 msgid "B<-l, --newline>" msgstr "B<-l, --newline>" #. type: textblock #: dos2unix.pod:166 msgid "Add additional newline." msgstr "Вставити додатковий символ розриву рядка." #. type: textblock #: dos2unix.pod:168 msgid "B: Only DOS line breaks are changed to two Unix line breaks. In Mac mode only Mac line breaks are changed to two Unix line breaks." msgstr "B: перетворення на два символи розриву рядків Unix відбуватиметься лише для комбінацій розриву рядків DOS. У режимі Mac виконуватиметься перетворення на два розриви рядків Unix лише символів розриву рядків Mac." #. type: textblock #: dos2unix.pod:172 msgid "B: Only Unix line breaks are changed to two DOS line breaks. In Mac mode Unix line breaks are changed to two Mac line breaks." msgstr "B: перетворення на дві комбінації розриву рядків DOS відбуватиметься лише для символів розриву рядків DOS. У режимі Mac виконуватиметься перетворення на два розриви рядків Mac лише символів розриву рядків Unix." #. type: =item #: dos2unix.pod:175 msgid "B<-m, --add-bom>" msgstr "B<-m, --add-bom>" #. type: textblock #: dos2unix.pod:177 msgid "Write an UTF-8 Byte Order Mark in the output file. Never use this option when the output encoding is other than UTF-8. See also section UNICODE." msgstr "Дописати до файла результатів символ позначки порядку байтів UTF-8 (BOM). Не використовуйте цей параметр для кодувань результатів, відмінних від UTF-8. Див. також розділ щодо UNICODE." #. type: =item #: dos2unix.pod:180 msgid "B<-n, --newfile INFILE OUTFILE ...>" msgstr "B<-n, --newfile ВХІДНИЙ_ФАЙЛ ВИХІДНИЙ_ФАЙЛ ...>" #. type: textblock #: dos2unix.pod:182 msgid "New file mode. Convert file INFILE and write output to file OUTFILE. File names must be given in pairs and wildcard names should I be used or you I lose your files." msgstr "Новий режим обробки файлів. Перетворити дані з файла ВХІДНИЙ_ФАЙЛ і записати результати до файла ВИХІДНИЙ_ФАЙЛ. Назви файлів слід вказувати парами, I<не слід> використовувати шаблони заміни, інакше вміст файлів I<буде втрачено>." #. type: textblock #: dos2unix.pod:186 msgid "The person who starts the conversion in new file (paired) mode will be the owner of the converted file. The read/write permissions of the new file will be the permissions of the original file minus the umask(1) of the person who runs the conversion." msgstr "Власником перетвореного файла буде призначено користувача, яким було розпочато перетворення у режимі нового файла (парному режимі). Права доступу на читання або запис нового файла буде визначено на основі прав доступу до початкового файла мінус umask(1) для користувача, яким було розпочато перетворення." #. type: =item #: dos2unix.pod:191 msgid "B<-o, --oldfile FILE ...>" msgstr "B<-o, --oldfile ФАЙЛ ...>" #. type: textblock #: dos2unix.pod:193 msgid "Old file mode. Convert file FILE and overwrite output to it. The program defaults to run in this mode. Wildcard names may be used." msgstr "Застарілий режим обробки. Виконати перетворення файла ФАЙЛ і перезаписати його вміст. Типово, програма працює у цьому режимі. Можна використовувати шаблони заміни." #. type: textblock #: dos2unix.pod:196 msgid "In old file (in-place) mode the converted file gets the same owner, group, and read/write permissions as the original file. Also when the file is converted by another user who has write permissions on the file (e.g. user root). The conversion will be aborted when it is not possible to preserve the original values. Change of owner could mean that the original owner is not able to read the file any more. Change of group could be a security risk, the file could be made readable for persons for whom it is not intended. Preservation of owner, group, and read/write permissions is only supported on Unix." msgstr "У застарілому режимі (режимі заміщення) перетворений файл належатиме тому самому власнику і групі і матиме ті самі права доступу на читання або запис, що і початковий файл. Крім того, якщо перетворення файла виконується іншим користувачем, який має права доступу на запис до файла (наприклад користувачем root), перетворення буде перервано, якщо зберегти початкові значення не вдасться. Зміна власника може означати неможливість читання файла для його початкового власника. Зміна групи може призвести до проблем із безпекою, оскільки файл може стати доступним для читання користувачам, які не повинні мати такі права доступу. Можливість збереження прав власності та прав доступу до файла передбачено лише у Unix." #. type: =item #: dos2unix.pod:205 msgid "B<-q, --quiet>" msgstr "B<-q, --quiet>" #. type: textblock #: dos2unix.pod:207 msgid "Quiet mode. Suppress all warnings and messages. The return value is zero. Except when wrong command-line options are used." msgstr "Режим без виведення повідомлень. Програма не виводитиме жодних попереджень або повідомлень про помилки. Повернутим значенням завжди буде нуль, якщо вказано правильні параметри командного рядка." #. type: =item #: dos2unix.pod:210 msgid "B<-s, --safe>" msgstr "B<-s, --safe>" #. type: textblock #: dos2unix.pod:212 msgid "Skip binary files (default)." msgstr "Пропускати двійкові файли (типово)." #. type: =item #: dos2unix.pod:214 msgid "B<-ul, --assume-utf16le>" msgstr "B<-ul, --assume-utf16le>" #. type: textblock #: dos2unix.pod:216 msgid "Assume that the input file format is UTF-16LE." msgstr "Припускати, що кодуванням вхідних файлів є UTF-16LE." #. type: textblock #: dos2unix.pod:218 msgid "When there is a Byte Order Mark in the input file the BOM has priority over this option." msgstr "Якщо у початковому файлі є позначка порядку байтів (BOM), її буде використано у файлі-результаті, незалежно від використання цього параметра." #. type: textblock #: dos2unix.pod:221 msgid "When you made a wrong assumption (the input file was not in UTF-16LE format) and the conversion succeeded, you will get an UTF-8 output file with wrong text. You can undo the wrong conversion with iconv(1) by converting the UTF-8 output file back to UTF-16LE. This will bring back the original file." msgstr "Якщо вами було зроблено помилкове припущення щодо формату файла (файл вхідних даних насправді не є файлом у форматі UTF-16LE), і дані вдасться успішно перетворити, ви отримаєте файл у кодуванні UTF-8 з помилковим вмістом. Скасувати таке помилкове перетворення можна за допомогою зворотного перетворення iconv(1) з даних у форматі UTF-8 на дані у форматі UTF-16LE. Таким чином ви повернетеся до початкового кодування даних у файлі." #. type: textblock #: dos2unix.pod:226 msgid "The assumption of UTF-16LE works as a I. By switching to the default I mode the UTF-16LE assumption is turned off." msgstr "Припущення щодо форматування UTF-16LE працює як визначення I<режиму перетворення>. Перемиканням на типовий режим I можна вимкнути припущення щодо форматування UTF-16LE." #. type: =item #: dos2unix.pod:229 msgid "B<-ub, --assume-utf16be>" msgstr "B<-ub, --assume-utf16be>" #. type: textblock #: dos2unix.pod:231 msgid "Assume that the input file format is UTF-16BE." msgstr "Припускати, що вхідним форматом є UTF-16BE." #. type: textblock #: dos2unix.pod:233 msgid "This option works the same as option C<-ul>." msgstr "Цей параметр працює у спосіб, тотожний до параметра C<-ul>." #. type: =item #: dos2unix.pod:235 msgid "B<-F, --follow-symlink>" msgstr "B<-F, --follow-symlink>" #. type: textblock #: dos2unix.pod:237 msgid "Follow symbolic links and convert the targets." msgstr "Переходити за символічними посиланням і перетворювати файли, на які вони вказують." #. type: =item #: dos2unix.pod:239 msgid "B<-R, --replace-symlink>" msgstr "B<-R, --replace-symlink>" #. type: textblock #: dos2unix.pod:241 msgid "Replace symbolic links with converted files (original target files remain unchanged)." msgstr "Замінити символічні посилання перетвореними файлами (початкові файли, на які вони вказують, змінено не буде)." #. type: =item #: dos2unix.pod:244 msgid "B<-S, --skip-symlink>" msgstr "B<-S, --skip-symlink>" #. type: textblock #: dos2unix.pod:246 msgid "Keep symbolic links and targets unchanged (default)." msgstr "Не змінювати символічні посилання та файли, на які вони посилаються (типово)." #. type: =item #: dos2unix.pod:248 msgid "B<-V, --version>" msgstr "B<-V, --version>" #. type: textblock #: dos2unix.pod:250 msgid "Display version information and exit." msgstr "Вивести дані щодо версії і завершити роботу." #. type: =head1 #: dos2unix.pod:254 msgid "MAC MODE" msgstr "РЕЖИМ MAC" #. type: textblock #: dos2unix.pod:256 msgid "In normal mode line breaks are converted from DOS to Unix and vice versa. Mac line breaks are not converted." msgstr "У звичайному режимі розриви рядків DOS перетворюються на розриви рядків Unix, і навпаки. Розриви рядків Mac перетворенню не підлягають." #. type: textblock #: dos2unix.pod:259 msgid "In Mac mode line breaks are converted from Mac to Unix and vice versa. DOS line breaks are not changed." msgstr "У режимі Mac розриви рядків Mac перетворюються на розриви рядків Unix, і навпаки. Розриви рядків DOS перетворенню не підлягають." #. type: textblock #: dos2unix.pod:262 msgid "To run in Mac mode use the command-line option C<-c mac> or use the commands C or C." msgstr "Щоб запустити програму у режимі перетворення Mac, скористайтеся параметром командного рядка C<-c mac> або програмами C та C." #. type: =head1 #: dos2unix.pod:265 msgid "CONVERSION MODES" msgstr "РЕЖИМИ ПЕРЕТВОРЕННЯ" #. type: textblock #: dos2unix.pod:267 msgid "Conversion modes I, I<7bit>, and I are similar to those of dos2unix/unix2dos under SunOS/Solaris." msgstr "Режими перетворення I, I<7bit> та I є подібними до таких самих режимів перетворення у програмах dos2unix/unix2dos для SunOS/Solaris." #. type: =item #: dos2unix.pod:272 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:274 msgid "In mode C only line breaks are converted. This is the default conversion mode." msgstr "У режимі C виконуватиметься лише перетворення символів розриву рядків. Цей режим є типовим режимом перетворення." #. type: textblock #: dos2unix.pod:277 msgid "Although the name of this mode is ASCII, which is a 7 bit standard, the actual mode is 8 bit. Use always this mode when converting Unicode UTF-8 files." msgstr "Хоча цей режим і називається режимом ASCII (стандарту 7-бітового кодування), насправді кодування символів у ньому є 8-бітовим. Завжди користуйтеся цим режимом для перетворення файлів у кодуванні UTF-8 (Unicode)." #. type: =item #: dos2unix.pod:281 msgid "B<7bit>" msgstr "B<7bit>" #. type: textblock #: dos2unix.pod:283 msgid "In this mode all 8 bit non-ASCII characters (with values from 128 to 255) are converted to a 7 bit space." msgstr "У цьому режимі усі 8-бітові символи, які не є частиною ASCII, (з номерами від 128 до 255) буде перетворено на відповідні 7-бітові символи." #. type: =item #: dos2unix.pod:286 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:288 msgid "Characters are converted between a DOS character set (code page) and ISO character set ISO-8859-1 (Latin-1) on Unix. DOS characters without ISO-8859-1 equivalent, for which conversion is not possible, are converted to a dot. The same counts for ISO-8859-1 characters without DOS counterpart." msgstr "Перетворення символів буде виконано з кодування (кодової сторінки) DOS до кодування ISO-8859-1 (Latin-1) у Unix. Символи DOS, які не мають еквівалентів у ISO-8859-1 і перетворення яких неможливе, буде перетворено на символ крапки. Те саме стосується символів ISO-8859-1, які не мають еквівалентів у DOS." #. type: textblock #: dos2unix.pod:293 msgid "When only option C<-iso> is used dos2unix will try to determine the active code page. When this is not possible dos2unix will use default code page CP437, which is mainly used in the USA. To force a specific code page use options C<-437> (US), C<-850> (Western European), C<-860> (Portuguese), C<-863> (French Canadian), or C<-865> (Nordic). Windows code page CP1252 (Western European) is also supported with option C<-1252>. For other code pages use dos2unix in combination with iconv(1). Iconv can convert between a long list of character encodings." msgstr "Якщо буде використано лише параметр C<-iso>, програма dos2unix спробує визначити активне кодування. Якщо це виявиться неможливим, dos2unix використає типове кодування CP437, яке здебільшого використовується у США. Щоб примусово визначити кодування, скористайтеся параметром C<-437> (США), C<-850> (західноєвропейські мови), C<-860> (португальська), C<-863> (канадська французька) або C<-865> (скандинавські мови). Використати кодування Windows CP1252 (західноєвропейські мови) можна за допомогою параметра C<-1252>. Для інших кодувань використовуйте поєднання dos2unix з iconv(1). Програма iconv здатна виконувати перетворення даних у доволі широкому спектрі кодувань символів." #. type: textblock #: dos2unix.pod:302 msgid "Never use ISO conversion on Unicode text files. It will corrupt UTF-8 encoded files." msgstr "Ніколи не користуйтеся перетворенням ISO для текстових файлів у форматі Unicode. Використання подібного перетворення призведе до ушкодження вмісту файлів у кодуванні UTF-8." #. type: textblock #: dos2unix.pod:304 msgid "Some examples:" msgstr "Декілька прикладів:" #. type: textblock #: dos2unix.pod:306 msgid "Convert from DOS default code page to Unix Latin-1" msgstr "Перетворити дані у типовому кодуванні DOS на дані у кодуванні Latin-1 Unix" #. type: verbatim #: dos2unix.pod:308 #, no-wrap msgid "" " dos2unix -iso -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -iso -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:310 msgid "Convert from DOS CP850 to Unix Latin-1" msgstr "Перетворити дані у кодуванні DOS CP850 на дані у кодуванні Latin-1 Unix" #. type: verbatim #: dos2unix.pod:312 #, no-wrap msgid "" " dos2unix -850 -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -850 -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:314 msgid "Convert from Windows CP1252 to Unix Latin-1" msgstr "Перетворити дані у кодуванні CP1252 Windows на дані у кодуванні Latin-1 Unix" #. type: verbatim #: dos2unix.pod:316 #, no-wrap msgid "" " dos2unix -1252 -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -1252 -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:318 msgid "Convert from Windows CP1252 to Unix UTF-8 (Unicode)" msgstr "Перетворити дані у кодуванні CP252 Windows на дані у кодуванні UTF-8 Unix (Unicode)" #. type: verbatim #: dos2unix.pod:320 #, no-wrap msgid "" " iconv -f CP1252 -t UTF-8 in.txt | dos2unix > out.txt\n" "\n" msgstr "" " iconv -f CP1252 -t UTF-8 in.txt | dos2unix > out.txt\n" "\n" #. type: textblock #: dos2unix.pod:322 msgid "Convert from Unix Latin-1 to DOS default code page." msgstr "Перетворити дані у кодуванні Latin-1 Unix на дані у типовому кодуванні DOS" #. type: verbatim #: dos2unix.pod:324 #, no-wrap msgid "" " unix2dos -iso -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -iso -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:326 msgid "Convert from Unix Latin-1 to DOS CP850" msgstr "Перетворити дані у кодуванні Latin-1 Unix на дані у кодуванні DOS CP850" #. type: verbatim #: dos2unix.pod:328 #, no-wrap msgid "" " unix2dos -850 -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -850 -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:330 msgid "Convert from Unix Latin-1 to Windows CP1252" msgstr "Перетворити дані у кодуванні Latin-1 Unix на дані у кодуванні Windows CP1252" #. type: verbatim #: dos2unix.pod:332 #, no-wrap msgid "" " unix2dos -1252 -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -1252 -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:334 msgid "Convert from Unix UTF-8 (Unicode) to Windows CP1252" msgstr "Перетворити дані у кодуванні UTF-8 Unix (Unicode) на дані у кодуванні Windows CP1252" #. type: verbatim #: dos2unix.pod:336 #, no-wrap msgid "" " unix2dos < in.txt | iconv -f UTF-8 -t CP1252 > out.txt\n" "\n" msgstr "" " unix2dos < in.txt | iconv -f UTF-8 -t CP1252 > out.txt\n" "\n" #. type: textblock #: dos2unix.pod:338 msgid "See also L and L." msgstr "Див. також L та L." #. type: =head1 #: dos2unix.pod:343 msgid "UNICODE" msgstr "UNICODE" #. type: =head2 #: dos2unix.pod:345 msgid "Encodings" msgstr "Кодування" #. type: textblock #: dos2unix.pod:347 msgid "There exist different Unicode encodings. On Unix and Linux Unicode files are typically encoded in UTF-8 encoding. On Windows Unicode text files can be encoded in UTF-8, UTF-16, or UTF-16 big endian, but are mostly encoded in UTF-16 format." msgstr "Існує декілька різних кодувань Unicode. У Unix та Linux у файлах Unicode здебільшого використовується кодування UTF-8. У Windows для текстових файлів Unicode може бути використано кодування UTF-8, UTF-16 або UTF-16 зі зворотним порядком байтів. Втім, здебільшого, використовується формат UTF-16." #. type: =head2 #: dos2unix.pod:352 msgid "Conversion" msgstr "Перетворення" #. type: textblock #: dos2unix.pod:354 msgid "Unicode text files can have DOS, Unix or Mac line breaks, like regular text files." msgstr "У текстових файлах Unicode, як і у звичайних текстових файлах, може бути використано розриви рядків DOS, Unix або Mac." #. type: textblock #: dos2unix.pod:357 msgid "All versions of dos2unix and unix2dos can convert UTF-8 encoded files, because UTF-8 was designed for backward compatibility with ASCII." msgstr "Усі версії dos2unix та unix2dos здатні виконувати перетворення у кодуванні UTF-8, оскільки UTF-8 було розроблено так, що зворотну сумісність з ASCII збережено." #. type: textblock #: dos2unix.pod:360 msgid "Dos2unix and unix2dos with Unicode UTF-16 support, can read little and big endian UTF-16 encoded text files. To see if dos2unix was built with UTF-16 support type C." msgstr "Програми dos2unix та unix2dos, зібрані з підтримкою Unicode UTF-16, можуть читати текстові файли у кодуванні UTF-16 з прямим та зворотним порядком байтів. Щоб дізнатися про те, чи було dos2unix зібрано з підтримкою UTF-16, віддайте команду C." #. type: textblock #: dos2unix.pod:364 msgid "The Windows versions of dos2unix and unix2dos convert UTF-16 encoded files always to UTF-8 encoded files. Unix versions of dos2unix/unix2dos convert UTF-16 encoded files to the locale character encoding when it is set to UTF-8. Use the locale(1) command to find out what the locale character encoding is." msgstr "Версії dos2unix та unix2dos для Windows завжди виконують перетворення файлів у кодуванні UTF-16 до кодування UTF-8. Версії dos2unix та unix2dos для Unix виконують перетворення файлів у кодуванні UTF-16 до файлів у кодуванні локалі. Для визначення поточного кодування локалі скористайтеся командою locale(1)." #. type: textblock #: dos2unix.pod:369 msgid "Because UTF-8 formatted text files are well supported on both Windows and Unix, dos2unix and unix2dos have no option to write UTF-16 files. All UTF-16 characters can be encoded in UTF-8. Conversion from UTF-16 to UTF-8 is without loss. UTF-16 files will be skipped on Unix when the locale character encoding is not UTF-8, to prevent accidental loss of text. When an UTF-16 to UTF-8 conversion error occurs, for instance when the UTF-16 input file contains an error, the file will be skipped." msgstr "Оскільки підтримку текстових файлів у кодуванні UTF-8 доволі добре реалізовано у Windows та Unix, у dos2unix та unix2dos не передбачено можливості запису файлів у кодуванні UTF-16. Усі символи UTF-16 можна знайти і у кодуванні UTF-8. Перетворення даних з кодування UTF-16 до кодування UTF-8, і навпаки, відбувається без втрат. Файли у кодуванні UTF-16 буде пропущено у Unix, якщо кодуванням локалі не є UTF-8, щоб запобігти випадковій втраті даних. Якщо під час перетворення даних у кодуванні UTF-16 на дані у кодуванні UTF-8 станеться помилка, наприклад, помилка міститиметься у файлі вхідних даних UTF-16, файл буде пропущено під час обробки." #. type: textblock #: dos2unix.pod:377 msgid "ISO and 7-bit mode conversion do not work on UTF-16 files." msgstr "Режим перетворення ISO та 7-бітовий режим не працюють для файлів UTF-16." #. type: =head2 #: dos2unix.pod:379 msgid "Byte Order Mark" msgstr "Позначка порядку байтів" #. type: textblock #: dos2unix.pod:381 msgid "On Windows Unicode text files typically have a Byte Order Mark (BOM), because many Windows programs (including Notepad) add BOMs by default. See also L." msgstr "У Windows до текстових файлів у кодуванні Unicode типово дописується позначка порядку байтів (BOM), оскільки багато програм Windows (зокрема Notepad) додають таку позначку автоматично. Див. також L." #. type: textblock #: dos2unix.pod:385 msgid "On Unix Unicode files typically don't have a BOM. It is assumed that text files are encoded in the locale character encoding." msgstr "У Unix файли у кодуванні Unicode типово не містять позначки порядку байтів. Вважається, що кодуванням текстових файлів є те кодування, яке визначається поточною локаллю." #. type: textblock #: dos2unix.pod:388 msgid "Dos2unix can only detect if a file is in UTF-16 format if the file has a BOM. When an UTF-16 file doesn't have a BOM, dos2unix will see the file as a binary file." msgstr "Програма dos2unix може визначити, чи є кодуванням файла UTF-16, лише якщо у файлі міститься позначка порядку байтів. Якщо у файлі, де використано кодування UTF-16, немає такої позначки, dos2unix вважатиме такий файл двійковим (бінарним)." #. type: textblock #: dos2unix.pod:392 msgid "Use option C<-ul> or C<-ub> to convert an UTF-16 file without BOM." msgstr "Для перетворення файлів UTF-16 без позначки порядку байтів скористайтеся параметром C<-ul> або C<-ub>." #. type: textblock #: dos2unix.pod:394 msgid "Dos2unix never writes a BOM in the output file, unless you use option C<-m>." msgstr "Dos2unix ніколи не записує позначку порядку байтів (BOM) до файла результатів, якщо не вказано параметра C<-m>." #. type: textblock #: dos2unix.pod:396 msgid "Unix2dos writes a BOM in the output file when the input file has a BOM, or when option C<-m> is used." msgstr "Unix2dos записує позначку порядку байтів (BOM) до файла результатів, якщо позначка BOM є у початковому файлі або вказано параметр C<-m>." #. type: =head2 #: dos2unix.pod:399 msgid "Unicode examples" msgstr "Приклади для Unicode" #. type: textblock #: dos2unix.pod:401 msgid "Convert from Windows UTF-16 (with BOM) to Unix UTF-8" msgstr "Перетворити дані з Windows UTF-16 (з позначкою порядку байтів (BOM)) у формат Unix UTF-8" #. type: verbatim #: dos2unix.pod:403 #, no-wrap msgid "" " dos2unix -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:405 msgid "Convert from Windows UTF-16LE (without BOM) to Unix UTF-8" msgstr "Перетворити дані у форматі Windows UTF-16LE (без BOM) на дані у форматі UTF-8 Unix" #. type: verbatim #: dos2unix.pod:407 #, no-wrap msgid "" " dos2unix -ul -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -ul -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:409 msgid "Convert from Unix UTF-8 to Windows UTF-8 with BOM" msgstr "Перетворити дані у кодуванні UTF-8 Unix на дані у кодуванні Windows UTF-8 без BOM" #. type: verbatim #: dos2unix.pod:411 #, no-wrap msgid "" " unix2dos -m -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -m -n in.txt out.txt\n" "\n" #. type: textblock #: dos2unix.pod:413 msgid "Convert from Unix UTF-8 to Windows UTF-16" msgstr "Перетворити дані у кодуванні UTF-8 Unix на дані у кодуванні Windows UTF-16" #. type: verbatim #: dos2unix.pod:415 #, no-wrap msgid "" " unix2dos < in.txt | iconv -f UTF-8 -t UTF-16 > out.txt\n" "\n" msgstr "" " unix2dos < in.txt | iconv -f UTF-8 -t UTF-16 > out.txt\n" "\n" #. type: =head1 #: dos2unix.pod:417 msgid "EXAMPLES" msgstr "ПРИКЛАДИ" #. type: textblock #: dos2unix.pod:419 msgid "Read input from 'stdin' and write output to 'stdout'." msgstr "Прочитати вхідні дані зі стандартного джерела (stdin) і записати результат до стандартного виведення (stdout)." #. type: verbatim #: dos2unix.pod:421 #, no-wrap msgid "" " dos2unix\n" " dos2unix -l -c mac\n" "\n" msgstr "" " dos2unix\n" " dos2unix -l -c mac\n" "\n" #. type: textblock #: dos2unix.pod:424 msgid "Convert and replace a.txt. Convert and replace b.txt." msgstr "Перетворити дані у a.txt і замістити цей файл. Перетворити дані у b.txt і замістити цей файл." #. type: verbatim #: dos2unix.pod:426 #, no-wrap msgid "" " dos2unix a.txt b.txt\n" " dos2unix -o a.txt b.txt\n" "\n" msgstr "" " dos2unix a.txt b.txt\n" " dos2unix -o a.txt b.txt\n" "\n" #. type: textblock #: dos2unix.pod:429 msgid "Convert and replace a.txt in ascii conversion mode." msgstr "Перетворити дані у a.txt і замістити файл у режимі перетворення ascii." #. type: verbatim #: dos2unix.pod:431 #, no-wrap msgid "" " dos2unix a.txt\n" "\n" msgstr "" " dos2unix a.txt\n" "\n" #. type: textblock #: dos2unix.pod:433 msgid "Convert and replace a.txt in ascii conversion mode. Convert and replace b.txt in 7bit conversion mode." msgstr "Перетворити дані у a.txt і замістити файл у режимі перетворення ascii. Перетворити дані у b.txt і замістити цей файл у режимі 7-бітового перетворення." #. type: verbatim #: dos2unix.pod:436 #, no-wrap msgid "" " dos2unix a.txt -c 7bit b.txt\n" " dos2unix -c ascii a.txt -c 7bit b.txt\n" " dos2unix -ascii a.txt -7 b.txt\n" "\n" msgstr "" " dos2unix a.txt -c 7bit b.txt\n" " dos2unix -c ascii a.txt -c 7bit b.txt\n" " dos2unix -ascii a.txt -7 b.txt\n" "\n" #. type: textblock #: dos2unix.pod:440 msgid "Convert a.txt from Mac to Unix format." msgstr "Перетворити файл a.txt з формату Mac на формат Unix." #. type: verbatim #: dos2unix.pod:442 #, no-wrap msgid "" " dos2unix -c mac a.txt\n" " mac2unix a.txt\n" "\n" msgstr "" " dos2unix -c mac a.txt\n" " mac2unix a.txt\n" "\n" #. type: textblock #: dos2unix.pod:445 msgid "Convert a.txt from Unix to Mac format." msgstr "Перетворити файл a.txt з формату Unix на формат Mac." #. type: verbatim #: dos2unix.pod:447 #, no-wrap msgid "" " unix2dos -c mac a.txt\n" " unix2mac a.txt\n" "\n" msgstr "" " unix2dos -c mac a.txt\n" " unix2mac a.txt\n" "\n" #. type: textblock #: dos2unix.pod:450 msgid "Convert and replace a.txt while keeping original date stamp." msgstr "Перетворити дані у a.txt, замістити цей файл і зберегти часову позначку початкового файла." #. type: verbatim #: dos2unix.pod:452 #, no-wrap msgid "" " dos2unix -k a.txt\n" " dos2unix -k -o a.txt\n" "\n" msgstr "" " dos2unix -k a.txt\n" " dos2unix -k -o a.txt\n" "\n" #. type: textblock #: dos2unix.pod:455 msgid "Convert a.txt and write to e.txt." msgstr "Перетворити дані у файлі a.txt і записати результати до файла e.txt." #. type: verbatim #: dos2unix.pod:457 #, no-wrap msgid "" " dos2unix -n a.txt e.txt\n" "\n" msgstr "" " dos2unix -n a.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:459 msgid "Convert a.txt and write to e.txt, keep date stamp of e.txt same as a.txt." msgstr "Перетворити дані у файлі a.txt і записати результати до файла e.txt. Скопіювати часову позначку файла a.txt для файла e.txt." #. type: verbatim #: dos2unix.pod:461 #, no-wrap msgid "" " dos2unix -k -n a.txt e.txt\n" "\n" msgstr "" " dos2unix -k -n a.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:463 msgid "Convert and replace a.txt. Convert b.txt and write to e.txt." msgstr "Перетворити дані у a.txt і замістити цей файл. Перетворити дані у b.txt і записати результат до e.txt." #. type: verbatim #: dos2unix.pod:465 #, no-wrap msgid "" " dos2unix a.txt -n b.txt e.txt\n" " dos2unix -o a.txt -n b.txt e.txt\n" "\n" msgstr "" " dos2unix a.txt -n b.txt e.txt\n" " dos2unix -o a.txt -n b.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:468 msgid "Convert c.txt and write to e.txt. Convert and replace a.txt. Convert and replace b.txt. Convert d.txt and write to f.txt." msgstr "Перетворити дані у c.txt і записати результати до e.txt. Перетворити дані у a.txt і замістити ними цей файл. Перетворити дані у b.txt і замістити ними цей файл. Перетворити дані у d.txt і записати результати до f.txt." #. type: verbatim #: dos2unix.pod:471 #, no-wrap msgid "" " dos2unix -n c.txt e.txt -o a.txt b.txt -n d.txt f.txt\n" "\n" msgstr "" " dos2unix -n c.txt e.txt -o a.txt b.txt -n d.txt f.txt\n" "\n" #. type: =head1 #: dos2unix.pod:473 msgid "RECURSIVE CONVERSION" msgstr "РЕКУРСИВНЕ ПЕРЕТВОРЕННЯ" #. type: textblock #: dos2unix.pod:475 msgid "Use dos2unix in combination with the find(1) and xargs(1) commands to recursively convert text files in a directory tree structure. For instance to convert all .txt files in the directory tree under the current directory type:" msgstr "Для рекурсивного перетворення текстових файлів у ієрархії каталогів слід використовувати dos2unix у поєднанні з програмами find(1) та xargs(1). Наприклад, щоб виконати перетворення усіх файлів .txt у структурі підкаталогів поточного каталогу, віддайте таку команду:" #. type: verbatim #: dos2unix.pod:479 #, no-wrap msgid "" " find . -name *.txt |xargs dos2unix\n" "\n" msgstr "" " find . -name *.txt |xargs dos2unix\n" "\n" #. type: =head1 #: dos2unix.pod:481 msgid "LOCALIZATION" msgstr "ЛОКАЛІЗАЦІЯ" #. type: =item #: dos2unix.pod:485 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:487 msgid "The primary language is selected with the environment variable LANG. The LANG variable consists out of several parts. The first part is in small letters the language code. The second is optional and is the country code in capital letters, preceded with an underscore. There is also an optional third part: character encoding, preceded with a dot. A few examples for POSIX standard type shells:" msgstr "Основна мова визначається за допомогою змінної середовища LANG. Значення змінної LANG складається з декількох частин. Перша частина записується малими літерами і визначає код мови. Друга частина є необов’язковою, визначає код країни і записується прописними літерами, відокремлюється від першої частини символом підкреслювання. Передбачено також необов’язкову третю частину: кодування. Ця частина відокремлюється від другої частини крапкою. Ось декілька прикладів для командних оболонок стандартного типу POSIX:" #. type: verbatim #: dos2unix.pod:494 #, no-wrap msgid "" " export LANG=nl Dutch\n" " export LANG=nl_NL Dutch, The Netherlands\n" " export LANG=nl_BE Dutch, Belgium\n" " export LANG=es_ES Spanish, Spain\n" " export LANG=es_MX Spanish, Mexico\n" " export LANG=en_US.iso88591 English, USA, Latin-1 encoding\n" " export LANG=en_GB.UTF-8 English, UK, UTF-8 encoding\n" "\n" msgstr "" " export LANG=uk українська\n" " export LANG=uk_UA українська, Україна\n" " export LANG=ru_UA російська, Україна\n" " export LANG=es_ES іспанська, Іспанія\n" " export LANG=es_MX іспанська, Мексика\n" " export LANG=en_US.iso88591 англійська, США, кодування Latin-1\n" " export LANG=en_GB.UTF-8 англійська, Великобританія, кодування UTF-8\n" "\n" #. type: textblock #: dos2unix.pod:502 msgid "For a complete list of language and country codes see the gettext manual: L" msgstr "Повний список мов та кодів країн наведено у підручнику з gettext: L" #. type: textblock #: dos2unix.pod:505 msgid "On Unix systems you can use to command locale(1) to get locale specific information." msgstr "У системах Unix для отримання даних щодо локалі можна скористатися командою locale(1)." #. type: =item #: dos2unix.pod:508 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:510 msgid "With the LANGUAGE environment variable you can specify a priority list of languages, separated by colons. Dos2unix gives preference to LANGUAGE over LANG. For instance, first Dutch and then German: C. You have to first enable localization, by setting LANG (or LC_ALL) to a value other than \"C\", before you can use a language priority list through the LANGUAGE variable. See also the gettext manual: L" msgstr "За допомогою змінної середовища LANGUAGE ви можете вказати список пріоритеності мов. Записи у списку слід відокремлювати двокрапками. Програма dos2unix надає перевагу LANGUAGE над LANG. Наприклад, перша голландська, далі німецька: C. Спочатку вам слід увімкнути локалізацію, встановивши для змінної LANG (або LC_ALL) значення, відмінне від «C». Далі ви зможете використовувати список пріоритетності мов за допомогою змінної LANGUAGE. Додаткові відомості можна знайти у підручнику з gettext: L" #. type: textblock #: dos2unix.pod:518 msgid "If you select a language which is not available you will get the standard English messages." msgstr "Якщо вами буде вибрано мову, перекладу якою немає, буде показано стандартні повідомлення англійською мовою." #. type: =item #: dos2unix.pod:522 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:524 msgid "With the environment variable DOS2UNIX_LOCALEDIR the LOCALEDIR set during compilation can be overruled. LOCALEDIR is used to find the language files. The GNU default value is C. Option B<--version> will display the LOCALEDIR that is used." msgstr "Змінну LOCALEDIR, встановлену під час збирання програми, можна змінити за допомогою змінної середовища DOS2UNIX_LOCALEDIR. LOCALEDIR використовується для пошуку файлів перекладів. Типовим значенням у системах GNU є C. Переглянути поточне значення змінної LOCALEDIR можна переглянути за допомогою параметра B<--version>." #. type: textblock #: dos2unix.pod:529 msgid "Example (POSIX shell):" msgstr "Приклад (командна оболонка POSIX):" #. type: verbatim #: dos2unix.pod:531 #, no-wrap msgid "" " export DOS2UNIX_LOCALEDIR=$HOME/share/locale\n" "\n" msgstr "" " export DOS2UNIX_LOCALEDIR=$HOME/share/locale\n" "\n" #. type: =head1 #: dos2unix.pod:536 msgid "RETURN VALUE" msgstr "ПОВЕРНУТЕ ЗНАЧЕННЯ" #. type: textblock #: dos2unix.pod:538 msgid "On success, zero is returned. When a system error occurs the last system error will be returned. For other errors 1 is returned." msgstr "Якщо завдання вдасться успішно виконати, програма поверне нульовий код виходу. Якщо станеться системна помилка, буде повернуто код цієї помилки. Якщо станеться якась інша помилка, буде повернуто код 1." #. type: textblock #: dos2unix.pod:541 msgid "The return value is always zero in quiet mode, except when wrong command-line options are used." msgstr "У режимі без повідомлень повернутим значенням завжди буде нуль, якщо вказано правильні параметри командного рядка." #. type: =head1 #: dos2unix.pod:544 msgid "STANDARDS" msgstr "СТАНДАРТИ" #. type: textblock #: dos2unix.pod:546 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:548 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:550 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:552 msgid "L" msgstr "L" #. type: =head1 #: dos2unix.pod:554 msgid "AUTHORS" msgstr "АВТОРИ" #. type: textblock #: dos2unix.pod:556 msgid "Benjamin Lin - Bernd Johannes Wuebben (mac2unix mode) - , Christian Wurll (add extra newline) - , Erwin Waterlander - (Maintainer)" msgstr "Benjamin Lin - Bernd Johannes Wuebben (режим mac2unix) - , Christian Wurll (додатковий новий рядок) - , Erwin Waterlander - (супровідник)" #. type: textblock #: dos2unix.pod:561 msgid "Project page: L" msgstr "Сторінка проекту: L" #. type: textblock #: dos2unix.pod:563 msgid "SourceForge page: L" msgstr "Сторінка на SourceForge: L" #. type: textblock #: dos2unix.pod:565 msgid "Freecode: L" msgstr "Freecode: L" #. type: =head1 #: dos2unix.pod:567 msgid "SEE ALSO" msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ" #. type: textblock #: dos2unix.pod:569 msgid "file(1) find(1) iconv(1) locale(1) xargs(1)" msgstr "file(1) find(1) iconv(1) locale(1) xargs(1)"