tl.po 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  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: 2010-12-20 02:29+0100\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:176
  26. msgid "Help: "
  27. msgstr "Tulong: "
  28. #: dselect/basecmds.cc:182
  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:189
  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:197
  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:203
  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:260
  97. #, fuzzy
  98. msgid "Keybindings"
  99. msgstr "mga keybinding"
  100. #: dselect/baselist.cc:308
  101. #, c-format
  102. msgid " -- %d%%, press "
  103. msgstr " -- %d%%, pindutin "
  104. #: dselect/baselist.cc:311
  105. #, c-format
  106. msgid "%s for more"
  107. msgstr "%s upang sumulong"
  108. #: dselect/baselist.cc:315
  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:61
  697. msgid "Type dselect --help for help."
  698. msgstr "dselect --help para sa tulong."
  699. #: dselect/main.cc:144
  700. msgid "a"
  701. msgstr "a"
  702. #: dselect/main.cc:144
  703. msgid "[A]ccess"
  704. msgstr "[A]kses"
  705. #: dselect/main.cc:144
  706. msgid "Choose the access method to use."
  707. msgstr "Piliin ang paraan ng pag-akses na gagamitin."
  708. #: dselect/main.cc:145
  709. msgid "u"
  710. msgstr "u"
  711. #: dselect/main.cc:145
  712. msgid "[U]pdate"
  713. msgstr "[U]pdate/Isariwa"
  714. #: dselect/main.cc:145
  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:146
  718. msgid "s"
  719. msgstr "p"
  720. #: dselect/main.cc:146
  721. msgid "[S]elect"
  722. msgstr "[P]umili"
  723. #: dselect/main.cc:146
  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:147
  727. msgid "i"
  728. msgstr "i"
  729. #: dselect/main.cc:147
  730. msgid "[I]nstall"
  731. msgstr "[I]luklok"
  732. #: dselect/main.cc:147
  733. msgid "Install and upgrade wanted packages."
  734. msgstr "Iluklok at i-apgreyd ang mga paketeng ninanais."
  735. #: dselect/main.cc:148
  736. msgid "c"
  737. msgstr "c"
  738. #: dselect/main.cc:148
  739. msgid "[C]onfig"
  740. msgstr "[C]onfig/Isaayos"
  741. #: dselect/main.cc:148
  742. msgid "Configure any packages that are unconfigured."
  743. msgstr "Isaayos ang mga paketeng hindi pa nakaayos."
  744. #: dselect/main.cc:149
  745. msgid "r"
  746. msgstr "t"
  747. #: dselect/main.cc:149
  748. msgid "[R]emove"
  749. msgstr "[T]anggalin"
  750. #: dselect/main.cc:149
  751. msgid "Remove unwanted software."
  752. msgstr "Tanggalin ang hindi gustong mga software."
  753. #: dselect/main.cc:150
  754. msgid "q"
  755. msgstr "q"
  756. #: dselect/main.cc:150
  757. msgid "[Q]uit"
  758. msgstr "[Q]uit/Lumabas"
  759. #: dselect/main.cc:150
  760. msgid "Quit dselect."
  761. msgstr "Lumabas sa dselect."
  762. #: dselect/main.cc:151
  763. msgid "menu"
  764. msgstr "menu"
  765. #: dselect/main.cc:156
  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:159
  770. msgid ""
  771. "Copyright (C) 1994-1996 Ian Jackson.\n"
  772. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  773. msgstr ""
  774. #: dselect/main.cc:163
  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:173 dselect/main.cc:221
  785. msgid "<standard output>"
  786. msgstr ""
  787. #: dselect/main.cc:184
  788. #, c-format
  789. msgid ""
  790. "Usage: %s [<option> ...] [<action> ...]\n"
  791. "\n"
  792. msgstr ""
  793. #: dselect/main.cc:188
  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:197
  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:202
  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:206
  819. #, c-format
  820. msgid "Screenparts:\n"
  821. msgstr "Bahagingtabing:\n"
  822. #: dselect/main.cc:211
  823. #, c-format
  824. msgid "Colours:\n"
  825. msgstr "Colours/Mga kulay:\n"
  826. #: dselect/main.cc:216
  827. #, c-format
  828. msgid "Attributes:\n"
  829. msgstr "Mga attribute:\n"
  830. #: dselect/main.cc:231
  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:248
  835. #, c-format
  836. msgid "Invalid %s `%s'\n"
  837. msgstr "Di tanggap na %s `%s'\n"
  838. #: dselect/main.cc:265
  839. msgid "screen part"
  840. msgstr "bahagi ng tabing"
  841. #: dselect/main.cc:271
  842. msgid "Null colour specification\n"
  843. msgstr "Null na spesipikasyong pangkulay\n"
  844. #: dselect/main.cc:279 dselect/main.cc:284
  845. msgid "colour"
  846. msgstr "kulay"
  847. #: dselect/main.cc:292
  848. msgid "colour attribute"
  849. msgstr "attribute ng kulay"
  850. #: dselect/main.cc:324
  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:326
  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:328
  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:331
  866. msgid "terminal lacks necessary features, giving up"
  867. msgstr "kulang ng kailangan na mga feature ang terminal, sumusuko na"
  868. #: dselect/main.cc:413
  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:447
  893. msgid "failed to getch in main menu"
  894. msgstr "bigo ang getch sa pangunahing menu"
  895. #: dselect/main.cc:523
  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:301
  910. msgid "Description"
  911. msgstr "Paglalarawan"
  912. #: dselect/methlist.cc:165 dselect/pkglist.cc:577
  913. msgid "doupdate failed"
  914. msgstr "bigo ang doupdate"
  915. #: dselect/methlist.cc:167 dselect/pkglist.cc:580
  916. msgid "failed to unblock SIGWINCH"
  917. msgstr "bigo sa pag-unblock ng SIGWINCH"
  918. #: dselect/methlist.cc:171 dselect/pkglist.cc:585
  919. msgid "failed to re-block SIGWINCH"
  920. msgstr "bigo sa pag-re-block ng SIGWINCH"
  921. #: dselect/methlist.cc:172 dselect/pkglist.cc:587
  922. msgid "getch failed"
  923. msgstr "bigo ang getch"
  924. #: dselect/methlist.cc:190
  925. #, fuzzy
  926. msgid "Explanation"
  927. msgstr "paliwanag ng "
  928. #: dselect/methlist.cc:199
  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:166
  949. #, c-format
  950. msgid "returned error exit status %d.\n"
  951. msgstr "nagbalik ng error exit status %d.\n"
  952. #: dselect/method.cc:170
  953. #, c-format
  954. msgid "was interrupted.\n"
  955. msgstr "ay ininterrupt.\n"
  956. #: dselect/method.cc:172
  957. #, c-format
  958. msgid "was terminated by a signal: %s.\n"
  959. msgstr "ay tinerminate ng hudyat: %s.\n"
  960. #: dselect/method.cc:175
  961. #, c-format
  962. msgid "(It left a coredump.)\n"
  963. msgstr "(May iniwan na coredump.)\n"
  964. #: dselect/method.cc:177
  965. #, c-format
  966. msgid "failed with an unknown wait return code %d.\n"
  967. msgstr "bigo na may hindi kilalang wait return code %d.\n"
  968. #: dselect/method.cc:179
  969. #, c-format
  970. msgid "Press <enter> to continue.\n"
  971. msgstr "Pindutin ang <enter> upang magpatuloy.\n"
  972. #: dselect/method.cc:180
  973. #, fuzzy
  974. msgid "<standard error>"
  975. msgstr "error sa pagsulat sa standard error"
  976. #: dselect/method.cc:183
  977. msgid "error reading acknowledgement of program failure message"
  978. msgstr ""
  979. "error sa pagbasa ng pagkilala ng mensahe tungkol sa pagkabigo ng programa"
  980. #: dselect/method.cc:214
  981. msgid "update available list script"
  982. msgstr "scriptong pang-apdeyt ang magagamit na listahan"
  983. #: dselect/method.cc:218
  984. msgid "installation script"
  985. msgstr "scriptong tagaluklok"
  986. #: dselect/method.cc:264
  987. msgid "query/setup script"
  988. msgstr "scriptong pagtanong/paghanda"
  989. #: dselect/methparse.cc:53
  990. #, c-format
  991. msgid "syntax error in method options file `%.250s' -- %s"
  992. msgstr "syntax error sa talaksang opsyon ng pamamaraan `%.250s' -- %s"
  993. #: dselect/methparse.cc:59
  994. #, c-format
  995. msgid "error reading options file `%.250s'"
  996. msgstr "error sa pagbasa ng talaksang opsyon `%.250s'"
  997. #: dselect/methparse.cc:90
  998. #, c-format
  999. msgid "unable to read `%.250s' directory for reading methods"
  1000. msgstr "di mabasa ang `%.250s' na directory para sa pamamaraan ng pagbasa"
  1001. #: dselect/methparse.cc:106
  1002. #, c-format
  1003. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  1004. msgstr ""
  1005. "pamamaraan `%.250s' ay may pangalan na labis ang haba (%d > %d karakter)"
  1006. #: dselect/methparse.cc:117
  1007. #, c-format
  1008. msgid "unable to access method script `%.250s'"
  1009. msgstr "di ma-akses ang script ng pamamaraan `%.250s'"
  1010. #: dselect/methparse.cc:123
  1011. #, c-format
  1012. msgid "unable to read method options file `%.250s'"
  1013. msgstr "di mabasa ang talaksang opsyon ng pamamaraan `%.250s'"
  1014. #: dselect/methparse.cc:147
  1015. msgid "non-digit where digit wanted"
  1016. msgstr "di-numero saan numero dapat"
  1017. #: dselect/methparse.cc:150
  1018. msgid "EOF in index string"
  1019. msgstr "EOF sa index string"
  1020. #: dselect/methparse.cc:153
  1021. msgid "index string too long"
  1022. msgstr "labis ang haba ng index string"
  1023. #: dselect/methparse.cc:156
  1024. msgid "newline before option name start"
  1025. msgstr "newline bago sa umpisa ng pangalan ng opsyon"
  1026. #: dselect/methparse.cc:158
  1027. msgid "EOF before option name start"
  1028. msgstr "EOF nauna sa umpisa ang pangalan ng opsyon"
  1029. #: dselect/methparse.cc:162
  1030. msgid "nonalpha where option name start wanted"
  1031. msgstr "di-alpha kung saan dapat magumpisa ang pangalan ng opsyon"
  1032. #: dselect/methparse.cc:164
  1033. msgid "non-alphanum in option name"
  1034. msgstr "di-alphanum sa pangalan ng opsyon"
  1035. #: dselect/methparse.cc:167
  1036. msgid "EOF in option name"
  1037. msgstr "EOF sa pangalan ng opsyon"
  1038. #: dselect/methparse.cc:172
  1039. msgid "newline before summary"
  1040. msgstr "newline bago sa paglalahat"
  1041. #: dselect/methparse.cc:174
  1042. msgid "EOF before summary"
  1043. msgstr "EOF nauna sa paglalahat"
  1044. #: dselect/methparse.cc:180
  1045. msgid "EOF in summary - missing newline"
  1046. msgstr "EOF sa paglalahat - kulang ng newline"
  1047. #: dselect/methparse.cc:190
  1048. #, c-format
  1049. msgid "unable to open option description file `%.250s'"
  1050. msgstr "di mabuksan ang talaksang opsyon na paglalarawan `%.250s'"
  1051. #: dselect/methparse.cc:194
  1052. #, c-format
  1053. msgid "unable to stat option description file `%.250s'"
  1054. msgstr "di ma-stat ang talaksang opsyon na paglalarawan `%.250s'"
  1055. #: dselect/methparse.cc:198
  1056. #, c-format
  1057. msgid "failed to read option description file `%.250s'"
  1058. msgstr "bigo sa pagbasa ng talaksang opsyon na paglalarawan `%.250s'"
  1059. #: dselect/methparse.cc:201
  1060. #, c-format
  1061. msgid "error during read of option description file `%.250s'"
  1062. msgstr "error habang binabasa ang talaksang opsyon na paglalarawan `%.250s'"
  1063. #: dselect/methparse.cc:224
  1064. #, c-format
  1065. msgid "error during read of method options file `%.250s'"
  1066. msgstr "error habang binabasa ang talaksang opsyon ng pamamaraan `%.250s'"
  1067. #: dselect/methparse.cc:252
  1068. #, c-format
  1069. msgid "unable to open current option file `%.250s'"
  1070. msgstr "di mabuksan ang kasalukuyang talaksang opsyon `%.250s'"
  1071. #: dselect/methparse.cc:294
  1072. #, c-format
  1073. msgid "unable to open new option file `%.250s'"
  1074. msgstr "di mabuksan ang bagong talaksang opsyon `%.250s'"
  1075. #: dselect/methparse.cc:297
  1076. #, c-format
  1077. msgid "unable to write new option to `%.250s'"
  1078. msgstr "di maisulat ang bagong opsyon sa `%.250s'"
  1079. #: dselect/methparse.cc:300
  1080. #, c-format
  1081. msgid "unable to close new option file `%.250s'"
  1082. msgstr "di masarhan ang bagong talaksang opsyon `%.250s'"
  1083. #: dselect/methparse.cc:302
  1084. #, c-format
  1085. msgid "unable to install new option as `%.250s'"
  1086. msgstr "di maluklok ang bagong opsyon bilang `%.250s'"
  1087. #: dselect/pkgdisplay.cc:36
  1088. msgid "new package"
  1089. msgstr "bagong pakete"
  1090. #: dselect/pkgdisplay.cc:37
  1091. msgid "install"
  1092. msgstr "iluklok"
  1093. #: dselect/pkgdisplay.cc:38
  1094. msgid "hold"
  1095. msgstr "hawakan"
  1096. #: dselect/pkgdisplay.cc:39
  1097. msgid "remove"
  1098. msgstr "tanggalin"
  1099. #: dselect/pkgdisplay.cc:40
  1100. msgid "purge"
  1101. msgstr "purga"
  1102. #: dselect/pkgdisplay.cc:46
  1103. msgid " "
  1104. msgstr " "
  1105. #: dselect/pkgdisplay.cc:47
  1106. msgid "REINSTALL"
  1107. msgstr "ILUKLOK MULI"
  1108. #: dselect/pkgdisplay.cc:50
  1109. msgid "not installed"
  1110. msgstr "hindi nakaluklok"
  1111. #: dselect/pkgdisplay.cc:51
  1112. msgid "removed (configs remain)"
  1113. msgstr "tinanggal (naiwan ang pagkaayos)"
  1114. #: dselect/pkgdisplay.cc:52
  1115. msgid "half installed"
  1116. msgstr "bitin na pagluklok"
  1117. #: dselect/pkgdisplay.cc:53
  1118. msgid "unpacked (not set up)"
  1119. msgstr "nakabuklat (hindi nakaayos)"
  1120. #: dselect/pkgdisplay.cc:54
  1121. msgid "half configured (config failed)"
  1122. msgstr ""
  1123. #: dselect/pkgdisplay.cc:55
  1124. msgid "awaiting trigger processing"
  1125. msgstr ""
  1126. #: dselect/pkgdisplay.cc:56
  1127. msgid "triggered"
  1128. msgstr ""
  1129. #: dselect/pkgdisplay.cc:57
  1130. msgid "installed"
  1131. msgstr "nakaluklok"
  1132. #: dselect/pkgdisplay.cc:60
  1133. msgid "Required"
  1134. msgstr "Kailangan"
  1135. #: dselect/pkgdisplay.cc:61
  1136. msgid "Important"
  1137. msgstr "Importante"
  1138. #: dselect/pkgdisplay.cc:62
  1139. msgid "Standard"
  1140. msgstr "Standard"
  1141. #: dselect/pkgdisplay.cc:63
  1142. msgid "Optional"
  1143. msgstr "Opsyonal"
  1144. #: dselect/pkgdisplay.cc:64
  1145. msgid "Extra"
  1146. msgstr "Extra"
  1147. #: dselect/pkgdisplay.cc:65
  1148. msgid "!Bug!"
  1149. msgstr "!Bug!"
  1150. #: dselect/pkgdisplay.cc:66
  1151. msgid "Unclassified"
  1152. msgstr "Di naka-uri"
  1153. #: dselect/pkgdisplay.cc:69
  1154. msgid "suggests"
  1155. msgstr "nagmumungkahi"
  1156. #: dselect/pkgdisplay.cc:70
  1157. msgid "recommends"
  1158. msgstr "rekomendado"
  1159. #: dselect/pkgdisplay.cc:71
  1160. msgid "depends on"
  1161. msgstr "umaasa sa"
  1162. #: dselect/pkgdisplay.cc:72
  1163. msgid "pre-depends on"
  1164. msgstr "umaasa ng lubos sa"
  1165. #: dselect/pkgdisplay.cc:73
  1166. msgid "breaks"
  1167. msgstr ""
  1168. #: dselect/pkgdisplay.cc:74
  1169. msgid "conflicts with"
  1170. msgstr "katunggali ang"
  1171. #: dselect/pkgdisplay.cc:75
  1172. msgid "provides"
  1173. msgstr "nagbibigay ng"
  1174. #: dselect/pkgdisplay.cc:76
  1175. msgid "replaces"
  1176. msgstr "kapalit ng"
  1177. #: dselect/pkgdisplay.cc:77
  1178. msgid "enhances"
  1179. msgstr "nagpapahusay sa"
  1180. #: dselect/pkgdisplay.cc:80
  1181. msgid "Req"
  1182. msgstr "Req"
  1183. #: dselect/pkgdisplay.cc:81
  1184. msgid "Imp"
  1185. msgstr "Imp"
  1186. #: dselect/pkgdisplay.cc:82
  1187. msgid "Std"
  1188. msgstr "Std"
  1189. #: dselect/pkgdisplay.cc:83
  1190. msgid "Opt"
  1191. msgstr "Opt"
  1192. #: dselect/pkgdisplay.cc:84
  1193. msgid "Xtr"
  1194. msgstr "Xtr"
  1195. #: dselect/pkgdisplay.cc:85
  1196. msgid "bUG"
  1197. msgstr "bUg"
  1198. #: dselect/pkgdisplay.cc:86
  1199. msgid "?"
  1200. msgstr "?"
  1201. #: dselect/pkgdisplay.cc:94 dselect/pkgdisplay.cc:114
  1202. msgid "Broken"
  1203. msgstr "Sira"
  1204. #: dselect/pkgdisplay.cc:95
  1205. msgid "New"
  1206. msgstr "Bago"
  1207. #: dselect/pkgdisplay.cc:96
  1208. msgid "Updated"
  1209. msgstr "May Mas Bago"
  1210. #: dselect/pkgdisplay.cc:97
  1211. msgid "Obsolete/local"
  1212. msgstr "Laos/lokal"
  1213. #: dselect/pkgdisplay.cc:98
  1214. msgid "Up-to-date"
  1215. msgstr "Kasalukuyan"
  1216. #: dselect/pkgdisplay.cc:99
  1217. msgid "Available"
  1218. msgstr "Magagamit"
  1219. #: dselect/pkgdisplay.cc:100 dselect/pkgdisplay.cc:116
  1220. msgid "Removed"
  1221. msgstr "Tinanggal"
  1222. #: dselect/pkgdisplay.cc:101 dselect/pkgdisplay.cc:110
  1223. msgid "Brokenly installed packages"
  1224. msgstr "Sira ang pagkaluklok na mga pakete"
  1225. #: dselect/pkgdisplay.cc:102
  1226. msgid "Newly available packages"
  1227. msgstr "Bagong magagamit na mga pakete"
  1228. #: dselect/pkgdisplay.cc:103
  1229. msgid "Updated packages (newer version is available)"
  1230. msgstr "Makabagong mga pakete (may bagong bersyong magagamit)"
  1231. #: dselect/pkgdisplay.cc:104
  1232. msgid "Obsolete and local packages present on system"
  1233. msgstr "Laos na at mga lokal na pakete na narito sa sistema"
  1234. #: dselect/pkgdisplay.cc:105
  1235. msgid "Up to date installed packages"
  1236. msgstr "Nakaluklok na mga pakete na hindi laos"
  1237. #: dselect/pkgdisplay.cc:106
  1238. msgid "Available packages (not currently installed)"
  1239. msgstr "Magagamit na mga pakete (hindi nakaluklok sa kasalukuyan)"
  1240. #: dselect/pkgdisplay.cc:107
  1241. msgid "Removed and no longer available packages"
  1242. msgstr "Tinanggal at hindi na magagamit na mga pakete"
  1243. #: dselect/pkgdisplay.cc:111
  1244. msgid "Installed packages"
  1245. msgstr "Nakaluklok na mga pakete"
  1246. #: dselect/pkgdisplay.cc:112
  1247. msgid "Removed packages (configuration still present)"
  1248. msgstr "Tinanggal na mga pakete (pagkaayos ay narito pa)"
  1249. #: dselect/pkgdisplay.cc:113
  1250. msgid "Purged packages and those never installed"
  1251. msgstr "Pinurgang mga pakete at mga hindi kailanman naluklok"
  1252. #: dselect/pkgdisplay.cc:115
  1253. msgid "Installed"
  1254. msgstr "Linuklok"
  1255. #: dselect/pkgdisplay.cc:117
  1256. msgid "Purged"
  1257. msgstr "Pinurga"
  1258. #: dselect/pkgdisplay.cc:197
  1259. msgid "dselect - recursive package listing"
  1260. msgstr "dselect - listahan ng mga pakete na recursive"
  1261. #: dselect/pkgdisplay.cc:198
  1262. msgid "dselect - inspection of package states"
  1263. msgstr "dselect - pagsuri ng kalagayan ng mga pakete"
  1264. #: dselect/pkgdisplay.cc:199
  1265. msgid "dselect - main package listing"
  1266. msgstr "dselect - pangunahing listahan ng mga pakete"
  1267. #: dselect/pkgdisplay.cc:207
  1268. msgid " (by section)"
  1269. msgstr " (ayon sa seksyon)"
  1270. #: dselect/pkgdisplay.cc:210
  1271. msgid " (avail., section)"
  1272. msgstr " (magagamit, seksyon)"
  1273. #: dselect/pkgdisplay.cc:213
  1274. msgid " (status, section)"
  1275. msgstr " (kalagayan, seksyon)"
  1276. #: dselect/pkgdisplay.cc:222
  1277. msgid " (by priority)"
  1278. msgstr " (ayon sa prioridad)"
  1279. #: dselect/pkgdisplay.cc:225
  1280. msgid " (avail., priority)"
  1281. msgstr " (magagamit, prioridad)"
  1282. #: dselect/pkgdisplay.cc:228
  1283. msgid " (status, priority)"
  1284. msgstr " (kalagayan, prioridad)"
  1285. #: dselect/pkgdisplay.cc:237 dselect/pkgdisplay.cc:249
  1286. msgid " (alphabetically)"
  1287. msgstr " (ayon sa abakada)"
  1288. #: dselect/pkgdisplay.cc:240
  1289. msgid " (by availability)"
  1290. msgstr " (ayon sa magagamit)"
  1291. #: dselect/pkgdisplay.cc:243
  1292. msgid " (by status)"
  1293. msgstr " (ayon sa kalagayan)"
  1294. #: dselect/pkgdisplay.cc:257
  1295. msgid " mark:+/=/- terse:v help:?"
  1296. msgstr " markahan:+/=/- maikli:v tulong:?"
  1297. #: dselect/pkgdisplay.cc:258
  1298. msgid " mark:+/=/- verbose:v help:?"
  1299. msgstr " markahan:+/=/- maligoy:v tulong:?"
  1300. #: dselect/pkgdisplay.cc:259
  1301. msgid " terse:v help:?"
  1302. msgstr " maikli:v tulong:?"
  1303. #: dselect/pkgdisplay.cc:260
  1304. msgid " verbose:v help:?"
  1305. msgstr " maligoy:v tulong:?"
  1306. #: dselect/pkginfo.cc:80
  1307. msgid ""
  1308. "The line you have highlighted represents many packages; if you ask to "
  1309. "install, remove, hold, etc. it you will affect all the packages which match "
  1310. "the criterion shown.\n"
  1311. "\n"
  1312. "If you move the highlight to a line for a particular package you will see "
  1313. "information about that package displayed here.\n"
  1314. "You can use `o' and `O' to change the sort order and give yourself the "
  1315. "opportunity to mark packages in different kinds of groups."
  1316. msgstr ""
  1317. "Ang linya na inyong na-highlight ay tumutukoy sa maraming mga pakete; kung\n"
  1318. "hilingin ninyong iluluklok, tanggalin, hawakan, atbp. ay ito'y aapekto sa\n"
  1319. "lahat ng mga pinapakitang mga criteria.\n"
  1320. "\n"
  1321. "Kung inyong galawin ang highlight sa linya para sa isang pakete ay makikita\n"
  1322. "ninyo ang impormasyon tungkol sa paketeng iyon dito.\n"
  1323. "Maari niyong gamitin ang `o' at `O' upang palitan ang paraan ng pagsunod-"
  1324. "sunod\n"
  1325. "at upang bigyan niyo ang sarili niyo ng pagkakataon na markahan ang mga "
  1326. "pakete\n"
  1327. "sa iba't ibang uri ng pag-grupo."
  1328. #: dselect/pkginfo.cc:93
  1329. #, fuzzy
  1330. msgid "Interrelationships"
  1331. msgstr "mga kaugnayan"
  1332. #: dselect/pkginfo.cc:112
  1333. #, fuzzy
  1334. msgid "No description available."
  1335. msgstr "walang paglalarawan na magagamit."
  1336. #: dselect/pkginfo.cc:130
  1337. #, fuzzy
  1338. msgid "Installed control file information"
  1339. msgstr "naka-luklok na impormasyong control para sa "
  1340. #: dselect/pkginfo.cc:146
  1341. #, fuzzy
  1342. msgid "Available control file information"
  1343. msgstr "magagamit na bersyon ng impormasyon ng talaksang control"
  1344. #: dselect/pkglist.cc:421
  1345. msgid "There are no packages."
  1346. msgstr ""
  1347. #: dselect/pkglist.cc:512
  1348. msgid "invalid search option given"
  1349. msgstr "di tanggap na opsyon sa paghahanap ay ibinigay"
  1350. #: dselect/pkglist.cc:526
  1351. msgid "error in regular expression"
  1352. msgstr "error sa regular expression"
  1353. #: dselect/pkgsublist.cc:108
  1354. msgid " does not appear to be available\n"
  1355. msgstr " ay mukhang hindi magagamit\n"
  1356. #: dselect/pkgsublist.cc:128
  1357. msgid " or "
  1358. msgstr " o "
  1359. #: dselect/pkgtop.cc:57
  1360. msgid "All"
  1361. msgstr "Lahat"
  1362. #: dselect/pkgtop.cc:79
  1363. msgid "All packages"
  1364. msgstr "Lahat ng mga pakete"
  1365. #: dselect/pkgtop.cc:83
  1366. #, c-format
  1367. msgid "%s packages without a section"
  1368. msgstr "%s na pakete na walang seksyon"
  1369. #: dselect/pkgtop.cc:85
  1370. #, c-format
  1371. msgid "%s packages in section %s"
  1372. msgstr "%s na pakete sa seksyon %s"
  1373. #: dselect/pkgtop.cc:91
  1374. #, c-format
  1375. msgid "%s %s packages"
  1376. msgstr "%s %s na pakete"
  1377. #: dselect/pkgtop.cc:95
  1378. #, c-format
  1379. msgid "%s %s packages without a section"
  1380. msgstr "%s %s na pakete na walang seksyon"
  1381. #: dselect/pkgtop.cc:97
  1382. #, c-format
  1383. msgid "%s %s packages in section %s"
  1384. msgstr "%s %s na pakete sa seksyon %s"
  1385. #: dselect/pkgtop.cc:118
  1386. #, c-format
  1387. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1388. msgstr "%-*s %s%s%s; %s (dati ay: %s). %s"
  1389. #: dselect/pkgtop.cc:273
  1390. msgid "Error"
  1391. msgstr "Error"
  1392. #: dselect/pkgtop.cc:277
  1393. msgid "Installed?"
  1394. msgstr "Naka-luklok?"
  1395. #: dselect/pkgtop.cc:281
  1396. msgid "Old mark"
  1397. msgstr "Lumang marka"
  1398. #: dselect/pkgtop.cc:285
  1399. msgid "Marked for"
  1400. msgstr "Markado para"
  1401. #: dselect/pkgtop.cc:288
  1402. msgid "EIOM"
  1403. msgstr "EILM"
  1404. #: dselect/pkgtop.cc:290
  1405. msgid "Section"
  1406. msgstr "Section"
  1407. #: dselect/pkgtop.cc:291
  1408. msgid "Priority"
  1409. msgstr "Prioridad"
  1410. #: dselect/pkgtop.cc:292
  1411. msgid "Package"
  1412. msgstr "Pakete"
  1413. #: dselect/pkgtop.cc:296
  1414. msgid "Inst.ver"
  1415. msgstr "Inst.ber"
  1416. #: dselect/pkgtop.cc:299
  1417. msgid "Avail.ver"
  1418. msgstr "Avail.ber"
  1419. #~ msgid "unable to run %.250s process `%.250s'"
  1420. #~ msgstr "hindi mapatakbo %.250s proseso `%.250s'"
  1421. #~ msgid "failed config"
  1422. #~ msgstr "bigo sa pagsasaayos"
  1423. #~ msgid "unable to wait for %.250s"
  1424. #~ msgstr "hindi makahintay ng %.250s"
  1425. #~ msgid "got wrong child's status - asked for %ld, got %ld"
  1426. #~ msgstr "nakakuha ng maling estado ng anak - humingi ng %ld, nakuha ay %ld"
  1427. #~ msgid "Recommended"
  1428. #~ msgstr "Rekomendado"
  1429. #~ msgid "Contrib"
  1430. #~ msgstr "Contrib"
  1431. #~ msgid "Rec"
  1432. #~ msgstr "Rec"
  1433. #~ msgid "Ctb"
  1434. #~ msgstr "Ctb"
  1435. #~ msgid ""
  1436. #~ "baselist::startdisplay() done ...\n"
  1437. #~ "\n"
  1438. #~ " xmax=%d, ymax=%d;\n"
  1439. #~ "\n"
  1440. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1441. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1442. #~ "\n"
  1443. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1444. #~ " whatinfo_row=%d, list_row=%d;\n"
  1445. #~ "\n"
  1446. #~ msgstr ""
  1447. #~ "tapos ang baselist::startdisplay() ...\n"
  1448. #~ "\n"
  1449. #~ " xmax=%d, ymax=%d;\n"
  1450. #~ "\n"
  1451. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1452. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1453. #~ "\n"
  1454. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1455. #~ " whatinfo_row=%d, list_row=%d;\n"
  1456. #~ "\n"
  1457. #~ msgid "[none]"
  1458. #~ msgstr "[wala]"
  1459. #~ msgid "error un-catching signal %d: %s\n"
  1460. #~ msgstr "error sa pag-un-catch ng hudyat %d: %s\n"
  1461. #~ msgid "unable to ignore signal %d before running %.250s"
  1462. #~ msgstr "di kayang hindi pansinin ang hudyat %d bago patakbuhin ang %.250s"
  1463. #~ msgid "(no clientdata)"
  1464. #~ msgstr "(walang datoskliente)"
  1465. #~ msgid "<null>"
  1466. #~ msgstr "<wala>"
  1467. #~ msgid "interrelationships affecting "
  1468. #~ msgstr "mga kaugnayang nakakaapekto sa "
  1469. #~ msgid "description of "
  1470. #~ msgstr "paglalarawan ng "
  1471. #~ msgid "description"
  1472. #~ msgstr "paglalarawan"
  1473. #~ msgid "currently installed control info"
  1474. #~ msgstr "kasalukuyang nakaluklok na impormasyong control"
  1475. #~ msgid "available version of control info for "
  1476. #~ msgstr "magagamit na bersyon ng impormasyong control para sa "