vi.po 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737
  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: 2007-05-08 04:15+0300\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:166
  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:170
  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:174
  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:177
  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:181
  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:185
  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:190
  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:203
  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:259
  123. #, fuzzy
  124. msgid "Keybindings"
  125. msgstr "tổ hợp phím"
  126. #: dselect/baselist.cc:307
  127. #, c-format
  128. msgid " -- %d%%, press "
  129. msgstr " -- %d%%, nhấn "
  130. #: dselect/baselist.cc:310
  131. #, c-format
  132. msgid "%s for more"
  133. msgstr "%s để xem thêm"
  134. #: dselect/baselist.cc:314
  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 "
  462. "hoa\n"
  463. "(xem màn hình trợ giúp phím).\n"
  464. "Có thể dùng « Q » viết hoa để bắt buộc chương trình chấp nhận\n"
  465. "tình huống đã hiển thị, trong trường hợp muốn bỏ qua những lời khuyên\n"
  466. "hoặc nghĩ rằng chương trình đã nhầm.\n"
  467. "\n"
  468. "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"
  469. "hãy nhớ : nhấn « ? » để xem trợ giúp.\n"
  470. #: dselect/helpmsgs.cc:121
  471. msgid "Display, part 1: package listing and status chars"
  472. msgstr "Màn hình, phần 1: danh sách gói và ký tự trạng thái"
  473. #: dselect/helpmsgs.cc:121
  474. msgid ""
  475. "The top half of the screen shows a list of packages. For each package you "
  476. "see\n"
  477. "four columns for its current status on the system and mark. In terse mode "
  478. "(use\n"
  479. "`v' to toggle verbose display) these are single characters, from left to "
  480. "right:\n"
  481. "\n"
  482. " Error flag: Space - no error (but package may be in broken state - see "
  483. "below)\n"
  484. " `R' - serious error during installation, needs "
  485. "reinstallation;\n"
  486. " Installed state: Space - not installed;\n"
  487. " `*' - installed;\n"
  488. " `-' - not installed but config files remain;\n"
  489. " packages in { `U' - unpacked but not yet configured;\n"
  490. " these states { `C' - half-configured (an error happened);\n"
  491. " are broken { `I' - half-installed (an error happened).\n"
  492. " Old mark: what was requested for this package before presenting this list;\n"
  493. " Mark: what is requested for this package:\n"
  494. " `*': marked for installation or upgrade;\n"
  495. " `-': marked for removal, but any configuration files will remain;\n"
  496. " `=': on hold: package will not be processed at all;\n"
  497. " `_': marked for purge completely - even remove configuration;\n"
  498. " `n': package is new and has yet to be marked for install/remove/&c.\n"
  499. "\n"
  500. "Also displayed are each package's Priority, Section, name, installed and\n"
  501. "available version numbers (shift-V to display/hide) and summary "
  502. "description.\n"
  503. msgstr ""
  504. "Nửa trên của màn hình hiển thị danh sách các gói.\n"
  505. "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"
  506. "Trong chế độ ngắn gọn (dùng « v » để chuyển sang chế độ chi tiết)\n"
  507. "chúng là những ký tự đơn, từ trái sang phải:\n"
  508. "\n"
  509. " Cờ lỗi:\n"
  510. "\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"
  511. "\tR\t\t\t\t\t lỗi nghiêm trọng khi cài đặt, cần cài đặt lại;\n"
  512. "Trạng thái cài đặt:\n"
  513. "\tDấu cách\t\t chưa cài đặt;\n"
  514. "\t*\t\t\t\t\t đã cài đặt;\n"
  515. "\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"
  516. " GÓI {\tU\t\t\tđã mở gói nhưng chưa cấu hình;\n"
  517. " \tBỊ { \tC\t\t\tcấu hình một nửa (gặp lỗi);\n"
  518. " \tVỠ { \tI\t\t\tcài đặt một nửa (gặp lỗi).\n"
  519. "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"
  520. "Dấu\t\t\tcái hiện thời yêu cầu đối với gói này:\n"
  521. "\t*\t\t\t\t\tcài đặt hoặc nâng cấp;\n"
  522. "\t-\t\t\t\t\tgỡ bỏ, nhưng vẫn giữ lại các tập tin cấu hình;\n"
  523. "\t=\t\t\t\t\tgiữ lại: sẽ không xử lý gói cả;\n"
  524. "\t_\t\t\t\t\ttẩy hoàn toàn — thậm chí cả cấu hình;\n"
  525. "\tn\t\t\t\t\tgói mới nên chưa đánh dấu để cài đặt/gỡ bỏ/v.v..\n"
  526. "\n"
  527. "Đồ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"
  528. "(phím tắt Shift-V để hiện/ẩn) mỗi gói và mô tả tóm tắt chung.\n"
  529. #: dselect/helpmsgs.cc:147
  530. msgid "Display, part 2: list highlight; information display"
  531. msgstr "Màn hình, phần 2: chiếu sáng danh sách; màn hình thông tin"
  532. #: dselect/helpmsgs.cc:147
  533. msgid ""
  534. "* Highlight: One line in the package list will be highlighted. It "
  535. "indicates\n"
  536. " which package(s) will be affected by presses of `+', `-' and `_'.\n"
  537. "\n"
  538. "* The dividing line in the middle of the screen shows a brief explanation "
  539. "of\n"
  540. " the status of the currently-highlighted package, or a description of "
  541. "which\n"
  542. " group is highlighted if a group line is. If you don't understand the\n"
  543. " meaning of some of the status characters displayed, go to the relevant\n"
  544. " package and look at this divider line, or use the `v' key for a verbose\n"
  545. " display (press `v' again to go back to the terse display).\n"
  546. "\n"
  547. "* The bottom of the screen shows more information about the\n"
  548. " currently-highlighted package (if there is only one).\n"
  549. "\n"
  550. " It can show an extended description of the package, the internal package\n"
  551. " control details (either for the installed or available version of the\n"
  552. " package), or information about conflicts and dependencies involving the\n"
  553. " current package (in conflict/dependency resolution sublists).\n"
  554. "\n"
  555. " Use the `i' key to cycle through the displays, and `I' to hide the\n"
  556. " information display or expand it to use almost all of the screen.\n"
  557. msgstr ""
  558. "* Chiếu sáng: Sẽ chiếu sáng một dòng trong danh sách gói. Chiếu sáng\n"
  559. " chỉ ra gói nào sẽ bị ảnh hưởng khi nhấn phím « + », « - » và « _ ».\n"
  560. "\n"
  561. "• 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"
  562. " 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"
  563. " đó 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"
  564. " 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"
  565. " dụng phím « v » để bật/tắt hiển thị mô tả chi tiết/ngắn gọn.\n"
  566. "• Phần đáy màn hình hiển thị thông tin thêm về gói đang được chiếu\n"
  567. " sáng (nếu có).\n"
  568. "\n"
  569. " 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"
  570. " 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"
  571. " xung đột và phụ thuộc mà gói gây ra\n"
  572. " (trong danh sách con xung đột/phụ thuộc).\n"
  573. "\n"
  574. " Dùng phím « i » để chuyển quanh các màn hình, và « I » để ẩn màn hình\n"
  575. " thông tin hay mở rộng để nó chiếu gần hết màn hình.\n"
  576. #: dselect/helpmsgs.cc:171
  577. msgid "Introduction to method selection display"
  578. msgstr "Giới thiệu màn hình chọn phương pháp"
  579. #: dselect/helpmsgs.cc:171
  580. msgid ""
  581. "dselect and dpkg can do automatic installation, loading the package files to "
  582. "be\n"
  583. "installed from one of a number of different possible places.\n"
  584. "\n"
  585. "This list allows you to select one of these installation methods.\n"
  586. "\n"
  587. "Move the highlight to the method you wish to use, and hit Enter. You will "
  588. "then\n"
  589. "be prompted for the information required to do the installation.\n"
  590. "\n"
  591. "As you move the highlight a description of each method, where available, is\n"
  592. "displayed in the bottom half of the screen.\n"
  593. "\n"
  594. "If you wish to quit without changing anything use the `x' key while in the "
  595. "list\n"
  596. "of installation methods.\n"
  597. "\n"
  598. "A full list of keystrokes is available by pressing `k' now, or from the "
  599. "help\n"
  600. "menu reachable by pressing `?'.\n"
  601. msgstr ""
  602. "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"
  603. "từ một trong số những nơi có thể dùng.\n"
  604. "\n"
  605. "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"
  606. "\n"
  607. "Di chuyển chiếu sáng tới phương pháp muốn dùng, và nhấn phím Enter.\n"
  608. "Sau đó sẽ có nhắc về thông tin cần thiết cho việc cài đặt.\n"
  609. "\n"
  610. "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"
  611. "ở nửa dưới của màn hình.\n"
  612. "\n"
  613. "Nếu muốn thoát mà không thay đổi gì thì dùng phím « x » khi trong danh sách\n"
  614. "các phương pháp cài đặt.\n"
  615. "\n"
  616. "Nhấn phím « k » để xem danh sách đầy đủ các phím tắt,\n"
  617. "hoặc từ trình đơn trợ giúp bằng cách nhấn phím « ? ».\n"
  618. #: dselect/helpmsgs.cc:191
  619. msgid "Keystrokes for method selection"
  620. msgstr "Phím tắt để chọn phương pháp"
  621. #: dselect/helpmsgs.cc:191
  622. #, fuzzy
  623. msgid ""
  624. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  625. " j, Down-arrow k, Up-arrow move highlight\n"
  626. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  627. " ^n ^p scroll list by 1 line\n"
  628. " t, Home e, End jump to top/end of list\n"
  629. " u d scroll info by 1 page\n"
  630. " ^u ^d scroll info by 1 line\n"
  631. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  632. " ^b ^f pan display by 1 character\n"
  633. "(These are the same motion keys as in the package list display.)\n"
  634. "\n"
  635. "Quit:\n"
  636. " Return, Enter select this method and go to its configuration dialogue\n"
  637. " x, X exit without changing or setting up the installation "
  638. "method\n"
  639. "\n"
  640. "Miscellaneous:\n"
  641. " ?, Help, F1 request help\n"
  642. " ^l redraw display\n"
  643. " / search (just return to cancel)\n"
  644. " \\ repeat last search\n"
  645. msgstr ""
  646. "Phím di chuyển: Kế/Trước, Đầu/Cuối, Lên/Xuống, Lùi/Tiếp:\n"
  647. " n, Mũi tên xuống p, Mũi tên lên di chuyển chiếu sáng\n"
  648. " N, Page-down, Phím dài P, Page-up, Xóa lùi cuộn 1 trang danh sách\n"
  649. " ^n ^p cuộn 1 dòng danh sách\n"
  650. " t, Home e, End nhảy tới đầu/cuối danh sách\n"
  651. " u d cuộn 1 trang thông tin\n"
  652. " ^u ^d cuộn 1 dòng thông tin\n"
  653. " B, Mũi tên trái F, Mũi tên phải kéo ngang 1/3 màn hình\n"
  654. " ^b ^f kéo ngang màn hình theo 1 ký "
  655. "tự\n"
  656. "(Các phím di chuyển trong danh sách gói là tương tự.)\n"
  657. "\n"
  658. "Thoát:\n"
  659. " Return, Enter chọn phương pháp này và đi tới hộp thoại cấu hình nó\n"
  660. " x, X thoát và bỏ mọi thay đổi hoặc thiết lập phương pháp cài "
  661. "đặt\n"
  662. "\n"
  663. "Khác:\n"
  664. " ?, Help, F1 \tyêu cầu trợ giúp\n"
  665. " ^l \t\tvẽ lại màn hình\n"
  666. " / \t\ttìm kiếm (đơn giản nhấn Return để thôi)\n"
  667. " \\ \t\tlặp lại tìm kiếm cuối cùng\n"
  668. #: dselect/main.cc:52
  669. msgid "Type dselect --help for help."
  670. msgstr "Gõ « dselect --help » để xem trợ giúp."
  671. #: dselect/main.cc:135
  672. msgid "a"
  673. msgstr "a"
  674. #: dselect/main.cc:135
  675. msgid "[A]ccess"
  676. msgstr "[A]Truy cập"
  677. #: dselect/main.cc:135
  678. msgid "Choose the access method to use."
  679. msgstr "Chọn phương pháp truy cập để sử dụng."
  680. #: dselect/main.cc:136
  681. msgid "u"
  682. msgstr "u"
  683. #: dselect/main.cc:136
  684. msgid "[U]pdate"
  685. msgstr "[U]Cập nhật"
  686. #: dselect/main.cc:136
  687. msgid "Update list of available packages, if possible."
  688. msgstr "Cập nhật danh sách những gói có sẵn, nếu có thể."
  689. #: dselect/main.cc:137
  690. msgid "s"
  691. msgstr "s"
  692. #: dselect/main.cc:137
  693. msgid "[S]elect"
  694. msgstr "[S]Chọn"
  695. #: dselect/main.cc:137
  696. msgid "Request which packages you want on your system."
  697. msgstr "Yêu cầu những gói muốn có trên hệ thống."
  698. #: dselect/main.cc:138
  699. msgid "i"
  700. msgstr "i"
  701. #: dselect/main.cc:138
  702. msgid "[I]nstall"
  703. msgstr "[I]Cài"
  704. #: dselect/main.cc:138
  705. msgid "Install and upgrade wanted packages."
  706. msgstr "Cài đặt và nâng cấp các gói mong muốn."
  707. #: dselect/main.cc:139
  708. msgid "c"
  709. msgstr "c"
  710. #: dselect/main.cc:139
  711. msgid "[C]onfig"
  712. msgstr "[C]ấu hình"
  713. #: dselect/main.cc:139
  714. msgid "Configure any packages that are unconfigured."
  715. msgstr "Cấu hình những gói còn chưa được cấu hình."
  716. #: dselect/main.cc:140
  717. msgid "r"
  718. msgstr "r"
  719. #: dselect/main.cc:140
  720. msgid "[R]emove"
  721. msgstr "[R]Gỡ bỏ"
  722. #: dselect/main.cc:140
  723. msgid "Remove unwanted software."
  724. msgstr "Gỡ bỏ phần mềm không mong muốn."
  725. #: dselect/main.cc:141
  726. msgid "q"
  727. msgstr "q"
  728. #: dselect/main.cc:141
  729. msgid "[Q]uit"
  730. msgstr "[Q]Thoát"
  731. #: dselect/main.cc:141
  732. msgid "Quit dselect."
  733. msgstr "Thoát khỏi dselect."
  734. #: dselect/main.cc:142
  735. msgid "menu"
  736. msgstr "trình đơn"
  737. #: dselect/main.cc:147
  738. #, c-format
  739. msgid "Debian `%s' package handling frontend version %s.\n"
  740. msgstr "Tiền tiêu quản lý gói Debian « %s » phiên bản %s.\n"
  741. #: dselect/main.cc:150
  742. msgid ""
  743. "Copyright (C) 1994-1996 Ian Jackson.\n"
  744. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  745. msgstr ""
  746. "Bản quyền © nam 1994-1996 Ian Jackson.\n"
  747. "Bản quyền © năm 2000,2001 Wichert Akkerman.\n"
  748. #: dselect/main.cc:154
  749. #, c-format
  750. msgid ""
  751. "This is free software; see the GNU General Public License version 2 or\n"
  752. "later for copying conditions. There is NO warranty.\n"
  753. "See %s --license for copyright and license details.\n"
  754. msgstr ""
  755. "Đây là phần mềm tự do, hãy xem Quyền Công Chung GNU (GPL)\n"
  756. "phiên bản 2 hoặc mới hơn để biết điều kiện sao chép.\n"
  757. "KHÔNG có bản đảm gì cả.\n"
  758. "Hãy xem « %s --licence » để biết điều kiện _quyền phép_.\n"
  759. #: dselect/main.cc:168
  760. #, c-format
  761. msgid ""
  762. "Usage: %s [<option> ...] [<action> ...]\n"
  763. "\n"
  764. msgstr ""
  765. "Cách sử dụng: %s [<tùy_chọn> ...] [<hành_động> ...]\n"
  766. "\n"
  767. #: dselect/main.cc:172
  768. #, c-format
  769. msgid ""
  770. "Options:\n"
  771. " --admindir <directory> Use <directory> instead of %s.\n"
  772. " --expert Turn on expert mode.\n"
  773. " --debug <file> | -D<file> Turn on debugging, sending output to <file>.\n"
  774. " --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
  775. " Configure screen colours.\n"
  776. "\n"
  777. msgstr ""
  778. "Tùy chọn:\n"
  779. " --admindir <thư_mục>\tdùng thư mục này thay cho %s.\n"
  780. "\t[_thư mục quản trị_]\n"
  781. " --expert \tBật chế độ _cấp cao_.\n"
  782. " --debug <tập_tin> | -D<tập_tin>\n"
  783. "\t\t\t\t\tBật khả năng _gỡ lỗi_, xuất vào tập tin này.\n"
  784. " --colour | --color screenpart:[cảnh_gần],[nền][:TT[+TT+..]]\n"
  785. "\t[TT là thuộc tính]\tcấu hình màu sắc màn hình\n"
  786. "\n"
  787. #: dselect/main.cc:181
  788. #, c-format
  789. msgid ""
  790. " --help Show this help message.\n"
  791. " --version Show the version.\n"
  792. " --license | --licence Show the license.\n"
  793. "\n"
  794. msgstr ""
  795. " --help Hiện _trợ giúp_ này.\n"
  796. " --version Hiện _phiên bản_.\n"
  797. " --license | --licence Hiện _giấy phép_.\n"
  798. "\n"
  799. #: dselect/main.cc:187
  800. #, c-format
  801. msgid ""
  802. "Actions:\n"
  803. " access update select install config remove quit\n"
  804. "\n"
  805. msgstr ""
  806. "Hành động:\n"
  807. " • access\t\ttruy cập\n"
  808. " • update\t\tcập nhật\n"
  809. " • select\t\tlựa chọn\n"
  810. " • install\t\tcài đặt\n"
  811. " • config\t\tcấu hình (viết tắt)\n"
  812. " • remove\tgỡ bỏ\n"
  813. " • quit\t\tthoát\n"
  814. #: dselect/main.cc:191
  815. #, c-format
  816. msgid "Screenparts:\n"
  817. msgstr "Các phần màn hình:\n"
  818. #: dselect/main.cc:196
  819. #, c-format
  820. msgid "Colours:\n"
  821. msgstr "Màu sắc:\n"
  822. #: dselect/main.cc:201
  823. #, c-format
  824. msgid "Attributes:\n"
  825. msgstr "Thuộc tính:\n"
  826. #: dselect/main.cc:221
  827. #, c-format
  828. msgid "couldn't open debug file `%.255s'\n"
  829. msgstr "không thể mở tập tin gỡ lỗi « %.250s »\n"
  830. #: dselect/main.cc:236
  831. #, c-format
  832. msgid "Invalid %s `%s'\n"
  833. msgstr "%s không hợp lệ « %s »\n"
  834. #: dselect/main.cc:253
  835. msgid "screen part"
  836. msgstr "phần màn hình"
  837. #: dselect/main.cc:259
  838. msgid "Null colour specification\n"
  839. msgstr "Đặc tả màu rỗng\n"
  840. #: dselect/main.cc:267 dselect/main.cc:272
  841. msgid "colour"
  842. msgstr "màu"
  843. #: dselect/main.cc:280
  844. msgid "colour attribute"
  845. msgstr "thuộc tính màu"
  846. #: dselect/main.cc:314
  847. msgid "Terminal does not appear to support cursor addressing.\n"
  848. msgstr "Thiết bị cuỗi có vẻ không hỗ trợ cách gán địa chỉ cho con chạy.\n"
  849. #: dselect/main.cc:316
  850. msgid "Terminal does not appear to support highlighting.\n"
  851. msgstr "Thiết bị cuỗi có vẻ không hỗ trợ chiếu sáng.\n"
  852. #: dselect/main.cc:318
  853. #, c-format
  854. msgid ""
  855. "Set your TERM variable correctly, use a better terminal,\n"
  856. "or make do with the per-package management tool %s.\n"
  857. msgstr ""
  858. "Hãy đặt đúng giá trị biến TERM, dùng một thiết bị cuối tốt hơn,\n"
  859. "hoặc làm việc với công cụ quản lý theo từng gói %s.\n"
  860. #: dselect/main.cc:321
  861. msgid "terminal lacks necessary features, giving up"
  862. msgstr "thiết bị cuối thiếu tính năng cần thiết, đầu hàng"
  863. #: dselect/main.cc:399
  864. msgid ""
  865. "\n"
  866. "\n"
  867. "Move around with ^P and ^N, cursor keys, initial letters, or digits;\n"
  868. "Press <enter> to confirm selection. ^L redraws screen.\n"
  869. "\n"
  870. msgstr ""
  871. "\n"
  872. "\n"
  873. "Di chuyển bằng ^P và ^N, phím mũi tên, chữ cái đầu, hoặc chữ số;\n"
  874. "Nhấn phím Enter để chọn. ^L vẽ lại màn hình.\n"
  875. "\n"
  876. #: dselect/main.cc:414
  877. msgid ""
  878. "\n"
  879. "\n"
  880. "Read-only access: only preview of selections is available!"
  881. msgstr ""
  882. "\n"
  883. "\n"
  884. "Truy cập chỉ đọc: chỉ có sẵn xem trước các lựa chọn."
  885. #: dselect/main.cc:433
  886. msgid "failed to getch in main menu"
  887. msgstr "việc getch (đọc từng ký tự khi gõ) vào trình đơn chính bị lỗi"
  888. #: dselect/main.cc:506
  889. #, c-format
  890. msgid "unknown action string `%.50s'"
  891. msgstr "chuỗi hành động không rõ « %.250s »"
  892. #: dselect/methlist.cc:78
  893. msgid "dselect - list of access methods"
  894. msgstr "dselect — danh sách các phương pháp truy cập"
  895. #: dselect/methlist.cc:87
  896. #, c-format
  897. msgid "Access method `%s'."
  898. msgstr "Phương pháp truy cập « %s »"
  899. #: dselect/methlist.cc:121
  900. msgid "Abbrev."
  901. msgstr "Viết tắt"
  902. #: dselect/methlist.cc:122 dselect/pkginfo.cc:107 dselect/pkgtop.cc:297
  903. msgid "Description"
  904. msgstr "Mô tả"
  905. #: dselect/methlist.cc:166
  906. msgid "doupdate failed"
  907. msgstr "việc doupdate (chạy tiến trình cập nhật) bị lỗi"
  908. #: dselect/methlist.cc:168
  909. msgid "failed to unblock SIGWINCH"
  910. msgstr "việc bỏ ngăn chặn SIGWINCH bị lỗi"
  911. #: dselect/methlist.cc:172
  912. msgid "failed to re-block SIGWINCH"
  913. msgstr "việc ngăn chặn lại SIGWINCH bị lỗi"
  914. #: dselect/methlist.cc:173
  915. msgid "getch failed"
  916. msgstr "việc getch (đọc từng ký tự khi gõ) bị lỗi"
  917. #: dselect/methlist.cc:177 dselect/pkgdepcon.cc:243
  918. msgid "[none]"
  919. msgstr "[không có]"
  920. #: dselect/methlist.cc:191
  921. #, fuzzy
  922. msgid "Explanation"
  923. msgstr "giải thích về "
  924. #: dselect/methlist.cc:200
  925. msgid "No explanation available."
  926. msgstr "Không có giải thích sẵn sàng."
  927. #: dselect/method.cc:64
  928. #, c-format
  929. msgid ""
  930. "\n"
  931. "\n"
  932. "%s: %s\n"
  933. msgstr ""
  934. "\n"
  935. "\n"
  936. "%s: %s\n"
  937. #: dselect/method.cc:67
  938. msgid ""
  939. "\n"
  940. "Press <enter> to continue."
  941. msgstr ""
  942. "\n"
  943. "Nhấn phím Enter để tiếp tục lại."
  944. #: dselect/method.cc:144
  945. #, c-format
  946. msgid "error un-catching signal %d: %s\n"
  947. msgstr "gặp lỗi khi bỏ bắt tín hiệu %d: %s\n"
  948. #: dselect/method.cc:162
  949. #, c-format
  950. msgid "unable to ignore signal %d before running %.250s"
  951. msgstr "không thể lời đi tín hiệu %d trước khi chạy %.250s"
  952. #: dselect/method.cc:169
  953. #, c-format
  954. msgid "unable to run %.250s process `%.250s'"
  955. msgstr "không thể chạy tiến trình %.250s « %.250s »"
  956. #: dselect/method.cc:173
  957. #, c-format
  958. msgid "unable to wait for %.250s"
  959. msgstr "không thể chờ %.250s"
  960. #: dselect/method.cc:175
  961. #, c-format
  962. msgid "got wrong child's status - asked for %ld, got %ld"
  963. 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"
  964. #: dselect/method.cc:186
  965. #, c-format
  966. msgid "returned error exit status %d.\n"
  967. msgstr "trả lại trạng thái thoát ra lỗi %d.\n"
  968. #: dselect/method.cc:190
  969. #, c-format
  970. msgid "was interrupted.\n"
  971. msgstr "đã bị gián đoạn.\n"
  972. #: dselect/method.cc:192
  973. #, c-format
  974. msgid "was terminated by a signal: %s.\n"
  975. msgstr "đã bị dừng bởi tín hiệu: %s.\n"
  976. #: dselect/method.cc:195
  977. #, c-format
  978. msgid "(It left a coredump.)\n"
  979. msgstr "(Nó để lại một coredump (bộ đổ lõi).)\n"
  980. #: dselect/method.cc:197
  981. #, c-format
  982. msgid "failed with an unknown wait return code %d.\n"
  983. msgstr "thất bại với một mã trả lại chờ không rõ %d.\n"
  984. #: dselect/method.cc:199
  985. #, c-format
  986. msgid "Press <enter> to continue.\n"
  987. msgstr "Nhấn phím Enter để tiếp tục lại.\n"
  988. #: dselect/method.cc:201
  989. msgid "write error on standard error"
  990. msgstr "lỗi ghi trên thiết bị lỗi chuẩn"
  991. #: dselect/method.cc:204
  992. msgid "error reading acknowledgement of program failure message"
  993. msgstr "gặp lỗi khi đọc sự thừa nhận thông điệp lỗi của chương trình"
  994. #: dselect/method.cc:235
  995. msgid "update available list script"
  996. msgstr "cập nhật tập lệnh danh sách có sẵn"
  997. #: dselect/method.cc:239
  998. msgid "installation script"
  999. msgstr "tập lệnh cài đặt"
  1000. #: dselect/method.cc:287
  1001. msgid "query/setup script"
  1002. msgstr "tập lệnh truy vấn/thiết lập"
  1003. #: dselect/methparse.cc:53
  1004. #, c-format
  1005. msgid "syntax error in method options file `%.250s' -- %s"
  1006. msgstr "lỗi cú pháp trong tập tin tùy chọn phương pháp « %.250s » -- %s"
  1007. #: dselect/methparse.cc:58
  1008. #, c-format
  1009. msgid "error reading options file `%.250s'"
  1010. msgstr "gặp lỗi khi đọc tập tin tùy chọn « %.250s »"
  1011. #: dselect/methparse.cc:86
  1012. #, c-format
  1013. msgid "unable to read `%.250s' directory for reading methods"
  1014. msgstr "không thể đọc thư mục « %.250s » để các phương pháp đọc"
  1015. #: dselect/methparse.cc:100
  1016. #, c-format
  1017. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  1018. msgstr "phương pháp « %.250s » có tên quá dài (%d > %d ký tự)"
  1019. #: dselect/methparse.cc:111
  1020. #, c-format
  1021. msgid "unable to access method script `%.250s'"
  1022. msgstr "không thể truy cập tập lệnh phương pháp « %.250s »"
  1023. #: dselect/methparse.cc:117
  1024. #, c-format
  1025. msgid "unable to read method options file `%.250s'"
  1026. msgstr "không thể đọc tập tin tùy chọn phương pháp « %.250s »"
  1027. #: dselect/methparse.cc:140
  1028. msgid "non-digit where digit wanted"
  1029. msgstr "không phải chữ số ở chỗ cần chữ số"
  1030. #: dselect/methparse.cc:143
  1031. msgid "EOF in index string"
  1032. msgstr "gặp kết thúc tập tin trong chuỗi chỉ mục"
  1033. #: dselect/methparse.cc:146
  1034. msgid "index string too long"
  1035. msgstr "chuỗi chỉ mục quá dài"
  1036. #: dselect/methparse.cc:149
  1037. msgid "newline before option name start"
  1038. msgstr "dòng mới trước khi bắt đầu tên tùy chọn"
  1039. #: dselect/methparse.cc:151
  1040. msgid "EOF before option name start"
  1041. msgstr "gặp kết thúc tập tin trước khi bắt đầu tên tùy chọn"
  1042. #: dselect/methparse.cc:155
  1043. msgid "nonalpha where option name start wanted"
  1044. msgstr "không phải chữ cái ở chỗ cần bắt đầu tên tùy chọn"
  1045. #: dselect/methparse.cc:157
  1046. msgid "non-alphanum in option name"
  1047. msgstr "không phải chữ cái hay số ở trong tên tùy chọn"
  1048. #: dselect/methparse.cc:160
  1049. msgid "EOF in option name"
  1050. msgstr "gặp kết thúc tập tin trong tên tùy chọn"
  1051. #: dselect/methparse.cc:165
  1052. msgid "newline before summary"
  1053. msgstr "dòng mới trước tổng kết"
  1054. #: dselect/methparse.cc:167
  1055. msgid "EOF before summary"
  1056. msgstr "gặp kết thúc tập tin trước tổng kết"
  1057. #: dselect/methparse.cc:173
  1058. msgid "EOF in summary - missing newline"
  1059. msgstr "gặp kết thúc tập tin trong tổng kết — thiếu dòng mới"
  1060. #: dselect/methparse.cc:183
  1061. #, c-format
  1062. msgid "unable to open option description file `%.250s'"
  1063. msgstr "không thể mở tập tin mô tả tùy chọn « %.250s »"
  1064. #: dselect/methparse.cc:187
  1065. #, c-format
  1066. msgid "unable to stat option description file `%.250s'"
  1067. msgstr "không thể lấy các thông tin về tập tin mô tả tùy chọn « %.250s »"
  1068. #: dselect/methparse.cc:191
  1069. #, c-format
  1070. msgid "failed to read option description file `%.250s'"
  1071. msgstr "không thể đọc tập tin mô tả tùy chọn « %.250s »"
  1072. #: dselect/methparse.cc:194
  1073. #, c-format
  1074. msgid "error during read of option description file `%.250s'"
  1075. msgstr "gặp lỗi trong khi đọc tập tin mô tả tùy chọn « %.250s »"
  1076. #: dselect/methparse.cc:216
  1077. #, c-format
  1078. msgid "error during read of method options file `%.250s'"
  1079. msgstr "gặp lỗi trong khi đọc tập tin tùy chọn phương pháp « %.250s »"
  1080. #: dselect/methparse.cc:246
  1081. #, c-format
  1082. msgid "unable to open current option file `%.250s'"
  1083. msgstr "không thể mở tập tin tùy chọn hiện thời « %.250s »"
  1084. #: dselect/methparse.cc:284
  1085. #, c-format
  1086. msgid "unable to open new option file `%.250s'"
  1087. msgstr "không thể mở tập tin tùy chọn mới « %.250s »"
  1088. #: dselect/methparse.cc:287
  1089. #, c-format
  1090. msgid "unable to write new option to `%.250s'"
  1091. msgstr "không thể ghi tùy chọn mới tới « %.250s »"
  1092. #: dselect/methparse.cc:290
  1093. #, c-format
  1094. msgid "unable to close new option file `%.250s'"
  1095. msgstr "không thể đóng tập tin tùy chọn mới « %.250s »"
  1096. #: dselect/methparse.cc:292
  1097. #, c-format
  1098. msgid "unable to install new option as `%.250s'"
  1099. msgstr "không thể cài đặt tùy chọn mới dạng « %.250s »"
  1100. #: dselect/pkgdepcon.cc:215
  1101. msgid "(no clientdata)"
  1102. msgstr "(không dữ liệu khách)"
  1103. #: dselect/pkgdisplay.cc:38
  1104. msgid "new package"
  1105. msgstr "gói mới"
  1106. #: dselect/pkgdisplay.cc:39
  1107. msgid "install"
  1108. msgstr "cài đặt"
  1109. #: dselect/pkgdisplay.cc:40
  1110. msgid "hold"
  1111. msgstr "giữ lại"
  1112. #: dselect/pkgdisplay.cc:41
  1113. msgid "remove"
  1114. msgstr "gỡ bỏ"
  1115. #: dselect/pkgdisplay.cc:42
  1116. msgid "purge"
  1117. msgstr "tẩy"
  1118. #: dselect/pkgdisplay.cc:48
  1119. msgid " "
  1120. msgstr " "
  1121. #: dselect/pkgdisplay.cc:49
  1122. msgid "REINSTALL"
  1123. msgstr "CÀI_ĐẶT_LẠI"
  1124. #: dselect/pkgdisplay.cc:52
  1125. msgid "not installed"
  1126. msgstr "chưa cài đặt"
  1127. #: dselect/pkgdisplay.cc:53
  1128. msgid "unpacked (not set up)"
  1129. msgstr "đã mở gói (chưa thiết lập)"
  1130. #: dselect/pkgdisplay.cc:54
  1131. msgid "failed config"
  1132. msgstr "cấu hình bị lỗi"
  1133. #: dselect/pkgdisplay.cc:55
  1134. msgid "installed"
  1135. msgstr "đã cài đặt"
  1136. #: dselect/pkgdisplay.cc:56
  1137. msgid "half installed"
  1138. msgstr "đã cài một nửa"
  1139. #: dselect/pkgdisplay.cc:57
  1140. msgid "removed (configs remain)"
  1141. msgstr "đã gỡ bỏ (vẫn còn cấu hình)"
  1142. #: dselect/pkgdisplay.cc:60
  1143. msgid "Required"
  1144. msgstr "Yêu cầu"
  1145. #: dselect/pkgdisplay.cc:61
  1146. msgid "Important"
  1147. msgstr "Quan trọng"
  1148. #: dselect/pkgdisplay.cc:62
  1149. msgid "Standard"
  1150. msgstr "Cơ bản"
  1151. #: dselect/pkgdisplay.cc:63
  1152. msgid "Recommended"
  1153. msgstr "Khuyên"
  1154. #: dselect/pkgdisplay.cc:64
  1155. msgid "Optional"
  1156. msgstr "Tùy chọn"
  1157. #: dselect/pkgdisplay.cc:65
  1158. msgid "Extra"
  1159. msgstr "Thêm"
  1160. #: dselect/pkgdisplay.cc:66
  1161. msgid "Contrib"
  1162. msgstr "Góp"
  1163. #: dselect/pkgdisplay.cc:67
  1164. msgid "!Bug!"
  1165. msgstr "!Lỗi!"
  1166. #: dselect/pkgdisplay.cc:68
  1167. msgid "Unclassified"
  1168. msgstr "Chưa phân loại"
  1169. #: dselect/pkgdisplay.cc:71
  1170. msgid "suggests"
  1171. msgstr "đề nghị"
  1172. #: dselect/pkgdisplay.cc:72
  1173. msgid "recommends"
  1174. msgstr "khuyên"
  1175. #: dselect/pkgdisplay.cc:73
  1176. msgid "depends on"
  1177. msgstr "phụ thuộc vào"
  1178. #: dselect/pkgdisplay.cc:74
  1179. msgid "pre-depends on"
  1180. msgstr "phụ thuộc trước vào"
  1181. #: dselect/pkgdisplay.cc:75
  1182. msgid "breaks with"
  1183. msgstr ""
  1184. #: dselect/pkgdisplay.cc:76
  1185. msgid "conflicts with"
  1186. msgstr "xung đột với"
  1187. #: dselect/pkgdisplay.cc:77
  1188. msgid "provides"
  1189. msgstr "cung cấp"
  1190. #: dselect/pkgdisplay.cc:78
  1191. msgid "replaces"
  1192. msgstr "thay thế"
  1193. #: dselect/pkgdisplay.cc:79
  1194. msgid "enhances"
  1195. msgstr "tăng cường"
  1196. #: dselect/pkgdisplay.cc:82
  1197. msgid "Req"
  1198. msgstr "Cần"
  1199. #: dselect/pkgdisplay.cc:83
  1200. msgid "Imp"
  1201. msgstr "Qtg"
  1202. #: dselect/pkgdisplay.cc:84
  1203. msgid "Std"
  1204. msgstr "Chn"
  1205. #: dselect/pkgdisplay.cc:85
  1206. msgid "Rec"
  1207. msgstr "Nên"
  1208. #: dselect/pkgdisplay.cc:86
  1209. msgid "Opt"
  1210. msgstr "TCh"
  1211. #: dselect/pkgdisplay.cc:87
  1212. msgid "Xtr"
  1213. msgstr "Nữa"
  1214. #: dselect/pkgdisplay.cc:88
  1215. msgid "Ctb"
  1216. msgstr "Góp"
  1217. #: dselect/pkgdisplay.cc:89
  1218. msgid "bUG"
  1219. msgstr "lỗi"
  1220. #: dselect/pkgdisplay.cc:90
  1221. msgid "?"
  1222. msgstr "?"
  1223. #: dselect/pkgdisplay.cc:98 dselect/pkgdisplay.cc:118
  1224. msgid "Broken"
  1225. msgstr "Bị vỡ"
  1226. #: dselect/pkgdisplay.cc:99
  1227. msgid "New"
  1228. msgstr "Mới"
  1229. #: dselect/pkgdisplay.cc:100
  1230. msgid "Updated"
  1231. msgstr "Đã cập nhật"
  1232. #: dselect/pkgdisplay.cc:101
  1233. msgid "Obsolete/local"
  1234. msgstr "Đã cũ/nội bộ"
  1235. #: dselect/pkgdisplay.cc:102
  1236. msgid "Up-to-date"
  1237. msgstr "Hiện thời"
  1238. #: dselect/pkgdisplay.cc:103
  1239. msgid "Available"
  1240. msgstr "Có sẵn"
  1241. #: dselect/pkgdisplay.cc:104 dselect/pkgdisplay.cc:120
  1242. msgid "Removed"
  1243. msgstr "Đã gỡ bỏ"
  1244. #: dselect/pkgdisplay.cc:105 dselect/pkgdisplay.cc:114
  1245. msgid "Brokenly installed packages"
  1246. msgstr "Gói đã cài nhưng bị vỡ"
  1247. #: dselect/pkgdisplay.cc:106
  1248. msgid "Newly available packages"
  1249. msgstr "Những gói mới sẵn sàng"
  1250. #: dselect/pkgdisplay.cc:107
  1251. msgid "Updated packages (newer version is available)"
  1252. msgstr "Những gói cập nhật (có sẵn phiên bản mới hơn)"
  1253. #: dselect/pkgdisplay.cc:108
  1254. msgid "Obsolete and local packages present on system"
  1255. msgstr "Có những gói đã cũ và gói nội bộ trong hệ thống"
  1256. #: dselect/pkgdisplay.cc:109
  1257. msgid "Up to date installed packages"
  1258. msgstr "Những gói đã cài đặt phiên bản mới nhất"
  1259. #: dselect/pkgdisplay.cc:110
  1260. msgid "Available packages (not currently installed)"
  1261. msgstr "Những gói có sẵn (nhưng chưa cài đặt)"
  1262. #: dselect/pkgdisplay.cc:111
  1263. msgid "Removed and no longer available packages"
  1264. msgstr "Những gói đã gỡ bỏ và không còn nữa"
  1265. #: dselect/pkgdisplay.cc:115
  1266. msgid "Installed packages"
  1267. msgstr "Những gói đã cài đặt"
  1268. #: dselect/pkgdisplay.cc:116
  1269. msgid "Removed packages (configuration still present)"
  1270. msgstr "Những gói đã gỡ bỏ (nhưng vẫn còn cấu hình)"
  1271. #: dselect/pkgdisplay.cc:117
  1272. msgid "Purged packages and those never installed"
  1273. msgstr "Những gói đã tẩy và gói chưa bao giờ được cài đặt"
  1274. #: dselect/pkgdisplay.cc:119
  1275. msgid "Installed"
  1276. msgstr "Đã cài đặt"
  1277. #: dselect/pkgdisplay.cc:121
  1278. msgid "Purged"
  1279. msgstr "Đã tẩy"
  1280. #: dselect/pkgdisplay.cc:201
  1281. msgid "dselect - recursive package listing"
  1282. msgstr "dselect — danh sách gói đệ quy"
  1283. #: dselect/pkgdisplay.cc:202
  1284. msgid "dselect - inspection of package states"
  1285. msgstr "dselect — sự kiểm tra trạng thái các gói"
  1286. #: dselect/pkgdisplay.cc:203
  1287. msgid "dselect - main package listing"
  1288. msgstr "dselect — danh sách gói chính"
  1289. #: dselect/pkgdisplay.cc:211
  1290. msgid " (by section)"
  1291. msgstr " (theo phần)"
  1292. #: dselect/pkgdisplay.cc:214
  1293. msgid " (avail., section)"
  1294. msgstr " (sẵn, phần)"
  1295. #: dselect/pkgdisplay.cc:217
  1296. msgid " (status, section)"
  1297. msgstr " (trạng thái, phần)"
  1298. #: dselect/pkgdisplay.cc:226
  1299. msgid " (by priority)"
  1300. msgstr " (theo ưu tiên)"
  1301. #: dselect/pkgdisplay.cc:229
  1302. msgid " (avail., priority)"
  1303. msgstr " (sẵn, ưu tiên)"
  1304. #: dselect/pkgdisplay.cc:232
  1305. msgid " (status, priority)"
  1306. msgstr " (trạng thái, ưu tiên)"
  1307. #: dselect/pkgdisplay.cc:241 dselect/pkgdisplay.cc:253
  1308. msgid " (alphabetically)"
  1309. msgstr " (theo bảng chữ cái)"
  1310. #: dselect/pkgdisplay.cc:244
  1311. msgid " (by availability)"
  1312. msgstr " (theo khả năng sẵn)"
  1313. #: dselect/pkgdisplay.cc:247
  1314. msgid " (by status)"
  1315. msgstr " (theo trạng thái)"
  1316. #: dselect/pkgdisplay.cc:261
  1317. msgid " mark:+/=/- terse:v help:?"
  1318. msgstr " dấu:+/=/- ngắn gọn:v trợ giúp:?"
  1319. #: dselect/pkgdisplay.cc:262
  1320. msgid " mark:+/=/- verbose:v help:?"
  1321. msgstr " dấu:+/=/- chi tiết:v trợ giúp:?"
  1322. #: dselect/pkgdisplay.cc:263
  1323. msgid " terse:v help:?"
  1324. msgstr " ngắn gọn:v trợ giúp:?"
  1325. #: dselect/pkgdisplay.cc:264
  1326. msgid " verbose:v help:?"
  1327. msgstr " chi tiết:v trợ giúp:?"
  1328. #: dselect/pkginfo.cc:82
  1329. msgid ""
  1330. "The line you have highlighted represents many packages; if you ask to "
  1331. "install, remove, hold, etc. it you will affect all the packages which match "
  1332. "the criterion shown.\n"
  1333. "\n"
  1334. "If you move the highlight to a line for a particular package you will see "
  1335. "information about that package displayed here.\n"
  1336. "You can use `o' and `O' to change the sort order and give yourself the "
  1337. "opportunity to mark packages in different kinds of groups."
  1338. msgstr ""
  1339. "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... "
  1340. "sẽ ảnh hưởng đến mọi gói tương ứng với tiêu chuẩn chỉ ra.\n"
  1341. "\n"
  1342. "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 "
  1343. "tin về gói đó hiển thị ở đây.\n"
  1344. "Có thể dùng « o » và « O » để thay đổi thứ tự sắp xếp và tạo điều kiện cho "
  1345. "việc đánh dấu các gói trong các dạng nhóm khác nhau."
  1346. #: dselect/pkginfo.cc:95
  1347. #, fuzzy
  1348. msgid "Interrelationships"
  1349. msgstr "quan hệ qua lại"
  1350. #: dselect/pkginfo.cc:112
  1351. #, fuzzy
  1352. msgid "No description available."
  1353. msgstr "không có mô tả."
  1354. #: dselect/pkginfo.cc:130
  1355. #, fuzzy
  1356. msgid "Installed control file information"
  1357. msgstr "thông tin điều khiển đã cài đặt cho "
  1358. #: dselect/pkginfo.cc:146
  1359. #, fuzzy
  1360. msgid "Available control file information"
  1361. msgstr "phiên bản có sẵn của thông tin tập tin điều khiển"
  1362. #: dselect/pkglist.cc:123 dselect/pkglist.cc:124
  1363. msgid "<null>"
  1364. msgstr "<rỗng>"
  1365. #: dselect/pkglist.cc:507
  1366. msgid "invalid search option given"
  1367. msgstr "đưa ra tuỳ chọn tìm kiếm không hợp lệ"
  1368. #: dselect/pkglist.cc:521
  1369. msgid "error in regular expression"
  1370. msgstr "gặp lỗi trong biểu thức chính quy"
  1371. #: dselect/pkgsublist.cc:105
  1372. msgid " does not appear to be available\n"
  1373. msgstr " có vẻ không có sẵn\n"
  1374. #: dselect/pkgsublist.cc:122
  1375. msgid " or "
  1376. msgstr " hoặc "
  1377. #: dselect/pkgtop.cc:56
  1378. msgid "All"
  1379. msgstr "Mọi"
  1380. #: dselect/pkgtop.cc:78
  1381. msgid "All packages"
  1382. msgstr "Mọi gói"
  1383. #: dselect/pkgtop.cc:82
  1384. #, c-format
  1385. msgid "%s packages without a section"
  1386. msgstr "%s gói không nằm trong phần"
  1387. #: dselect/pkgtop.cc:84
  1388. #, c-format
  1389. msgid "%s packages in section %s"
  1390. msgstr "%s gói trong phần %s"
  1391. #: dselect/pkgtop.cc:90
  1392. #, c-format
  1393. msgid "%s %s packages"
  1394. msgstr "%s %s gói"
  1395. #: dselect/pkgtop.cc:94
  1396. #, c-format
  1397. msgid "%s %s packages without a section"
  1398. msgstr "%s %s gói không nằm trong phần"
  1399. #: dselect/pkgtop.cc:96
  1400. #, c-format
  1401. msgid "%s %s packages in section %s"
  1402. msgstr "%s %s gói trong phần %s"
  1403. #: dselect/pkgtop.cc:117
  1404. #, c-format
  1405. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1406. msgstr "%-*s %s%s%s; %s (đã là: %s). %s"
  1407. #: dselect/pkgtop.cc:269
  1408. msgid "Error"
  1409. msgstr "Lỗi"
  1410. #: dselect/pkgtop.cc:273
  1411. msgid "Installed?"
  1412. msgstr "Đã cài?"
  1413. #: dselect/pkgtop.cc:277
  1414. msgid "Old mark"
  1415. msgstr "Dấu cũ"
  1416. #: dselect/pkgtop.cc:281
  1417. msgid "Marked for"
  1418. msgstr "Dấu cho"
  1419. #: dselect/pkgtop.cc:284
  1420. msgid "EIOM"
  1421. msgstr "EIOM"
  1422. #: dselect/pkgtop.cc:286
  1423. msgid "Section"
  1424. msgstr "Phần"
  1425. #: dselect/pkgtop.cc:287
  1426. msgid "Priority"
  1427. msgstr "Ưu tiên"
  1428. #: dselect/pkgtop.cc:288
  1429. msgid "Package"
  1430. msgstr "Gói"
  1431. #: dselect/pkgtop.cc:292
  1432. msgid "Inst.ver"
  1433. msgstr "Bản_cài"
  1434. #: dselect/pkgtop.cc:295
  1435. msgid "Avail.ver"
  1436. msgstr "Bản_có"
  1437. #~ msgid "interrelationships affecting "
  1438. #~ msgstr "ảnh hưởng quan hệ qua lại "
  1439. #~ msgid "description of "
  1440. #~ msgstr "mô tả về "
  1441. #~ msgid "description"
  1442. #~ msgstr "mô tả"
  1443. #~ msgid "currently installed control info"
  1444. #~ msgstr "thông tin điều khiển hiện thời đã cài đặt"
  1445. #~ msgid "available version of control info for "
  1446. #~ msgstr "phiên bản có sẵn của thông tin điều khiển cho "