vi.po 55 KB

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