vi.po 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736
  1. # Vietnamese translation for Dselect.
  2. # Copyright © 2006 Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the dpkg package.
  4. # Phan Vinh Thinh <teppi@vnoss.org>, 2005.
  5. # Clytie Siddall <clytie@riverland.net.au>, 2006.
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: dselect\n"
  9. "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
  10. "POT-Creation-Date: 2008-01-07 11:58+0200\n"
  11. "PO-Revision-Date: 2006-10-09 20:37+0930\n"
  12. "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
  13. "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=1; plural=0;\n"
  18. "X-Generator: LocFactoryEditor 1.6fc1\n"
  19. #: dselect/basecmds.cc:121
  20. msgid "Search for ? "
  21. msgstr "Tìm kiếm ? "
  22. #: dselect/basecmds.cc:143
  23. msgid "Error: "
  24. msgstr "Lỗi: "
  25. #: dselect/basecmds.cc:171
  26. msgid "Help: "
  27. msgstr "Trợ giúp: "
  28. #: dselect/basecmds.cc:177
  29. msgid "Press ? for help menu, . for next topic, <space> to exit help."
  30. msgstr ""
  31. "Nhấn:\n"
  32. "\t? \t\t\t\tđể hiện trình đơn trợ giúp\n"
  33. "\t.\t\t\t\t(dấu chấm) để xem chủ đề tiếp theo\n"
  34. "\tphím dài \tđể thoát khỏi trợ giúp."
  35. #: dselect/basecmds.cc:184
  36. msgid "Help information is available under the following topics:"
  37. msgstr "Có sẵn thông tin trợ giúp dưới những chủ đề sau :"
  38. #: dselect/basecmds.cc:192
  39. msgid ""
  40. "Press a key from the list above, <space> or `q' to exit help,\n"
  41. " or `.' (full stop) to read each help page in turn. "
  42. msgstr ""
  43. "Nhấn:\n"
  44. "\tmột phím từ danh sách ở trên,\n"
  45. "\tphím dài hoặc phím Q để thoát, hoặc\n"
  46. "\t.\t(dấu chấm) để đọc mỗi trang trợ giúp lần lượt. "
  47. #: dselect/basecmds.cc:198
  48. msgid "error reading keyboard in help"
  49. msgstr "gặp lỗi khi đọc bàn phím trong trợ giúp"
  50. #: dselect/baselist.cc:57
  51. msgid "ioctl(TIOCGWINSZ) failed"
  52. msgstr "ioctl(TIOCGWINSZ) thất bại"
  53. #: dselect/baselist.cc:60
  54. msgid "doupdate in SIGWINCH handler failed"
  55. msgstr "doupdate (chạy cập nhật) trong phần điều khiển SIGWINCH bị lỗi"
  56. #: dselect/baselist.cc:67
  57. msgid "failed to restore old SIGWINCH sigact"
  58. msgstr "việc phục hồi SIGWINCH sigact cũ bị lỗi"
  59. #: dselect/baselist.cc:69
  60. msgid "failed to restore old signal mask"
  61. msgstr "việc phục hồi mặt nạ tín hiệu cũ bị lỗi"
  62. #: dselect/baselist.cc:79
  63. msgid "failed to get old signal mask"
  64. msgstr "việc lấy mặt nạ tín hiệu cũ bị lỗi"
  65. #: dselect/baselist.cc:80
  66. msgid "failed to get old SIGWINCH sigact"
  67. msgstr "việc lấy mặt nạ SIGWINCH sigact cũ bị lỗi"
  68. #: dselect/baselist.cc:84
  69. msgid "failed to block SIGWINCH"
  70. msgstr "việc ngăn chặn SIGWINCH bị lỗi"
  71. #: dselect/baselist.cc:89
  72. msgid "failed to set new SIGWINCH sigact"
  73. msgstr "việc đặt SIGWINCH sigact mới bị lỗi"
  74. #: dselect/baselist.cc:126
  75. msgid "failed to allocate colour pair"
  76. msgstr "viếc cấp phát cặp màu bị lỗi"
  77. #: dselect/baselist.cc:167
  78. msgid "failed to create title window"
  79. msgstr "việc tạo cửa sổ tiêu đề bị lỗi"
  80. #: dselect/baselist.cc:171
  81. msgid "failed to create whatinfo window"
  82. msgstr "việc tạo cửa sổ whatinfo (thông tin nào?) bị lỗi"
  83. #: dselect/baselist.cc:175
  84. msgid "failed to create baselist pad"
  85. msgstr "việc tạo phần đệm baselist (danh sách cơ bản) bị lỗi"
  86. #: dselect/baselist.cc:178
  87. msgid "failed to create heading pad"
  88. msgstr "việc tạo phần đệm heading (tiêu đề) bị lỗi"
  89. #: dselect/baselist.cc:182
  90. msgid "failed to create thisstate pad"
  91. msgstr "việc tạo phần đệm thisstate (tính trạng này) bị lỗi"
  92. #: dselect/baselist.cc:186
  93. msgid "failed to create info pad"
  94. msgstr "việc tạo phần đệm info (thông tin) bị lỗi"
  95. #: dselect/baselist.cc:191
  96. msgid "failed to create query window"
  97. msgstr "việc tạo cửa sổ truy vấn bị lỗi"
  98. #: dselect/baselist.cc:204
  99. #, c-format
  100. msgid ""
  101. "baselist::startdisplay() done ...\n"
  102. "\n"
  103. " xmax=%d, ymax=%d;\n"
  104. "\n"
  105. " title_height=%d, colheads_height=%d, list_height=%d;\n"
  106. " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  107. "\n"
  108. " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  109. " whatinfo_row=%d, list_row=%d;\n"
  110. "\n"
  111. msgstr ""
  112. "danh sách cơ bản::startdisplay() (sở khởi bộ trình bày) đã xong ...\n"
  113. "\n"
  114. " x_tối_đa=%d, y_đối_đa=%d;\n"
  115. "\n"
  116. " cao_tựa=%d, cao_đầu_cột=%d, cao_danh_sách=%d;\n"
  117. " cao_tính_trạng_này=%d, cao_thông_tin=%d, cao_thông_tin_nào=%d;\n"
  118. "\n"
  119. " hàng_đầu_cột=%d, hàng_tính_trạng_này=%d, hàng_thông_tin=%d;\n"
  120. " hàng_thông_tin_nào=%d, hàng_danh_sách=%d;\n"
  121. "\n"
  122. #: dselect/baselist.cc:260
  123. #, fuzzy
  124. msgid "Keybindings"
  125. msgstr "tổ hợp phím"
  126. #: dselect/baselist.cc:308
  127. #, c-format
  128. msgid " -- %d%%, press "
  129. msgstr " -- %d%%, nhấn "
  130. #: dselect/baselist.cc:311
  131. #, c-format
  132. msgid "%s for more"
  133. msgstr "%s để xem thêm"
  134. #: dselect/baselist.cc:315
  135. #, c-format
  136. msgid "%s to go back"
  137. msgstr "%s để quay lại"
  138. #: dselect/bindings.cc:71
  139. msgid "[not bound]"
  140. msgstr "[không có tổ hợp]"
  141. #: dselect/bindings.cc:75
  142. #, c-format
  143. msgid "[unk: %d]"
  144. msgstr "[không rõ: %d]"
  145. #: dselect/bindings.cc:129
  146. msgid "Scroll onwards through help/information"
  147. msgstr "Cuộn về phía trước trong trợ giúp/thông tin"
  148. #: dselect/bindings.cc:130
  149. msgid "Scroll backwards through help/information"
  150. msgstr "Cuộn ngược lại trong trợ giúp/thông tin"
  151. #: dselect/bindings.cc:131
  152. msgid "Move up"
  153. msgstr "Đi lên"
  154. #: dselect/bindings.cc:132
  155. msgid "Move down"
  156. msgstr "Đi xuống"
  157. #: dselect/bindings.cc:133
  158. msgid "Go to top of list"
  159. msgstr "Đi tới đầu danh sách"
  160. #: dselect/bindings.cc:134
  161. msgid "Go to end of list"
  162. msgstr "Đi tới cuối danh sách"
  163. #: dselect/bindings.cc:135
  164. msgid "Request help (cycle through help screens)"
  165. msgstr "Yêu cầu trợ giúp (quay vòng qua các màn hình trợ giúp)"
  166. #: dselect/bindings.cc:136
  167. msgid "Cycle through information displays"
  168. msgstr "Quay vòng qua các màn hình thông tin"
  169. #: dselect/bindings.cc:137
  170. msgid "Redraw display"
  171. msgstr "Vẽ lại màn hình"
  172. #: dselect/bindings.cc:138
  173. msgid "Scroll onwards through list by 1 line"
  174. msgstr "Cuộn về phía trước trong danh sách 1 dòng"
  175. #: dselect/bindings.cc:139
  176. msgid "Scroll backwards through list by 1 line"
  177. msgstr "Cuộn ngược lại trong danh sách 1 dòng"
  178. #: dselect/bindings.cc:140
  179. msgid "Scroll onwards through help/information by 1 line"
  180. msgstr "Cuộn về phía trước trong trợ giúp/thông tin 1 dòng"
  181. #: dselect/bindings.cc:141
  182. msgid "Scroll backwards through help/information by 1 line"
  183. msgstr "Cuộn ngược lại trong trợ giúp/thông tin 1 dòng"
  184. #: dselect/bindings.cc:142
  185. msgid "Scroll onwards through list"
  186. msgstr "Cuộn về phía trước trong danh sách"
  187. #: dselect/bindings.cc:143
  188. msgid "Scroll backwards through list"
  189. msgstr "Cuộn ngược lại trong danh sách"
  190. #: dselect/bindings.cc:146
  191. msgid "Mark package(s) for installation"
  192. msgstr "Đánh dấu (các) gói để cài đặt"
  193. #: dselect/bindings.cc:147
  194. msgid "Mark package(s) for deinstallation"
  195. msgstr "Đánh dấu (các) gói để hủy cài đặt"
  196. #: dselect/bindings.cc:148
  197. msgid "Mark package(s) for deinstall and purge"
  198. msgstr "Đánh dấu (các) gói để hủy cài đặt và tẩy"
  199. #: dselect/bindings.cc:149
  200. msgid "Make highlight more specific"
  201. msgstr "Khiến chiếu sáng rõ ràng hơn"
  202. #: dselect/bindings.cc:150
  203. msgid "Make highlight less specific"
  204. msgstr "Khiến chiếu sáng ít rõ ràng hơn"
  205. #: dselect/bindings.cc:151
  206. msgid "Search for a package whose name contains a string"
  207. msgstr "Tìm kiếm một gói mà tên chứa một chuỗi"
  208. #: dselect/bindings.cc:152
  209. msgid "Repeat last search."
  210. msgstr "Lặp lại tìm kiếm cuối cùng."
  211. #: dselect/bindings.cc:153
  212. msgid "Swap sort order priority/section"
  213. msgstr "Trao đổi ưu tiên/phần của thứ tự sắp xếp"
  214. #: dselect/bindings.cc:154
  215. msgid "Quit, confirming, and checking dependencies"
  216. msgstr "Thoát, xác nhận, và kiểm tra phụ thuộc"
  217. #: dselect/bindings.cc:155
  218. msgid "Quit, confirming without check"
  219. msgstr "Thoát, xác nhận mà không kiểm tra"
  220. #: dselect/bindings.cc:156
  221. msgid "Quit, rejecting conflict/dependency suggestions"
  222. msgstr "Thoát, từ chối những đề nghị xung đột/phụ thuộc"
  223. #: dselect/bindings.cc:157
  224. msgid "Abort - quit without making changes"
  225. msgstr "Hủy bỏ — thoát mà không thay đổi gì"
  226. #: dselect/bindings.cc:158
  227. msgid "Revert to old state for all packages"
  228. msgstr "Đưa mọi gói trở về tính trạng cũ"
  229. #: dselect/bindings.cc:159
  230. msgid "Revert to suggested state for all packages"
  231. msgstr "Đưa mọi gói trở về tính trạng đã đề nghị"
  232. #: dselect/bindings.cc:160
  233. msgid "Revert to directly requested state for all packages"
  234. msgstr "Đưa mọi gói trở về tính trạng đã đề nghị thẳng"
  235. #: dselect/bindings.cc:163
  236. msgid "Select currently-highlighted access method"
  237. msgstr "Chọn phương pháp truy cập đang được chiếu sáng"
  238. #: dselect/bindings.cc:164
  239. msgid "Quit without changing selected access method"
  240. msgstr "Thoát mà không thay đổi phương pháp truy cập đã chọn"
  241. #: dselect/helpmsgs.cc:25
  242. msgid "Keystrokes"
  243. msgstr "Phím tắt"
  244. #: dselect/helpmsgs.cc:25
  245. #, fuzzy
  246. msgid ""
  247. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  248. " j, Down-arrow k, Up-arrow move highlight\n"
  249. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  250. " ^n ^p scroll list by 1 line\n"
  251. " t, Home e, End jump to top/end of list\n"
  252. " u d scroll info by 1 page\n"
  253. " ^u ^d scroll info by 1 line\n"
  254. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  255. " ^b ^f pan display by 1 character\n"
  256. "\n"
  257. "Mark packages for later processing:\n"
  258. " +, Insert install or upgrade =, H hold in present state\n"
  259. " -, Delete remove :, G unhold: upgrade or leave "
  260. "uninstalled\n"
  261. " _ remove & purge config\n"
  262. " Miscellaneous:\n"
  263. "Quit, exit, overwrite (note capitals!): ?, F1 request help (also "
  264. "Help)\n"
  265. " Return Confirm, quit (check dependencies) i, I toggle/cycle info "
  266. "displays\n"
  267. " Q Confirm, quit (override dep.s) o, O cycle through sort "
  268. "options\n"
  269. " X, Esc eXit, abandoning any changes made v, V change status display "
  270. "opts\n"
  271. " R Revert to state before this list ^l redraw display\n"
  272. " U set all to sUggested state / search (Return to "
  273. "cancel)\n"
  274. " D set all to Directly requested state n, \\ repeat last search\n"
  275. msgstr ""
  276. "Phím di chuyển:\n"
  277. "\tKế/Trước, Đầu/Cuối, Lên/Xuống, Lùi/Tiếp:\n"
  278. " Mũi tên xuống, J Mũi tên lên, K di chuyển chiếu sáng\n"
  279. " N, Page-down, Phím dài \t\t\tP, Page-up, Backspace (Xóa lùi)\n"
  280. "\t\t\t\t\t\t\tcuộn 1 trang danh sách\n"
  281. " ^n ^p \t\tcuộn 1 dòng danh sách\n"
  282. " t, Home e, End \tnhảy tới đầu/cuối danh sách\n"
  283. " u d \tcuộn 1 trang thông tin\n"
  284. " ^u ^d \tcuộn 1 dòng thông tin\n"
  285. " B, Mũi tên trái \t\tF, Mũi tên phải kéo ngang 1/3 màn hình\n"
  286. " ^b ^f kéo ngang màn hình theo 1 ký "
  287. "tự\n"
  288. "\n"
  289. "Đánh dấu gói để xử lý sau:\n"
  290. "\t+, Insert \t\t\tcài đặt hoặc cập nhật\n"
  291. "\t=, H \t\t\t\tgiữ trong tính trạng hiện thời\n"
  292. " \t-, Delete \t\t\txóa bỏ, gỡ bỏ\n"
  293. "\t:, G \t\t\t\t\tbỏ giữ: cập nhật hoặc để không cài đặt\n"
  294. "\t_ \t\t\t\tgỡ bỏ và tẩy cấu hình\n"
  295. "\n"
  296. "Tính năng khác:\n"
  297. "\tQuit\t\t\t\t\t(chữ hoa đầu!) thoát\n"
  298. "\texit\t\t\t\t\tthoát lệnh này\n"
  299. "\toverwrite\t\t\tghi đè\n"
  300. "\t?, F1, Help \t\tyêu cầu trợ giúp\n"
  301. " \tReturn \t\t\txác nhận rồi thoát (kiểm tra phụ thuộc)\n"
  302. "\ti, I \t\t\t\t\tbật tắt/quay vòng màn hình thông tIn\n"
  303. " Q \t\t\t\t\txác nhận rồi thoát (bỏ Qua phụ thuộc)\n"
  304. "\to, O \t\t\t\tquay vÒng qua các tùy chọn sắp xếp\n"
  305. "\tX, Esc \t\t\t\tthoát mà bỏ mọi thay đổi\n"
  306. "\tv, V \t\t\t\t\tthay đổi tùy chọn hiển thị trạng thái\n"
  307. " R \t\t\t\t\tđặt lại tính tRạng tRước danh sách này\n"
  308. "\t^l \t\t\t\t\tvẽ Lại màn hình\n"
  309. " U \t\t\t\t\tđặt tất cả thành trạng thái đã đệ nghị\n"
  310. "\t/ \t\t\t\t\ttìm kiểm (Return để thôi)\n"
  311. " D \t\t\t\t\tđặt tất cả thành trạng thái Yêu cầu thẳng\n"
  312. "\tn, \\ \t\t\t\tlặp lại tìm kiếm cuối\n"
  313. #: dselect/helpmsgs.cc:51
  314. msgid "Introduction to package selections"
  315. msgstr "Giới thiệu sự lựa chọn gói"
  316. #: dselect/helpmsgs.cc:51
  317. msgid ""
  318. "Welcome to dselect's main package listing.\n"
  319. "\n"
  320. "You will be presented with a list of packages which are installed or "
  321. "available\n"
  322. "for installation. You can navigate around the list using the cursor keys,\n"
  323. "mark packages for installation (using `+') or deinstallation (using `-').\n"
  324. "Packages can be marked either singly or in groups; initially you will see "
  325. "that\n"
  326. "the line `All packages' is selected. `+', `-' and so on will affect all "
  327. "the\n"
  328. "packages described by the highlighted line.\n"
  329. "\n"
  330. "Some of your choices will cause conflicts or dependency problems; you will "
  331. "be\n"
  332. "given a sub-list of the relevant packages, so that you can solve the "
  333. "problems.\n"
  334. "\n"
  335. "You should read the list of keys and the explanations of the display.\n"
  336. "Much on-line help is available, please make use of it - press `?' at\n"
  337. "any time for help.\n"
  338. "\n"
  339. "When you have finished selecting packages, press <enter> to confirm "
  340. "changes,\n"
  341. "or `X' to quit without saving changes. A final check on conflicts and\n"
  342. "dependencies will be done - here too you may see a sublist.\n"
  343. "\n"
  344. "Press <space> to leave help and enter the list now.\n"
  345. msgstr ""
  346. "Xin chào mừng tới danh sách quản lý gói chính của dselect.\n"
  347. "\n"
  348. "Đây là danh sách những gói đã cài đặt hoặc sẵn sàng để cài đặt.\n"
  349. "Có thể di chuyển quanh danh sách bằng các phím mũi tên,\n"
  350. "đánh dấu các gói để cài đặt (dùng `+') hoặc hủy cài đặt (dùng `-').\n"
  351. "Có thể đánh dấu các gói riêng rẽ hoặc theo nhóm;\n"
  352. "đầu tiên dòng « Mọi gói » được chọn.\n"
  353. " `+', `-' v.v. ảnh hưởng mọi gói nằm trên dòng chiếu sáng.\n"
  354. "\n"
  355. "Một vài lựa chọn có thể tạo vấn đề xung đột hoặc phụ thuộc;\n"
  356. "nếu vậy thì sẽ có một danh sách con của những gói liên quan,\n"
  357. "để giúp giải quyết vấn đề.\n"
  358. "\n"
  359. "Nên đọc màn hình danh sách các phím tắt và tác động đều.\n"
  360. "Có cả trợ giúp trực tiếp trong chương trình, bạn xem nhé.\n"
  361. "Hiển thị trợ giúp này bất kỳ lúc nào bằng phím « ? ».\n"
  362. "\n"
  363. "Khi đã kết thúc việc chọn gói, nhấn phím <enter> để xác thực thay đổi,\n"
  364. "hoặc phím « X » để thoát ra mà không ghi nhớ thay đổi.\n"
  365. "Cuối cùng là việc kiểm tra xung đột và phụ thuộc — cũng có thể hiển thị một "
  366. "danh sách con.\n"
  367. "\n"
  368. "Lúc này, bạn nhấn phím dài để dời khỏi trợ giúp và đi vào danh sách.\n"
  369. #: dselect/helpmsgs.cc:76
  370. msgid "Introduction to read-only package list browser"
  371. msgstr "Giới thiệu bộ duyệt danh sách gói chỉ đọc"
  372. #: dselect/helpmsgs.cc:76
  373. msgid ""
  374. "Welcome to dselect's main package listing.\n"
  375. "\n"
  376. "You will be presented with a list of packages which are installed or "
  377. "available\n"
  378. "for installation. Since you do not have the privilege necessary to update\n"
  379. "package states, you are in a read-only mode. You can navigate around the\n"
  380. "list using the cursor keys (please see the `Keystrokes' help screen), "
  381. "observe\n"
  382. "the status of the packages and read information about them.\n"
  383. "\n"
  384. "You should read the list of keys and the explanations of the display.\n"
  385. "Much on-line help is available, please make use of it - press `?' at\n"
  386. "any time for help.\n"
  387. "\n"
  388. "When you have finished browsing, press `Q' or <enter> to quit.\n"
  389. "\n"
  390. "Press <space> to leave help and enter the list now.\n"
  391. msgstr ""
  392. "Xin chào mừng tới danh sách quản lý gói chính của dselect.\n"
  393. "\n"
  394. "Đây là danh sách những gói đã cài đặt hoặc sẵn sàng để cài đặt.\n"
  395. "Vì bạn không có đủ quyền cần thiết để cập nhật tính trạng các gói,\n"
  396. "nên nằm trong chế độ chỉ đọc. Có thể di chuyển quanh danh sách\n"
  397. "bằng các phím mũi tên (xin hãy xem màn hình trợ giúp « Phím tắt »),\n"
  398. "theo dõi trạng thái các gói và đọc thông tin về chúng.\n"
  399. "\n"
  400. "Nên đọc màn hình danh sách các phím tắt và tác động đều.\n"
  401. "Có cả trợ giúp trực tiếp trong chương trình, bạn xem nhé.\n"
  402. "Hiển thị trợ giúp này bất kỳ lúc nào bằng phím « ? ».\n"
  403. "\n"
  404. "Khi đã kết thúc việc duyệt, hãy nhấn phím « Q » hoặc phím dài để thoát.\n"
  405. "\n"
  406. "Lúc này, bạn nhấn phím dài để dời khỏi trợ giúp và đi vào danh sách.\n"
  407. #: dselect/helpmsgs.cc:95
  408. msgid "Introduction to conflict/dependency resolution sub-list"
  409. msgstr "Giới thiệu danh sách con các giải pháp cho xung đột/phụ thuộc"
  410. #: dselect/helpmsgs.cc:95
  411. msgid ""
  412. "Dependency/conflict resolution - introduction.\n"
  413. "\n"
  414. "One or more of your choices have raised a conflict or dependency problem -\n"
  415. "some packages should only be installed in conjunction with certain others, "
  416. "and\n"
  417. "some combinations of packages may not be installed together.\n"
  418. "\n"
  419. "You will see a sub-list containing the packages involved. The bottom half "
  420. "of\n"
  421. "the display shows relevant conflicts and dependencies; use `i' to cycle "
  422. "between\n"
  423. "that, the package descriptions and the internal control information.\n"
  424. "\n"
  425. "A set of `suggested' packages has been calculated, and the initial markings "
  426. "in\n"
  427. "this sub-list have been set to match those, so you can just hit Return to\n"
  428. "accept the suggestions if you wish. You may abort the change(s) which "
  429. "caused\n"
  430. "the problem(s), and go back to the main list, by pressing capital `X'.\n"
  431. "\n"
  432. "You can also move around the list and change the markings so that they are "
  433. "more\n"
  434. "like what you want, and you can `reject' my suggestions by using the "
  435. "capital\n"
  436. "`D' or `R' keys (see the keybindings help screen). You can use capital `Q' "
  437. "to\n"
  438. "force me to accept the situation currently displayed, in case you want to\n"
  439. "override a recommendation or think that the program is mistaken.\n"
  440. "\n"
  441. "Press <space> to leave help and enter the sub-list; remember: press `?' for "
  442. "help.\n"
  443. msgstr ""
  444. "Giải quyết phụ thuộc/xung đột — giới thiệu.\n"
  445. "\n"
  446. "Một hoặc vài lựa chọn đã gây ra vấn đề xung đột hay phụ thuộc —\n"
  447. "một số gói nào đó chỉ cài đặt được cùng với một số gói khác, còn một số tổ "
  448. "hợp gói không thể được cài đặt cùng với nhau.\n"
  449. "Một danh sách con sẽ hiện ra cho biết những gói như vậy.\n"
  450. "Nửa dưới của màn hình hiển thị cách xung đột và phụ thuộc tương ứng;\n"
  451. "nhấn phím « i » để di chuyển giữa thông tin đó, mô tả gói và\n"
  452. "thông tin điều khiển nội bộ.\n"
  453. "\n"
  454. "Chương trình đưa ra các gói « đề nghị », và sự đánh dấu ban đầu trong\n"
  455. "danh sách con này tương ứng với những gói đó, vì thế có thể nhấn Return\n"
  456. "để chấp nhận những đề nghị nếu muốn. Có thể hủy bỏ (các) thay đổi gây\n"
  457. "ra vấn đề, và quay lại màn hình chính bằng bấm phím « X » viết hoa.\n"
  458. "\n"
  459. "Đồng thời còn có thể di chuyển xung quanh danh sách\n"
  460. "và thay đổi các dấu cho hợp với ý muốn,\n"
  461. "và có thể « bỏ đi » các đề nghị của trình này bằng « D » hoặc « R » viết hoa\n"
  462. "(xem màn hình trợ giúp phím).\n"
  463. "Có thể dùng « Q » viết hoa để bắt buộc chương trình chấp nhận\n"
  464. "tình huống đã hiển thị, trong trường hợp muốn bỏ qua những lời khuyên\n"
  465. "hoặc nghĩ rằng chương trình đã nhầm.\n"
  466. "\n"
  467. "Lúc này có thể nhấn phím dài để thoát khỏi trợ giúp và xem danh sách con;\n"
  468. "hãy nhớ : nhấn « ? » để xem trợ giúp.\n"
  469. #: dselect/helpmsgs.cc:121
  470. msgid "Display, part 1: package listing and status chars"
  471. msgstr "Màn hình, phần 1: danh sách gói và ký tự trạng thái"
  472. #: dselect/helpmsgs.cc:121
  473. msgid ""
  474. "The top half of the screen shows a list of packages. For each package you "
  475. "see\n"
  476. "four columns for its current status on the system and mark. In terse mode "
  477. "(use\n"
  478. "`v' to toggle verbose display) these are single characters, from left to "
  479. "right:\n"
  480. "\n"
  481. " Error flag: Space - no error (but package may be in broken state - see "
  482. "below)\n"
  483. " `R' - serious error during installation, needs "
  484. "reinstallation;\n"
  485. " Installed state: Space - not installed;\n"
  486. " `*' - installed;\n"
  487. " `-' - not installed but config files remain;\n"
  488. " packages in { `U' - unpacked but not yet configured;\n"
  489. " these states { `C' - half-configured (an error happened);\n"
  490. " are broken { `I' - half-installed (an error happened).\n"
  491. " Old mark: what was requested for this package before presenting this list;\n"
  492. " Mark: what is requested for this package:\n"
  493. " `*': marked for installation or upgrade;\n"
  494. " `-': marked for removal, but any configuration files will remain;\n"
  495. " `=': on hold: package will not be processed at all;\n"
  496. " `_': marked for purge completely - even remove configuration;\n"
  497. " `n': package is new and has yet to be marked for install/remove/&c.\n"
  498. "\n"
  499. "Also displayed are each package's Priority, Section, name, installed and\n"
  500. "available version numbers (shift-V to display/hide) and summary "
  501. "description.\n"
  502. msgstr ""
  503. "Nửa trên của màn hình hiển thị danh sách các gói.\n"
  504. "Mỗi gói có bốn cột hiển thị trạng thái hiện thời trên hệ thống và đánh dấu.\n"
  505. "Trong chế độ ngắn gọn (dùng « v » để chuyển sang chế độ chi tiết)\n"
  506. "chúng là những ký tự đơn, từ trái sang phải:\n"
  507. "\n"
  508. " Cờ lỗi:\n"
  509. "\tDấu cách\t\t không lỗi (nhưng gói có thể ở trạng thái vỡ — xem dưới)\n"
  510. "\tR\t\t\t\t\t lỗi nghiêm trọng khi cài đặt, cần cài đặt lại;\n"
  511. "Trạng thái cài đặt:\n"
  512. "\tDấu cách\t\t chưa cài đặt;\n"
  513. "\t*\t\t\t\t\t đã cài đặt;\n"
  514. "\t-\t\t\t\t\t không cài đặt nhưng có tập tin cấu hình còn lại;\n"
  515. " GÓI {\tU\t\t\tđã mở gói nhưng chưa cấu hình;\n"
  516. " \tBỊ { \tC\t\t\tcấu hình một nửa (gặp lỗi);\n"
  517. " \tVỠ { \tI\t\t\tcài đặt một nửa (gặp lỗi).\n"
  518. "Dấu cũ\t\tcái đã yêu cầu cho gói này trước khi đưa ra danh sách này;\n"
  519. "Dấu\t\t\tcái hiện thời yêu cầu đối với gói này:\n"
  520. "\t*\t\t\t\t\tcài đặt hoặc nâng cấp;\n"
  521. "\t-\t\t\t\t\tgỡ bỏ, nhưng vẫn giữ lại các tập tin cấu hình;\n"
  522. "\t=\t\t\t\t\tgiữ lại: sẽ không xử lý gói cả;\n"
  523. "\t_\t\t\t\t\ttẩy hoàn toàn — thậm chí cả cấu hình;\n"
  524. "\tn\t\t\t\t\tgói mới nên chưa đánh dấu để cài đặt/gỡ bỏ/v.v..\n"
  525. "\n"
  526. "Đồng thời còn hiển thị Ưu tiên, Phần, Tên, phiên bản Đã cài và Có thể cài\n"
  527. "(phím tắt Shift-V để hiện/ẩn) mỗi gói và mô tả tóm tắt chung.\n"
  528. #: dselect/helpmsgs.cc:147
  529. msgid "Display, part 2: list highlight; information display"
  530. msgstr "Màn hình, phần 2: chiếu sáng danh sách; màn hình thông tin"
  531. #: dselect/helpmsgs.cc:147
  532. msgid ""
  533. "* Highlight: One line in the package list will be highlighted. It "
  534. "indicates\n"
  535. " which package(s) will be affected by presses of `+', `-' and `_'.\n"
  536. "\n"
  537. "* The dividing line in the middle of the screen shows a brief explanation "
  538. "of\n"
  539. " the status of the currently-highlighted package, or a description of "
  540. "which\n"
  541. " group is highlighted if a group line is. If you don't understand the\n"
  542. " meaning of some of the status characters displayed, go to the relevant\n"
  543. " package and look at this divider line, or use the `v' key for a verbose\n"
  544. " display (press `v' again to go back to the terse display).\n"
  545. "\n"
  546. "* The bottom of the screen shows more information about the\n"
  547. " currently-highlighted package (if there is only one).\n"
  548. "\n"
  549. " It can show an extended description of the package, the internal package\n"
  550. " control details (either for the installed or available version of the\n"
  551. " package), or information about conflicts and dependencies involving the\n"
  552. " current package (in conflict/dependency resolution sublists).\n"
  553. "\n"
  554. " Use the `i' key to cycle through the displays, and `I' to hide the\n"
  555. " information display or expand it to use almost all of the screen.\n"
  556. msgstr ""
  557. "* Chiếu sáng: Sẽ chiếu sáng một dòng trong danh sách gói. Chiếu sáng\n"
  558. " chỉ ra gói nào sẽ bị ảnh hưởng khi nhấn phím « + », « - » và « _ ».\n"
  559. "\n"
  560. "• Dòng chia ở giữa màn hình cho biết giải thích ngắn gọn về trạng thái của\n"
  561. " gói đang được chiếu sáng, hoặc một mô tả ngắn gọn của nhóm nếu dòng\n"
  562. " đó là một nhóm. Nếu không hiểu ý nghĩa của một vài ký tự cho biết\n"
  563. " trạng thái, thì hãy đi tới gói thích hợp và nhìn vào dòng chia, hoặc sử\n"
  564. " dụng phím « v » để bật/tắt hiển thị mô tả chi tiết/ngắn gọn.\n"
  565. "• Phần đáy màn hình hiển thị thông tin thêm về gói đang được chiếu\n"
  566. " sáng (nếu có).\n"
  567. "\n"
  568. " Nó có thể hiển thị mô tả chi tiết hơn về gói, chi tiết về điều khiển gói\n"
  569. " nội bộ (cho phiên bản đã cài, hoặc có thể cài của gói), hoặc thông tin về\n"
  570. " xung đột và phụ thuộc mà gói gây ra\n"
  571. " (trong danh sách con xung đột/phụ thuộc).\n"
  572. "\n"
  573. " Dùng phím « i » để chuyển quanh các màn hình, và « I » để ẩn màn hình\n"
  574. " thông tin hay mở rộng để nó chiếu gần hết màn hình.\n"
  575. #: dselect/helpmsgs.cc:171
  576. msgid "Introduction to method selection display"
  577. msgstr "Giới thiệu màn hình chọn phương pháp"
  578. #: dselect/helpmsgs.cc:171
  579. msgid ""
  580. "dselect and dpkg can do automatic installation, loading the package files to "
  581. "be\n"
  582. "installed from one of a number of different possible places.\n"
  583. "\n"
  584. "This list allows you to select one of these installation methods.\n"
  585. "\n"
  586. "Move the highlight to the method you wish to use, and hit Enter. You will "
  587. "then\n"
  588. "be prompted for the information required to do the installation.\n"
  589. "\n"
  590. "As you move the highlight a description of each method, where available, is\n"
  591. "displayed in the bottom half of the screen.\n"
  592. "\n"
  593. "If you wish to quit without changing anything use the `x' key while in the "
  594. "list\n"
  595. "of installation methods.\n"
  596. "\n"
  597. "A full list of keystrokes is available by pressing `k' now, or from the "
  598. "help\n"
  599. "menu reachable by pressing `?'.\n"
  600. msgstr ""
  601. "dselect và dpkg có thể cài đặt tự động, tải tập tin của gói cần cài đặt\n"
  602. "từ một trong số những nơi có thể dùng.\n"
  603. "\n"
  604. "Danh sách này cho phép chọn một trong số những phương pháp cài đặt này.\n"
  605. "\n"
  606. "Di chuyển chiếu sáng tới phương pháp muốn dùng, và nhấn phím Enter.\n"
  607. "Sau đó sẽ có nhắc về thông tin cần thiết cho việc cài đặt.\n"
  608. "\n"
  609. "Khi di chuyển chiếu sáng tới mỗi phương pháp, sẽ có mô tả về nó (nếu có)\n"
  610. "ở nửa dưới của màn hình.\n"
  611. "\n"
  612. "Nếu muốn thoát mà không thay đổi gì thì dùng phím « x » khi trong danh sách\n"
  613. "các phương pháp cài đặt.\n"
  614. "\n"
  615. "Nhấn phím « k » để xem danh sách đầy đủ các phím tắt,\n"
  616. "hoặc từ trình đơn trợ giúp bằng cách nhấn phím « ? ».\n"
  617. #: dselect/helpmsgs.cc:191
  618. msgid "Keystrokes for method selection"
  619. msgstr "Phím tắt để chọn phương pháp"
  620. #: dselect/helpmsgs.cc:191
  621. #, fuzzy
  622. msgid ""
  623. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  624. " j, Down-arrow k, Up-arrow move highlight\n"
  625. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  626. " ^n ^p scroll list by 1 line\n"
  627. " t, Home e, End jump to top/end of list\n"
  628. " u d scroll info by 1 page\n"
  629. " ^u ^d scroll info by 1 line\n"
  630. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  631. " ^b ^f pan display by 1 character\n"
  632. "(These are the same motion keys as in the package list display.)\n"
  633. "\n"
  634. "Quit:\n"
  635. " Return, Enter select this method and go to its configuration dialogue\n"
  636. " x, X exit without changing or setting up the installation "
  637. "method\n"
  638. "\n"
  639. "Miscellaneous:\n"
  640. " ?, Help, F1 request help\n"
  641. " ^l redraw display\n"
  642. " / search (just return to cancel)\n"
  643. " \\ repeat last search\n"
  644. msgstr ""
  645. "Phím di chuyển: Kế/Trước, Đầu/Cuối, Lên/Xuống, Lùi/Tiếp:\n"
  646. " n, Mũi tên xuống p, Mũi tên lên di chuyển chiếu sáng\n"
  647. " N, Page-down, Phím dài P, Page-up, Xóa lùi cuộn 1 trang danh sách\n"
  648. " ^n ^p cuộn 1 dòng danh sách\n"
  649. " t, Home e, End nhảy tới đầu/cuối danh sách\n"
  650. " u d cuộn 1 trang thông tin\n"
  651. " ^u ^d cuộn 1 dòng thông tin\n"
  652. " B, Mũi tên trái F, Mũi tên phải kéo ngang 1/3 màn hình\n"
  653. " ^b ^f kéo ngang màn hình theo 1 ký "
  654. "tự\n"
  655. "(Các phím di chuyển trong danh sách gói là tương tự.)\n"
  656. "\n"
  657. "Thoát:\n"
  658. " Return, Enter chọn phương pháp này và đi tới hộp thoại cấu hình nó\n"
  659. " x, X thoát và bỏ mọi thay đổi hoặc thiết lập phương pháp cài "
  660. "đặt\n"
  661. "\n"
  662. "Khác:\n"
  663. " ?, Help, F1 \tyêu cầu trợ giúp\n"
  664. " ^l \t\tvẽ lại màn hình\n"
  665. " / \t\ttìm kiếm (đơn giản nhấn Return để thôi)\n"
  666. " \\ \t\tlặp lại tìm kiếm cuối cùng\n"
  667. #: dselect/main.cc:52
  668. msgid "Type dselect --help for help."
  669. msgstr "Gõ « dselect --help » để xem trợ giúp."
  670. #: dselect/main.cc:135
  671. msgid "a"
  672. msgstr "a"
  673. #: dselect/main.cc:135
  674. msgid "[A]ccess"
  675. msgstr "[A]Truy cập"
  676. #: dselect/main.cc:135
  677. msgid "Choose the access method to use."
  678. msgstr "Chọn phương pháp truy cập để sử dụng."
  679. #: dselect/main.cc:136
  680. msgid "u"
  681. msgstr "u"
  682. #: dselect/main.cc:136
  683. msgid "[U]pdate"
  684. msgstr "[U]Cập nhật"
  685. #: dselect/main.cc:136
  686. msgid "Update list of available packages, if possible."
  687. msgstr "Cập nhật danh sách những gói có sẵn, nếu có thể."
  688. #: dselect/main.cc:137
  689. msgid "s"
  690. msgstr "s"
  691. #: dselect/main.cc:137
  692. msgid "[S]elect"
  693. msgstr "[S]Chọn"
  694. #: dselect/main.cc:137
  695. msgid "Request which packages you want on your system."
  696. msgstr "Yêu cầu những gói muốn có trên hệ thống."
  697. #: dselect/main.cc:138
  698. msgid "i"
  699. msgstr "i"
  700. #: dselect/main.cc:138
  701. msgid "[I]nstall"
  702. msgstr "[I]Cài"
  703. #: dselect/main.cc:138
  704. msgid "Install and upgrade wanted packages."
  705. msgstr "Cài đặt và nâng cấp các gói mong muốn."
  706. #: dselect/main.cc:139
  707. msgid "c"
  708. msgstr "c"
  709. #: dselect/main.cc:139
  710. msgid "[C]onfig"
  711. msgstr "[C]ấu hình"
  712. #: dselect/main.cc:139
  713. msgid "Configure any packages that are unconfigured."
  714. msgstr "Cấu hình những gói còn chưa được cấu hình."
  715. #: dselect/main.cc:140
  716. msgid "r"
  717. msgstr "r"
  718. #: dselect/main.cc:140
  719. msgid "[R]emove"
  720. msgstr "[R]Gỡ bỏ"
  721. #: dselect/main.cc:140
  722. msgid "Remove unwanted software."
  723. msgstr "Gỡ bỏ phần mềm không mong muốn."
  724. #: dselect/main.cc:141
  725. msgid "q"
  726. msgstr "q"
  727. #: dselect/main.cc:141
  728. msgid "[Q]uit"
  729. msgstr "[Q]Thoát"
  730. #: dselect/main.cc:141
  731. msgid "Quit dselect."
  732. msgstr "Thoát khỏi dselect."
  733. #: dselect/main.cc:142
  734. msgid "menu"
  735. msgstr "trình đơn"
  736. #: dselect/main.cc:147
  737. #, c-format
  738. msgid "Debian `%s' package handling frontend version %s.\n"
  739. msgstr "Tiền tiêu quản lý gói Debian « %s » phiên bản %s.\n"
  740. #: dselect/main.cc:150
  741. msgid ""
  742. "Copyright (C) 1994-1996 Ian Jackson.\n"
  743. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  744. msgstr ""
  745. "Bản quyền © nam 1994-1996 Ian Jackson.\n"
  746. "Bản quyền © năm 2000,2001 Wichert Akkerman.\n"
  747. #: dselect/main.cc:154
  748. #, c-format
  749. msgid ""
  750. "This is free software; see the GNU General Public License version 2 or\n"
  751. "later for copying conditions. There is NO warranty.\n"
  752. "See %s --license for copyright and license details.\n"
  753. msgstr ""
  754. "Đây là phần mềm tự do, hãy xem Quyền Công Chung GNU (GPL)\n"
  755. "phiên bản 2 hoặc mới hơn để biết điều kiện sao chép.\n"
  756. "KHÔNG có bản đảm gì cả.\n"
  757. "Hãy xem « %s --licence » để biết điều kiện _quyền phép_.\n"
  758. #: dselect/main.cc:168
  759. #, c-format
  760. msgid ""
  761. "Usage: %s [<option> ...] [<action> ...]\n"
  762. "\n"
  763. msgstr ""
  764. "Cách sử dụng: %s [<tùy_chọn> ...] [<hành_động> ...]\n"
  765. "\n"
  766. #: dselect/main.cc:172
  767. #, c-format
  768. msgid ""
  769. "Options:\n"
  770. " --admindir <directory> Use <directory> instead of %s.\n"
  771. " --expert Turn on expert mode.\n"
  772. " --debug <file> | -D<file> Turn on debugging, sending output to <file>.\n"
  773. " --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
  774. " Configure screen colours.\n"
  775. "\n"
  776. msgstr ""
  777. "Tùy chọn:\n"
  778. " --admindir <thư_mục>\tdùng thư mục này thay cho %s.\n"
  779. "\t[_thư mục quản trị_]\n"
  780. " --expert \tBật chế độ _cấp cao_.\n"
  781. " --debug <tập_tin> | -D<tập_tin>\n"
  782. "\t\t\t\t\tBật khả năng _gỡ lỗi_, xuất vào tập tin này.\n"
  783. " --colour | --color screenpart:[cảnh_gần],[nền][:TT[+TT+..]]\n"
  784. "\t[TT là thuộc tính]\tcấu hình màu sắc màn hình\n"
  785. "\n"
  786. #: dselect/main.cc:181
  787. #, c-format
  788. msgid ""
  789. " --help Show this help message.\n"
  790. " --version Show the version.\n"
  791. " --license | --licence Show the license.\n"
  792. "\n"
  793. msgstr ""
  794. " --help Hiện _trợ giúp_ này.\n"
  795. " --version Hiện _phiên bản_.\n"
  796. " --license | --licence Hiện _giấy phép_.\n"
  797. "\n"
  798. #: dselect/main.cc:187
  799. #, c-format
  800. msgid ""
  801. "Actions:\n"
  802. " access update select install config remove quit\n"
  803. "\n"
  804. msgstr ""
  805. "Hành động:\n"
  806. " • access\t\ttruy cập\n"
  807. " • update\t\tcập nhật\n"
  808. " • select\t\tlựa chọn\n"
  809. " • install\t\tcài đặt\n"
  810. " • config\t\tcấu hình (viết tắt)\n"
  811. " • remove\tgỡ bỏ\n"
  812. " • quit\t\tthoát\n"
  813. #: dselect/main.cc:191
  814. #, c-format
  815. msgid "Screenparts:\n"
  816. msgstr "Các phần màn hình:\n"
  817. #: dselect/main.cc:196
  818. #, c-format
  819. msgid "Colours:\n"
  820. msgstr "Màu sắc:\n"
  821. #: dselect/main.cc:201
  822. #, c-format
  823. msgid "Attributes:\n"
  824. msgstr "Thuộc tính:\n"
  825. #: dselect/main.cc:221
  826. #, c-format
  827. msgid "couldn't open debug file `%.255s'\n"
  828. msgstr "không thể mở tập tin gỡ lỗi « %.250s »\n"
  829. #: dselect/main.cc:236
  830. #, c-format
  831. msgid "Invalid %s `%s'\n"
  832. msgstr "%s không hợp lệ « %s »\n"
  833. #: dselect/main.cc:253
  834. msgid "screen part"
  835. msgstr "phần màn hình"
  836. #: dselect/main.cc:259
  837. msgid "Null colour specification\n"
  838. msgstr "Đặc tả màu rỗng\n"
  839. #: dselect/main.cc:267 dselect/main.cc:272
  840. msgid "colour"
  841. msgstr "màu"
  842. #: dselect/main.cc:280
  843. msgid "colour attribute"
  844. msgstr "thuộc tính màu"
  845. #: dselect/main.cc:314
  846. msgid "Terminal does not appear to support cursor addressing.\n"
  847. msgstr "Thiết bị cuỗi có vẻ không hỗ trợ cách gán địa chỉ cho con chạy.\n"
  848. #: dselect/main.cc:316
  849. msgid "Terminal does not appear to support highlighting.\n"
  850. msgstr "Thiết bị cuỗi có vẻ không hỗ trợ chiếu sáng.\n"
  851. #: dselect/main.cc:318
  852. #, c-format
  853. msgid ""
  854. "Set your TERM variable correctly, use a better terminal,\n"
  855. "or make do with the per-package management tool %s.\n"
  856. msgstr ""
  857. "Hãy đặt đúng giá trị biến TERM, dùng một thiết bị cuối tốt hơn,\n"
  858. "hoặc làm việc với công cụ quản lý theo từng gói %s.\n"
  859. #: dselect/main.cc:321
  860. msgid "terminal lacks necessary features, giving up"
  861. msgstr "thiết bị cuối thiếu tính năng cần thiết, đầu hàng"
  862. #: dselect/main.cc:399
  863. msgid ""
  864. "\n"
  865. "\n"
  866. "Move around with ^P and ^N, cursor keys, initial letters, or digits;\n"
  867. "Press <enter> to confirm selection. ^L redraws screen.\n"
  868. "\n"
  869. msgstr ""
  870. "\n"
  871. "\n"
  872. "Di chuyển bằng ^P và ^N, phím mũi tên, chữ cái đầu, hoặc chữ số;\n"
  873. "Nhấn phím Enter để chọn. ^L vẽ lại màn hình.\n"
  874. "\n"
  875. #: dselect/main.cc:414
  876. msgid ""
  877. "\n"
  878. "\n"
  879. "Read-only access: only preview of selections is available!"
  880. msgstr ""
  881. "\n"
  882. "\n"
  883. "Truy cập chỉ đọc: chỉ có sẵn xem trước các lựa chọn."
  884. #: dselect/main.cc:433
  885. msgid "failed to getch in main menu"
  886. msgstr "việc getch (đọc từng ký tự khi gõ) vào trình đơn chính bị lỗi"
  887. #: dselect/main.cc:506
  888. #, c-format
  889. msgid "unknown action string `%.50s'"
  890. msgstr "chuỗi hành động không rõ « %.250s »"
  891. #: dselect/methlist.cc:78
  892. msgid "dselect - list of access methods"
  893. msgstr "dselect — danh sách các phương pháp truy cập"
  894. #: dselect/methlist.cc:87
  895. #, c-format
  896. msgid "Access method `%s'."
  897. msgstr "Phương pháp truy cập « %s »"
  898. #: dselect/methlist.cc:121
  899. msgid "Abbrev."
  900. msgstr "Viết tắt"
  901. #: dselect/methlist.cc:122 dselect/pkginfo.cc:107 dselect/pkgtop.cc:297
  902. msgid "Description"
  903. msgstr "Mô tả"
  904. #: dselect/methlist.cc:166
  905. msgid "doupdate failed"
  906. msgstr "việc doupdate (chạy tiến trình cập nhật) bị lỗi"
  907. #: dselect/methlist.cc:168
  908. msgid "failed to unblock SIGWINCH"
  909. msgstr "việc bỏ ngăn chặn SIGWINCH bị lỗi"
  910. #: dselect/methlist.cc:172
  911. msgid "failed to re-block SIGWINCH"
  912. msgstr "việc ngăn chặn lại SIGWINCH bị lỗi"
  913. #: dselect/methlist.cc:173
  914. msgid "getch failed"
  915. msgstr "việc getch (đọc từng ký tự khi gõ) bị lỗi"
  916. #: dselect/methlist.cc:177 dselect/pkgdepcon.cc:243
  917. msgid "[none]"
  918. msgstr "[không có]"
  919. #: dselect/methlist.cc:191
  920. #, fuzzy
  921. msgid "Explanation"
  922. msgstr "giải thích về "
  923. #: dselect/methlist.cc:200
  924. msgid "No explanation available."
  925. msgstr "Không có giải thích sẵn sàng."
  926. #: dselect/method.cc:64
  927. #, c-format
  928. msgid ""
  929. "\n"
  930. "\n"
  931. "%s: %s\n"
  932. msgstr ""
  933. "\n"
  934. "\n"
  935. "%s: %s\n"
  936. #: dselect/method.cc:67
  937. msgid ""
  938. "\n"
  939. "Press <enter> to continue."
  940. msgstr ""
  941. "\n"
  942. "Nhấn phím Enter để tiếp tục lại."
  943. #: dselect/method.cc:144
  944. #, c-format
  945. msgid "error un-catching signal %d: %s\n"
  946. msgstr "gặp lỗi khi bỏ bắt tín hiệu %d: %s\n"
  947. #: dselect/method.cc:162
  948. #, c-format
  949. msgid "unable to ignore signal %d before running %.250s"
  950. msgstr "không thể lời đi tín hiệu %d trước khi chạy %.250s"
  951. #: dselect/method.cc:169
  952. #, c-format
  953. msgid "unable to run %.250s process `%.250s'"
  954. msgstr "không thể chạy tiến trình %.250s « %.250s »"
  955. #: dselect/method.cc:173
  956. #, c-format
  957. msgid "unable to wait for %.250s"
  958. msgstr "không thể chờ %.250s"
  959. #: dselect/method.cc:175
  960. #, c-format
  961. msgid "got wrong child's status - asked for %ld, got %ld"
  962. msgstr "nhận trạng thái của tiến trình con sai — yêu cầu %ld còn nhận được %ld"
  963. #: dselect/method.cc:186
  964. #, c-format
  965. msgid "returned error exit status %d.\n"
  966. msgstr "trả lại trạng thái thoát ra lỗi %d.\n"
  967. #: dselect/method.cc:190
  968. #, c-format
  969. msgid "was interrupted.\n"
  970. msgstr "đã bị gián đoạn.\n"
  971. #: dselect/method.cc:192
  972. #, c-format
  973. msgid "was terminated by a signal: %s.\n"
  974. msgstr "đã bị dừng bởi tín hiệu: %s.\n"
  975. #: dselect/method.cc:195
  976. #, c-format
  977. msgid "(It left a coredump.)\n"
  978. msgstr "(Nó để lại một coredump (bộ đổ lõi).)\n"
  979. #: dselect/method.cc:197
  980. #, c-format
  981. msgid "failed with an unknown wait return code %d.\n"
  982. msgstr "thất bại với một mã trả lại chờ không rõ %d.\n"
  983. #: dselect/method.cc:199
  984. #, c-format
  985. msgid "Press <enter> to continue.\n"
  986. msgstr "Nhấn phím Enter để tiếp tục lại.\n"
  987. #: dselect/method.cc:201
  988. msgid "write error on standard error"
  989. msgstr "lỗi ghi trên thiết bị lỗi chuẩn"
  990. #: dselect/method.cc:204
  991. msgid "error reading acknowledgement of program failure message"
  992. msgstr "gặp lỗi khi đọc sự thừa nhận thông điệp lỗi của chương trình"
  993. #: dselect/method.cc:235
  994. msgid "update available list script"
  995. msgstr "cập nhật tập lệnh danh sách có sẵn"
  996. #: dselect/method.cc:239
  997. msgid "installation script"
  998. msgstr "tập lệnh cài đặt"
  999. #: dselect/method.cc:287
  1000. msgid "query/setup script"
  1001. msgstr "tập lệnh truy vấn/thiết lập"
  1002. #: dselect/methparse.cc:53
  1003. #, c-format
  1004. msgid "syntax error in method options file `%.250s' -- %s"
  1005. msgstr "lỗi cú pháp trong tập tin tùy chọn phương pháp « %.250s » -- %s"
  1006. #: dselect/methparse.cc:58
  1007. #, c-format
  1008. msgid "error reading options file `%.250s'"
  1009. msgstr "gặp lỗi khi đọc tập tin tùy chọn « %.250s »"
  1010. #: dselect/methparse.cc:86
  1011. #, c-format
  1012. msgid "unable to read `%.250s' directory for reading methods"
  1013. msgstr "không thể đọc thư mục « %.250s » để các phương pháp đọc"
  1014. #: dselect/methparse.cc:100
  1015. #, c-format
  1016. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  1017. msgstr "phương pháp « %.250s » có tên quá dài (%d > %d ký tự)"
  1018. #: dselect/methparse.cc:111
  1019. #, c-format
  1020. msgid "unable to access method script `%.250s'"
  1021. msgstr "không thể truy cập tập lệnh phương pháp « %.250s »"
  1022. #: dselect/methparse.cc:117
  1023. #, c-format
  1024. msgid "unable to read method options file `%.250s'"
  1025. msgstr "không thể đọc tập tin tùy chọn phương pháp « %.250s »"
  1026. #: dselect/methparse.cc:140
  1027. msgid "non-digit where digit wanted"
  1028. msgstr "không phải chữ số ở chỗ cần chữ số"
  1029. #: dselect/methparse.cc:143
  1030. msgid "EOF in index string"
  1031. msgstr "gặp kết thúc tập tin trong chuỗi chỉ mục"
  1032. #: dselect/methparse.cc:146
  1033. msgid "index string too long"
  1034. msgstr "chuỗi chỉ mục quá dài"
  1035. #: dselect/methparse.cc:149
  1036. msgid "newline before option name start"
  1037. msgstr "dòng mới trước khi bắt đầu tên tùy chọn"
  1038. #: dselect/methparse.cc:151
  1039. msgid "EOF before option name start"
  1040. msgstr "gặp kết thúc tập tin trước khi bắt đầu tên tùy chọn"
  1041. #: dselect/methparse.cc:155
  1042. msgid "nonalpha where option name start wanted"
  1043. msgstr "không phải chữ cái ở chỗ cần bắt đầu tên tùy chọn"
  1044. #: dselect/methparse.cc:157
  1045. msgid "non-alphanum in option name"
  1046. msgstr "không phải chữ cái hay số ở trong tên tùy chọn"
  1047. #: dselect/methparse.cc:160
  1048. msgid "EOF in option name"
  1049. msgstr "gặp kết thúc tập tin trong tên tùy chọn"
  1050. #: dselect/methparse.cc:165
  1051. msgid "newline before summary"
  1052. msgstr "dòng mới trước tổng kết"
  1053. #: dselect/methparse.cc:167
  1054. msgid "EOF before summary"
  1055. msgstr "gặp kết thúc tập tin trước tổng kết"
  1056. #: dselect/methparse.cc:173
  1057. msgid "EOF in summary - missing newline"
  1058. msgstr "gặp kết thúc tập tin trong tổng kết — thiếu dòng mới"
  1059. #: dselect/methparse.cc:183
  1060. #, c-format
  1061. msgid "unable to open option description file `%.250s'"
  1062. msgstr "không thể mở tập tin mô tả tùy chọn « %.250s »"
  1063. #: dselect/methparse.cc:187
  1064. #, c-format
  1065. msgid "unable to stat option description file `%.250s'"
  1066. msgstr "không thể lấy các thông tin về tập tin mô tả tùy chọn « %.250s »"
  1067. #: dselect/methparse.cc:191
  1068. #, c-format
  1069. msgid "failed to read option description file `%.250s'"
  1070. msgstr "không thể đọc tập tin mô tả tùy chọn « %.250s »"
  1071. #: dselect/methparse.cc:194
  1072. #, c-format
  1073. msgid "error during read of option description file `%.250s'"
  1074. msgstr "gặp lỗi trong khi đọc tập tin mô tả tùy chọn « %.250s »"
  1075. #: dselect/methparse.cc:216
  1076. #, c-format
  1077. msgid "error during read of method options file `%.250s'"
  1078. msgstr "gặp lỗi trong khi đọc tập tin tùy chọn phương pháp « %.250s »"
  1079. #: dselect/methparse.cc:246
  1080. #, c-format
  1081. msgid "unable to open current option file `%.250s'"
  1082. msgstr "không thể mở tập tin tùy chọn hiện thời « %.250s »"
  1083. #: dselect/methparse.cc:284
  1084. #, c-format
  1085. msgid "unable to open new option file `%.250s'"
  1086. msgstr "không thể mở tập tin tùy chọn mới « %.250s »"
  1087. #: dselect/methparse.cc:287
  1088. #, c-format
  1089. msgid "unable to write new option to `%.250s'"
  1090. msgstr "không thể ghi tùy chọn mới tới « %.250s »"
  1091. #: dselect/methparse.cc:290
  1092. #, c-format
  1093. msgid "unable to close new option file `%.250s'"
  1094. msgstr "không thể đóng tập tin tùy chọn mới « %.250s »"
  1095. #: dselect/methparse.cc:292
  1096. #, c-format
  1097. msgid "unable to install new option as `%.250s'"
  1098. msgstr "không thể cài đặt tùy chọn mới dạng « %.250s »"
  1099. #: dselect/pkgdepcon.cc:215
  1100. msgid "(no clientdata)"
  1101. msgstr "(không dữ liệu khách)"
  1102. #: dselect/pkgdisplay.cc:38
  1103. msgid "new package"
  1104. msgstr "gói mới"
  1105. #: dselect/pkgdisplay.cc:39
  1106. msgid "install"
  1107. msgstr "cài đặt"
  1108. #: dselect/pkgdisplay.cc:40
  1109. msgid "hold"
  1110. msgstr "giữ lại"
  1111. #: dselect/pkgdisplay.cc:41
  1112. msgid "remove"
  1113. msgstr "gỡ bỏ"
  1114. #: dselect/pkgdisplay.cc:42
  1115. msgid "purge"
  1116. msgstr "tẩy"
  1117. #: dselect/pkgdisplay.cc:48
  1118. msgid " "
  1119. msgstr " "
  1120. #: dselect/pkgdisplay.cc:49
  1121. msgid "REINSTALL"
  1122. msgstr "CÀI_ĐẶT_LẠI"
  1123. #: dselect/pkgdisplay.cc:52
  1124. msgid "not installed"
  1125. msgstr "chưa cài đặt"
  1126. #: dselect/pkgdisplay.cc:53
  1127. msgid "unpacked (not set up)"
  1128. msgstr "đã mở gói (chưa thiết lập)"
  1129. #: dselect/pkgdisplay.cc:54
  1130. msgid "failed config"
  1131. msgstr "cấu hình bị lỗi"
  1132. #: dselect/pkgdisplay.cc:55
  1133. msgid "installed"
  1134. msgstr "đã cài đặt"
  1135. #: dselect/pkgdisplay.cc:56
  1136. msgid "half installed"
  1137. msgstr "đã cài một nửa"
  1138. #: dselect/pkgdisplay.cc:57
  1139. msgid "removed (configs remain)"
  1140. msgstr "đã gỡ bỏ (vẫn còn cấu hình)"
  1141. #: dselect/pkgdisplay.cc:60
  1142. msgid "Required"
  1143. msgstr "Yêu cầu"
  1144. #: dselect/pkgdisplay.cc:61
  1145. msgid "Important"
  1146. msgstr "Quan trọng"
  1147. #: dselect/pkgdisplay.cc:62
  1148. msgid "Standard"
  1149. msgstr "Cơ bản"
  1150. #: dselect/pkgdisplay.cc:63
  1151. msgid "Recommended"
  1152. msgstr "Khuyên"
  1153. #: dselect/pkgdisplay.cc:64
  1154. msgid "Optional"
  1155. msgstr "Tùy chọn"
  1156. #: dselect/pkgdisplay.cc:65
  1157. msgid "Extra"
  1158. msgstr "Thêm"
  1159. #: dselect/pkgdisplay.cc:66
  1160. msgid "Contrib"
  1161. msgstr "Góp"
  1162. #: dselect/pkgdisplay.cc:67
  1163. msgid "!Bug!"
  1164. msgstr "!Lỗi!"
  1165. #: dselect/pkgdisplay.cc:68
  1166. msgid "Unclassified"
  1167. msgstr "Chưa phân loại"
  1168. #: dselect/pkgdisplay.cc:71
  1169. msgid "suggests"
  1170. msgstr "đề nghị"
  1171. #: dselect/pkgdisplay.cc:72
  1172. msgid "recommends"
  1173. msgstr "khuyên"
  1174. #: dselect/pkgdisplay.cc:73
  1175. msgid "depends on"
  1176. msgstr "phụ thuộc vào"
  1177. #: dselect/pkgdisplay.cc:74
  1178. msgid "pre-depends on"
  1179. msgstr "phụ thuộc trước vào"
  1180. #: dselect/pkgdisplay.cc:75
  1181. msgid "breaks with"
  1182. msgstr ""
  1183. #: dselect/pkgdisplay.cc:76
  1184. msgid "conflicts with"
  1185. msgstr "xung đột với"
  1186. #: dselect/pkgdisplay.cc:77
  1187. msgid "provides"
  1188. msgstr "cung cấp"
  1189. #: dselect/pkgdisplay.cc:78
  1190. msgid "replaces"
  1191. msgstr "thay thế"
  1192. #: dselect/pkgdisplay.cc:79
  1193. msgid "enhances"
  1194. msgstr "tăng cường"
  1195. #: dselect/pkgdisplay.cc:82
  1196. msgid "Req"
  1197. msgstr "Cần"
  1198. #: dselect/pkgdisplay.cc:83
  1199. msgid "Imp"
  1200. msgstr "Qtg"
  1201. #: dselect/pkgdisplay.cc:84
  1202. msgid "Std"
  1203. msgstr "Chn"
  1204. #: dselect/pkgdisplay.cc:85
  1205. msgid "Rec"
  1206. msgstr "Nên"
  1207. #: dselect/pkgdisplay.cc:86
  1208. msgid "Opt"
  1209. msgstr "TCh"
  1210. #: dselect/pkgdisplay.cc:87
  1211. msgid "Xtr"
  1212. msgstr "Nữa"
  1213. #: dselect/pkgdisplay.cc:88
  1214. msgid "Ctb"
  1215. msgstr "Góp"
  1216. #: dselect/pkgdisplay.cc:89
  1217. msgid "bUG"
  1218. msgstr "lỗi"
  1219. #: dselect/pkgdisplay.cc:90
  1220. msgid "?"
  1221. msgstr "?"
  1222. #: dselect/pkgdisplay.cc:98 dselect/pkgdisplay.cc:118
  1223. msgid "Broken"
  1224. msgstr "Bị vỡ"
  1225. #: dselect/pkgdisplay.cc:99
  1226. msgid "New"
  1227. msgstr "Mới"
  1228. #: dselect/pkgdisplay.cc:100
  1229. msgid "Updated"
  1230. msgstr "Đã cập nhật"
  1231. #: dselect/pkgdisplay.cc:101
  1232. msgid "Obsolete/local"
  1233. msgstr "Đã cũ/nội bộ"
  1234. #: dselect/pkgdisplay.cc:102
  1235. msgid "Up-to-date"
  1236. msgstr "Hiện thời"
  1237. #: dselect/pkgdisplay.cc:103
  1238. msgid "Available"
  1239. msgstr "Có sẵn"
  1240. #: dselect/pkgdisplay.cc:104 dselect/pkgdisplay.cc:120
  1241. msgid "Removed"
  1242. msgstr "Đã gỡ bỏ"
  1243. #: dselect/pkgdisplay.cc:105 dselect/pkgdisplay.cc:114
  1244. msgid "Brokenly installed packages"
  1245. msgstr "Gói đã cài nhưng bị vỡ"
  1246. #: dselect/pkgdisplay.cc:106
  1247. msgid "Newly available packages"
  1248. msgstr "Những gói mới sẵn sàng"
  1249. #: dselect/pkgdisplay.cc:107
  1250. msgid "Updated packages (newer version is available)"
  1251. msgstr "Những gói cập nhật (có sẵn phiên bản mới hơn)"
  1252. #: dselect/pkgdisplay.cc:108
  1253. msgid "Obsolete and local packages present on system"
  1254. msgstr "Có những gói đã cũ và gói nội bộ trong hệ thống"
  1255. #: dselect/pkgdisplay.cc:109
  1256. msgid "Up to date installed packages"
  1257. msgstr "Những gói đã cài đặt phiên bản mới nhất"
  1258. #: dselect/pkgdisplay.cc:110
  1259. msgid "Available packages (not currently installed)"
  1260. msgstr "Những gói có sẵn (nhưng chưa cài đặt)"
  1261. #: dselect/pkgdisplay.cc:111
  1262. msgid "Removed and no longer available packages"
  1263. msgstr "Những gói đã gỡ bỏ và không còn nữa"
  1264. #: dselect/pkgdisplay.cc:115
  1265. msgid "Installed packages"
  1266. msgstr "Những gói đã cài đặt"
  1267. #: dselect/pkgdisplay.cc:116
  1268. msgid "Removed packages (configuration still present)"
  1269. msgstr "Những gói đã gỡ bỏ (nhưng vẫn còn cấu hình)"
  1270. #: dselect/pkgdisplay.cc:117
  1271. msgid "Purged packages and those never installed"
  1272. msgstr "Những gói đã tẩy và gói chưa bao giờ được cài đặt"
  1273. #: dselect/pkgdisplay.cc:119
  1274. msgid "Installed"
  1275. msgstr "Đã cài đặt"
  1276. #: dselect/pkgdisplay.cc:121
  1277. msgid "Purged"
  1278. msgstr "Đã tẩy"
  1279. #: dselect/pkgdisplay.cc:201
  1280. msgid "dselect - recursive package listing"
  1281. msgstr "dselect — danh sách gói đệ quy"
  1282. #: dselect/pkgdisplay.cc:202
  1283. msgid "dselect - inspection of package states"
  1284. msgstr "dselect — sự kiểm tra trạng thái các gói"
  1285. #: dselect/pkgdisplay.cc:203
  1286. msgid "dselect - main package listing"
  1287. msgstr "dselect — danh sách gói chính"
  1288. #: dselect/pkgdisplay.cc:211
  1289. msgid " (by section)"
  1290. msgstr " (theo phần)"
  1291. #: dselect/pkgdisplay.cc:214
  1292. msgid " (avail., section)"
  1293. msgstr " (sẵn, phần)"
  1294. #: dselect/pkgdisplay.cc:217
  1295. msgid " (status, section)"
  1296. msgstr " (trạng thái, phần)"
  1297. #: dselect/pkgdisplay.cc:226
  1298. msgid " (by priority)"
  1299. msgstr " (theo ưu tiên)"
  1300. #: dselect/pkgdisplay.cc:229
  1301. msgid " (avail., priority)"
  1302. msgstr " (sẵn, ưu tiên)"
  1303. #: dselect/pkgdisplay.cc:232
  1304. msgid " (status, priority)"
  1305. msgstr " (trạng thái, ưu tiên)"
  1306. #: dselect/pkgdisplay.cc:241 dselect/pkgdisplay.cc:253
  1307. msgid " (alphabetically)"
  1308. msgstr " (theo bảng chữ cái)"
  1309. #: dselect/pkgdisplay.cc:244
  1310. msgid " (by availability)"
  1311. msgstr " (theo khả năng sẵn)"
  1312. #: dselect/pkgdisplay.cc:247
  1313. msgid " (by status)"
  1314. msgstr " (theo trạng thái)"
  1315. #: dselect/pkgdisplay.cc:261
  1316. msgid " mark:+/=/- terse:v help:?"
  1317. msgstr " dấu:+/=/- ngắn gọn:v trợ giúp:?"
  1318. #: dselect/pkgdisplay.cc:262
  1319. msgid " mark:+/=/- verbose:v help:?"
  1320. msgstr " dấu:+/=/- chi tiết:v trợ giúp:?"
  1321. #: dselect/pkgdisplay.cc:263
  1322. msgid " terse:v help:?"
  1323. msgstr " ngắn gọn:v trợ giúp:?"
  1324. #: dselect/pkgdisplay.cc:264
  1325. msgid " verbose:v help:?"
  1326. msgstr " chi tiết:v trợ giúp:?"
  1327. #: dselect/pkginfo.cc:82
  1328. msgid ""
  1329. "The line you have highlighted represents many packages; if you ask to "
  1330. "install, remove, hold, etc. it you will affect all the packages which match "
  1331. "the criterion shown.\n"
  1332. "\n"
  1333. "If you move the highlight to a line for a particular package you will see "
  1334. "information about that package displayed here.\n"
  1335. "You can use `o' and `O' to change the sort order and give yourself the "
  1336. "opportunity to mark packages in different kinds of groups."
  1337. msgstr ""
  1338. "Dòng vừa chiếu sáng có nhiều gói; hành động cài đặt, gỡ bỏ, giữ lại, v.v... "
  1339. "sẽ ảnh hưởng đến mọi gói tương ứng với tiêu chuẩn chỉ ra.\n"
  1340. "\n"
  1341. "Nếu di chuyển chiếu sáng tới một dòng của một gói nào đó, thì sẽ thấy thông "
  1342. "tin về gói đó hiển thị ở đây.\n"
  1343. "Có thể dùng « o » và « O » để thay đổi thứ tự sắp xếp và tạo điều kiện cho "
  1344. "việc đánh dấu các gói trong các dạng nhóm khác nhau."
  1345. #: dselect/pkginfo.cc:95
  1346. #, fuzzy
  1347. msgid "Interrelationships"
  1348. msgstr "quan hệ qua lại"
  1349. #: dselect/pkginfo.cc:112
  1350. #, fuzzy
  1351. msgid "No description available."
  1352. msgstr "không có mô tả."
  1353. #: dselect/pkginfo.cc:130
  1354. #, fuzzy
  1355. msgid "Installed control file information"
  1356. msgstr "thông tin điều khiển đã cài đặt cho "
  1357. #: dselect/pkginfo.cc:146
  1358. #, fuzzy
  1359. msgid "Available control file information"
  1360. msgstr "phiên bản có sẵn của thông tin tập tin điều khiển"
  1361. #: dselect/pkglist.cc:123 dselect/pkglist.cc:124
  1362. msgid "<null>"
  1363. msgstr "<rỗng>"
  1364. #: dselect/pkglist.cc:507
  1365. msgid "invalid search option given"
  1366. msgstr "đưa ra tuỳ chọn tìm kiếm không hợp lệ"
  1367. #: dselect/pkglist.cc:521
  1368. msgid "error in regular expression"
  1369. msgstr "gặp lỗi trong biểu thức chính quy"
  1370. #: dselect/pkgsublist.cc:105
  1371. msgid " does not appear to be available\n"
  1372. msgstr " có vẻ không có sẵn\n"
  1373. #: dselect/pkgsublist.cc:122
  1374. msgid " or "
  1375. msgstr " hoặc "
  1376. #: dselect/pkgtop.cc:56
  1377. msgid "All"
  1378. msgstr "Mọi"
  1379. #: dselect/pkgtop.cc:78
  1380. msgid "All packages"
  1381. msgstr "Mọi gói"
  1382. #: dselect/pkgtop.cc:82
  1383. #, c-format
  1384. msgid "%s packages without a section"
  1385. msgstr "%s gói không nằm trong phần"
  1386. #: dselect/pkgtop.cc:84
  1387. #, c-format
  1388. msgid "%s packages in section %s"
  1389. msgstr "%s gói trong phần %s"
  1390. #: dselect/pkgtop.cc:90
  1391. #, c-format
  1392. msgid "%s %s packages"
  1393. msgstr "%s %s gói"
  1394. #: dselect/pkgtop.cc:94
  1395. #, c-format
  1396. msgid "%s %s packages without a section"
  1397. msgstr "%s %s gói không nằm trong phần"
  1398. #: dselect/pkgtop.cc:96
  1399. #, c-format
  1400. msgid "%s %s packages in section %s"
  1401. msgstr "%s %s gói trong phần %s"
  1402. #: dselect/pkgtop.cc:117
  1403. #, c-format
  1404. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1405. msgstr "%-*s %s%s%s; %s (đã là: %s). %s"
  1406. #: dselect/pkgtop.cc:269
  1407. msgid "Error"
  1408. msgstr "Lỗi"
  1409. #: dselect/pkgtop.cc:273
  1410. msgid "Installed?"
  1411. msgstr "Đã cài?"
  1412. #: dselect/pkgtop.cc:277
  1413. msgid "Old mark"
  1414. msgstr "Dấu cũ"
  1415. #: dselect/pkgtop.cc:281
  1416. msgid "Marked for"
  1417. msgstr "Dấu cho"
  1418. #: dselect/pkgtop.cc:284
  1419. msgid "EIOM"
  1420. msgstr "EIOM"
  1421. #: dselect/pkgtop.cc:286
  1422. msgid "Section"
  1423. msgstr "Phần"
  1424. #: dselect/pkgtop.cc:287
  1425. msgid "Priority"
  1426. msgstr "Ưu tiên"
  1427. #: dselect/pkgtop.cc:288
  1428. msgid "Package"
  1429. msgstr "Gói"
  1430. #: dselect/pkgtop.cc:292
  1431. msgid "Inst.ver"
  1432. msgstr "Bản_cài"
  1433. #: dselect/pkgtop.cc:295
  1434. msgid "Avail.ver"
  1435. msgstr "Bản_có"
  1436. #~ msgid "interrelationships affecting "
  1437. #~ msgstr "ảnh hưởng quan hệ qua lại "
  1438. #~ msgid "description of "
  1439. #~ msgstr "mô tả về "
  1440. #~ msgid "description"
  1441. #~ msgstr "mô tả"
  1442. #~ msgid "currently installed control info"
  1443. #~ msgstr "thông tin điều khiển hiện thời đã cài đặt"
  1444. #~ msgid "available version of control info for "
  1445. #~ msgstr "phiên bản có sẵn của thông tin điều khiển cho "