Browsing Ukrainian translation

3241 of 399 results
32.
--proxy-method=METHOD Set the method to use in proxy request.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--proxy-method=METHOD Вказати метод для використання у проксі-запитах.
Translated and reviewed by Alexander10
Located in src/usage_text.h:99
33.
--referer=REFERER Set an http referrrer (Referer). This affects
all http/https downloads. If "*" is given,
the download URI is also used as the referrer.
This may be useful when used together with
the -P option.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--referer=REFERER Встановити http реферер (Referer). Це впливає на
на всі завантаження http/https. Якщо вказано "*",
URI завантаження також використовується як реферер.
Це може бути корисно при використанні разом з
опцією -P.
Translated and reviewed by silent
Located in src/usage_text.h:101
34.
--ftp-user=USER Set FTP user. This affects all URLs.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--ftp-user=USER Задати FTP користувача. Це діє на усі URL.
Translated and reviewed by Alexander10
Located in src/usage_text.h:107
35.
--ftp-passwd=PASSWD Set FTP password. This affects all URLs.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--ftp-passwd=PASSWD Задати FTP пароль. Це діє на усі URL.
Translated and reviewed by Alexander10
Located in src/usage_text.h:109
36.
--ftp-type=TYPE Set FTP transfer type.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--ftp-type=TYPE Задати тип FTP трансферу.
Translated and reviewed by Alexander10
Located in src/usage_text.h:111
37.
-p, --ftp-pasv[=true|false] Use the passive mode in FTP. If false is given,
the active mode will be used.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-p, --ftp-pasv[=true|false] Використовувати пасивний режим у FTP. Якщо вказано false (ні),
то буде застосовано активний режим.
Translated and reviewed by Alexander10
Located in src/usage_text.h:113
38.
--lowest-speed-limit=SPEED Close connection if download speed is lower than
or equal to this value(bytes per sec).
0 means aria2 does not have a lowest speed limit.
You can append K or M(1K = 1024, 1M = 1024K).
This option does not affect BitTorrent downloads.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--lowest-speed-limit=SPEED Зачиняє підключення, якщо швидкість завантаження менша
або дорівнює цьому значенню (байт за секунду).
0 означає, що aria2 не має нижнього обмеження швидкості.
Ви можете додати K або M(1K = 1024, 1M = 1024K).
Цей параметр не впливає на завантаження BitTorrent.
Translated and reviewed by Alexander10
Located in src/usage_text.h:116
39.
--max-overall-download-limit=SPEED Set max overall download speed in bytes/sec.
0 means unrestricted.
You can append K or M(1K = 1024, 1M = 1024K).
To limit the download speed per download, use
--max-download-limit option.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--max-overall-download-limit=SPEED Встановити максимальну загальну швидкість завантаження у байтах/сек.
0 означає необмежено.
Ви можете додати K або M(1K = 1024, 1M = 1024K).
Щоб обмежити швидкість завантаження для вузла, використовуйте
параметр --max-download-limit.
Translated and reviewed by Alexander10
Located in src/usage_text.h:122
40.
--max-download-limit=SPEED Set max download speed per each download in
bytes/sec. 0 means unrestricted.
You can append K or M(1K = 1024, 1M = 1024K).
To limit the overall download speed, use
--max-overall-download-limit option.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--max-download-limit=SPEED Встановити максимальну швидкість кожного вузла завантаження у
байтах/сек. 0 означає необмежено.
Ви можете додати K або M(1K = 1024, 1M = 1024K).
Щоб обмежити загальну швидкість завантаження, використовуйте
параметр --max-overall-download-limit.
Translated and reviewed by Alexander10
Located in src/usage_text.h:128
41.
--file-allocation=METHOD Specify file allocation method.
'none' doesn't pre-allocate file space. 'prealloc'
pre-allocates file space before download begins.
This may take some time depending on the size of
the file.
If you are using newer file systems such as ext4
(with extents support), btrfs, xfs or NTFS
(MinGW build only), 'falloc' is your best
choice. It allocates large(few GiB) files
almost instantly. Don't use 'falloc' with legacy
file systems such as ext3 and FAT32 because it
takes almost same time as 'prealloc' and it
blocks aria2 entirely until allocation finishes.
'falloc' may not be available if your system
doesn't have posix_fallocate() function.
'trunc' uses ftruncate() system call or
platform-specific counterpart to truncate a file
to a specified length.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
--file-allocation=METHOD Вказати метод резервування місця для файлу.
'none' не відбувається попереднє
резервування місця для файлу.
'prealloc' - попереднє резервування
місця для файлу перед початком завантаження. Це
може продовжуватись деякий час, в
залежності від розміру файлу. Якщо ви використовуєте
нові файлові системи, накшталт ext4
(з підтримкою екстентів), btrfs, xfs чи NTFS
(тільки MinGW-збірка) тоді краще вибрати
'falloc'. Так як вони резервують місце під
великі (на кілька Гігабайт) файли майже
миттєво. Не використовуйте 'falloc' разом із
спадковими файловими системами, такими
як ext3 і FAT32, тому що це буде
продовжуватись майже стільки ж часу, як
і 'prealloc', а також повнісю заблокує aria2,
допоки не закінчиться резервування місця. 'falloc'
може бути недоступним, якщо ваша система не
містить функції posix_fallocate().
'trunc' використовує системний виклик ftruncate() чи
специфічний для конкретної платформи еквівалент,
щоб усікти файл до вказаної довжини.
Translated and reviewed by Sergey Hordiyenko
Located in src/usage_text.h:134
3241 of 399 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Alexander10, Patriot, Sergey Hordiyenko, atany, silent.