vi.po 56 KB

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