tl.po 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. # Tagalog translation file for dpkg
  2. # Copyright (C) 2005 Eric Pareja
  3. # This file is distributed under the same license as the package dpkg.
  4. # Eric Pareja, 2005
  5. #
  6. #
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: dpkg 1.13\n"
  10. "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
  11. "POT-Creation-Date: 2011-08-01 22:21+0200\n"
  12. "PO-Revision-Date: 2006-02-17 08:58+0200\n"
  13. "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
  14. "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
  15. "Language: tl\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: dselect/basecmds.cc:125
  20. msgid "Search for ? "
  21. msgstr "Maghanap ng ? "
  22. #: dselect/basecmds.cc:147
  23. msgid "Error: "
  24. msgstr "Error: "
  25. #: dselect/basecmds.cc:178
  26. msgid "Help: "
  27. msgstr "Tulong: "
  28. #: dselect/basecmds.cc:184
  29. msgid "Press ? for help menu, . for next topic, <space> to exit help."
  30. msgstr ""
  31. "Pindutin ang ? para sa menu ng tulong, . para sa susunod na paksa,\n"
  32. "<puwang> upang lumabas sa tulong."
  33. #: dselect/basecmds.cc:191
  34. msgid "Help information is available under the following topics:"
  35. msgstr ""
  36. "Ang magagamit niyong impormasyong makakatulong ay sa mga sumusunod na paksa:"
  37. #: dselect/basecmds.cc:199
  38. msgid ""
  39. "Press a key from the list above, <space> or `q' to exit help,\n"
  40. " or `.' (full stop) to read each help page in turn. "
  41. msgstr ""
  42. "Pindutin ang tiklado mula sa listahan sa itaas, <puwang> o `q' upang "
  43. "lumabas\n"
  44. "sa tulong o `.' (tuldok) upang basahin ang bawat pahina ng tulong. "
  45. #: dselect/basecmds.cc:205
  46. msgid "error reading keyboard in help"
  47. msgstr "error sa pagbasa ng tiklado habang nasa modong pagtulong"
  48. #: dselect/baselist.cc:57
  49. msgid "ioctl(TIOCGWINSZ) failed"
  50. msgstr "bigo ang ioctl(TIOCGWINSZ)"
  51. #: dselect/baselist.cc:60
  52. msgid "doupdate in SIGWINCH handler failed"
  53. msgstr "bigo ang doupdate sa handler ng SIGWINCH"
  54. #: dselect/baselist.cc:67
  55. msgid "failed to restore old SIGWINCH sigact"
  56. msgstr "bigong ibalik ang lumang SIGWINCH sigact"
  57. #: dselect/baselist.cc:69
  58. msgid "failed to restore old signal mask"
  59. msgstr "bigong ibalik ang lumang maskarang hudyat"
  60. #: dselect/baselist.cc:79
  61. msgid "failed to get old signal mask"
  62. msgstr "bigong makuha ang lumang maskarang hudyat"
  63. #: dselect/baselist.cc:80
  64. msgid "failed to get old SIGWINCH sigact"
  65. msgstr "bigong makuha ang lumang SIGWINCH sigact"
  66. #: dselect/baselist.cc:84
  67. msgid "failed to block SIGWINCH"
  68. msgstr "bigong iharang ang SIGWINCH"
  69. #: dselect/baselist.cc:89
  70. msgid "failed to set new SIGWINCH sigact"
  71. msgstr "bigong itakda ang bagong SIGWINCH sigact"
  72. #: dselect/baselist.cc:126
  73. msgid "failed to allocate colour pair"
  74. msgstr "bigo ang paglaan ng pares ng kulay"
  75. #: dselect/baselist.cc:167
  76. msgid "failed to create title window"
  77. msgstr "bigo ang paglikha ng bintana ng pamagat"
  78. #: dselect/baselist.cc:171
  79. msgid "failed to create whatinfo window"
  80. msgstr "bigo ang paglikha ng bintana ng whatinfo"
  81. #: dselect/baselist.cc:175
  82. msgid "failed to create baselist pad"
  83. msgstr "bigo ang paglikha ng baselist pad"
  84. #: dselect/baselist.cc:178
  85. msgid "failed to create heading pad"
  86. msgstr "bigo ang paglikha ng heading pad"
  87. #: dselect/baselist.cc:182
  88. msgid "failed to create thisstate pad"
  89. msgstr "bigo ang paglikha ng thisstate pad"
  90. #: dselect/baselist.cc:186
  91. msgid "failed to create info pad"
  92. msgstr "bigo ang paglikha ng info pad"
  93. #: dselect/baselist.cc:191
  94. msgid "failed to create query window"
  95. msgstr "bigo ang paglikha ng bintana ng tanong"
  96. #: dselect/baselist.cc:255
  97. #, fuzzy
  98. msgid "Keybindings"
  99. msgstr "mga keybinding"
  100. #: dselect/baselist.cc:303
  101. #, c-format
  102. msgid " -- %d%%, press "
  103. msgstr " -- %d%%, pindutin "
  104. #: dselect/baselist.cc:306
  105. #, c-format
  106. msgid "%s for more"
  107. msgstr "%s upang sumulong"
  108. #: dselect/baselist.cc:310
  109. #, c-format
  110. msgid "%s to go back"
  111. msgstr "%s upang bumalik"
  112. #: dselect/bindings.cc:78
  113. msgid "[not bound]"
  114. msgstr "[hindi nakatakda]"
  115. #: dselect/bindings.cc:82
  116. #, c-format
  117. msgid "[unk: %d]"
  118. msgstr "[di kilala: %d]"
  119. #: dselect/bindings.cc:139
  120. msgid "Scroll onwards through help/information"
  121. msgstr "Umabante sa tulong/impormasyon"
  122. #: dselect/bindings.cc:140
  123. msgid "Scroll backwards through help/information"
  124. msgstr "Umatras sa tulong/impormasyon"
  125. #: dselect/bindings.cc:141
  126. msgid "Move up"
  127. msgstr "Umakyat"
  128. #: dselect/bindings.cc:142
  129. msgid "Move down"
  130. msgstr "Bumaba"
  131. #: dselect/bindings.cc:143
  132. msgid "Go to top of list"
  133. msgstr "Pumunta sa puno ng listahan"
  134. #: dselect/bindings.cc:144
  135. msgid "Go to end of list"
  136. msgstr "Pumunta sa dulo ng listahan"
  137. #: dselect/bindings.cc:145
  138. msgid "Request help (cycle through help screens)"
  139. msgstr "Humingi ng tulong (iikot sa mga tabing ng payo)"
  140. #: dselect/bindings.cc:146
  141. msgid "Cycle through information displays"
  142. msgstr "Umikot sa mga tabing ng impormasyon"
  143. #: dselect/bindings.cc:147
  144. msgid "Redraw display"
  145. msgstr "Iguhit muli ang tabing"
  146. #: dselect/bindings.cc:148
  147. msgid "Scroll onwards through list by 1 line"
  148. msgstr "Umabante sa listahan ng isang linya"
  149. #: dselect/bindings.cc:149
  150. msgid "Scroll backwards through list by 1 line"
  151. msgstr "Umatras sa listahan ng isang linya"
  152. #: dselect/bindings.cc:150
  153. msgid "Scroll onwards through help/information by 1 line"
  154. msgstr "Umabante sa tulong/impormasyon ng isang linya"
  155. #: dselect/bindings.cc:151
  156. msgid "Scroll backwards through help/information by 1 line"
  157. msgstr "Umatras sa tulong/impormasyon ng isang linya"
  158. #: dselect/bindings.cc:152
  159. msgid "Scroll onwards through list"
  160. msgstr "Umabante sa listahan"
  161. #: dselect/bindings.cc:153
  162. msgid "Scroll backwards through list"
  163. msgstr "Umatras sa listahan"
  164. #: dselect/bindings.cc:156
  165. msgid "Mark package(s) for installation"
  166. msgstr "Markahan ang (mga) pakete na iluluklok"
  167. #: dselect/bindings.cc:157
  168. msgid "Mark package(s) for deinstallation"
  169. msgstr "Markahan ang (mga) pakete na tatanggalin"
  170. #: dselect/bindings.cc:158
  171. msgid "Mark package(s) for deinstall and purge"
  172. msgstr "Markahan ang (mga) pakete na tatanggalin at pupurgahin"
  173. #: dselect/bindings.cc:159
  174. msgid "Make highlight more specific"
  175. msgstr "Gawing mas-tiyak ang highlight"
  176. #: dselect/bindings.cc:160
  177. msgid "Make highlight less specific"
  178. msgstr "Gawing mas-malawak ang highlight"
  179. #: dselect/bindings.cc:161
  180. msgid "Search for a package whose name contains a string"
  181. msgstr "Hanapin ang paketeng may pangalang naglalaman ng isang string"
  182. #: dselect/bindings.cc:162
  183. msgid "Repeat last search."
  184. msgstr "Ulitin ang huling paghahanap."
  185. #: dselect/bindings.cc:163
  186. msgid "Swap sort order priority/section"
  187. msgstr "Ipagpalit ang pagkasunod-sunod antas/seksyon"
  188. #: dselect/bindings.cc:164
  189. msgid "Quit, confirming, and checking dependencies"
  190. msgstr "Lumabas, tiyakin at suriin ang mga dependensiya"
  191. #: dselect/bindings.cc:165
  192. msgid "Quit, confirming without check"
  193. msgstr "Lumabas, tiyakin ngunit walang pagsusuri"
  194. #: dselect/bindings.cc:166
  195. msgid "Quit, rejecting conflict/dependency suggestions"
  196. msgstr ""
  197. "Lumabas, huwag tanggapin ang mga mungkahi tungkol sa tunggalian/dependensiya"
  198. #: dselect/bindings.cc:167
  199. msgid "Abort - quit without making changes"
  200. msgstr "Huminto - lumabas na walang binabago"
  201. #: dselect/bindings.cc:168
  202. msgid "Revert to old state for all packages"
  203. msgstr "Bumalik sa nakaraang kalagayan para sa lahat ng mga pakete"
  204. #: dselect/bindings.cc:169
  205. msgid "Revert to suggested state for all packages"
  206. msgstr "Bumalik sa mungkahing kalagayan para sa lahat ng mga pakete"
  207. #: dselect/bindings.cc:170
  208. msgid "Revert to directly requested state for all packages"
  209. msgstr "Bumalik sa hiniling na kalagayan para sa lahat ng mga pakete"
  210. #: dselect/bindings.cc:171
  211. #, fuzzy
  212. msgid "Revert to currently installed state for all packages"
  213. msgstr "Bumalik sa hiniling na kalagayan para sa lahat ng mga pakete"
  214. #: dselect/bindings.cc:174
  215. msgid "Select currently-highlighted access method"
  216. msgstr "Piliin ang naka-highlight na paraan ng pag-akses"
  217. #: dselect/bindings.cc:175
  218. msgid "Quit without changing selected access method"
  219. msgstr "Lumabas na hindi binabago ang piniling paraan ng pag-akses"
  220. #: dselect/helpmsgs.cc:29
  221. msgid "Keystrokes"
  222. msgstr "Tiklado"
  223. #: dselect/helpmsgs.cc:29
  224. #, fuzzy
  225. msgid ""
  226. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  227. " j, Down-arrow k, Up-arrow move highlight\n"
  228. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  229. " ^n ^p scroll list by 1 line\n"
  230. " t, Home e, End jump to top/end of list\n"
  231. " u d scroll info by 1 page\n"
  232. " ^u ^d scroll info by 1 line\n"
  233. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  234. " ^b ^f pan display by 1 character\n"
  235. "\n"
  236. "Mark packages for later processing:\n"
  237. " +, Insert install or upgrade =, H hold in present state\n"
  238. " -, Delete remove :, G unhold: upgrade or leave "
  239. "uninstalled\n"
  240. " _ remove & purge config\n"
  241. " Miscellaneous:\n"
  242. "Quit, exit, overwrite (note capitals!): ?, F1 request help (also "
  243. "Help)\n"
  244. " Return Confirm, quit (check dependencies) i, I toggle/cycle info "
  245. "displays\n"
  246. " Q Confirm, quit (override dep.s) o, O cycle through sort "
  247. "options\n"
  248. " X, Esc eXit, abandoning any changes made v, V change status display "
  249. "opts\n"
  250. " R Revert to state before this list ^l redraw display\n"
  251. " U set all to sUggested state / search (Return to "
  252. "cancel)\n"
  253. " D set all to Directly requested state n, \\ repeat last search\n"
  254. msgstr ""
  255. "Pag-galaw: Sunod/Nakaraan, Puno/Dulo, Taas/Baba, Paatras/Paabante:\n"
  256. " Down-arrow, j Up-arrow, k move highlight\n"
  257. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  258. " ^n ^p scroll list by 1 line\n"
  259. " t, Home e, End jump to top/end of list\n"
  260. " u d scroll info by 1 page\n"
  261. " ^u ^d scroll info by 1 line\n"
  262. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  263. " ^b ^f pan display by 1 character\n"
  264. "\n"
  265. "Markahan ang mga pakete para sa pagproseso mamaya:\n"
  266. " +, Insert install or upgrade =, H hold in present state\n"
  267. " -, Delete remove :, G unhold: upgrade or leave "
  268. "uninstalled\n"
  269. " _ remove & purge config\n"
  270. " Miscellaneous:\n"
  271. "Quit, exit, overwrite (note capitals!): ?, F1 humingi ng tulong (also "
  272. "Help)\n"
  273. " Return Confirm, quit (check dependencies) i, I toggle/cycle info "
  274. "displays\n"
  275. " Q Confirm, quit (override dep.s) o, O cycle through sort "
  276. "options\n"
  277. " X, Esc eXit, abandoning any changes made v, V change status display "
  278. "opts\n"
  279. " R Revert to state before this list ^l redraw display\n"
  280. " U set all to sUggested state / search (Return to "
  281. "cancel)\n"
  282. " D set all to Directly requested state n, \\ ulitin ang huling "
  283. "paghanap\n"
  284. #: dselect/helpmsgs.cc:55
  285. msgid "Introduction to package selections"
  286. msgstr "Pagpapakilala sa pagpili ng mga pakete"
  287. #: dselect/helpmsgs.cc:55
  288. msgid ""
  289. "Welcome to dselect's main package listing.\n"
  290. "\n"
  291. "You will be presented with a list of packages which are installed or "
  292. "available\n"
  293. "for installation. You can navigate around the list using the cursor keys,\n"
  294. "mark packages for installation (using `+') or deinstallation (using `-').\n"
  295. "Packages can be marked either singly or in groups; initially you will see "
  296. "that\n"
  297. "the line `All packages' is selected. `+', `-' and so on will affect all "
  298. "the\n"
  299. "packages described by the highlighted line.\n"
  300. "\n"
  301. "Some of your choices will cause conflicts or dependency problems; you will "
  302. "be\n"
  303. "given a sub-list of the relevant packages, so that you can solve the "
  304. "problems.\n"
  305. "\n"
  306. "You should read the list of keys and the explanations of the display.\n"
  307. "Much on-line help is available, please make use of it - press `?' at\n"
  308. "any time for help.\n"
  309. "\n"
  310. "When you have finished selecting packages, press <enter> to confirm "
  311. "changes,\n"
  312. "or `X' to quit without saving changes. A final check on conflicts and\n"
  313. "dependencies will be done - here too you may see a sublist.\n"
  314. "\n"
  315. "Press <space> to leave help and enter the list now.\n"
  316. msgstr ""
  317. "Maligayang pagdating sa pangunahing listahan ng mga pakete sa dselect.\n"
  318. "\n"
  319. "Ipapakita sa inyo ang listahan ng mga pakete na naka-luklok o magagamit na\n"
  320. "iluluklok. Maaari kayong gumalaw sa listahan sa pamamagitan ng mga cursor "
  321. "key,\n"
  322. "markahan ang mga paketeng iiluluklok (gamitin ang `+') o tatanggalin "
  323. "(gamitin\n"
  324. "ang `-'). Ang mga pakete ay maaaring markahan ng isahan o sa grupo; sa "
  325. "umpisa\n"
  326. "makikita ninyo na ang linyang `Lahat ng pakete' ay nakapili. `+', `-' at iba "
  327. "pa\n"
  328. "ay makakaapekto sa lahat ng mga pakete na tinutukoy ng naka-highlight na "
  329. "linya.\n"
  330. "\n"
  331. "Ilan sa inyong mga pipiliin ay magkakaroon ng mga conflict o problema sa\n"
  332. "dependensiya; kayo ay bibigyan ng sub-list ng mga paketeng may kinalaman "
  333. "dito,\n"
  334. "upang inyong malutas ang mga problema.\n"
  335. "\n"
  336. "Dapat ninyong basahin ang talaan ng tiklado at mga paliwanag na "
  337. "nakadisplay.\n"
  338. "Maraming tulong na magagamit, mangyaring gamitin niyo ang mga ito - "
  339. "pindutin\n"
  340. "ang `?' kahit kailan para makamit ang tulong.\n"
  341. "\n"
  342. "Kapag natapos na kayong makapagpili ng mga pakete, pindutin ang <enter> "
  343. "upang\n"
  344. "tiyakin ang mga pagbabago, o `X' upang lumabas na hindi itatago ang mga "
  345. "pagbabago.\n"
  346. "May kahulihang pagsusuri ng mga conflict at dependensiya na gagawin - dito "
  347. "rin\n"
  348. "ay maaaring may ipakitang sublist.\n"
  349. "\n"
  350. "Pindutin ang <puwang> upang lumabas sa tulong at bumalik sa listahan "
  351. "ngayon.\n"
  352. #: dselect/helpmsgs.cc:80
  353. msgid "Introduction to read-only package list browser"
  354. msgstr "Pagpapakilala sa browser ng listahan ng mga pakete na pagbasa-lamang"
  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. "Maligayang pagdating sa pangunahing listahan ng mga pakete ng dselect.\n"
  376. "\n"
  377. "Ipapakita sa inyo ang listahan ng mga pakete na naka-luklok o magagamit "
  378. "para\n"
  379. "iluluklok. Dahil wala kayong pahintulot na kailangan upang baguhin ang "
  380. "kalagayan\n"
  381. "ng mga pakete, kayo ay nasa modang pagbasa-lamang. Maaari kayong gumalaw sa\n"
  382. "loob ng listahan sa pamamagitan ng mga cursor keys (mangyari na basahin ang\n"
  383. "tulong na pinamagatang `Tiklado'), tignan ang kalagayan ng mga pakete at "
  384. "basahin\n"
  385. "ang impormasyon tungkol sa kanila.\n"
  386. "\n"
  387. "Dapat ninyong basahin ang listahan ng maaaring pindutin at ang paliwanag na\n"
  388. "ipinapakita. Maraming tulong na magagamit, kaya't gamitin ito - pindutin "
  389. "ang\n"
  390. "`?' kahit kailan upang makamit ang tulong.\n"
  391. "\n"
  392. "Kapag tapos na kayong magbasa-basa, pindutin ang `Q' o <enter> upang "
  393. "lumabas.\n"
  394. "\n"
  395. "Pindutin ang <puwang> upang lumabas sa tulong at bumalik sa listahan "
  396. "ngayon.\n"
  397. #: dselect/helpmsgs.cc:99
  398. msgid "Introduction to conflict/dependency resolution sub-list"
  399. msgstr "Pagpapakilala sa sub-list ng pag-ayos ng conflict/dependensiya"
  400. #: dselect/helpmsgs.cc:99
  401. msgid ""
  402. "Dependency/conflict resolution - introduction.\n"
  403. "\n"
  404. "One or more of your choices have raised a conflict or dependency problem -\n"
  405. "some packages should only be installed in conjunction with certain others, "
  406. "and\n"
  407. "some combinations of packages may not be installed together.\n"
  408. "\n"
  409. "You will see a sub-list containing the packages involved. The bottom half "
  410. "of\n"
  411. "the display shows relevant conflicts and dependencies; use `i' to cycle "
  412. "between\n"
  413. "that, the package descriptions and the internal control information.\n"
  414. "\n"
  415. "A set of `suggested' packages has been calculated, and the initial markings "
  416. "in\n"
  417. "this sub-list have been set to match those, so you can just hit Return to\n"
  418. "accept the suggestions if you wish. You may abort the change(s) which "
  419. "caused\n"
  420. "the problem(s), and go back to the main list, by pressing capital `X'.\n"
  421. "\n"
  422. "You can also move around the list and change the markings so that they are "
  423. "more\n"
  424. "like what you want, and you can `reject' my suggestions by using the "
  425. "capital\n"
  426. "`D' or `R' keys (see the keybindings help screen). You can use capital `Q' "
  427. "to\n"
  428. "force me to accept the situation currently displayed, in case you want to\n"
  429. "override a recommendation or think that the program is mistaken.\n"
  430. "\n"
  431. "Press <space> to leave help and enter the sub-list; remember: press `?' for "
  432. "help.\n"
  433. msgstr ""
  434. "Pag-ayos ng conflict/dependensiya - pagpapakilala.\n"
  435. "\n"
  436. "May isa o ilan sa inyong mga pinili na nag-angat ng problemang conflict o\n"
  437. "dependensiya - may ilang mga pakete na kailangang iluluklok na may kasamang\n"
  438. "iba, at may iba namang kumbinasyon ng mga pakete na hindi maaaring "
  439. "iluluklok\n"
  440. "ng sabay.\n"
  441. "\n"
  442. "Makikita ninyo ang sub-list na naglalaman ng mga paketeng tinutukoy. Ang\n"
  443. "ibabang kalahati ng tabing ay nagpapakita ng mga conflict at dependensiya;\n"
  444. "gamitin ang `i' upang umikot dito, sa paglalarawan ng mga pakete at sa\n"
  445. "impormasyong control na panloob.\n"
  446. "\n"
  447. "May koleksyon ng mga pakete na `minumungkahi' na tinantsya, at mga "
  448. "panimulang\n"
  449. "mga marka sa sub-list na ito na nakatakda upang matapatan ito, upang maari\n"
  450. "niyo lamang pindutin ang Return upang tanggapin ang mga mungkahi kung "
  451. "inyong\n"
  452. "naisin. Maaari ding hintuin ang (mga) pagbabago na nagsanhi ng (mga) "
  453. "problema,\n"
  454. "at bumalik sa pangunahing listahan sa pagpindot ng capital `X'.\n"
  455. "\n"
  456. "Maaari din kayong gumalaw sa listahan at palitan ang mga marka upang "
  457. "tumugma\n"
  458. "sa inyong kagustuhan, at maaari ninyong hindian ang aking mga mungkahi sa\n"
  459. "pagpindot ng capital `D' o `R' (tignan ang tulong sa tiklado). Maaari "
  460. "niyong\n"
  461. "gamitin ang capital `Q' upang pilitin akong tanggapin ang kasalukuyang "
  462. "ayos,\n"
  463. "kung sakaling nais niyong i-override ang rekomendasyon o kung sa tingin niyo "
  464. "ay\n"
  465. "mali ang programa.\n"
  466. "\n"
  467. "Pindutin ang <puwang> upang lumabas sa tulong at pumasok sa sub-list;\n"
  468. "alalahanin: pindutin ang `?' para sa tulong.\n"
  469. #: dselect/helpmsgs.cc:125
  470. msgid "Display, part 1: package listing and status chars"
  471. msgstr "Display, ika-1 bahagi: listahan ng mga pakete at kalagayang titik"
  472. #: dselect/helpmsgs.cc:125
  473. #, fuzzy
  474. msgid ""
  475. "The top half of the screen shows a list of packages. For each package you "
  476. "see\n"
  477. "four columns for its current status on the system and mark. In terse mode "
  478. "(use\n"
  479. "`v' to toggle verbose display) these are single characters, from left to "
  480. "right:\n"
  481. "\n"
  482. " Error flag: Space - no error (but package may be in broken state - see "
  483. "below)\n"
  484. " `R' - serious error during installation, needs "
  485. "reinstallation;\n"
  486. " Installed state: Space - not installed;\n"
  487. " `*' - installed;\n"
  488. " `-' - not installed but config files remain;\n"
  489. " packages in these { `U' - unpacked but not yet configured;\n"
  490. " states are not { `C' - half-configured (an error happened);\n"
  491. " (quite) properly { `I' - half-installed (an error happened);\n"
  492. " installed { `W',`t' - triggers are awaited resp. pending.\n"
  493. " Old mark: what was requested for this package before presenting this list;\n"
  494. " Mark: what is requested for this package:\n"
  495. " `*': marked for installation or upgrade;\n"
  496. " `-': marked for removal, but any configuration files will remain;\n"
  497. " `=': on hold: package will not be processed at all;\n"
  498. " `_': marked for purge completely - even remove configuration;\n"
  499. " `n': package is new and has yet to be marked for install/remove/&c.\n"
  500. "\n"
  501. "Also displayed are each package's Priority, Section, name, installed and\n"
  502. "available version numbers (shift-V to display/hide) and summary "
  503. "description.\n"
  504. msgstr ""
  505. "Pinapakita sa itaas na kalahati ng tabing ang listahan ng mga pakete. Sa "
  506. "bawat\n"
  507. "pakete ay makikita ang apat na sunuran para sa kanyang kalagayan sa sistema "
  508. "at\n"
  509. "marka. Sa modong terse (gamitin ang `v' upang itoggle ang modong verbose) "
  510. "ito\n"
  511. "ay nag-iisang titik, mula kaliwa patungong kanan:\n"
  512. "\n"
  513. " Error flag:\n"
  514. " Puwang - walang error (maaaring ang pakete ay nasa kalagayang sira - "
  515. "basahin\n"
  516. " sa ibaba)\n"
  517. " `R' - mabigat na error sa pag-luklok, kinakailangang iluluklok "
  518. "muli;\n"
  519. "\n"
  520. " Kalagayang pagka-luklok:\n"
  521. " Puwang - hindi naka-luklok;\n"
  522. " `*' - naka-luklok;\n"
  523. " `-' - hindi naka-luklok pero may talaksang pagkaayos na naiwan;\n"
  524. "mga { `U' - nakabuklat pero hindi pa nakaayos;\n"
  525. "pakete { `C' - nakaayos na bitin (may error na naganap);\n"
  526. "dito { `I' - naka-luklok na bitin (may error na naganap).\n"
  527. "ay sira \n"
  528. "\n"
  529. " Lumang marka: ang hiniling para sa pakete bago pinakita ang listahan ito;\n"
  530. " Marka: ang hiniling para sa pakete na ito:\n"
  531. " `*': naka-marka para sa pag-luklok o apgreyd;\n"
  532. " `-': naka-marka para tanggalin, pero iiwanan ang mga talaksang "
  533. "pagkaayos;\n"
  534. " `=': naka-hold: hindi ipoproseso ang pakete;\n"
  535. " `_': naka-marka na tanggalin ng buo - tanggalin pati ang pagkaayos;\n"
  536. " `n': ang pakete ay bago at hindi pa namarkahan para sa luklok/pagtanggal/"
  537. "&c.\n"
  538. "\n"
  539. "Pinapakita rin ang Antas, Section, pangalan, bilang ng bersyon ng naka-"
  540. "luklok\n"
  541. "at maaaring gamitin na bersyon (shift-V upang ipakita/itago) at "
  542. "paglalarawang\n"
  543. "maikli ng bawat pakete.\n"
  544. #: dselect/helpmsgs.cc:152
  545. msgid "Display, part 2: list highlight; information display"
  546. msgstr "Display, ika-2 bahagi: listahang highlight; pagpakita ng impormasyon"
  547. #: dselect/helpmsgs.cc:152
  548. msgid ""
  549. "* Highlight: One line in the package list will be highlighted. It "
  550. "indicates\n"
  551. " which package(s) will be affected by presses of `+', `-' and `_'.\n"
  552. "\n"
  553. "* The dividing line in the middle of the screen shows a brief explanation "
  554. "of\n"
  555. " the status of the currently-highlighted package, or a description of "
  556. "which\n"
  557. " group is highlighted if a group line is. If you don't understand the\n"
  558. " meaning of some of the status characters displayed, go to the relevant\n"
  559. " package and look at this divider line, or use the `v' key for a verbose\n"
  560. " display (press `v' again to go back to the terse display).\n"
  561. "\n"
  562. "* The bottom of the screen shows more information about the\n"
  563. " currently-highlighted package (if there is only one).\n"
  564. "\n"
  565. " It can show an extended description of the package, the internal package\n"
  566. " control details (either for the installed or available version of the\n"
  567. " package), or information about conflicts and dependencies involving the\n"
  568. " current package (in conflict/dependency resolution sublists).\n"
  569. "\n"
  570. " Use the `i' key to cycle through the displays, and `I' to hide the\n"
  571. " information display or expand it to use almost all of the screen.\n"
  572. msgstr ""
  573. "* Highlight: Isang linya sa listahan ng pakete ay may highlight. "
  574. "Pinapahiwatig\n"
  575. " kung aling (mga) pakete ang apektado ng pagpindot ng `+', `-' at `_'.\n"
  576. "\n"
  577. "* Ang linyang naghahati sa gitna ng tabing ay nagpapakita ng maikling "
  578. "paliwanag\n"
  579. " tungkol sa kalagayan ng paketeng naka-highlight, o paglarawan ng grupong "
  580. "naka-\n"
  581. " highlight, kung grupo ito. Kung hindi niyo naintindihan ang ibig sabihin "
  582. "ng\n"
  583. " ilan sa mga character na nagpapakita ng kalagayan, pumunta sa akmang "
  584. "pakete at\n"
  585. " tignan itong linyang naghahati, o gamitin ang tikladong `v' para sa "
  586. "verbose\n"
  587. " na display (pindutin ang `v' muli upang bumalik sa modong terse).\n"
  588. "\n"
  589. "* Ang ibaba ng tabing ay nagpapakita ng karagdagang impormasyon tungkol sa\n"
  590. " kasalukuyang naka-highlight na pakete (kung iisa lamang).\n"
  591. "\n"
  592. " Maaaring ipakita ang pinalawig na paglalarawan ng pakete, ang internal "
  593. "na \n"
  594. " detalye ng pag-control ng pakete (maging ang naka-luklok o ng maaaring\n"
  595. " magamit na bersyon ng pakete), o ng impormasyon tungkol sa conflict at\n"
  596. " dependensiya na kaugnay ng kasalukuyang pakete (sa sublist ng pag-ayos ng\n"
  597. " conflict/dependensiya).\n"
  598. "\n"
  599. " Gamiting ang tikladong `i' upang umikot sa mga display, at `I' upang "
  600. "itago\n"
  601. " ang display ng impormasyon o lakihan ito na gamitin ang halos buong "
  602. "tabing.\n"
  603. #: dselect/helpmsgs.cc:176
  604. msgid "Introduction to method selection display"
  605. msgstr "Pagpapakilala sa pagpili ng paraan"
  606. #: dselect/helpmsgs.cc:176
  607. msgid ""
  608. "dselect and dpkg can do automatic installation, loading the package files to "
  609. "be\n"
  610. "installed from one of a number of different possible places.\n"
  611. "\n"
  612. "This list allows you to select one of these installation methods.\n"
  613. "\n"
  614. "Move the highlight to the method you wish to use, and hit Enter. You will "
  615. "then\n"
  616. "be prompted for the information required to do the installation.\n"
  617. "\n"
  618. "As you move the highlight a description of each method, where available, is\n"
  619. "displayed in the bottom half of the screen.\n"
  620. "\n"
  621. "If you wish to quit without changing anything use the `x' key while in the "
  622. "list\n"
  623. "of installation methods.\n"
  624. "\n"
  625. "A full list of keystrokes is available by pressing `k' now, or from the "
  626. "help\n"
  627. "menu reachable by pressing `?'.\n"
  628. msgstr ""
  629. "Maaaring magluklok ng kusa ang dselect at dpkg, kukunin ang talaksang\n"
  630. "pakete na iiluluklok mula sa isa sa iba't ibang pagmumulan. Maaari kayong\n"
  631. "pumili ng isa sa mga paraan ng pag-luklok mula sa listahang ito.Ilipat ang\n"
  632. "highlight sa paraan na nais niyong gamitin, at pindutin ang Enter. Kayo ay\n"
  633. "tatanungin ng ilang mga bagay na kailangan upang makapag-luklok.\n"
  634. "\n"
  635. "Sa paglipat niyo ng highlight ay ipapakita ang paglarawan ng bawat paraan,\n"
  636. "kung meron nito, sa ibabang kalahati ng tabing.\n"
  637. "\n"
  638. "Kung nais niyong lumabas na walang babaguhin ay gamitin ang `x' habang nasa\n"
  639. "listahan ng mga paraan ng pag-luklok.\n"
  640. "\n"
  641. "Maaaring makita ang buong listahan ng magagamit na tiklado sa pagpindot ng\n"
  642. "`k'ilalanin, o mula sa menu ng tulong na makikita sa pagpindot ng `?'.\n"
  643. #: dselect/helpmsgs.cc:196
  644. msgid "Keystrokes for method selection"
  645. msgstr "Tikladong gamit sa pagpili ng paraan"
  646. #: dselect/helpmsgs.cc:196
  647. #, fuzzy
  648. msgid ""
  649. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  650. " j, Down-arrow k, Up-arrow move highlight\n"
  651. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  652. " ^n ^p scroll list by 1 line\n"
  653. " t, Home e, End jump to top/end of list\n"
  654. " u d scroll info by 1 page\n"
  655. " ^u ^d scroll info by 1 line\n"
  656. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  657. " ^b ^f pan display by 1 character\n"
  658. "(These are the same motion keys as in the package list display.)\n"
  659. "\n"
  660. "Quit:\n"
  661. " Return, Enter select this method and go to its configuration dialogue\n"
  662. " x, X exit without changing or setting up the installation "
  663. "method\n"
  664. "\n"
  665. "Miscellaneous:\n"
  666. " ?, Help, F1 request help\n"
  667. " ^l redraw display\n"
  668. " / search (just return to cancel)\n"
  669. " \\ repeat last search\n"
  670. msgstr ""
  671. "Pag-galaw: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  672. " n, Down-arrow p, Up-arrow galawin ang highlight\n"
  673. " N, Page-down, Space P, Page-up, Backspace igalaw ang listahan ng 1 "
  674. "pahina\n"
  675. " ^n ^p igalaw ang listahan ng 1 "
  676. "linya\n"
  677. " t, Home e, End tumalon sa puno/dulo ng "
  678. "list\n"
  679. " u d igalaw ang info ng 1 pahina\n"
  680. " ^u ^d igalaw ang info ng 1 linya\n"
  681. " B, Left-arrow F, Right-arrow ikiling ng 1/3 ang tabing\n"
  682. " ^b ^f ikiling ng 1 character ang "
  683. "tabing\n"
  684. "(Pareho ang mga tikladong gamit dito at sa listahan ng pakete.)\n"
  685. "\n"
  686. "Quit:\n"
  687. " Return, Enter piliin ang paraan na ito at pumunta sa pagsasaayos\n"
  688. " x, X lumabas na walang binabago o inaayos na paraang pag-"
  689. "luklok\n"
  690. "\n"
  691. "Sari-sari:\n"
  692. " ?, Tulong, F1 humingi ng tulong\n"
  693. " ^l ulitin ang pagguhit ng tabing\n"
  694. " / paghanap (pindutin ang return para ihinto)\n"
  695. " \\ ulitin ang huling paghanap\n"
  696. #: dselect/main.cc:60
  697. msgid "Type dselect --help for help."
  698. msgstr "dselect --help para sa tulong."
  699. #: dselect/main.cc:143
  700. msgid "a"
  701. msgstr "a"
  702. #: dselect/main.cc:143
  703. msgid "[A]ccess"
  704. msgstr "[A]kses"
  705. #: dselect/main.cc:143
  706. msgid "Choose the access method to use."
  707. msgstr "Piliin ang paraan ng pag-akses na gagamitin."
  708. #: dselect/main.cc:144
  709. msgid "u"
  710. msgstr "u"
  711. #: dselect/main.cc:144
  712. msgid "[U]pdate"
  713. msgstr "[U]pdate/Isariwa"
  714. #: dselect/main.cc:144
  715. msgid "Update list of available packages, if possible."
  716. msgstr "Isariwa ang listahan ng magagamit na mga pakete, kung kaya."
  717. #: dselect/main.cc:145
  718. msgid "s"
  719. msgstr "p"
  720. #: dselect/main.cc:145
  721. msgid "[S]elect"
  722. msgstr "[P]umili"
  723. #: dselect/main.cc:145
  724. msgid "Request which packages you want on your system."
  725. msgstr "Hilingin ang mga paketeng nais niyo sa inyong sistema."
  726. #: dselect/main.cc:146
  727. msgid "i"
  728. msgstr "i"
  729. #: dselect/main.cc:146
  730. msgid "[I]nstall"
  731. msgstr "[I]luklok"
  732. #: dselect/main.cc:146
  733. msgid "Install and upgrade wanted packages."
  734. msgstr "Iluklok at i-apgreyd ang mga paketeng ninanais."
  735. #: dselect/main.cc:147
  736. msgid "c"
  737. msgstr "c"
  738. #: dselect/main.cc:147
  739. msgid "[C]onfig"
  740. msgstr "[C]onfig/Isaayos"
  741. #: dselect/main.cc:147
  742. msgid "Configure any packages that are unconfigured."
  743. msgstr "Isaayos ang mga paketeng hindi pa nakaayos."
  744. #: dselect/main.cc:148
  745. msgid "r"
  746. msgstr "t"
  747. #: dselect/main.cc:148
  748. msgid "[R]emove"
  749. msgstr "[T]anggalin"
  750. #: dselect/main.cc:148
  751. msgid "Remove unwanted software."
  752. msgstr "Tanggalin ang hindi gustong mga software."
  753. #: dselect/main.cc:149
  754. msgid "q"
  755. msgstr "q"
  756. #: dselect/main.cc:149
  757. msgid "[Q]uit"
  758. msgstr "[Q]uit/Lumabas"
  759. #: dselect/main.cc:149
  760. msgid "Quit dselect."
  761. msgstr "Lumabas sa dselect."
  762. #: dselect/main.cc:150
  763. msgid "menu"
  764. msgstr "menu"
  765. #: dselect/main.cc:155
  766. #, fuzzy, c-format
  767. msgid "Debian `%s' package handling frontend version %s.\n"
  768. msgstr "Debian `%s' mukha ng tagapangasiwa ng mga pakete."
  769. #: dselect/main.cc:158
  770. msgid ""
  771. "Copyright (C) 1994-1996 Ian Jackson.\n"
  772. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  773. msgstr ""
  774. #: dselect/main.cc:162
  775. #, fuzzy
  776. msgid ""
  777. "This is free software; see the GNU General Public License version 2 or\n"
  778. "later for copying conditions. There is NO warranty.\n"
  779. msgstr ""
  780. "Ito ay malayang software; basahin ang GNU General Public License bersyon 2 "
  781. "o\n"
  782. "mas-bago para sa kundisyon ng pangongopya. Walang waranti.\n"
  783. "Basahin ang dpkg-deb --licence para sa detalye.\n"
  784. #: dselect/main.cc:172 dselect/main.cc:220
  785. msgid "<standard output>"
  786. msgstr ""
  787. #: dselect/main.cc:183
  788. #, c-format
  789. msgid ""
  790. "Usage: %s [<option> ...] [<action> ...]\n"
  791. "\n"
  792. msgstr ""
  793. #: dselect/main.cc:187
  794. #, c-format
  795. msgid ""
  796. "Options:\n"
  797. " --admindir <directory> Use <directory> instead of %s.\n"
  798. " --expert Turn on expert mode.\n"
  799. " --debug <file> | -D<file> Turn on debugging, sending output to <file>.\n"
  800. " --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
  801. " Configure screen colours.\n"
  802. "\n"
  803. msgstr ""
  804. #: dselect/main.cc:196
  805. #, c-format
  806. msgid ""
  807. " --help Show this help message.\n"
  808. " --version Show the version.\n"
  809. "\n"
  810. msgstr ""
  811. #: dselect/main.cc:201
  812. #, c-format
  813. msgid ""
  814. "Actions:\n"
  815. " access update select install config remove quit\n"
  816. "\n"
  817. msgstr ""
  818. #: dselect/main.cc:205
  819. #, c-format
  820. msgid "Screenparts:\n"
  821. msgstr "Bahagingtabing:\n"
  822. #: dselect/main.cc:210
  823. #, c-format
  824. msgid "Colours:\n"
  825. msgstr "Colours/Mga kulay:\n"
  826. #: dselect/main.cc:215
  827. #, c-format
  828. msgid "Attributes:\n"
  829. msgstr "Mga attribute:\n"
  830. #: dselect/main.cc:233
  831. #, c-format
  832. msgid "couldn't open debug file `%.255s'\n"
  833. msgstr "hindi mabuksan ang talaksang pan-debug `%.255s'\n"
  834. #: dselect/main.cc:253
  835. #, c-format
  836. msgid "Invalid %s `%s'\n"
  837. msgstr "Di tanggap na %s `%s'\n"
  838. #: dselect/main.cc:270
  839. msgid "screen part"
  840. msgstr "bahagi ng tabing"
  841. #: dselect/main.cc:276
  842. msgid "Null colour specification\n"
  843. msgstr "Null na spesipikasyong pangkulay\n"
  844. #: dselect/main.cc:284 dselect/main.cc:289
  845. msgid "colour"
  846. msgstr "kulay"
  847. #: dselect/main.cc:297
  848. msgid "colour attribute"
  849. msgstr "attribute ng kulay"
  850. #: dselect/main.cc:329
  851. msgid "Terminal does not appear to support cursor addressing.\n"
  852. msgstr "Mukhang ang himpilan ay hindi sumusuporta ng cursor addressing.\n"
  853. #: dselect/main.cc:331
  854. msgid "Terminal does not appear to support highlighting.\n"
  855. msgstr "Mukhang ang himpilan ay hindi sumusuporta ng highlighting.\n"
  856. #: dselect/main.cc:333
  857. #, fuzzy, c-format
  858. msgid ""
  859. "Set your TERM variable correctly, use a better terminal,\n"
  860. "or make do with the per-package management tool %s.\n"
  861. msgstr ""
  862. "Itakda ang inyong TERM variable ng wasto, gumamit ng mas mahusay na "
  863. "himpilan,\n"
  864. "o kayanin na lamang na gamit ang kasangkapang tagapangasiwa ng bawat pakete "
  865. #: dselect/main.cc:336
  866. msgid "terminal lacks necessary features, giving up"
  867. msgstr "kulang ng kailangan na mga feature ang terminal, sumusuko na"
  868. #: dselect/main.cc:417
  869. msgid ""
  870. "\n"
  871. "\n"
  872. "Move around with ^P and ^N, cursor keys, initial letters, or digits;\n"
  873. "Press <enter> to confirm selection. ^L redraws screen.\n"
  874. "\n"
  875. msgstr ""
  876. "\n"
  877. "\n"
  878. "Gamitin ang ^P at ^N, mga cursor key, unang mga titik, o numero upang "
  879. "gumalaw:\n"
  880. "Pindutin ang <enter> upang tiyakin ang pinili. ^L upang iguhit muli ang "
  881. "tabing.\n"
  882. "\n"
  883. #: dselect/main.cc:428
  884. msgid ""
  885. "\n"
  886. "\n"
  887. "Read-only access: only preview of selections is available!"
  888. msgstr ""
  889. "\n"
  890. "\n"
  891. "Pagbasa-lamang na akses: matitignan lamang ang magagamit na mga pagpipilian!"
  892. #: dselect/main.cc:448
  893. msgid "failed to getch in main menu"
  894. msgstr "bigo ang getch sa pangunahing menu"
  895. #: dselect/main.cc:531
  896. #, c-format
  897. msgid "unknown action string `%.50s'"
  898. msgstr "di kilalang action string `%.50s'"
  899. #: dselect/methlist.cc:77
  900. msgid "dselect - list of access methods"
  901. msgstr "dselect - listahan ng paraan ng akses"
  902. #: dselect/methlist.cc:86
  903. #, c-format
  904. msgid "Access method `%s'."
  905. msgstr "Paraan ng akses `%s'."
  906. #: dselect/methlist.cc:120
  907. msgid "Abbrev."
  908. msgstr "Daglat"
  909. #: dselect/methlist.cc:121 dselect/pkginfo.cc:105 dselect/pkgtop.cc:291
  910. msgid "Description"
  911. msgstr "Paglalarawan"
  912. #: dselect/methlist.cc:164 dselect/pkglist.cc:572
  913. msgid "doupdate failed"
  914. msgstr "bigo ang doupdate"
  915. #: dselect/methlist.cc:166 dselect/pkglist.cc:575
  916. msgid "failed to unblock SIGWINCH"
  917. msgstr "bigo sa pag-unblock ng SIGWINCH"
  918. #: dselect/methlist.cc:170 dselect/pkglist.cc:580
  919. msgid "failed to re-block SIGWINCH"
  920. msgstr "bigo sa pag-re-block ng SIGWINCH"
  921. #: dselect/methlist.cc:171 dselect/pkglist.cc:582
  922. msgid "getch failed"
  923. msgstr "bigo ang getch"
  924. #: dselect/methlist.cc:188
  925. #, fuzzy
  926. msgid "Explanation"
  927. msgstr "paliwanag ng "
  928. #: dselect/methlist.cc:197
  929. msgid "No explanation available."
  930. msgstr "Walang paliwanag na maibigay."
  931. #: dselect/method.cc:67
  932. #, c-format
  933. msgid ""
  934. "\n"
  935. "\n"
  936. "%s: %s\n"
  937. msgstr ""
  938. "\n"
  939. "\n"
  940. "%s: %s\n"
  941. #: dselect/method.cc:70
  942. msgid ""
  943. "\n"
  944. "Press <enter> to continue."
  945. msgstr ""
  946. "\n"
  947. "Pindutin ang <enter> upang magpatuloy."
  948. #: dselect/method.cc:161
  949. #, c-format
  950. msgid "Press <enter> to continue.\n"
  951. msgstr "Pindutin ang <enter> upang magpatuloy.\n"
  952. #: dselect/method.cc:162
  953. #, fuzzy
  954. msgid "<standard error>"
  955. msgstr "error sa pagsulat sa standard error"
  956. #: dselect/method.cc:165
  957. msgid "error reading acknowledgement of program failure message"
  958. msgstr ""
  959. "error sa pagbasa ng pagkilala ng mensahe tungkol sa pagkabigo ng programa"
  960. #: dselect/method.cc:196
  961. msgid "update available list script"
  962. msgstr "scriptong pang-apdeyt ang magagamit na listahan"
  963. #: dselect/method.cc:200
  964. msgid "installation script"
  965. msgstr "scriptong tagaluklok"
  966. #: dselect/method.cc:246
  967. msgid "query/setup script"
  968. msgstr "scriptong pagtanong/paghanda"
  969. #: dselect/methparse.cc:53
  970. #, c-format
  971. msgid "syntax error in method options file `%.250s' -- %s"
  972. msgstr "syntax error sa talaksang opsyon ng pamamaraan `%.250s' -- %s"
  973. #: dselect/methparse.cc:59
  974. #, c-format
  975. msgid "error reading options file `%.250s'"
  976. msgstr "error sa pagbasa ng talaksang opsyon `%.250s'"
  977. #: dselect/methparse.cc:90
  978. #, c-format
  979. msgid "unable to read `%.250s' directory for reading methods"
  980. msgstr "di mabasa ang `%.250s' na directory para sa pamamaraan ng pagbasa"
  981. #: dselect/methparse.cc:106
  982. #, c-format
  983. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  984. msgstr ""
  985. "pamamaraan `%.250s' ay may pangalan na labis ang haba (%d > %d karakter)"
  986. #: dselect/methparse.cc:117
  987. #, c-format
  988. msgid "unable to access method script `%.250s'"
  989. msgstr "di ma-akses ang script ng pamamaraan `%.250s'"
  990. #: dselect/methparse.cc:123
  991. #, c-format
  992. msgid "unable to read method options file `%.250s'"
  993. msgstr "di mabasa ang talaksang opsyon ng pamamaraan `%.250s'"
  994. #: dselect/methparse.cc:147
  995. msgid "non-digit where digit wanted"
  996. msgstr "di-numero saan numero dapat"
  997. #: dselect/methparse.cc:150
  998. msgid "EOF in index string"
  999. msgstr "EOF sa index string"
  1000. #: dselect/methparse.cc:153
  1001. msgid "index string too long"
  1002. msgstr "labis ang haba ng index string"
  1003. #: dselect/methparse.cc:156
  1004. msgid "newline before option name start"
  1005. msgstr "newline bago sa umpisa ng pangalan ng opsyon"
  1006. #: dselect/methparse.cc:158
  1007. msgid "EOF before option name start"
  1008. msgstr "EOF nauna sa umpisa ang pangalan ng opsyon"
  1009. #: dselect/methparse.cc:162
  1010. msgid "nonalpha where option name start wanted"
  1011. msgstr "di-alpha kung saan dapat magumpisa ang pangalan ng opsyon"
  1012. #: dselect/methparse.cc:164
  1013. msgid "non-alphanum in option name"
  1014. msgstr "di-alphanum sa pangalan ng opsyon"
  1015. #: dselect/methparse.cc:167
  1016. msgid "EOF in option name"
  1017. msgstr "EOF sa pangalan ng opsyon"
  1018. #: dselect/methparse.cc:172
  1019. msgid "newline before summary"
  1020. msgstr "newline bago sa paglalahat"
  1021. #: dselect/methparse.cc:174
  1022. msgid "EOF before summary"
  1023. msgstr "EOF nauna sa paglalahat"
  1024. #: dselect/methparse.cc:180
  1025. msgid "EOF in summary - missing newline"
  1026. msgstr "EOF sa paglalahat - kulang ng newline"
  1027. #: dselect/methparse.cc:190
  1028. #, c-format
  1029. msgid "unable to open option description file `%.250s'"
  1030. msgstr "di mabuksan ang talaksang opsyon na paglalarawan `%.250s'"
  1031. #: dselect/methparse.cc:194
  1032. #, c-format
  1033. msgid "unable to stat option description file `%.250s'"
  1034. msgstr "di ma-stat ang talaksang opsyon na paglalarawan `%.250s'"
  1035. #: dselect/methparse.cc:198
  1036. #, c-format
  1037. msgid "failed to read option description file `%.250s'"
  1038. msgstr "bigo sa pagbasa ng talaksang opsyon na paglalarawan `%.250s'"
  1039. #: dselect/methparse.cc:201
  1040. #, c-format
  1041. msgid "error during read of option description file `%.250s'"
  1042. msgstr "error habang binabasa ang talaksang opsyon na paglalarawan `%.250s'"
  1043. #: dselect/methparse.cc:224
  1044. #, c-format
  1045. msgid "error during read of method options file `%.250s'"
  1046. msgstr "error habang binabasa ang talaksang opsyon ng pamamaraan `%.250s'"
  1047. #: dselect/methparse.cc:247
  1048. #, c-format
  1049. msgid "unable to open current option file `%.250s'"
  1050. msgstr "di mabuksan ang kasalukuyang talaksang opsyon `%.250s'"
  1051. #: dselect/methparse.cc:289
  1052. #, c-format
  1053. msgid "unable to open new option file `%.250s'"
  1054. msgstr "di mabuksan ang bagong talaksang opsyon `%.250s'"
  1055. #: dselect/methparse.cc:292
  1056. #, c-format
  1057. msgid "unable to write new option to `%.250s'"
  1058. msgstr "di maisulat ang bagong opsyon sa `%.250s'"
  1059. #: dselect/methparse.cc:295
  1060. #, c-format
  1061. msgid "unable to close new option file `%.250s'"
  1062. msgstr "di masarhan ang bagong talaksang opsyon `%.250s'"
  1063. #: dselect/methparse.cc:297
  1064. #, c-format
  1065. msgid "unable to install new option as `%.250s'"
  1066. msgstr "di maluklok ang bagong opsyon bilang `%.250s'"
  1067. #: dselect/pkgdisplay.cc:36
  1068. msgid "new package"
  1069. msgstr "bagong pakete"
  1070. #: dselect/pkgdisplay.cc:37
  1071. msgid "install"
  1072. msgstr "iluklok"
  1073. #: dselect/pkgdisplay.cc:38
  1074. msgid "hold"
  1075. msgstr "hawakan"
  1076. #: dselect/pkgdisplay.cc:39
  1077. msgid "remove"
  1078. msgstr "tanggalin"
  1079. #: dselect/pkgdisplay.cc:40
  1080. msgid "purge"
  1081. msgstr "purga"
  1082. #. TRANSLATORS: The space is a trick to work around gettext which uses
  1083. #. * the empty string to store information about the translation. DO NOT
  1084. #. * CHANGE THAT IN A TRANSLATION! The code really relies on that being
  1085. #. * a single space.
  1086. #: dselect/pkgdisplay.cc:47
  1087. msgid " "
  1088. msgstr " "
  1089. #: dselect/pkgdisplay.cc:48
  1090. msgid "REINSTALL"
  1091. msgstr "ILUKLOK MULI"
  1092. #: dselect/pkgdisplay.cc:51
  1093. msgid "not installed"
  1094. msgstr "hindi nakaluklok"
  1095. #: dselect/pkgdisplay.cc:52
  1096. msgid "removed (configs remain)"
  1097. msgstr "tinanggal (naiwan ang pagkaayos)"
  1098. #: dselect/pkgdisplay.cc:53
  1099. msgid "half installed"
  1100. msgstr "bitin na pagluklok"
  1101. #: dselect/pkgdisplay.cc:54
  1102. msgid "unpacked (not set up)"
  1103. msgstr "nakabuklat (hindi nakaayos)"
  1104. #: dselect/pkgdisplay.cc:55
  1105. msgid "half configured (config failed)"
  1106. msgstr ""
  1107. #: dselect/pkgdisplay.cc:56
  1108. msgid "awaiting trigger processing"
  1109. msgstr ""
  1110. #: dselect/pkgdisplay.cc:57
  1111. msgid "triggered"
  1112. msgstr ""
  1113. #: dselect/pkgdisplay.cc:58
  1114. msgid "installed"
  1115. msgstr "nakaluklok"
  1116. #: dselect/pkgdisplay.cc:61
  1117. msgid "Required"
  1118. msgstr "Kailangan"
  1119. #: dselect/pkgdisplay.cc:62
  1120. msgid "Important"
  1121. msgstr "Importante"
  1122. #: dselect/pkgdisplay.cc:63
  1123. msgid "Standard"
  1124. msgstr "Standard"
  1125. #: dselect/pkgdisplay.cc:64
  1126. msgid "Optional"
  1127. msgstr "Opsyonal"
  1128. #: dselect/pkgdisplay.cc:65
  1129. msgid "Extra"
  1130. msgstr "Extra"
  1131. #: dselect/pkgdisplay.cc:66
  1132. msgid "!Bug!"
  1133. msgstr "!Bug!"
  1134. #: dselect/pkgdisplay.cc:67
  1135. msgid "Unclassified"
  1136. msgstr "Di naka-uri"
  1137. #: dselect/pkgdisplay.cc:70
  1138. msgid "suggests"
  1139. msgstr "nagmumungkahi"
  1140. #: dselect/pkgdisplay.cc:71
  1141. msgid "recommends"
  1142. msgstr "rekomendado"
  1143. #: dselect/pkgdisplay.cc:72
  1144. msgid "depends on"
  1145. msgstr "umaasa sa"
  1146. #: dselect/pkgdisplay.cc:73
  1147. msgid "pre-depends on"
  1148. msgstr "umaasa ng lubos sa"
  1149. #: dselect/pkgdisplay.cc:74
  1150. msgid "breaks"
  1151. msgstr ""
  1152. #: dselect/pkgdisplay.cc:75
  1153. msgid "conflicts with"
  1154. msgstr "katunggali ang"
  1155. #: dselect/pkgdisplay.cc:76
  1156. msgid "provides"
  1157. msgstr "nagbibigay ng"
  1158. #: dselect/pkgdisplay.cc:77
  1159. msgid "replaces"
  1160. msgstr "kapalit ng"
  1161. #: dselect/pkgdisplay.cc:78
  1162. msgid "enhances"
  1163. msgstr "nagpapahusay sa"
  1164. #: dselect/pkgdisplay.cc:81
  1165. msgid "Req"
  1166. msgstr "Req"
  1167. #: dselect/pkgdisplay.cc:82
  1168. msgid "Imp"
  1169. msgstr "Imp"
  1170. #: dselect/pkgdisplay.cc:83
  1171. msgid "Std"
  1172. msgstr "Std"
  1173. #: dselect/pkgdisplay.cc:84
  1174. msgid "Opt"
  1175. msgstr "Opt"
  1176. #: dselect/pkgdisplay.cc:85
  1177. msgid "Xtr"
  1178. msgstr "Xtr"
  1179. #: dselect/pkgdisplay.cc:86
  1180. msgid "bUG"
  1181. msgstr "bUg"
  1182. #: dselect/pkgdisplay.cc:87
  1183. msgid "?"
  1184. msgstr "?"
  1185. #: dselect/pkgdisplay.cc:95 dselect/pkgdisplay.cc:115
  1186. msgid "Broken"
  1187. msgstr "Sira"
  1188. #: dselect/pkgdisplay.cc:96
  1189. msgid "New"
  1190. msgstr "Bago"
  1191. #: dselect/pkgdisplay.cc:97
  1192. msgid "Updated"
  1193. msgstr "May Mas Bago"
  1194. #: dselect/pkgdisplay.cc:98
  1195. msgid "Obsolete/local"
  1196. msgstr "Laos/lokal"
  1197. #: dselect/pkgdisplay.cc:99
  1198. msgid "Up-to-date"
  1199. msgstr "Kasalukuyan"
  1200. #: dselect/pkgdisplay.cc:100
  1201. msgid "Available"
  1202. msgstr "Magagamit"
  1203. #: dselect/pkgdisplay.cc:101 dselect/pkgdisplay.cc:117
  1204. msgid "Removed"
  1205. msgstr "Tinanggal"
  1206. #: dselect/pkgdisplay.cc:102 dselect/pkgdisplay.cc:111
  1207. msgid "Brokenly installed packages"
  1208. msgstr "Sira ang pagkaluklok na mga pakete"
  1209. #: dselect/pkgdisplay.cc:103
  1210. msgid "Newly available packages"
  1211. msgstr "Bagong magagamit na mga pakete"
  1212. #: dselect/pkgdisplay.cc:104
  1213. msgid "Updated packages (newer version is available)"
  1214. msgstr "Makabagong mga pakete (may bagong bersyong magagamit)"
  1215. #: dselect/pkgdisplay.cc:105
  1216. msgid "Obsolete and local packages present on system"
  1217. msgstr "Laos na at mga lokal na pakete na narito sa sistema"
  1218. #: dselect/pkgdisplay.cc:106
  1219. msgid "Up to date installed packages"
  1220. msgstr "Nakaluklok na mga pakete na hindi laos"
  1221. #: dselect/pkgdisplay.cc:107
  1222. msgid "Available packages (not currently installed)"
  1223. msgstr "Magagamit na mga pakete (hindi nakaluklok sa kasalukuyan)"
  1224. #: dselect/pkgdisplay.cc:108
  1225. msgid "Removed and no longer available packages"
  1226. msgstr "Tinanggal at hindi na magagamit na mga pakete"
  1227. #: dselect/pkgdisplay.cc:112
  1228. msgid "Installed packages"
  1229. msgstr "Nakaluklok na mga pakete"
  1230. #: dselect/pkgdisplay.cc:113
  1231. msgid "Removed packages (configuration still present)"
  1232. msgstr "Tinanggal na mga pakete (pagkaayos ay narito pa)"
  1233. #: dselect/pkgdisplay.cc:114
  1234. msgid "Purged packages and those never installed"
  1235. msgstr "Pinurgang mga pakete at mga hindi kailanman naluklok"
  1236. #: dselect/pkgdisplay.cc:116
  1237. msgid "Installed"
  1238. msgstr "Linuklok"
  1239. #: dselect/pkgdisplay.cc:118
  1240. msgid "Purged"
  1241. msgstr "Pinurga"
  1242. #: dselect/pkgdisplay.cc:198
  1243. msgid "dselect - recursive package listing"
  1244. msgstr "dselect - listahan ng mga pakete na recursive"
  1245. #: dselect/pkgdisplay.cc:199
  1246. msgid "dselect - inspection of package states"
  1247. msgstr "dselect - pagsuri ng kalagayan ng mga pakete"
  1248. #: dselect/pkgdisplay.cc:200
  1249. msgid "dselect - main package listing"
  1250. msgstr "dselect - pangunahing listahan ng mga pakete"
  1251. #: dselect/pkgdisplay.cc:208
  1252. msgid " (by section)"
  1253. msgstr " (ayon sa seksyon)"
  1254. #: dselect/pkgdisplay.cc:211
  1255. msgid " (avail., section)"
  1256. msgstr " (magagamit, seksyon)"
  1257. #: dselect/pkgdisplay.cc:214
  1258. msgid " (status, section)"
  1259. msgstr " (kalagayan, seksyon)"
  1260. #: dselect/pkgdisplay.cc:223
  1261. msgid " (by priority)"
  1262. msgstr " (ayon sa prioridad)"
  1263. #: dselect/pkgdisplay.cc:226
  1264. msgid " (avail., priority)"
  1265. msgstr " (magagamit, prioridad)"
  1266. #: dselect/pkgdisplay.cc:229
  1267. msgid " (status, priority)"
  1268. msgstr " (kalagayan, prioridad)"
  1269. #: dselect/pkgdisplay.cc:238 dselect/pkgdisplay.cc:250
  1270. msgid " (alphabetically)"
  1271. msgstr " (ayon sa abakada)"
  1272. #: dselect/pkgdisplay.cc:241
  1273. msgid " (by availability)"
  1274. msgstr " (ayon sa magagamit)"
  1275. #: dselect/pkgdisplay.cc:244
  1276. msgid " (by status)"
  1277. msgstr " (ayon sa kalagayan)"
  1278. #: dselect/pkgdisplay.cc:258
  1279. msgid " mark:+/=/- terse:v help:?"
  1280. msgstr " markahan:+/=/- maikli:v tulong:?"
  1281. #: dselect/pkgdisplay.cc:259
  1282. msgid " mark:+/=/- verbose:v help:?"
  1283. msgstr " markahan:+/=/- maligoy:v tulong:?"
  1284. #: dselect/pkgdisplay.cc:260
  1285. msgid " terse:v help:?"
  1286. msgstr " maikli:v tulong:?"
  1287. #: dselect/pkgdisplay.cc:261
  1288. msgid " verbose:v help:?"
  1289. msgstr " maligoy:v tulong:?"
  1290. #: dselect/pkginfo.cc:80
  1291. msgid ""
  1292. "The line you have highlighted represents many packages; if you ask to "
  1293. "install, remove, hold, etc. it you will affect all the packages which match "
  1294. "the criterion shown.\n"
  1295. "\n"
  1296. "If you move the highlight to a line for a particular package you will see "
  1297. "information about that package displayed here.\n"
  1298. "You can use `o' and `O' to change the sort order and give yourself the "
  1299. "opportunity to mark packages in different kinds of groups."
  1300. msgstr ""
  1301. "Ang linya na inyong na-highlight ay tumutukoy sa maraming mga pakete; kung\n"
  1302. "hilingin ninyong iluluklok, tanggalin, hawakan, atbp. ay ito'y aapekto sa\n"
  1303. "lahat ng mga pinapakitang mga criteria.\n"
  1304. "\n"
  1305. "Kung inyong galawin ang highlight sa linya para sa isang pakete ay makikita\n"
  1306. "ninyo ang impormasyon tungkol sa paketeng iyon dito.\n"
  1307. "Maari niyong gamitin ang `o' at `O' upang palitan ang paraan ng pagsunod-"
  1308. "sunod\n"
  1309. "at upang bigyan niyo ang sarili niyo ng pagkakataon na markahan ang mga "
  1310. "pakete\n"
  1311. "sa iba't ibang uri ng pag-grupo."
  1312. #: dselect/pkginfo.cc:93
  1313. #, fuzzy
  1314. msgid "Interrelationships"
  1315. msgstr "mga kaugnayan"
  1316. #: dselect/pkginfo.cc:112
  1317. #, fuzzy
  1318. msgid "No description available."
  1319. msgstr "walang paglalarawan na magagamit."
  1320. #: dselect/pkginfo.cc:130
  1321. #, fuzzy
  1322. msgid "Installed control file information"
  1323. msgstr "naka-luklok na impormasyong control para sa "
  1324. #: dselect/pkginfo.cc:146
  1325. #, fuzzy
  1326. msgid "Available control file information"
  1327. msgstr "magagamit na bersyon ng impormasyon ng talaksang control"
  1328. #: dselect/pkglist.cc:416
  1329. msgid "There are no packages."
  1330. msgstr ""
  1331. #: dselect/pkglist.cc:507
  1332. msgid "invalid search option given"
  1333. msgstr "di tanggap na opsyon sa paghahanap ay ibinigay"
  1334. #: dselect/pkglist.cc:521
  1335. msgid "error in regular expression"
  1336. msgstr "error sa regular expression"
  1337. #: dselect/pkgsublist.cc:107
  1338. msgid " does not appear to be available\n"
  1339. msgstr " ay mukhang hindi magagamit\n"
  1340. #: dselect/pkgsublist.cc:127
  1341. msgid " or "
  1342. msgstr " o "
  1343. #: dselect/pkgtop.cc:57
  1344. msgid "All"
  1345. msgstr "Lahat"
  1346. #: dselect/pkgtop.cc:79
  1347. msgid "All packages"
  1348. msgstr "Lahat ng mga pakete"
  1349. #: dselect/pkgtop.cc:83
  1350. #, c-format
  1351. msgid "%s packages without a section"
  1352. msgstr "%s na pakete na walang seksyon"
  1353. #: dselect/pkgtop.cc:85
  1354. #, c-format
  1355. msgid "%s packages in section %s"
  1356. msgstr "%s na pakete sa seksyon %s"
  1357. #: dselect/pkgtop.cc:91
  1358. #, c-format
  1359. msgid "%s %s packages"
  1360. msgstr "%s %s na pakete"
  1361. #: dselect/pkgtop.cc:95
  1362. #, c-format
  1363. msgid "%s %s packages without a section"
  1364. msgstr "%s %s na pakete na walang seksyon"
  1365. #: dselect/pkgtop.cc:97
  1366. #, c-format
  1367. msgid "%s %s packages in section %s"
  1368. msgstr "%s %s na pakete sa seksyon %s"
  1369. #: dselect/pkgtop.cc:118
  1370. #, c-format
  1371. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1372. msgstr "%-*s %s%s%s; %s (dati ay: %s). %s"
  1373. #: dselect/pkgtop.cc:263
  1374. msgid "Error"
  1375. msgstr "Error"
  1376. #: dselect/pkgtop.cc:267
  1377. msgid "Installed?"
  1378. msgstr "Naka-luklok?"
  1379. #: dselect/pkgtop.cc:271
  1380. msgid "Old mark"
  1381. msgstr "Lumang marka"
  1382. #: dselect/pkgtop.cc:275
  1383. msgid "Marked for"
  1384. msgstr "Markado para"
  1385. #: dselect/pkgtop.cc:278
  1386. msgid "EIOM"
  1387. msgstr "EILM"
  1388. #: dselect/pkgtop.cc:280
  1389. msgid "Section"
  1390. msgstr "Section"
  1391. #: dselect/pkgtop.cc:281
  1392. msgid "Priority"
  1393. msgstr "Prioridad"
  1394. #: dselect/pkgtop.cc:282
  1395. msgid "Package"
  1396. msgstr "Pakete"
  1397. #: dselect/pkgtop.cc:286
  1398. msgid "Inst.ver"
  1399. msgstr "Inst.ber"
  1400. #: dselect/pkgtop.cc:289
  1401. msgid "Avail.ver"
  1402. msgstr "Avail.ber"
  1403. #~ msgid "returned error exit status %d.\n"
  1404. #~ msgstr "nagbalik ng error exit status %d.\n"
  1405. #~ msgid "was interrupted.\n"
  1406. #~ msgstr "ay ininterrupt.\n"
  1407. #~ msgid "was terminated by a signal: %s.\n"
  1408. #~ msgstr "ay tinerminate ng hudyat: %s.\n"
  1409. #~ msgid "(It left a coredump.)\n"
  1410. #~ msgstr "(May iniwan na coredump.)\n"
  1411. #~ msgid "failed with an unknown wait return code %d.\n"
  1412. #~ msgstr "bigo na may hindi kilalang wait return code %d.\n"
  1413. #~ msgid "unable to run %.250s process `%.250s'"
  1414. #~ msgstr "hindi mapatakbo %.250s proseso `%.250s'"
  1415. #~ msgid "failed config"
  1416. #~ msgstr "bigo sa pagsasaayos"
  1417. #~ msgid "unable to wait for %.250s"
  1418. #~ msgstr "hindi makahintay ng %.250s"
  1419. #~ msgid "got wrong child's status - asked for %ld, got %ld"
  1420. #~ msgstr "nakakuha ng maling estado ng anak - humingi ng %ld, nakuha ay %ld"
  1421. #~ msgid "Recommended"
  1422. #~ msgstr "Rekomendado"
  1423. #~ msgid "Contrib"
  1424. #~ msgstr "Contrib"
  1425. #~ msgid "Rec"
  1426. #~ msgstr "Rec"
  1427. #~ msgid "Ctb"
  1428. #~ msgstr "Ctb"
  1429. #~ msgid ""
  1430. #~ "baselist::startdisplay() done ...\n"
  1431. #~ "\n"
  1432. #~ " xmax=%d, ymax=%d;\n"
  1433. #~ "\n"
  1434. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1435. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1436. #~ "\n"
  1437. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1438. #~ " whatinfo_row=%d, list_row=%d;\n"
  1439. #~ "\n"
  1440. #~ msgstr ""
  1441. #~ "tapos ang baselist::startdisplay() ...\n"
  1442. #~ "\n"
  1443. #~ " xmax=%d, ymax=%d;\n"
  1444. #~ "\n"
  1445. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1446. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1447. #~ "\n"
  1448. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1449. #~ " whatinfo_row=%d, list_row=%d;\n"
  1450. #~ "\n"
  1451. #~ msgid "[none]"
  1452. #~ msgstr "[wala]"
  1453. #~ msgid "error un-catching signal %d: %s\n"
  1454. #~ msgstr "error sa pag-un-catch ng hudyat %d: %s\n"
  1455. #~ msgid "unable to ignore signal %d before running %.250s"
  1456. #~ msgstr "di kayang hindi pansinin ang hudyat %d bago patakbuhin ang %.250s"
  1457. #~ msgid "(no clientdata)"
  1458. #~ msgstr "(walang datoskliente)"
  1459. #~ msgid "<null>"
  1460. #~ msgstr "<wala>"
  1461. #~ msgid "interrelationships affecting "
  1462. #~ msgstr "mga kaugnayang nakakaapekto sa "
  1463. #~ msgid "description of "
  1464. #~ msgstr "paglalarawan ng "
  1465. #~ msgid "description"
  1466. #~ msgstr "paglalarawan"
  1467. #~ msgid "currently installed control info"
  1468. #~ msgstr "kasalukuyang nakaluklok na impormasyong control"
  1469. #~ msgid "available version of control info for "
  1470. #~ msgstr "magagamit na bersyon ng impormasyong control para sa "