vi.po 55 KB

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