ru.po 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. # translation of ru.po to
  2. # Russian translations for aria2c package
  3. # Английские переводы для пакета aria2c.
  4. # Copyright (C) 2006 Tatsuhiro Tsujikawa
  5. # This file is distributed under the same license as the aria2c package.
  6. #
  7. # <azamat.hackimov@gmail.com>, 2006.
  8. # Azamat H. Hackimov <azamat.hackimov@gmail.com>, 2006.
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: ru\n"
  12. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  13. "POT-Creation-Date: 2008-03-15 20:03+0900\n"
  14. "PO-Revision-Date: 2008-03-01 13:39+0900\n"
  15. "Last-Translator: Anton <anton.bugs@gmail.com>\n"
  16. "Language-Team: <ru@li.org>\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "X-Launchpad-Export-Date: 2008-03-01 03:48+0000\n"
  21. "X-Generator: Launchpad (build Unknown)\n"
  22. #: src/OptionHandlerImpl.h:70
  23. msgid "must be either 'true' or 'false'."
  24. msgstr "должно быть 'true' или 'false'."
  25. #: src/OptionHandlerImpl.h:91 src/OptionHandlerImpl.h:124
  26. #, c-format
  27. msgid "must be between %s and %s."
  28. msgstr "должно быть между %s и %s."
  29. #: src/OptionHandlerImpl.h:121
  30. #, c-format
  31. msgid "must be smaller than or equal to %s."
  32. msgstr "должно быть меньше или равно %s."
  33. #: src/OptionHandlerImpl.h:127
  34. #, c-format
  35. msgid "must be greater than or equal to %s."
  36. msgstr "должно быть больше или равно %s."
  37. #: src/OptionHandlerImpl.h:130 src/OptionHandlerImpl.h:176
  38. msgid "must be a number."
  39. msgstr "должно быть числом."
  40. #: src/OptionHandlerImpl.h:167
  41. #, c-format
  42. msgid "must be smaller than or equal to %.1f."
  43. msgstr "должно быть меньше или равно %.1f."
  44. #: src/OptionHandlerImpl.h:170
  45. #, c-format
  46. msgid "must be between %.1f and %.1f."
  47. msgstr "должно быть между %.1f и %.1f."
  48. #: src/OptionHandlerImpl.h:173
  49. #, c-format
  50. msgid "must be greater than or equal to %.1f."
  51. msgstr "должно быть больше или равно %.1f."
  52. #: src/OptionHandlerImpl.h:235
  53. msgid "must be one of the following:"
  54. msgstr "должно быть одним из следующих:"
  55. #: src/OptionHandlerImpl.h:272
  56. msgid "unrecognized proxy format"
  57. msgstr "неизвестный формат прокси"
  58. #: src/message.h:40
  59. #, c-format
  60. msgid "CUID#%d - The download for one segment completed successfully."
  61. msgstr "CUID#%d - Скачивание одного из сегментов успешно завершено."
  62. #: src/message.h:41
  63. #, c-format
  64. msgid "CUID#%d - No segment available."
  65. msgstr "CUID#%d - Нет доступного сегмента."
  66. #: src/message.h:42
  67. #, c-format
  68. msgid "CUID#%d - Connecting to %s:%d"
  69. msgstr "CUID#%d - Соединение c %s:%d"
  70. #: src/message.h:43
  71. #, c-format
  72. msgid ""
  73. "CUID#%d - The segment changed. We send the request again with new Range "
  74. "header."
  75. msgstr ""
  76. "CUID#%d - Сегмент изменен. Отправляем запрос повторно с новым заголовком "
  77. "диапазонов."
  78. #: src/message.h:44
  79. #, c-format
  80. msgid "CUID#%d - Redirecting to %s"
  81. msgstr "CUID#%d - Перенаправление на %s"
  82. #: src/message.h:45
  83. #, c-format
  84. msgid ""
  85. "CUID#%d - Requesting:\n"
  86. "%s"
  87. msgstr ""
  88. "CUID#%d - Запрос:\n"
  89. "%s"
  90. #: src/message.h:46
  91. #, c-format
  92. msgid ""
  93. "CUID#%d - Response received:\n"
  94. "%s"
  95. msgstr ""
  96. "CUID#%d - Получен ответ:\n"
  97. "%s"
  98. #: src/message.h:47
  99. #, c-format
  100. msgid "CUID#%d - Download aborted. URI=%s"
  101. msgstr "CUID#%d - Скачивание прервано. URI=%s"
  102. #: src/message.h:48
  103. #, c-format
  104. msgid "CUID#%d - Restarting the download. URI=%s"
  105. msgstr "CUID#%d - Перезапуск скачивания. URI=%s"
  106. #: src/message.h:49
  107. #, c-format
  108. msgid "CUID#%d - Download aborted."
  109. msgstr "CUID#%d - Скачивание прервано."
  110. #: src/message.h:50
  111. #, c-format
  112. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  113. msgstr "CUID#%d - Совершено %d безуспешных попыток. Скачивание отменено."
  114. #: src/message.h:51
  115. #, c-format
  116. msgid "CUID#%d - Unregistering cuid from segmentManager."
  117. msgstr "CUID#%d - Отмена регистрации cuid от segmentManager."
  118. #: src/message.h:57
  119. #, c-format
  120. msgid "CUID#%d - we got new piece. index=%d"
  121. msgstr "CUID#%d - получена новая часть. индекс=%d"
  122. #: src/message.h:58
  123. #, c-format
  124. msgid "CUID#%d - we got wrong piece. index=%d"
  125. msgstr "CUID#%d - получена неправильная часть. индекс=%d"
  126. #: src/message.h:59
  127. #, c-format
  128. msgid "CUID#%d - Download not complete: %s"
  129. msgstr "CUID#%d - Скачивание не завершилось: %s"
  130. #: src/message.h:60
  131. #, c-format
  132. msgid "#%d - Download has already completed: %s"
  133. msgstr "#%d - Скачивание уже завершилось: %s"
  134. #: src/message.h:61
  135. #, c-format
  136. msgid "CUID#%d - Good checksum: %s"
  137. msgstr "CUID#%d - Правильная контрольная сумма: %s"
  138. #: src/message.h:62
  139. #, c-format
  140. msgid "CUID#%d - Bad checksum: %s"
  141. msgstr "CUID#%d - Неправильная контрольная сумма: %s"
  142. #: src/message.h:63
  143. #, fuzzy, c-format
  144. msgid "CUID#%d - Resolving hostname %s"
  145. msgstr "CUID#%d - Поиск IP-адреса хоста %s"
  146. #: src/message.h:64
  147. #, c-format
  148. msgid "CUID#%d - Name resolution complete: %s -> %s"
  149. msgstr "CUID#%d - Определение IP-адреса завершёнo: %s -> %s"
  150. #: src/message.h:65
  151. #, c-format
  152. msgid "CUID#%d - Name resolution for %s failed:%s"
  153. msgstr "CUID#%d - Не удалось найти IP-адрес %s:%s"
  154. #: src/message.h:66
  155. #, c-format
  156. msgid "CUID#%d - DNS cache hit: %s -> %s"
  157. msgstr "CUID#%d - Нашли в DNS-кэше: %s -> %s"
  158. #: src/message.h:67
  159. #, c-format
  160. msgid "CUID#%d - Abort requested."
  161. msgstr "CUID#%d - Запрошена отмена."
  162. #: src/message.h:68
  163. #, c-format
  164. msgid "CUID#%d - Connecting to the peer %s"
  165. msgstr "CUID#%d - Соединение с хостом %s"
  166. #: src/message.h:69
  167. #, c-format
  168. msgid ""
  169. "CUID#%d - Piece received. index=%d, begin=%d, length=%d, offset=%llu, "
  170. "blockIndex=%d"
  171. msgstr ""
  172. "CUID#%d - Получен сегмент. индекс=%d, начало=%d, длина=%d, отступ=%llu, "
  173. "индексБлока=%d"
  174. #: src/message.h:70
  175. #, c-format
  176. msgid "CUID#%d - Piece bitfield %s"
  177. msgstr "CUID#%d - Бит-поле сегмента %s"
  178. #: src/message.h:71
  179. #, fuzzy, c-format
  180. msgid ""
  181. "CUID#%d - Reject piece message in queue because the peer has been choked. "
  182. "index=%d, begin=%d, length=%d"
  183. msgstr ""
  184. "CUID#%d - Сообщение о сегменте в очереди удалено, так как хост не ответил. "
  185. "индекс=%d, начало=%d, длина=%d"
  186. #: src/message.h:72
  187. #, c-format
  188. msgid ""
  189. "CUID#%d - Reject piece message in queue because cancel message received. "
  190. "index=%d, begin=%d, length=%d"
  191. msgstr ""
  192. "CUID#%d - Сообщение о сегменте в очереди удалено, так как получено сообщение "
  193. "отмены. индекс=%d, начало=%d, длина=%d"
  194. #: src/message.h:73
  195. #, c-format
  196. msgid "CUID#%d - Exception caught while validating file integrity."
  197. msgstr "CUID#%d - Во время проверки целостности файла поймано исключение."
  198. #: src/message.h:74
  199. #, c-format
  200. msgid "CUID#%d - Interested in the peer"
  201. msgstr "CUID#%d - Попытка к пирингу"
  202. #: src/message.h:75
  203. #, c-format
  204. msgid "CUID#%d - Not interested in the peer"
  205. msgstr "CUID#%d - Не заинтересован в контакте"
  206. #: src/message.h:76
  207. #, c-format
  208. msgid "CUID#%d - Deleting request slot index=%d, blockIndex=%d"
  209. msgstr "CUID#%d - Удаляется запрос index=%d, blockIndex=%d"
  210. #: src/message.h:77
  211. #, c-format
  212. msgid ""
  213. "CUID#%d - Deleting request slot index=%d, blockIndex=%d because localhost "
  214. "got choked."
  215. msgstr ""
  216. "CUID#%d - Удаляется запрос index=%d, blockIndex=%d по причине высокой "
  217. "нагрузки."
  218. #: src/message.h:78
  219. #, c-format
  220. msgid "CUID#%d - Deleting request slot blockIndex=%d because of time out"
  221. msgstr "CUID#%d - Удаляется запрос blockIndex=%d, превышено время ожидания"
  222. #: src/message.h:79
  223. #, c-format
  224. msgid ""
  225. "CUID#%d - Deleting request slot blockIndex=%d because the block has been "
  226. "acquired."
  227. msgstr "CUID#%d - Удаляется запрос blockIndex=%d, блок получен."
  228. #: src/message.h:80
  229. #, c-format
  230. msgid "CUID#%d - Fast extension enabled."
  231. msgstr "CUID#%d - Ускорение включено."
  232. #: src/message.h:81
  233. #, c-format
  234. msgid "CUID#%d - Extended Messaging enabled."
  235. msgstr "CUID#%d - Расширенное оповещение включено."
  236. #: src/message.h:82
  237. #, c-format
  238. msgid "CUID#%d - Exception caught while allocating file space."
  239. msgstr "CUID#%d - Ошибка при размещении файла."
  240. #: src/message.h:83
  241. #, c-format
  242. msgid "CUID#%d - Content-Disposition detected. Use %s as filename"
  243. msgstr ""
  244. #: src/message.h:84
  245. #, c-format
  246. msgid "CUID#%d - Peer %s:%d banned."
  247. msgstr "CUID#%d - Узел %s:%d запрещён."
  248. #: src/message.h:85
  249. #, c-format
  250. msgid "CUID#%d - Using port %d for accepting new connections"
  251. msgstr "CUID#%d - Для приёма новых соединений, используется порт %d"
  252. #: src/message.h:86
  253. #, c-format
  254. msgid "CUID#%d - An error occurred while binding port=%d"
  255. msgstr "CUID#%d - Ошибка, при попытке занять порт=%d"
  256. #: src/message.h:87
  257. #, c-format
  258. msgid "CUID#%d - Incoming connection, adding new command CUID#%d"
  259. msgstr "CUID#%d - Входящее соединение, добавляется новая комманда CUID#%d"
  260. #: src/message.h:88
  261. #, c-format
  262. msgid "CUID#%d - Error in accepting connection"
  263. msgstr "CUID#%d - Ошибка при установлении связи"
  264. #: src/message.h:89
  265. #, c-format
  266. msgid "CUID#%d - Error occurred while processing tracker response."
  267. msgstr "CUID#%d - Ошибка при обработке ответа от трекера."
  268. #: src/message.h:90
  269. #, c-format
  270. msgid "CUID#%d - Cannot create tracker request."
  271. msgstr "CUID#%d - Невозможно создать запрос."
  272. #: src/message.h:91
  273. #, c-format
  274. msgid "CUID#%d - Creating new tracker request command #%d"
  275. msgstr "CUID#%d - Создание нового запроса #%d"
  276. #: src/message.h:92
  277. #, c-format
  278. msgid "CUID#%d - The peer is DHT-enabled."
  279. msgstr ""
  280. #: src/message.h:94
  281. #, c-format
  282. msgid "Unrecognized URI or unsupported protocol: %s"
  283. msgstr "Нераспознанный URI или неподдерживаемый протокол: %s"
  284. #: src/message.h:95
  285. #, c-format
  286. msgid "Tracker returned warning message: %s"
  287. msgstr "Трекер вернул предупреждение: %s"
  288. #: src/message.h:96
  289. #, c-format
  290. msgid "The segment file %s exists."
  291. msgstr "Сегмент файла %s существует."
  292. #: src/message.h:97
  293. #, c-format
  294. msgid "The segment file %s does not exist."
  295. msgstr "Сегмент файла %s не существует."
  296. #: src/message.h:98
  297. #, c-format
  298. msgid "Saving the segment file %s"
  299. msgstr "Сохранение сегмента файла %s"
  300. #: src/message.h:99
  301. msgid "The segment file was saved successfully."
  302. msgstr "Сегмент файла успешно сохранен."
  303. #: src/message.h:100
  304. #, c-format
  305. msgid "Loading the segment file %s."
  306. msgstr "Загрузка сегмента файл %sа"
  307. #: src/message.h:101
  308. msgid "The segment file was loaded successfully."
  309. msgstr "Сегмент файла успешно загружен."
  310. #: src/message.h:102
  311. #, fuzzy
  312. msgid "No URI to download. Download aborted."
  313. msgstr "URI для загрузки не найден. Загрузка прервана."
  314. #: src/message.h:103
  315. #, fuzzy, c-format
  316. msgid ""
  317. "File %s exists, but a control file(*.aria2) does not exist. Download was "
  318. "canceled in order to prevent your file from being truncated to 0. If you are "
  319. "sure to download the file all over again, then delete it or add --allow-"
  320. "overwrite=true option and restart aria2."
  321. msgstr ""
  322. "Файл %s существует, но управляющий файл (*.aria2) отсутствует. Загрузка "
  323. "отменена чтобы не обнулить существующий файл. Если вы хотите перезаписать "
  324. "файл, то удалите его или добавьте опцию --allow-overwrite=true и "
  325. "перезапустите aria2."
  326. #: src/message.h:104
  327. #, fuzzy, c-format
  328. msgid "Allocating file %s, %s bytes"
  329. msgstr "Размещение файла %s, %s байт"
  330. #: src/message.h:105
  331. msgid "File not found"
  332. msgstr "Файл не найден"
  333. #: src/message.h:106
  334. msgid "Not a directory"
  335. msgstr "Это не каталог."
  336. #: src/message.h:107
  337. #, c-format
  338. msgid "Insufficient checksums. checksumLength=%d, numChecksum=%d"
  339. msgstr "Несовпадение контрольных сумм. checksumLength=%d, numChecksum=%d"
  340. #: src/message.h:108
  341. #, c-format
  342. msgid "Writing file %s"
  343. msgstr "Пишется файл %s"
  344. #: src/message.h:109
  345. msgid "No peer list received."
  346. msgstr "Список узлов отсутствует."
  347. #: src/message.h:110
  348. #, c-format
  349. msgid "Adding peer %s:%d"
  350. msgstr "Добавляется узел %s:%d"
  351. #: src/message.h:111
  352. #, c-format
  353. msgid "Deleting used piece index=%d, fillRate(%%)=%d<=%d"
  354. msgstr "Удаляется используемая часть index=%d, fillRate(%%)=%d<=%d"
  355. #: src/message.h:112
  356. msgid "Download of selected files was complete."
  357. msgstr "Закачка выбранных фалов завершена."
  358. #: src/message.h:113
  359. msgid "The download was complete."
  360. msgstr "Закачка завершена."
  361. #: src/message.h:114
  362. #, fuzzy, c-format
  363. msgid "Removed %d have entries."
  364. msgstr "Удаленный %d имеет вхождения"
  365. #: src/message.h:115
  366. #, c-format
  367. msgid "Validating file %s"
  368. msgstr "Проверяется файл %s"
  369. #: src/message.h:116
  370. #, fuzzy, c-format
  371. msgid "%d seconds to allocate %s byte(s)"
  372. msgstr "%d секунд для размещения %s байт"
  373. #: src/message.h:117
  374. #, c-format
  375. msgid "Dispatching FileAllocationCommand for CUID#%d."
  376. msgstr "Отправка FileAllocationCommand для CUID#%d."
  377. #: src/message.h:118
  378. #, c-format
  379. msgid "Metalink: Queueing %s for download."
  380. msgstr "Metalink: Постановка в очередь %s."
  381. #: src/message.h:119
  382. #, c-format
  383. msgid "Download complete: %s"
  384. msgstr "Закачка завершена: %s"
  385. #: src/message.h:120
  386. msgid "Seeding is over."
  387. msgstr "Рздача закончена."
  388. #: src/message.h:121
  389. #, c-format
  390. msgid "CUID#%d cancels segment index=%d. CUID#%d handles it instead."
  391. msgstr "CUID#%d отменяет часть index=%d. CUID#%d предлагает это взамен."
  392. #: src/message.h:122
  393. msgid "No chunk to verify."
  394. msgstr "Нет частей для проверки."
  395. #: src/message.h:123
  396. #, c-format
  397. msgid "Good chunk checksum. hash=%s"
  398. msgstr "Верная контрольная сумма. hash=%s"
  399. #: src/message.h:124
  400. #, c-format
  401. msgid "Failed to load cookies from %s"
  402. msgstr "Ошибка загрузки куков с %s"
  403. #: src/message.h:125
  404. #, fuzzy, c-format
  405. msgid ""
  406. ".netrc file %s does not have correct permissions. It should be 600. netrc "
  407. "support disabled."
  408. msgstr ""
  409. "Файл .netrc %s не имеет правильных полномочий. Он должен быть 600. "
  410. "Поддержка netrc отключена."
  411. #: src/message.h:126
  412. msgid "Logging started."
  413. msgstr "Логирование начато."
  414. #: src/message.h:127
  415. msgid "Specify at least one URL."
  416. msgstr "Укажите как минимум один URL."
  417. #: src/message.h:128
  418. #, fuzzy
  419. msgid "daemon failed."
  420. msgstr "служба остановлена."
  421. #: src/message.h:129
  422. #, c-format
  423. msgid "Verification finished successfully. file=%s"
  424. msgstr "Проверка закончена успешно. file=%s"
  425. #: src/message.h:130
  426. #, c-format
  427. msgid "Checksum error detected. file=%s"
  428. msgstr "Ошибка в контрольноый сумме . file=%s"
  429. #: src/message.h:131
  430. #, c-format
  431. msgid "Incomplete range specified. %s"
  432. msgstr "Указан неполный диапазон. %s"
  433. #: src/message.h:132
  434. #, c-format
  435. msgid "Failed to convert string into value: %s"
  436. msgstr "Ошибка при конвертировании строки в переменную: %s"
  437. #: src/message.h:133
  438. msgid "Resource not found"
  439. msgstr "Ресурс не найден"
  440. #: src/message.h:134
  441. #, c-format
  442. msgid "File already exists. Renamed to %s."
  443. msgstr "Файл уже существует. Переименован в %s"
  444. #: src/message.h:135
  445. #, fuzzy
  446. msgid "Cannot parse metalink XML file. XML may be malformed."
  447. msgstr "Невозможно разобрать XML файл металинка. XML файл может быть испорчен."
  448. #: src/message.h:136
  449. #, c-format
  450. msgid "Too small payload size for %s, size=%d."
  451. msgstr ""
  452. #: src/message.h:137
  453. #, c-format
  454. msgid ""
  455. "Removed the defunct control file %s because the download file %s doesn't "
  456. "exist."
  457. msgstr ""
  458. #: src/message.h:138
  459. #, c-format
  460. msgid "Your share ratio was %.1f, uploaded/downloaded=%sB/%sB"
  461. msgstr ""
  462. #: src/message.h:139
  463. #, fuzzy, c-format
  464. msgid "Missing %s in torrent metainfo."
  465. msgstr "Пропущен %s в metainfo торренте"
  466. #: src/message.h:140
  467. msgid "Tracker returned null data."
  468. msgstr "Трэкер вернул нулевые данные"
  469. #: src/message.h:141
  470. #, fuzzy
  471. msgid "Windows socket library initialization failed"
  472. msgstr "Ошибка инициализации Windows socket библиотеки"
  473. #: src/message.h:142
  474. #, c-format
  475. msgid "%d second(s) has passed. Stopping application."
  476. msgstr ""
  477. #: src/message.h:144
  478. msgid "Timeout."
  479. msgstr "Время ожидания вышло."
  480. #: src/message.h:145
  481. msgid "Invalid chunk size."
  482. msgstr "Неверный размер блока"
  483. #: src/message.h:146
  484. #, c-format
  485. msgid "Too large chunk. size=%d"
  486. msgstr "Блок слишком большой. Размер=%d"
  487. #: src/message.h:147
  488. msgid "Invalid header."
  489. msgstr "Неверный заголовок."
  490. #: src/message.h:148
  491. msgid "Invalid response."
  492. msgstr "Неверный ответ."
  493. #: src/message.h:149
  494. msgid "No header found."
  495. msgstr "Заголовок не найден"
  496. #: src/message.h:150
  497. msgid "No status header."
  498. msgstr "Нет заголовка status"
  499. #: src/message.h:151
  500. msgid "Proxy connection failed."
  501. msgstr "Ошибка подключения к proxy-серверу"
  502. #: src/message.h:152
  503. msgid "Connection failed."
  504. msgstr "Не удалось установить соединение."
  505. #: src/message.h:153
  506. #, c-format
  507. msgid ""
  508. "The requested filename and the previously registered one are not same. "
  509. "Expected:%s Actual:%s"
  510. msgstr ""
  511. "Запрошенное имя файла и зарегистрированное до этого не совпадают. Ожидалось:%"
  512. "s, фактическое:%s"
  513. #: src/message.h:154
  514. #, c-format
  515. msgid "The response status is not successful. status=%d"
  516. msgstr "Ошибочный статус ответа. Статус=%d"
  517. #: src/message.h:155
  518. #, c-format
  519. msgid "Too large file size. size=%s"
  520. msgstr "Слишком большой размер файла. Размер=%s"
  521. #: src/message.h:156
  522. #, c-format
  523. msgid "Transfer encoding %s is not supported."
  524. msgstr "Кодировка передачи %s не поддерживается."
  525. #: src/message.h:157
  526. #, c-format
  527. msgid "SSL initialization failed: %s"
  528. msgstr "Ошибка инициализации SSL: %s"
  529. #: src/message.h:158
  530. msgid "SSL I/O error"
  531. msgstr "Ошибка ввода/вывода SSL"
  532. #: src/message.h:159
  533. msgid "SSL protocol error"
  534. msgstr "Ошибка SSL протокола"
  535. #: src/message.h:160
  536. #, c-format
  537. msgid "SSL unknown error %d"
  538. msgstr "Неизвестная SSL ошибка %d"
  539. #: src/message.h:161
  540. #, c-format
  541. msgid "SSL initialization failed: OpenSSL connect error %d"
  542. msgstr ""
  543. #: src/message.h:162
  544. #, c-format
  545. msgid "Size mismatch Expected:%s Actual:%s"
  546. msgstr "Размер не совпадает. Ожидаемый:%s, фактический:%s"
  547. #: src/message.h:163
  548. msgid "Authorization failed."
  549. msgstr "Ошибка авторизации."
  550. #: src/message.h:164
  551. msgid "Got EOF from the server."
  552. msgstr "От сервера получен EOF."
  553. #: src/message.h:165
  554. msgid "Got EOF from peer."
  555. msgstr "От узла получен EOF"
  556. #: src/message.h:166
  557. msgid "Malformed meta info."
  558. msgstr "Неверные метаданные."
  559. #: src/message.h:168
  560. #, c-format
  561. msgid "Failed to open the file %s, cause: %s"
  562. msgstr "Ошибка открытия файл %s: %s"
  563. #: src/message.h:169
  564. #, c-format
  565. msgid "Failed to write into the file %s, cause: %s"
  566. msgstr "Ошибка записи в файл %s: %s"
  567. #: src/message.h:170
  568. #, c-format
  569. msgid "Failed to read from the file %s, cause: %s"
  570. msgstr "Ошибка чтения файла %s: %s"
  571. #: src/message.h:171
  572. msgid "Failed to read data from disk."
  573. msgstr "Ошибка чтения диска."
  574. #: src/message.h:172
  575. #, c-format
  576. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  577. msgstr "Ошибка подсчета дайджеста SHA1 файла %s, причина: %s"
  578. #: src/message.h:173
  579. #, c-format
  580. msgid "Failed to seek the file %s, cause: %s"
  581. msgstr "Ошибка позиционирования файла %s: %s"
  582. #: src/message.h:174
  583. #, c-format
  584. msgid "The offset is out of range, offset=%s"
  585. msgstr "Смещение вне диапозона. Смещение=%s"
  586. #: src/message.h:175
  587. #, c-format
  588. msgid "%s is not a directory."
  589. msgstr "%s не является каталогом."
  590. #: src/message.h:176
  591. #, c-format
  592. msgid "Failed to make the directory %s, cause: %s"
  593. msgstr "Ошибка создания каталога %s: %s"
  594. #: src/message.h:177
  595. #, c-format
  596. msgid "Failed to open the segment file %s, cause: %s"
  597. msgstr "Ошибка открытия сегмента файла %s: %s"
  598. #: src/message.h:178
  599. #, c-format
  600. msgid "Failed to write into the segment file %s, cause: %s"
  601. msgstr "Ошибка записи сегмента файла %s: %s"
  602. #: src/message.h:179
  603. #, c-format
  604. msgid "Failed to read from the segment file %s, cause: %s"
  605. msgstr "Ошибка чтения сегмента файла %s: %s"
  606. #: src/message.h:181
  607. #, c-format
  608. msgid "Failed to open a socket, cause: %s"
  609. msgstr "Ошибка открытия сокета: %s"
  610. #: src/message.h:182
  611. #, c-format
  612. msgid "Failed to set a socket option, cause: %s"
  613. msgstr "Ошибка установки настроек для сокета: %s"
  614. #: src/message.h:183
  615. #, c-format
  616. msgid "Failed to set a socket as blocking, cause: %s"
  617. msgstr "Ошибка в установлении блокируещего сокета: %s"
  618. #: src/message.h:184
  619. #, c-format
  620. msgid "Failed to set a socket as non-blocking, cause: %s"
  621. msgstr "Ошибка в установлении неблокируещего сокета: %s"
  622. #: src/message.h:185
  623. #, c-format
  624. msgid "Failed to bind a socket, cause: %s"
  625. msgstr "Ошибка инициализации сокета: %s"
  626. #: src/message.h:186
  627. #, c-format
  628. msgid "Failed to listen to a socket, cause: %s"
  629. msgstr "Ошибка прослушивания сокета: %s"
  630. #: src/message.h:187
  631. #, c-format
  632. msgid "Failed to accept a peer connection, cause: %s"
  633. msgstr "Ошибка принятия подлючения от узла: %s"
  634. #: src/message.h:188
  635. #, c-format
  636. msgid "Failed to get the name of socket, cause: %s"
  637. msgstr "Ошибка получения имени сокета: %s"
  638. #: src/message.h:189
  639. #, c-format
  640. msgid "Failed to get the name of connected peer, cause: %s"
  641. msgstr "Ошибка получения имени подключенного узла: %s"
  642. #: src/message.h:190
  643. #, fuzzy, c-format
  644. msgid "Failed to resolve the hostname %s, cause: %s"
  645. msgstr "Ошибка определения IP-адреса хоста %s: %s"
  646. #: src/message.h:191
  647. #, c-format
  648. msgid "Failed to connect to the host %s, cause: %s"
  649. msgstr "Ошибка подключения к хосту %s: %s"
  650. #: src/message.h:192
  651. #, c-format
  652. msgid "Failed to check whether the socket is writable, cause: %s"
  653. msgstr "Ошибка проверки сокета на запись: %s"
  654. #: src/message.h:193
  655. #, c-format
  656. msgid "Failed to check whether the socket is readable, cause: %s"
  657. msgstr "Ошибка проверки сокета на чтение: %s"
  658. #: src/message.h:194
  659. #, c-format
  660. msgid "Failed to send data, cause: %s"
  661. msgstr "Ошибка отправки данных: %s"
  662. #: src/message.h:195
  663. #, c-format
  664. msgid "Failed to receive data, cause: %s"
  665. msgstr "Ошибка получения данных: %s"
  666. #: src/message.h:196
  667. #, c-format
  668. msgid "Failed to peek data, cause: %s"
  669. msgstr "Ошибка запроса данных: %s"
  670. #: src/message.h:197
  671. #, c-format
  672. msgid "Unknown socket error %d (0x%x)"
  673. msgstr "Неизвестная ошибка сокета %d (0x%x)"
  674. #: src/message.h:198
  675. #, c-format
  676. msgid "File %s exists, but %s does not exist."
  677. msgstr "Файл %s существует, а %s - нет."
  678. #: src/message.h:199
  679. #, c-format
  680. msgid "Invalid payload size for %s, size=%d. It should be %d."
  681. msgstr ""
  682. #: src/message.h:200
  683. #, c-format
  684. msgid "Invalid ID=%d for %s. It should be %d."
  685. msgstr "Неправильный ID=%d для %s. Должен быть %d."
  686. #: src/message.h:201
  687. #, c-format
  688. msgid ""
  689. "Chunk checksum validation failed. checksumIndex=%d, offset=%s, expectedHash=%"
  690. "s, actualHash=%s"
  691. msgstr ""
  692. #: src/message.h:202
  693. msgid "Download aborted."
  694. msgstr ""
  695. #: src/message.h:203
  696. #, c-format
  697. msgid "File %s is being downloaded by other command."
  698. msgstr ""
  699. #: src/message.h:204
  700. msgid "Insufficient checksums."
  701. msgstr ""
  702. #: src/message.h:205
  703. #, c-format
  704. msgid "Tracker returned failure reason: %s"
  705. msgstr ""
  706. #: src/message.h:206
  707. msgid "Flooding detected."
  708. msgstr ""
  709. #: src/message.h:207
  710. #, c-format
  711. msgid ""
  712. "Drop connection because no request/piece messages were exchanged in a "
  713. "certain period(%d seconds)."
  714. msgstr ""
  715. #: src/message.h:208
  716. msgid "The infoHash in torrent file doesn't match to one in .aria2 file."
  717. msgstr ""
  718. #: src/message.h:209
  719. #, c-format
  720. msgid "No such file entry %s"
  721. msgstr ""
  722. #: src/message.h:210
  723. #, c-format
  724. msgid "Too slow Downloading speed: %d <= %d(B/s), host:%s"
  725. msgstr ""
  726. #: src/message.h:211
  727. msgid "No HttpRequestEntry found."
  728. msgstr ""
  729. #: src/message.h:212
  730. #, c-format
  731. msgid "Got %d status, but no location header provided."
  732. msgstr ""
  733. #: src/message.h:213
  734. #, c-format
  735. msgid "Invalid range header. Request: %s-%s/%s, Response: %s-%s/%s"
  736. msgstr ""
  737. #: src/message.h:214
  738. msgid "No file matched with your preference."
  739. msgstr ""
  740. #: src/message.h:215
  741. msgid "Exception caught"
  742. msgstr ""
  743. #: src/message.h:216
  744. #, c-format
  745. msgid "Max payload length exceeded or invalid. length = %u"
  746. msgstr ""
  747. #: src/message.h:217
  748. #, c-format
  749. msgid "Invalid file length. Cannot continue download %s: local %s, remote %s"
  750. msgstr ""
  751. #: src/usage_text.h:37
  752. msgid ""
  753. " -d, --dir=DIR The directory to store the downloaded file."
  754. msgstr " -d, --dir=DIR Каталог для сохранения скачанных файлов."
  755. #: src/usage_text.h:39
  756. msgid " -o, --out=FILE The file name of the downloaded file."
  757. msgstr " -o, --out=FILE Имя файла для скачанного файла."
  758. #: src/usage_text.h:41
  759. msgid ""
  760. " -l, --log=LOG The file name of the log file. If '-' is\n"
  761. " specified, log is written to stdout."
  762. msgstr ""
  763. " -l, --log=LOG Имя файла для логов. Если указано \"-\",\n"
  764. " логи будут выведены в stdout."
  765. #: src/usage_text.h:44
  766. msgid " -D, --daemon Run as daemon."
  767. msgstr " -D, --daemon Запустить в качестве демона."
  768. #: src/usage_text.h:46
  769. msgid ""
  770. " -s, --split=N Download a file using N connections. N must "
  771. "be\n"
  772. " between 1 and 5. This option affects all "
  773. "URLs.\n"
  774. " Thus, aria2 connects to each URL with\n"
  775. " N connections.\n"
  776. " Default: 1"
  777. msgstr ""
  778. #: src/usage_text.h:52
  779. msgid ""
  780. " --retry-wait=SEC Set the seconds to wait to retry after an "
  781. "error\n"
  782. " has occured. Specify a value between 0 and "
  783. "60.\n"
  784. " Default: 5"
  785. msgstr ""
  786. " --retry-wait=SEC Установить промежуток времени между запросами\n"
  787. " при ошибках. Значение должно быть между 0 и "
  788. "60.\n"
  789. " По умолчанию: 5"
  790. #: src/usage_text.h:56
  791. msgid " -t, --timeout=SEC Set timeout in seconds. Default: 60"
  792. msgstr ""
  793. " -t, --timeout=SEC Установить таймаут в секундах. По умолчанию: 60"
  794. #: src/usage_text.h:58
  795. msgid ""
  796. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  797. " Default: 5"
  798. msgstr ""
  799. " -m, --max-tries=N Установить число попыток. 0 означает\n"
  800. " неограниченное число. По умолчанию: 5"
  801. #: src/usage_text.h:61
  802. msgid ""
  803. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects all URLs."
  804. msgstr ""
  805. #: src/usage_text.h:63
  806. msgid " --http-user=USER Set HTTP user. This affects all URLs."
  807. msgstr ""
  808. " --http-user=USER Установить пользователя для HTTP. Это влияет "
  809. "на все URL."
  810. #: src/usage_text.h:65
  811. msgid " --http-passwd=PASSWD Set HTTP password. This affects all URLs."
  812. msgstr ""
  813. " --http-passwd=PASSWD Установить пароль для HTTP. Это влияет на все "
  814. "URL."
  815. #: src/usage_text.h:67
  816. msgid ""
  817. " --http-proxy-user=USER Set HTTP proxy user. This affects all URLs."
  818. msgstr ""
  819. " --http-proxy-user=USER Установить пользователя для прокси HTTP. Это "
  820. "влияет на все URL."
  821. #: src/usage_text.h:69
  822. msgid ""
  823. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects all URLs."
  824. msgstr ""
  825. " --http-proxy-passwd=PASSWD Установить пароль для прокси HTTP. Это влияет "
  826. "на все URL."
  827. #: src/usage_text.h:71
  828. msgid ""
  829. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  830. " METHOD is either 'get' or 'tunnel'.\n"
  831. " Default: tunnel"
  832. msgstr ""
  833. " --http-proxy-method=METHOD Установить метод, используемый\n"
  834. " в запросах к прокси. METHOD может быть \"get"
  835. "\"\n"
  836. " или \"tunnel\".\n"
  837. " По умолчанию: tunnel"
  838. #: src/usage_text.h:75
  839. msgid ""
  840. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  841. "basic\n"
  842. " is the only supported scheme.\n"
  843. " Default: basic"
  844. msgstr ""
  845. " --http-auth-scheme=SCHEME Установить схему аутонтефикации для HTTP. На\n"
  846. " момент доступна только схема \"basic\"\n"
  847. " По умолчанию: basic"
  848. #: src/usage_text.h:79
  849. msgid " --referer=REFERER Set Referer. This affects all URLs."
  850. msgstr ""
  851. " --referer=REFERER Установить реферер. Это влияет на все URL."
  852. #: src/usage_text.h:81
  853. msgid ""
  854. " --ftp-user=USER Set FTP user. This affects all URLs.\n"
  855. " Default: anonymous"
  856. msgstr ""
  857. " --ftp-user=USER Установить пользователя FTP. Это влияет на все "
  858. "URL.\n"
  859. " По умолчанию: anonymous"
  860. #: src/usage_text.h:84
  861. msgid ""
  862. " --ftp-passwd=PASSWD Set FTP password. This affects all URLs.\n"
  863. " Default: ARIA2USER@"
  864. msgstr ""
  865. " --ftp-passwd=PASSWD Установить пароль FTP. Это влияет на все URL.\n"
  866. " По умолчанию: ARIA2USER@"
  867. #: src/usage_text.h:87
  868. msgid ""
  869. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  870. "'binary'\n"
  871. " or 'ascii'.\n"
  872. " Default: binary"
  873. msgstr ""
  874. " --ftp-type=TYPE Установить тип передачи FTP. TYPE может быть\n"
  875. " или \"binary\", или \"ascii\".\n"
  876. " По умолчанию: binary"
  877. #: src/usage_text.h:91
  878. msgid " -p, --ftp-pasv Use passive mode in FTP."
  879. msgstr " -p, --ftp-pasv Использовать пассивный режим для FTP."
  880. #: src/usage_text.h:93
  881. msgid ""
  882. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  883. "or\n"
  884. " 'tunnel'.\n"
  885. " Default: tunnel"
  886. msgstr ""
  887. " --ftp-via-http-proxy=METHOD Использовать HTTP-прокси для FTP. METHOD "
  888. "может\n"
  889. " быть \"get\" или \"tunnel\".\n"
  890. " По умолчанию: tunnel"
  891. #: src/usage_text.h:97
  892. msgid ""
  893. " --lowest-speed-limit=SPEED Close connection if download speed is lower "
  894. "than\n"
  895. " or equal to this value(bytes per sec).\n"
  896. " 0 means aria2 does not have a lowest speed "
  897. "limit.\n"
  898. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  899. " This option does not affect BitTorrent "
  900. "downloads.\n"
  901. " Default: 0"
  902. msgstr ""
  903. #: src/usage_text.h:104
  904. msgid ""
  905. " --max-download-limit=SPEED Set max download speed in bytes per sec.\n"
  906. " 0 means unrestricted.\n"
  907. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  908. " Default: 0"
  909. msgstr ""
  910. #: src/usage_text.h:109
  911. msgid ""
  912. " --file-allocation=METHOD Specify file allocation method. METHOD is "
  913. "either\n"
  914. " 'none' or 'prealloc'. 'none' doesn't pre-"
  915. "allocate\n"
  916. " file space. 'prealloc' pre-allocates file "
  917. "space\n"
  918. " before download begins. This may take some "
  919. "time\n"
  920. " depending on the size of the file.\n"
  921. " Default: prealloc"
  922. msgstr ""
  923. #: src/usage_text.h:116
  924. msgid ""
  925. " --no-file-allocation-limit=SIZE No file allocation is made for files whose\n"
  926. " size is smaller than SIZE.\n"
  927. " You can append K or M(1K = 1024, 1M = 1024K)."
  928. msgstr ""
  929. #: src/usage_text.h:120
  930. msgid ""
  931. " --enable-direct-io[=true|false] Enable directI/O, which lowers cpu usage "
  932. "while\n"
  933. " allocating files.\n"
  934. " Turn off if you encounter any error"
  935. msgstr ""
  936. #: src/usage_text.h:124
  937. msgid ""
  938. " --allow-overwrite=true|false If false, aria2 doesn't download a file which\n"
  939. " already exists but the corresponding .aria2 "
  940. "file\n"
  941. " doesn't exist.\n"
  942. " Default: false"
  943. msgstr ""
  944. #: src/usage_text.h:129
  945. msgid ""
  946. " --allow-piece-length-change=true|false If false is given, aria2 aborts "
  947. "download\n"
  948. " when a piece length is different from one in\n"
  949. " a control file. If true is given, you can "
  950. "proceed\n"
  951. " but some download progress will be lost."
  952. msgstr ""
  953. #: src/usage_text.h:134
  954. msgid ""
  955. " -Z, --force-sequential[=true|false] Fetch URIs in the command-line "
  956. "sequentially\n"
  957. " and download each URI in a separate session, "
  958. "like\n"
  959. " the usual command-line download utilities.\n"
  960. " Default: false"
  961. msgstr ""
  962. #: src/usage_text.h:139
  963. msgid ""
  964. " --auto-file-renaming[=true|false] Rename file name if the same file "
  965. "already\n"
  966. " exists. This option works only in http(s)/ftp\n"
  967. " download.\n"
  968. " The new file name has a dot and a number"
  969. "(1..9999)\n"
  970. " appended.\n"
  971. " Default: true"
  972. msgstr ""
  973. #: src/usage_text.h:146
  974. msgid ""
  975. " -P, --parameterized-uri[=true|false] Enable parameterized URI support.\n"
  976. " You can specify set of parts:\n"
  977. " http://{sv1,sv2,sv3}/foo.iso\n"
  978. " Also you can specify numeric sequences with "
  979. "step\n"
  980. " counter:\n"
  981. " http://host/image[000-100:2].img\n"
  982. " A step counter can be omitted.\n"
  983. " If all URIs do not point to the same file, "
  984. "such\n"
  985. " as the second example above, -Z option is\n"
  986. " required.\n"
  987. " Default: false"
  988. msgstr ""
  989. #: src/usage_text.h:158
  990. msgid ""
  991. " --enable-http-keep-alive[=true|false] Enable HTTP/1.1 persistent "
  992. "connection.\n"
  993. " Default: false"
  994. msgstr ""
  995. #: src/usage_text.h:161
  996. msgid ""
  997. " --enable-http-pipelining[=true|false] Enable HTTP/1.1 pipelining.\n"
  998. " Default: false"
  999. msgstr ""
  1000. #: src/usage_text.h:164
  1001. msgid ""
  1002. " --check-integrity=true|false Check file integrity by validating piece "
  1003. "hash.\n"
  1004. " This option only affects in BitTorrent "
  1005. "downloads\n"
  1006. " and Metalink downloads with chunk checksums.\n"
  1007. " Use this option to re-download a damaged "
  1008. "portion\n"
  1009. " of a file.\n"
  1010. " Default: false"
  1011. msgstr ""
  1012. #: src/usage_text.h:171
  1013. msgid ""
  1014. " --realtime-chunk-checksum=true|false Validate chunk checksum while\n"
  1015. " downloading a file in Metalink mode. This "
  1016. "option\n"
  1017. " on affects Metalink mode with chunk "
  1018. "checksums.\n"
  1019. " Default: true"
  1020. msgstr ""
  1021. #: src/usage_text.h:176
  1022. msgid ""
  1023. " -c, --continue Continue downloading a partially downloaded\n"
  1024. " file. Use this option to resume a download\n"
  1025. " started by a web browser or another program\n"
  1026. " which downloads files sequentially from the\n"
  1027. " beginning. Currently this option is only\n"
  1028. " applicable to http(s)/ftp downloads."
  1029. msgstr ""
  1030. #: src/usage_text.h:183
  1031. msgid " -U, --user-agent=USER_AGENT Set user agent for http(s) downloads."
  1032. msgstr ""
  1033. #: src/usage_text.h:185
  1034. msgid " -n, --no-netrc Disables netrc support."
  1035. msgstr ""
  1036. #: src/usage_text.h:187
  1037. msgid ""
  1038. " -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n"
  1039. " multiple URIs for a single entity: separate\n"
  1040. " URIs on a single line using the TAB "
  1041. "character.\n"
  1042. " Reads input from stdin when '-' is specified."
  1043. msgstr ""
  1044. #: src/usage_text.h:192
  1045. msgid ""
  1046. " -j, --max-concurrent-downloads=N Set maximum number of concurrent "
  1047. "downloads.\n"
  1048. " It should be used with the -i option.\n"
  1049. " Default: 5"
  1050. msgstr ""
  1051. #: src/usage_text.h:196
  1052. msgid ""
  1053. " --load-cookies=FILE Load cookies from FILE. The format of FILE is\n"
  1054. " the same used by Netscape and Mozilla."
  1055. msgstr ""
  1056. #: src/usage_text.h:199
  1057. msgid ""
  1058. " -S, --show-files Print file listing of .torrent or .metalink "
  1059. "file\n"
  1060. " and exit. More detailed information will be "
  1061. "listed\n"
  1062. " in case of torrent file."
  1063. msgstr ""
  1064. #: src/usage_text.h:203
  1065. msgid ""
  1066. " --select-file=INDEX... Set file to download by specifing its index.\n"
  1067. " You can find the file index using the\n"
  1068. " --show-files option. Multiple indexes can be\n"
  1069. " specified by using ',', for example: \"3,6\".\n"
  1070. " You can also use '-' to specify a range: \"1-5"
  1071. "\".\n"
  1072. " ',' and '-' can be used together.\n"
  1073. " When used with the -M option, index may vary\n"
  1074. " depending on the query(see --metalink-* "
  1075. "options)."
  1076. msgstr ""
  1077. #: src/usage_text.h:212
  1078. msgid " -T, --torrent-file=TORRENT_FILE The path to the .torrent file."
  1079. msgstr " -T, --torrent-file=TORRENT_FILE Путь до .torrent-файла."
  1080. #: src/usage_text.h:214
  1081. msgid ""
  1082. " --follow-torrent=true|false|mem If true or mem is specified, when a file\n"
  1083. " whose suffix is .torrent or content type is\n"
  1084. " application/x-bittorrent is downloaded, aria2\n"
  1085. " parses it as a torrent file and downloads "
  1086. "files\n"
  1087. " mentioned in it.\n"
  1088. " If mem is specified, a torrent file is not\n"
  1089. " written to the disk, but is just kept in "
  1090. "memory.\n"
  1091. " If false is specified, the action mentioned "
  1092. "above\n"
  1093. " is not taken."
  1094. msgstr ""
  1095. #: src/usage_text.h:224
  1096. msgid ""
  1097. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  1098. " mentioned in .torrent file.\n"
  1099. " Default: true"
  1100. msgstr ""
  1101. " --direct-file-mapping=true|false Напрямую прочесть и записать каждый файл,\n"
  1102. " описанный в .torrent-файл.\n"
  1103. " По умолчанию: true"
  1104. #: src/usage_text.h:228
  1105. msgid ""
  1106. " --listen-port=PORT... Set TCP port number for BitTorrent downloads.\n"
  1107. " Multiple ports can be specified by using ',',\n"
  1108. " for example: \"6881,6885\". You can also use "
  1109. "'-'\n"
  1110. " to specify a range: \"6881-6999\". ',' and '-' "
  1111. "can\n"
  1112. " be used together."
  1113. msgstr ""
  1114. #: src/usage_text.h:234
  1115. msgid ""
  1116. " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n"
  1117. " 0 means unrestricted.\n"
  1118. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  1119. " Default: 0"
  1120. msgstr ""
  1121. #: src/usage_text.h:239
  1122. msgid ""
  1123. " --seed-time=MINUTES Specify seeding time in minutes. Also see the\n"
  1124. " --seed-ratio option."
  1125. msgstr ""
  1126. #: src/usage_text.h:242
  1127. msgid ""
  1128. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n"
  1129. " until share ratio reaches RATIO. 1.0 is\n"
  1130. " encouraged. Specify 0.0 if you intend to do\n"
  1131. " seeding regardless of share ratio.\n"
  1132. " If --seed-time option is specified along with\n"
  1133. " this option, seeding ends when at least one "
  1134. "of\n"
  1135. " the conditions is satisfied."
  1136. msgstr ""
  1137. #: src/usage_text.h:250
  1138. msgid ""
  1139. " --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID "
  1140. "in\n"
  1141. " BitTorrent is 20 byte length. If more than 20\n"
  1142. " bytes are specified, only first 20\n"
  1143. " bytes are used. If less than 20 bytes are\n"
  1144. " specified, the random alphabet characters are\n"
  1145. " added to make it's length 20 bytes.\n"
  1146. " Default: -aria2-"
  1147. msgstr ""
  1148. #: src/usage_text.h:258
  1149. msgid " --enable-peer-exchange[=true|false] Enable Peer Exchange extension."
  1150. msgstr ""
  1151. #: src/usage_text.h:260
  1152. msgid " --enable-dht[=true|false] Enable DHT functionality."
  1153. msgstr ""
  1154. #: src/usage_text.h:262
  1155. msgid ""
  1156. " --dht-listen-port=PORT... Set UDP listening port for DHT.\n"
  1157. " Multiple ports can be specified by using ',',\n"
  1158. " for example: \"6881,6885\". You can also use "
  1159. "'-'\n"
  1160. " to specify a range: \"6881-6999\". ',' and '-' "
  1161. "can\n"
  1162. " be used together."
  1163. msgstr ""
  1164. #: src/usage_text.h:268
  1165. msgid ""
  1166. " --dht-entry-point=HOST:PORT Set host and port as an entry point to DHT\n"
  1167. " network."
  1168. msgstr ""
  1169. #: src/usage_text.h:271
  1170. msgid ""
  1171. " --bt-min-crypto-level=plain|arc4 Set minimum level of encryption method.\n"
  1172. " If several encryption methods are provided by "
  1173. "a\n"
  1174. " peer, aria2 chooses a lowest one which "
  1175. "satisfies\n"
  1176. " the given level."
  1177. msgstr ""
  1178. #: src/usage_text.h:276
  1179. msgid ""
  1180. " --bt-require-crypto=true|false If true is given, aria2 doesn't accept and\n"
  1181. " establish connection with legacy BitTorrent\n"
  1182. " handshake. Thus aria2 always uses Obfuscation\n"
  1183. " handshake."
  1184. msgstr ""
  1185. #: src/usage_text.h:281
  1186. msgid " -M, --metalink-file=METALINK_FILE The file path to the .metalink file."
  1187. msgstr " -M, --metalink-file=METALINK_FILE Путь к .metalink-файлу."
  1188. #: src/usage_text.h:283
  1189. msgid ""
  1190. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  1191. " simultaneously.\n"
  1192. " Default: 5"
  1193. msgstr ""
  1194. #: src/usage_text.h:287
  1195. msgid " --metalink-version=VERSION The version of the file to download."
  1196. msgstr " --metalink-version=VERSION Версия файла для скачивания."
  1197. #: src/usage_text.h:289
  1198. msgid " --metalink-language=LANGUAGE The language of the file to download."
  1199. msgstr " --metalink-language=LANGUAGE Язык файла для скачивания."
  1200. #: src/usage_text.h:291
  1201. msgid ""
  1202. " --metalink-os=OS The operating system of the file to download."
  1203. msgstr " --metalink-os=OS Целевая операционная система файла."
  1204. #: src/usage_text.h:293
  1205. msgid ""
  1206. " --metalink-location=LOCATION[,...] The location of the preferred server.\n"
  1207. " A comma-deliminated list of locations is\n"
  1208. " acceptable."
  1209. msgstr ""
  1210. #: src/usage_text.h:297
  1211. msgid ""
  1212. " --metalink-preferred-protocol=PROTO Specify preferred protocol. The "
  1213. "possible\n"
  1214. " values are 'http', 'https', 'ftp' and 'none'.\n"
  1215. " Specifiy none to disable this feature."
  1216. msgstr ""
  1217. #: src/usage_text.h:301
  1218. msgid ""
  1219. " --follow-metalink=true|false|mem If true or mem is specified, when a file\n"
  1220. " whose suffix is .metaink or content type is\n"
  1221. " application/metalink+xml is downloaded, aria2\n"
  1222. " parses it as a metalink file and downloads "
  1223. "files\n"
  1224. " mentioned in it.\n"
  1225. " If mem is specified, a metalink file is not\n"
  1226. " written to the disk, but is just kept in "
  1227. "memory.\n"
  1228. " If false is specified, the action mentioned "
  1229. "above\n"
  1230. " is not taken."
  1231. msgstr ""
  1232. #: src/usage_text.h:311
  1233. msgid ""
  1234. " --metalink-enable-unique-protocol=true|false If true is given and several\n"
  1235. " protocols are available for a mirror in a "
  1236. "metalink\n"
  1237. " file, aria2 uses one of them.\n"
  1238. " Use --metalink-preferred-protocol option to\n"
  1239. " specify the preference of protocol."
  1240. msgstr ""
  1241. #: src/usage_text.h:317
  1242. msgid " -v, --version Print the version number and exit."
  1243. msgstr " -v, --version Вывести номер версии и выйти."
  1244. #: src/usage_text.h:319
  1245. msgid ""
  1246. " -h, --help[=CATEGORY] Print usage and exit.\n"
  1247. " The help messages are classified in several\n"
  1248. " categories. For example, type \"--help=http\" "
  1249. "for\n"
  1250. " detailed explanation for the options related "
  1251. "to\n"
  1252. " http. If no matching category is found, "
  1253. "search\n"
  1254. " option name using a given word, in forward "
  1255. "match\n"
  1256. " and print the result."
  1257. msgstr ""
  1258. #: src/usage_text.h:327
  1259. msgid " --no-conf Disable loading aria2.conf file."
  1260. msgstr ""
  1261. #: src/usage_text.h:329
  1262. msgid ""
  1263. " --conf-path=PATH Change the configuration file path to PATH."
  1264. msgstr ""
  1265. #: src/usage_text.h:331
  1266. msgid ""
  1267. " --stop=SEC Stop application after SEC seconds has "
  1268. "passed.\n"
  1269. " If 0 is given, this feature is disabled."
  1270. msgstr ""
  1271. #: src/BtSetup.cc:123
  1272. msgid "Errors occurred while binding port.\n"
  1273. msgstr "Ошибка при открытии порта.\n"
  1274. #: src/DownloadEngine.cc:296
  1275. msgid ""
  1276. "Shutdown sequence commencing... Press Ctrl-C again for emergency shutdown."
  1277. msgstr ""
  1278. #: src/DownloadEngine.cc:300
  1279. msgid "Emergency shutdown sequence commencing..."
  1280. msgstr ""
  1281. #: src/HelpItem.cc:40
  1282. msgid " Default: "
  1283. msgstr ""
  1284. #: src/HelpItem.cc:41
  1285. msgid " Tags: "
  1286. msgstr ""
  1287. #: src/HelpItem.cc:42
  1288. msgid " Available Values: "
  1289. msgstr ""
  1290. #: src/MultiUrlRequestInfo.cc:78
  1291. msgid "aria2 will resume download if the transfer is restarted."
  1292. msgstr ""
  1293. #: src/MultiUrlRequestInfo.cc:80
  1294. msgid ""
  1295. "If there are any errors, then see the log file. See '-l' option in help/man "
  1296. "page for details."
  1297. msgstr ""
  1298. #: src/RequestGroupMan.cc:258
  1299. msgid "Download Results:"
  1300. msgstr ""
  1301. #: src/RequestGroupMan.cc:273
  1302. msgid "Status Legend:"
  1303. msgstr ""
  1304. #: src/Util.cc:687
  1305. msgid "Files:"
  1306. msgstr "Файлы:"
  1307. #: src/version_usage.cc:54
  1308. msgid " version "
  1309. msgstr " версия "
  1310. #: src/version_usage.cc:58
  1311. msgid ""
  1312. "This program is free software; you can redistribute it and/or modify\n"
  1313. "it under the terms of the GNU General Public License as published by\n"
  1314. "the Free Software Foundation; either version 2 of the License, or\n"
  1315. "(at your option) any later version.\n"
  1316. "\n"
  1317. "This program is distributed in the hope that it will be useful,\n"
  1318. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  1319. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  1320. "GNU General Public License for more details.\n"
  1321. "\n"
  1322. "You should have received a copy of the GNU General Public License\n"
  1323. "along with this program; if not, write to the Free Software\n"
  1324. "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 "
  1325. "USA\n"
  1326. msgstr ""
  1327. #: src/version_usage.cc:93
  1328. #, c-format
  1329. msgid "Report bugs to %s"
  1330. msgstr "Сообщения об ошибках направляйте на адрес %s"
  1331. #: src/version_usage.cc:98
  1332. #, c-format
  1333. msgid "Usage: %s [options] URL ...\n"
  1334. msgstr "Использование: %s [параметры] URL ...\n"
  1335. #: src/version_usage.cc:100
  1336. #, c-format
  1337. msgid " %s [options] -T TORRENT_FILE URL ...\n"
  1338. msgstr " %s [параметры] -T TORRENT_FILE URL ...\n"
  1339. #: src/version_usage.cc:103
  1340. #, c-format
  1341. msgid " %s [options] -M METALINK_FILE\n"
  1342. msgstr " %s [параметры] -M METALINK_FILE\n"
  1343. #: src/version_usage.cc:112
  1344. #, c-format
  1345. msgid "Printing all options."
  1346. msgstr ""
  1347. #: src/version_usage.cc:114
  1348. #, c-format
  1349. msgid "Printing options tagged with '%s'."
  1350. msgstr ""
  1351. #: src/version_usage.cc:116
  1352. #, c-format
  1353. msgid "See -h option to know other command-line options(%s)."
  1354. msgstr ""
  1355. #: src/version_usage.cc:120 src/version_usage.cc:127
  1356. msgid "Options:"
  1357. msgstr "Параметры:"
  1358. #: src/version_usage.cc:125
  1359. #, c-format
  1360. msgid "Printing options whose name starts with '%s'."
  1361. msgstr ""
  1362. #: src/version_usage.cc:130
  1363. #, c-format
  1364. msgid "No help category or option name matching with '%s'."
  1365. msgstr ""
  1366. #: src/version_usage.cc:138
  1367. msgid ""
  1368. " You can specify multiple URLs. Unless you specify -Z option, all URLs must\n"
  1369. " point to the same file or downloading will fail."
  1370. msgstr ""
  1371. #: src/version_usage.cc:140
  1372. msgid ""
  1373. " You can specify both torrent file with -T option and URLs. By doing this,\n"
  1374. " download a file from both torrent swarm and http/ftp server at the same "
  1375. "time,\n"
  1376. " while the data from http/ftp are uploaded to the torrent swarm. Note that\n"
  1377. " only single file torrent can be integrated with http/ftp."
  1378. msgstr ""
  1379. #: src/version_usage.cc:145
  1380. msgid ""
  1381. " Make sure that URL is quoted with single(') or double(\") quotation if it\n"
  1382. " contains \"&\" or any characters that have special meaning in shell."
  1383. msgstr ""
  1384. #: src/version_usage.cc:149
  1385. msgid "Refer to man page for more information."
  1386. msgstr ""
  1387. #~ msgid ""
  1388. #~ "\n"
  1389. #~ "The download was complete. <%s>\n"
  1390. #~ msgstr ""
  1391. #~ "\n"
  1392. #~ "Скачивание завершено. <%s>\n"
  1393. #~ msgid ""
  1394. #~ " --follow-torrent=true|false Set to false to prevent aria2 from\n"
  1395. #~ " entering BitTorrent mode even if the "
  1396. #~ "filename of\n"
  1397. #~ " the downloaded file ends with .torrent.\n"
  1398. #~ " Default: true"
  1399. #~ msgstr ""
  1400. #~ " --follow-torrent=true|false При установке в \"false\" aria2 не "
  1401. #~ "переходит в\n"
  1402. #~ " режим BitTorrent и может скачивать ."
  1403. #~ "torrent-\n"
  1404. #~ " файлы.\n"
  1405. #~ " По умолчанию: true"
  1406. #~ msgid ""
  1407. #~ " --follow-metalink=true|false Set to false to prevent aria2 from\n"
  1408. #~ " entering Metalink mode even if the filename "
  1409. #~ "of\n"
  1410. #~ " the downloaded file ends with .metalink.\n"
  1411. #~ " Default: true"
  1412. #~ msgstr ""
  1413. #~ " --follow-metalink=true|false При установке в \"false\" aria2 не "
  1414. #~ "переходит в\n"
  1415. #~ " режим Metalink и может скачивать ."
  1416. #~ "metalink-\n"
  1417. #~ " файлы.\n"
  1418. #~ " По умолчанию: true"
  1419. #~ msgid " -h, --help Print this message and exit."
  1420. #~ msgstr " -h, --help Вывести это сообщение и выйти."
  1421. #~ msgid "Examples:"
  1422. #~ msgstr "Примеры:"
  1423. #~ msgid " You can mix up different protocols:"
  1424. #~ msgstr " Вы можете смешивать различные протоколы:"
  1425. #~ msgid " Download a torrent:"
  1426. #~ msgstr " Скачать torrent:"
  1427. #~ msgid " Download only selected files:"
  1428. #~ msgstr " Скачать только выбранные файлы:"
  1429. #~ msgid " Print file listing of .torrent file:"
  1430. #~ msgstr " Вывести список фалов из .torrent"
  1431. #~ msgid " Metalink downloading:"
  1432. #~ msgstr " Скачать metalink:"
  1433. #~ msgid " Download a file using local .metalink file:"
  1434. #~ msgstr " Скачать файл с помощью локального .metalink-файла:"
  1435. #~ msgid " Metalink downloading with preferences:"
  1436. #~ msgstr " Скачивание metalink с настройками:"