pt_BR.po 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  1. # Tradução para o Português (Brasil) do dpkg/dselect (Debian)
  2. # Copyright 1999, 2000 Software in the Public Interest.
  3. # Thiago Jung Bauermann <jungmann@cwb.matrix.com.br>, 1999.
  4. # Carlos Henrique Santos Laviola <claviola@brfree.com.br>, 2000.
  5. # André Luís Lopes <andrelop@ig.com.br>, 2002.
  6. # André Luís Lopes <andrelop@debian.org>, 2004.
  7. # André Luís Lopes <andrelop@debian.org>, 2005.
  8. # Felipe Augusto van de Wiel (faw) <faw@debian.org>, 2008.
  9. #
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: dpkg 1.13\n"
  13. "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
  14. "POT-Creation-Date: 2008-03-30 10:09+0300\n"
  15. "PO-Revision-Date: 2008-06-09 02:53-0300\n"
  16. "Last-Translator: Felipe Augusto van de Wiel <faw@debian.org>\n"
  17. "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
  18. "org>\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8-bit\n"
  22. #: dselect/basecmds.cc:121
  23. msgid "Search for ? "
  24. msgstr "Procurar por? "
  25. #: dselect/basecmds.cc:143
  26. msgid "Error: "
  27. msgstr "Erro: "
  28. #: dselect/basecmds.cc:171
  29. msgid "Help: "
  30. msgstr "Ajuda: "
  31. #: dselect/basecmds.cc:177
  32. msgid "Press ? for help menu, . for next topic, <space> to exit help."
  33. msgstr ""
  34. "Pressione ? para o menu de ajuda, . para o próximo tópico, <espaço> para "
  35. "sair da ajuda."
  36. #: dselect/basecmds.cc:184
  37. msgid "Help information is available under the following topics:"
  38. msgstr "Informações de ajuda estão disponíveis nos seguintes tópicos:"
  39. #: dselect/basecmds.cc:192
  40. msgid ""
  41. "Press a key from the list above, <space> or `q' to exit help,\n"
  42. " or `.' (full stop) to read each help page in turn. "
  43. msgstr ""
  44. "Pressione uma das teclas da lista acima, <espaço> ou 'q' para\n"
  45. " sair da ajuda, ou '.' (ponto final) para ler uma página de\n"
  46. " ajuda por vez. "
  47. #: dselect/basecmds.cc:198
  48. msgid "error reading keyboard in help"
  49. msgstr "erro lendo teclado na ajuda"
  50. #: dselect/baselist.cc:57
  51. msgid "ioctl(TIOCGWINSZ) failed"
  52. msgstr "ioctl(TIOCGWINSZ) falhou"
  53. #: dselect/baselist.cc:60
  54. msgid "doupdate in SIGWINCH handler failed"
  55. msgstr "doupdate no handler SIGWINCH falhou"
  56. #: dselect/baselist.cc:67
  57. msgid "failed to restore old SIGWINCH sigact"
  58. msgstr "falhou ao restaurar antigo sigact SIGWINCH"
  59. #: dselect/baselist.cc:69
  60. msgid "failed to restore old signal mask"
  61. msgstr "falhou ao restaurar antiga máscara de sinal"
  62. #: dselect/baselist.cc:79
  63. msgid "failed to get old signal mask"
  64. msgstr "falhou ao obter antiga máscara de sinal"
  65. #: dselect/baselist.cc:80
  66. msgid "failed to get old SIGWINCH sigact"
  67. msgstr "falhou ao obter antiga sigact SIGWINCH"
  68. #: dselect/baselist.cc:84
  69. msgid "failed to block SIGWINCH"
  70. msgstr "falhou ao bloquear SIGWINCH"
  71. #: dselect/baselist.cc:89
  72. msgid "failed to set new SIGWINCH sigact"
  73. msgstr "falhou ao definir novo sigact SIGWINCH"
  74. #: dselect/baselist.cc:126
  75. msgid "failed to allocate colour pair"
  76. msgstr "falhou ao alocar par de cores"
  77. #: dselect/baselist.cc:167
  78. msgid "failed to create title window"
  79. msgstr "falhou ao criar título da janela"
  80. #: dselect/baselist.cc:171
  81. msgid "failed to create whatinfo window"
  82. msgstr "falhou ao criar janela \"whatinfo\""
  83. #: dselect/baselist.cc:175
  84. msgid "failed to create baselist pad"
  85. msgstr "falhou ao criar \"baselist pad\""
  86. #: dselect/baselist.cc:178
  87. msgid "failed to create heading pad"
  88. msgstr "falhou ao criar \"heading pad\""
  89. #: dselect/baselist.cc:182
  90. msgid "failed to create thisstate pad"
  91. msgstr "falhou ao criar \"thisstate pad\""
  92. #: dselect/baselist.cc:186
  93. msgid "failed to create info pad"
  94. msgstr "falhou ao criar \"info pad\""
  95. #: dselect/baselist.cc:191
  96. msgid "failed to create query window"
  97. msgstr "falhou ao criar janela de consulta"
  98. #: dselect/baselist.cc:204
  99. #, c-format
  100. msgid ""
  101. "baselist::startdisplay() done ...\n"
  102. "\n"
  103. " xmax=%d, ymax=%d;\n"
  104. "\n"
  105. " title_height=%d, colheads_height=%d, list_height=%d;\n"
  106. " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  107. "\n"
  108. " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  109. " whatinfo_row=%d, list_row=%d;\n"
  110. "\n"
  111. msgstr ""
  112. "baselist::startdisplay() feito ...\n"
  113. "\n"
  114. " xmax=%d, ymax=%d;\n"
  115. "\n"
  116. " title_height=%d, colheads_height=%d, list_height=%d;\n"
  117. " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  118. "\n"
  119. " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  120. " whatinfo_row=%d, list_row=%d;\n"
  121. "\n"
  122. #: dselect/baselist.cc:260
  123. msgid "Keybindings"
  124. msgstr "Associações de teclas"
  125. #: dselect/baselist.cc:308
  126. #, c-format
  127. msgid " -- %d%%, press "
  128. msgstr " -- %d%%, pressione "
  129. #: dselect/baselist.cc:311
  130. #, c-format
  131. msgid "%s for more"
  132. msgstr "%s para mais"
  133. #: dselect/baselist.cc:315
  134. #, c-format
  135. msgid "%s to go back"
  136. msgstr "%s para voltar"
  137. #: dselect/bindings.cc:71
  138. msgid "[not bound]"
  139. msgstr "[não atribuído]"
  140. #: dselect/bindings.cc:75
  141. #, c-format
  142. msgid "[unk: %d]"
  143. msgstr "[des: %d]"
  144. #: dselect/bindings.cc:129
  145. msgid "Scroll onwards through help/information"
  146. msgstr "Rolagem progressiva através da ajuda/informação"
  147. #: dselect/bindings.cc:130
  148. msgid "Scroll backwards through help/information"
  149. msgstr "Rolagem regressiva através da ajuda/informação"
  150. #: dselect/bindings.cc:131
  151. msgid "Move up"
  152. msgstr "Mover para acima"
  153. #: dselect/bindings.cc:132
  154. msgid "Move down"
  155. msgstr "Mover para abaixo"
  156. #: dselect/bindings.cc:133
  157. msgid "Go to top of list"
  158. msgstr "Ir ao topo da lista"
  159. #: dselect/bindings.cc:134
  160. msgid "Go to end of list"
  161. msgstr "Ir ao fim da lista"
  162. #: dselect/bindings.cc:135
  163. msgid "Request help (cycle through help screens)"
  164. msgstr "Solicitar ajuda (percorrer as telas de ajuda)"
  165. #: dselect/bindings.cc:136
  166. msgid "Cycle through information displays"
  167. msgstr "Percorrer as telas de informações"
  168. #: dselect/bindings.cc:137
  169. msgid "Redraw display"
  170. msgstr "Redesenhar a tela"
  171. #: dselect/bindings.cc:138
  172. msgid "Scroll onwards through list by 1 line"
  173. msgstr "Rolagem progressiva de 1 linha através lista"
  174. #: dselect/bindings.cc:139
  175. msgid "Scroll backwards through list by 1 line"
  176. msgstr "Rolagem regressiva de 1 linha através da lista"
  177. #: dselect/bindings.cc:140
  178. msgid "Scroll onwards through help/information by 1 line"
  179. msgstr "Rolagem progressiva de 1 linha através da ajuda/informação"
  180. #: dselect/bindings.cc:141
  181. msgid "Scroll backwards through help/information by 1 line"
  182. msgstr "Rolagem regressiva de 1 linha através da ajuda/informação"
  183. #: dselect/bindings.cc:142
  184. msgid "Scroll onwards through list"
  185. msgstr "Rolagem progressiva através da lista"
  186. #: dselect/bindings.cc:143
  187. msgid "Scroll backwards through list"
  188. msgstr "Rolagem regressiva através da lista"
  189. #: dselect/bindings.cc:146
  190. msgid "Mark package(s) for installation"
  191. msgstr "Marcar pacote(s) para instalação"
  192. #: dselect/bindings.cc:147
  193. msgid "Mark package(s) for deinstallation"
  194. msgstr "Marcar pacote(s) para desinstalação"
  195. #: dselect/bindings.cc:148
  196. msgid "Mark package(s) for deinstall and purge"
  197. msgstr "Marcar pacote(s) para desinstalação e expurgamento"
  198. #: dselect/bindings.cc:149
  199. msgid "Make highlight more specific"
  200. msgstr "Fazer realce mais específico"
  201. #: dselect/bindings.cc:150
  202. msgid "Make highlight less specific"
  203. msgstr "Fazer realce menos específico"
  204. #: dselect/bindings.cc:151
  205. msgid "Search for a package whose name contains a string"
  206. msgstr "Procurar por um pacote cujo nome contém uma string"
  207. #: dselect/bindings.cc:152
  208. msgid "Repeat last search."
  209. msgstr "Repetir última busca."
  210. #: dselect/bindings.cc:153
  211. msgid "Swap sort order priority/section"
  212. msgstr "Trocar ordenação de prioridade/seção"
  213. #: dselect/bindings.cc:154
  214. msgid "Quit, confirming, and checking dependencies"
  215. msgstr "Sair, confirmando, e checando dependências"
  216. #: dselect/bindings.cc:155
  217. msgid "Quit, confirming without check"
  218. msgstr "Sair, confirmando sem checar"
  219. #: dselect/bindings.cc:156
  220. msgid "Quit, rejecting conflict/dependency suggestions"
  221. msgstr "Sair, rejeitando sugestões de conflitos/dependências"
  222. #: dselect/bindings.cc:157
  223. msgid "Abort - quit without making changes"
  224. msgstr "Abortar - sair sem fazer mudanças"
  225. #: dselect/bindings.cc:158
  226. msgid "Revert to old state for all packages"
  227. msgstr "Reverter ao estado antigo em todos os pacotes"
  228. #: dselect/bindings.cc:159
  229. msgid "Revert to suggested state for all packages"
  230. msgstr "Reverter ao estado sugerido em todos os pacotes"
  231. #: dselect/bindings.cc:160
  232. msgid "Revert to directly requested state for all packages"
  233. msgstr "Reverter ao estado diretamente requisitado em todos os pacotes"
  234. #: dselect/bindings.cc:161
  235. msgid "Revert to currently installed state for all packages"
  236. msgstr "Reverter ao estado atualmente instalado em todos os pacotes"
  237. #: dselect/bindings.cc:164
  238. msgid "Select currently-highlighted access method"
  239. msgstr "Selecionar método de acesso em destaque"
  240. #: dselect/bindings.cc:165
  241. msgid "Quit without changing selected access method"
  242. msgstr "Sair sem mudar método de acesso selecionado"
  243. #: dselect/helpmsgs.cc:25
  244. msgid "Keystrokes"
  245. msgstr "Teclas de atalho"
  246. #: dselect/helpmsgs.cc:25
  247. msgid ""
  248. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  249. " j, Down-arrow k, Up-arrow move highlight\n"
  250. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  251. " ^n ^p scroll list by 1 line\n"
  252. " t, Home e, End jump to top/end of list\n"
  253. " u d scroll info by 1 page\n"
  254. " ^u ^d scroll info by 1 line\n"
  255. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  256. " ^b ^f pan display by 1 character\n"
  257. "\n"
  258. "Mark packages for later processing:\n"
  259. " +, Insert install or upgrade =, H hold in present state\n"
  260. " -, Delete remove :, G unhold: upgrade or leave "
  261. "uninstalled\n"
  262. " _ remove & purge config\n"
  263. " Miscellaneous:\n"
  264. "Quit, exit, overwrite (note capitals!): ?, F1 request help (also "
  265. "Help)\n"
  266. " Return Confirm, quit (check dependencies) i, I toggle/cycle info "
  267. "displays\n"
  268. " Q Confirm, quit (override dep.s) o, O cycle through sort "
  269. "options\n"
  270. " X, Esc eXit, abandoning any changes made v, V change status display "
  271. "opts\n"
  272. " R Revert to state before this list ^l redraw display\n"
  273. " U set all to sUggested state / search (Return to "
  274. "cancel)\n"
  275. " D set all to Directly requested state n, \\ repeat last search\n"
  276. msgstr ""
  277. "Teclas de movimentação: Próximo/Anterior, Topo/Fim, Cima/Baixo, Trás/"
  278. "Frente:\n"
  279. " j, Seta-abaixo k, Seta-acima move realce\n"
  280. " N, Page-down, Espaço P, Page-up, Backspace rola lista em 1 página\n"
  281. " ^n ^p rola lista em 1 linha\n"
  282. " t, Home e, End pula para topo/fim da lista\n"
  283. " u d rola informação em 1 página\n"
  284. " ^u ^d rola informação em 1 linha\n"
  285. " B, Seta-à-esquerda F, Seta-à-direita rola 1/3 da tela para o "
  286. "lado\n"
  287. " ^b ^f rola 1 caracter para o lado\n"
  288. "\n"
  289. "Marca pacotes para processamento posterior:\n"
  290. " +, Insere instala ou atualiza =, H reter no estado atual\n"
  291. " -, Exclui remove :, G liberar: atualizar ou deixar "
  292. "desinst.\n"
  293. " _ remover e expurgar configuração\n"
  294. " Miscelânea:\n"
  295. "Sair (Q), sobrescrever (note maiúsculas!) ?, F1 solicitar ajuda (também\n"
  296. " Ajuda (H))\n"
  297. " Enter Confirma, sai (checa dependências) i, I alternar/percorrer "
  298. "telas\n"
  299. " de informações\n"
  300. " Q Confirma, sai (sobrepõe depend.) o, O percorrer através das\n"
  301. " opções de ordenação\n"
  302. " X, Esc Sair (X), abandonando mudanças v, V muda opções de estado "
  303. "de\n"
  304. " exibição\n"
  305. " R Reverte ao estado anterior ^l redesenhar tela\n"
  306. " U colocar tudo no estado sUgerido / procurar (Enter para\n"
  307. " cancelar)\n"
  308. " D configurar tudo para o estado\n"
  309. " estado Diretamente requisitado n, \\ repetir última busca\n"
  310. #: dselect/helpmsgs.cc:51
  311. msgid "Introduction to package selections"
  312. msgstr "Introdução às seleções de pacotes"
  313. #: dselect/helpmsgs.cc:51
  314. msgid ""
  315. "Welcome to dselect's main package listing.\n"
  316. "\n"
  317. "You will be presented with a list of packages which are installed or "
  318. "available\n"
  319. "for installation. You can navigate around the list using the cursor keys,\n"
  320. "mark packages for installation (using `+') or deinstallation (using `-').\n"
  321. "Packages can be marked either singly or in groups; initially you will see "
  322. "that\n"
  323. "the line `All packages' is selected. `+', `-' and so on will affect all "
  324. "the\n"
  325. "packages described by the highlighted line.\n"
  326. "\n"
  327. "Some of your choices will cause conflicts or dependency problems; you will "
  328. "be\n"
  329. "given a sub-list of the relevant packages, so that you can solve the "
  330. "problems.\n"
  331. "\n"
  332. "You should read the list of keys and the explanations of the display.\n"
  333. "Much on-line help is available, please make use of it - press `?' at\n"
  334. "any time for help.\n"
  335. "\n"
  336. "When you have finished selecting packages, press <enter> to confirm "
  337. "changes,\n"
  338. "or `X' to quit without saving changes. A final check on conflicts and\n"
  339. "dependencies will be done - here too you may see a sublist.\n"
  340. "\n"
  341. "Press <space> to leave help and enter the list now.\n"
  342. msgstr ""
  343. "Bem-vindo à lista principal de pacotes do dselect.\n"
  344. "\n"
  345. "Será apresentada a você uma lista de pacotes que estão instalados ou\n"
  346. "disponíveis para instalação. Você pode navegar pela lista usando as teclas\n"
  347. "direcionais, marcar pacotes para instalação (usando '+') ou desinstalação\n"
  348. "(usando `-').\n"
  349. "Pacotes podem ser marcados individualmente ou em grupos; inicialmente, você\n"
  350. "vai ver que a linha 'Todos os pacotes' está selecionada. Comandos como '+',\n"
  351. "'-', e outros afetarão todos os pacotes descritos pela linha realçada.\n"
  352. "\n"
  353. "Algumas de suas escolhas causarão conflitos ou problemas de dependências;\n"
  354. "será apresentada uma sub-lista dos pacotes relevantes, para que dessa forma\n"
  355. "você possa resolver os problemas.\n"
  356. "\n"
  357. "Você deverá ler a lista de teclas e as explicações na tela.\n"
  358. "Muita ajuda on-line está disponível, por favor, use-a - pressione '?' a\n"
  359. "qualquer momento para ajuda.\n"
  360. "\n"
  361. "Quando tiver terminado a seleção de pacotes, pressione <enter> para "
  362. "confirmar\n"
  363. "suas mudanças ou 'X' para sair sem gravar as mudanças. Uma checagem final "
  364. "de\n"
  365. "conflitos e de dependências será feita - pode ser que aqui você também veja\n"
  366. "uma sub-lista.\n"
  367. "\n"
  368. "Pressione <espaço> para sair da ajuda e entrar na lista agora.\n"
  369. #: dselect/helpmsgs.cc:76
  370. msgid "Introduction to read-only package list browser"
  371. msgstr "Introdução ao navegador da lista de pacotes somente-leitura"
  372. #: dselect/helpmsgs.cc:76
  373. msgid ""
  374. "Welcome to dselect's main package listing.\n"
  375. "\n"
  376. "You will be presented with a list of packages which are installed or "
  377. "available\n"
  378. "for installation. Since you do not have the privilege necessary to update\n"
  379. "package states, you are in a read-only mode. You can navigate around the\n"
  380. "list using the cursor keys (please see the `Keystrokes' help screen), "
  381. "observe\n"
  382. "the status of the packages and read information about them.\n"
  383. "\n"
  384. "You should read the list of keys and the explanations of the display.\n"
  385. "Much on-line help is available, please make use of it - press `?' at\n"
  386. "any time for help.\n"
  387. "\n"
  388. "When you have finished browsing, press `Q' or <enter> to quit.\n"
  389. "\n"
  390. "Press <space> to leave help and enter the list now.\n"
  391. msgstr ""
  392. "Bem-vindo à lista principal de pacotes do dselect.\n"
  393. "\n"
  394. "Será apresentada a você uma lista de pacotes que estão instalados ou\n"
  395. "disponíveis para instalação. Uma vez que você não possui os privilégios\n"
  396. "necessários para atualizar o estado dos pacotes, você está no modo\n"
  397. "somente-leitura. Você pode navegar pela lista usando as teclas direcionais\n"
  398. "(por favor, veja a tela de ajuda sobre 'Teclas de atalho'), observe o "
  399. "estado\n"
  400. "dos pacotes e leia as informações sobre eles.\n"
  401. "\n"
  402. "Você deverá ler a lista de teclas e suas explicações na tela.\n"
  403. "Muita ajuda on-line está disponível, por favor, use-a - pressione '?' a\n"
  404. "qualquer momento para ajuda.\n"
  405. "\n"
  406. "Quando tiver terminado a navegação, pressione 'Q' ou <enter> para sair.\n"
  407. "\n"
  408. "Pressione <espaço> para sair da ajuda e entrar na lista agora.\n"
  409. #: dselect/helpmsgs.cc:95
  410. msgid "Introduction to conflict/dependency resolution sub-list"
  411. msgstr "Introdução à sub-lista de resolução de conflitos/dependências"
  412. #: dselect/helpmsgs.cc:95
  413. msgid ""
  414. "Dependency/conflict resolution - introduction.\n"
  415. "\n"
  416. "One or more of your choices have raised a conflict or dependency problem -\n"
  417. "some packages should only be installed in conjunction with certain others, "
  418. "and\n"
  419. "some combinations of packages may not be installed together.\n"
  420. "\n"
  421. "You will see a sub-list containing the packages involved. The bottom half "
  422. "of\n"
  423. "the display shows relevant conflicts and dependencies; use `i' to cycle "
  424. "between\n"
  425. "that, the package descriptions and the internal control information.\n"
  426. "\n"
  427. "A set of `suggested' packages has been calculated, and the initial markings "
  428. "in\n"
  429. "this sub-list have been set to match those, so you can just hit Return to\n"
  430. "accept the suggestions if you wish. You may abort the change(s) which "
  431. "caused\n"
  432. "the problem(s), and go back to the main list, by pressing capital `X'.\n"
  433. "\n"
  434. "You can also move around the list and change the markings so that they are "
  435. "more\n"
  436. "like what you want, and you can `reject' my suggestions by using the "
  437. "capital\n"
  438. "`D' or `R' keys (see the keybindings help screen). You can use capital `Q' "
  439. "to\n"
  440. "force me to accept the situation currently displayed, in case you want to\n"
  441. "override a recommendation or think that the program is mistaken.\n"
  442. "\n"
  443. "Press <space> to leave help and enter the sub-list; remember: press `?' for "
  444. "help.\n"
  445. msgstr ""
  446. "Resolução de dependências/conflitos - introdução.\n"
  447. "\n"
  448. "Uma ou mais de suas escolhas fizeram surgir um problema de conflito ou de\n"
  449. "dependência - alguns pacotes só devem ser instalados em conjunto com "
  450. "outros,\n"
  451. "e algumas combinações de pacotes não podem ser instaladas ao mesmo tempo.\n"
  452. "\n"
  453. "Você verá uma sub-lista contendo os pacotes envolvidos. A metade de baixo "
  454. "da\n"
  455. "tela mostra conflitos e dependências relevantes; use 'i' para circular "
  456. "entre\n"
  457. "esses, as descrições dos pacotes e as informações de controle internas.\n"
  458. "\n"
  459. "Um conjunto de pacotes 'sugeridos' foi calculado, e as marcações iniciais "
  460. "nessa\n"
  461. "sub-lista foram definidas para combinar com aquelas, para que você possa "
  462. "apenas\n"
  463. "pressionar Enter para aceitar as sugestões, se assim desejar. Você pode "
  464. "abortar\n"
  465. "a(s) mudança(s) que causou/causaram o(s) problema(s), e voltar para a lista\n"
  466. "principal, pressionando 'X' maiúsculo.\n"
  467. "\n"
  468. "Você também pode movimentar-se pela lista e mudar as marcações de modo que "
  469. "elas\n"
  470. "fiquem mais de acordo com o que você quer, e você pode 'rejeitar' minhas\n"
  471. "sugestões usando as teclas 'D' ou 'R' maiúsculas (veja a tela de ajuda de\n"
  472. "Teclas de Atalho). Você pode usar 'Q' maiúsculo para me forçar a aceitar a\n"
  473. "situação como ela está, caso você queira ignorar uma recomendação ou pensar\n"
  474. "que o programa está errado.\n"
  475. "\n"
  476. "Pressione <espaço> para sair da ajuda e entrar na sub-lista; lembre-se:\n"
  477. "pressione '?' para ajuda.\n"
  478. #: dselect/helpmsgs.cc:121
  479. msgid "Display, part 1: package listing and status chars"
  480. msgstr "Tela, parte 1: lista de pacotes e caracteres de estado"
  481. #: dselect/helpmsgs.cc:121
  482. msgid ""
  483. "The top half of the screen shows a list of packages. For each package you "
  484. "see\n"
  485. "four columns for its current status on the system and mark. In terse mode "
  486. "(use\n"
  487. "`v' to toggle verbose display) these are single characters, from left to "
  488. "right:\n"
  489. "\n"
  490. " Error flag: Space - no error (but package may be in broken state - see "
  491. "below)\n"
  492. " `R' - serious error during installation, needs "
  493. "reinstallation;\n"
  494. " Installed state: Space - not installed;\n"
  495. " `*' - installed;\n"
  496. " `-' - not installed but config files remain;\n"
  497. " packages in these { `U' - unpacked but not yet configured;\n"
  498. " states are not { `C' - half-configured (an error happened);\n"
  499. " (quite) properly { `I' - half-installed (an error happened);\n"
  500. " installed { `W',`t' - triggers are awaited resp. pending.\n"
  501. " Old mark: what was requested for this package before presenting this list;\n"
  502. " Mark: what is requested for this package:\n"
  503. " `*': marked for installation or upgrade;\n"
  504. " `-': marked for removal, but any configuration files will remain;\n"
  505. " `=': on hold: package will not be processed at all;\n"
  506. " `_': marked for purge completely - even remove configuration;\n"
  507. " `n': package is new and has yet to be marked for install/remove/&c.\n"
  508. "\n"
  509. "Also displayed are each package's Priority, Section, name, installed and\n"
  510. "available version numbers (shift-V to display/hide) and summary "
  511. "description.\n"
  512. msgstr ""
  513. "A metade de cima da tela mostra uma lista de pacotes. Para cada pacote você "
  514. "vê\n"
  515. "quatro colunas para seu estado atual no sistema e marcação. No modo "
  516. "resumido\n"
  517. "(use 'v' para ligar exibição verbosa), estes são caracteres únicos, da "
  518. "esquerda\n"
  519. "para a direita:\n"
  520. "\n"
  521. " Marca de Erro: Espaço - sem erros (pacote pode estar quebrado - veja "
  522. "abaixo)\n"
  523. " 'R' - erro sério durante instalação, requer "
  524. "reinstalação;\n"
  525. " Estado de instalação: Espaço - não instalado;\n"
  526. " '*' - instalado;\n"
  527. " '-' - não instalado mas arquivos de configuração\n"
  528. " permanecem;\n"
  529. " pacotes nestes { 'U' - descompactado mas ainda não configurado;\n"
  530. " estados não estão { 'C' - meio-configurado (um erro aconteceu);\n"
  531. " corretamente { 'I' - meio-instalado (um erro aconteceu).\n"
  532. " instalados { 'W','t' - gatilhos estão em espera / pendentes.\n"
  533. " Marca antiga: o que foi requisitado para este pacote antes de apresentar\n"
  534. " esta lista;\n"
  535. " Marca: o que é requisitado para este pacote:\n"
  536. " '*': marcado para instalação ou atualização;\n"
  537. " '-': marcado para remoção, mas os arquivos de configuração permanecerão;\n"
  538. " '=': retido: pacote não será processado de forma alguma;\n"
  539. " '_': marcado para ser completamente expurgado - remover até a "
  540. "configuração;\n"
  541. " 'n': pacote é novo e ainda tem que ser marcado para instalação/remoção/"
  542. "etc.\n"
  543. "\n"
  544. "Também são exibidas cada Prioridade, Seção, nome, números de versão\n"
  545. "instalada e disponíveis de cada pacote (shift-V para exiber/ocultar)\n"
  546. "e descrição resumida.\n"
  547. #: dselect/helpmsgs.cc:148
  548. msgid "Display, part 2: list highlight; information display"
  549. msgstr "Tela, parte 2: realces na lista; tela de informação"
  550. #: dselect/helpmsgs.cc:148
  551. msgid ""
  552. "* Highlight: One line in the package list will be highlighted. It "
  553. "indicates\n"
  554. " which package(s) will be affected by presses of `+', `-' and `_'.\n"
  555. "\n"
  556. "* The dividing line in the middle of the screen shows a brief explanation "
  557. "of\n"
  558. " the status of the currently-highlighted package, or a description of "
  559. "which\n"
  560. " group is highlighted if a group line is. If you don't understand the\n"
  561. " meaning of some of the status characters displayed, go to the relevant\n"
  562. " package and look at this divider line, or use the `v' key for a verbose\n"
  563. " display (press `v' again to go back to the terse display).\n"
  564. "\n"
  565. "* The bottom of the screen shows more information about the\n"
  566. " currently-highlighted package (if there is only one).\n"
  567. "\n"
  568. " It can show an extended description of the package, the internal package\n"
  569. " control details (either for the installed or available version of the\n"
  570. " package), or information about conflicts and dependencies involving the\n"
  571. " current package (in conflict/dependency resolution sublists).\n"
  572. "\n"
  573. " Use the `i' key to cycle through the displays, and `I' to hide the\n"
  574. " information display or expand it to use almost all of the screen.\n"
  575. msgstr ""
  576. "* Realce: Uma linha na lista de pacotes será realçada. Ela indica\n"
  577. " qual(is) pacote(s) será(ão) afetado(s) pelas teclas '+', '-' e '_'.\n"
  578. "\n"
  579. "* A linha divisória no meio da tela mostra uma explicação breve do estado\n"
  580. " do pacote atualmente realçado, ou uma descrição do grupo que estiver\n"
  581. " realçado, se for uma linha de grupo. Se você não entender o significado\n"
  582. " de alguns dos caracteres de estado mostrados, vá ao pacote em questão e\n"
  583. " olhe para esta linha divisória, ou use a tecla 'v' para uma exibição\n"
  584. " mais verbosa (pressione 'v' novamente para voltar ao modo resumido).\n"
  585. "\n"
  586. "* A parte de baixo da tela mostra mais informações sobre o pacote\n"
  587. " atualmente realçado (se houver somente um).\n"
  588. "\n"
  589. " Ela pode mostrar uma descrição mais longa do pacote, os detalhes internos\n"
  590. " de controle do pacote (ou para a versão instalada ou para a versão\n"
  591. " disponível do pacote), ou informação sobre conflitos e dependências\n"
  592. " envolvendo o pacote atual (em sub-listas de resolução de\n"
  593. " conflitos/dependências).\n"
  594. "\n"
  595. " Use a tecla 'i' para circular pelas telas, e 'I' para ocultar a tela de\n"
  596. " informações ou expandí-la por quase toda a tela.\n"
  597. #: dselect/helpmsgs.cc:172
  598. msgid "Introduction to method selection display"
  599. msgstr "Introdução à tela de seleção de métodos"
  600. #: dselect/helpmsgs.cc:172
  601. msgid ""
  602. "dselect and dpkg can do automatic installation, loading the package files to "
  603. "be\n"
  604. "installed from one of a number of different possible places.\n"
  605. "\n"
  606. "This list allows you to select one of these installation methods.\n"
  607. "\n"
  608. "Move the highlight to the method you wish to use, and hit Enter. You will "
  609. "then\n"
  610. "be prompted for the information required to do the installation.\n"
  611. "\n"
  612. "As you move the highlight a description of each method, where available, is\n"
  613. "displayed in the bottom half of the screen.\n"
  614. "\n"
  615. "If you wish to quit without changing anything use the `x' key while in the "
  616. "list\n"
  617. "of installation methods.\n"
  618. "\n"
  619. "A full list of keystrokes is available by pressing `k' now, or from the "
  620. "help\n"
  621. "menu reachable by pressing `?'.\n"
  622. msgstr ""
  623. "dselect e dpkg podem fazer instalações automáticas, carregando os arquivos\n"
  624. "de pacote a serem instalados a partir de uma série de possíveis diferentes\n"
  625. "lugares.\n"
  626. "\n"
  627. "Esta lista permite que você selecione um destes métodos de instalação.\n"
  628. "\n"
  629. "Mova o realce para o método que você quer usar, e aperte Enter. Você será\n"
  630. "questionado sobre as informações necessárias para realizar a instalação.\n"
  631. "\n"
  632. "À medida que você move o realce, uma descrição de cada método, quando\n"
  633. "disponível, é exibida na parte de baixo da tela.\n"
  634. "\n"
  635. "Se você quiser sair sem mudar nada aperte a tecla 'x' enquanto estiver na\n"
  636. "lista de métodos de instalação.\n"
  637. "\n"
  638. "Uma lista completa de teclas de atalho está disponível pressionando 'k'\n"
  639. "agora, ou no menu de ajuda acessível pressionando '?'.\n"
  640. #: dselect/helpmsgs.cc:192
  641. msgid "Keystrokes for method selection"
  642. msgstr "Teclas para seleção de método"
  643. #: dselect/helpmsgs.cc:192
  644. msgid ""
  645. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  646. " j, Down-arrow k, Up-arrow move highlight\n"
  647. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  648. " ^n ^p scroll list by 1 line\n"
  649. " t, Home e, End jump to top/end of list\n"
  650. " u d scroll info by 1 page\n"
  651. " ^u ^d scroll info by 1 line\n"
  652. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  653. " ^b ^f pan display by 1 character\n"
  654. "(These are the same motion keys as in the package list display.)\n"
  655. "\n"
  656. "Quit:\n"
  657. " Return, Enter select this method and go to its configuration dialogue\n"
  658. " x, X exit without changing or setting up the installation "
  659. "method\n"
  660. "\n"
  661. "Miscellaneous:\n"
  662. " ?, Help, F1 request help\n"
  663. " ^l redraw display\n"
  664. " / search (just return to cancel)\n"
  665. " \\ repeat last search\n"
  666. msgstr ""
  667. "Teclas de movimentação: Próximo/Anterior, Topo/Fim, Cima/Baixo, Trás/"
  668. "Frente:\n"
  669. " j, Seta-abaixo k, Seta-acima move realce\n"
  670. " N, Page-down, Espaço P, Page-up, Backspace rola lista em 1 página\n"
  671. " ^n ^p rola lista em 1 linha\n"
  672. " t, Home e, End pula para topo/fim da lista\n"
  673. " u d rola informação em 1 página\n"
  674. " ^u ^d rola informação em 1 linha\n"
  675. " B, Seta-à-esquerda F, Seta-à-direita rola 1/3 da tela para o "
  676. "lado\n"
  677. " ^b ^f rola 1 caracter para o lado\n"
  678. "(Estas são as mesmas teclas de movimentação da tela da lista de pacotes).\n"
  679. "\n"
  680. "Sair:\n"
  681. " Return, Enter seleciona este método e vai para sua configuração\n"
  682. " x, X sai sem mudar ou configurar o método de instalação\n"
  683. "\n"
  684. "Miscelânea:\n"
  685. " ?, Ajuda, F1 solicita ajuda\n"
  686. " ^l redesenha a tela\n"
  687. " / procura (enter para cancelar)\n"
  688. " \\ repetir última busca\n"
  689. #: dselect/main.cc:52
  690. msgid "Type dselect --help for help."
  691. msgstr "Digite dselect --help para ajuda."
  692. #: dselect/main.cc:135
  693. msgid "a"
  694. msgstr "a"
  695. #: dselect/main.cc:135
  696. msgid "[A]ccess"
  697. msgstr "[A]cesso"
  698. #: dselect/main.cc:135
  699. msgid "Choose the access method to use."
  700. msgstr "Escolher o método de acesso a usar."
  701. #: dselect/main.cc:136
  702. msgid "u"
  703. msgstr "u"
  704. #: dselect/main.cc:136
  705. msgid "[U]pdate"
  706. msgstr "[U]pdate"
  707. #: dselect/main.cc:136
  708. msgid "Update list of available packages, if possible."
  709. msgstr "Atualizar lista de pacotes disponíveis, se possível."
  710. #: dselect/main.cc:137
  711. msgid "s"
  712. msgstr "s"
  713. #: dselect/main.cc:137
  714. msgid "[S]elect"
  715. msgstr "[S]elecionar"
  716. #: dselect/main.cc:137
  717. msgid "Request which packages you want on your system."
  718. msgstr "Solicita quais pacotes você quer em seu sistema."
  719. #: dselect/main.cc:138
  720. msgid "i"
  721. msgstr "i"
  722. #: dselect/main.cc:138
  723. msgid "[I]nstall"
  724. msgstr "[I]nstalar"
  725. #: dselect/main.cc:138
  726. msgid "Install and upgrade wanted packages."
  727. msgstr "Instalar e atualizar pacotes desejados."
  728. #: dselect/main.cc:139
  729. msgid "c"
  730. msgstr "c"
  731. #: dselect/main.cc:139
  732. msgid "[C]onfig"
  733. msgstr "[C]onfigurar"
  734. #: dselect/main.cc:139
  735. msgid "Configure any packages that are unconfigured."
  736. msgstr "Configurar quaisquer pacotes que estejam desconfigurados."
  737. #: dselect/main.cc:140
  738. msgid "r"
  739. msgstr "r"
  740. #: dselect/main.cc:140
  741. msgid "[R]emove"
  742. msgstr "[R]emover"
  743. #: dselect/main.cc:140
  744. msgid "Remove unwanted software."
  745. msgstr "Remover programas indesejados."
  746. #: dselect/main.cc:141
  747. msgid "q"
  748. msgstr "q"
  749. #: dselect/main.cc:141
  750. msgid "[Q]uit"
  751. msgstr "[Q]Sair"
  752. #: dselect/main.cc:141
  753. msgid "Quit dselect."
  754. msgstr "Sair do dselect."
  755. #: dselect/main.cc:142
  756. msgid "menu"
  757. msgstr "menu"
  758. #: dselect/main.cc:147
  759. #, c-format
  760. msgid "Debian `%s' package handling frontend version %s.\n"
  761. msgstr "Interface do gerenciador de pacotes do Debian '%s' versão %s.\n"
  762. #: dselect/main.cc:150
  763. msgid ""
  764. "Copyright (C) 1994-1996 Ian Jackson.\n"
  765. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  766. msgstr ""
  767. "Copyright (C) 1994-1996 Ian Jackson.\n"
  768. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  769. #: dselect/main.cc:154
  770. #, c-format
  771. msgid ""
  772. "This is free software; see the GNU General Public License version 2 or\n"
  773. "later for copying conditions. There is NO warranty.\n"
  774. "See %s --license for copyright and license details.\n"
  775. msgstr ""
  776. "Este é um software livre; veja a GNU General Public License (\"GNU Licença\n"
  777. "Pública Geral\") versão 2 ou posterior para condições de cópia. Não há\n"
  778. "NENHUMA garantia.\n"
  779. "Veja %s --license para detalhes de copyright e licença.\n"
  780. #: dselect/main.cc:172
  781. #, c-format
  782. msgid ""
  783. "Usage: %s [<option> ...] [<action> ...]\n"
  784. "\n"
  785. msgstr ""
  786. "Uso: %s [<opções> ...] [<ação> ...]\n"
  787. "\n"
  788. #: dselect/main.cc:176
  789. #, c-format
  790. msgid ""
  791. "Options:\n"
  792. " --admindir <directory> Use <directory> instead of %s.\n"
  793. " --expert Turn on expert mode.\n"
  794. " --debug <file> | -D<file> Turn on debugging, sending output to <file>.\n"
  795. " --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
  796. " Configure screen colours.\n"
  797. "\n"
  798. msgstr ""
  799. "Opções:\n"
  800. " --admindir <diretório> Use <diretório> ao invés de %s.\n"
  801. " --expert Ative modo expert.\n"
  802. " --debug <arq> | -D<arq> Ative depuração, enviando saída para <arq>.\n"
  803. " --colour | --color parte-da-tela:[frente],[fundo][:atrib[+atrib+..]]\n"
  804. " Configura cores da tela.\n"
  805. "\n"
  806. #: dselect/main.cc:185
  807. #, c-format
  808. msgid ""
  809. " --help Show this help message.\n"
  810. " --version Show the version.\n"
  811. " --license | --licence Show the license.\n"
  812. "\n"
  813. msgstr ""
  814. " --help Mostra esta mensagem de ajuda.\n"
  815. " --version Mostra a versão.\n"
  816. " --license | --licence Mostra a licença.\n"
  817. "\n"
  818. #: dselect/main.cc:191
  819. #, c-format
  820. msgid ""
  821. "Actions:\n"
  822. " access update select install config remove quit\n"
  823. "\n"
  824. msgstr ""
  825. "Ações :\n"
  826. " access update select install config remove quit\n"
  827. "\n"
  828. #: dselect/main.cc:195
  829. #, c-format
  830. msgid "Screenparts:\n"
  831. msgstr "Partes da tela:\n"
  832. #: dselect/main.cc:200
  833. #, c-format
  834. msgid "Colours:\n"
  835. msgstr "Cores:\n"
  836. #: dselect/main.cc:205
  837. #, c-format
  838. msgid "Attributes:\n"
  839. msgstr "Atributos:\n"
  840. #: dselect/main.cc:216
  841. #, c-format
  842. msgid "couldn't open debug file `%.255s'\n"
  843. msgstr "não foi possível abrir arquivo de depuração '%.250s'\n"
  844. #: dselect/main.cc:231
  845. #, c-format
  846. msgid "Invalid %s `%s'\n"
  847. msgstr "%s inválido '%s'\n"
  848. #: dselect/main.cc:248
  849. msgid "screen part"
  850. msgstr "parte da tela"
  851. #: dselect/main.cc:254
  852. msgid "Null colour specification\n"
  853. msgstr "Especificação de cor nula\n"
  854. #: dselect/main.cc:262 dselect/main.cc:267
  855. msgid "colour"
  856. msgstr "cor"
  857. #: dselect/main.cc:275
  858. msgid "colour attribute"
  859. msgstr "atributo cor"
  860. #: dselect/main.cc:309
  861. msgid "Terminal does not appear to support cursor addressing.\n"
  862. msgstr "Terminal não parece dar suporte ao endereçamento de cursor.\n"
  863. #: dselect/main.cc:311
  864. msgid "Terminal does not appear to support highlighting.\n"
  865. msgstr "Terminal não parece dar suporte ao realce (\"highlighting\").\n"
  866. #: dselect/main.cc:313
  867. #, c-format
  868. msgid ""
  869. "Set your TERM variable correctly, use a better terminal,\n"
  870. "or make do with the per-package management tool %s.\n"
  871. msgstr ""
  872. "Defina sua variável TERM corretamente, use um terminal melhor,\n"
  873. "ou faça com a ferramenta de gerenciamento por-pacote %s.\n"
  874. #: dselect/main.cc:316
  875. msgid "terminal lacks necessary features, giving up"
  876. msgstr "terminal não possui alguns recursos necessários, desistindo"
  877. #: dselect/main.cc:394
  878. msgid ""
  879. "\n"
  880. "\n"
  881. "Move around with ^P and ^N, cursor keys, initial letters, or digits;\n"
  882. "Press <enter> to confirm selection. ^L redraws screen.\n"
  883. "\n"
  884. msgstr ""
  885. "\n"
  886. "\n"
  887. "Mova-se com ^P e ^N, teclas direcionais, letras iniciais, ou dígitos;\n"
  888. "Pressione <enter> para confirmar a seleção. ^L redesenha a tela.\n"
  889. #: dselect/main.cc:409
  890. msgid ""
  891. "\n"
  892. "\n"
  893. "Read-only access: only preview of selections is available!"
  894. msgstr ""
  895. "\n"
  896. "\n"
  897. "Acesso somente-leitura: apenas a pré-visualização das seleções está "
  898. "disponível!"
  899. #: dselect/main.cc:428
  900. msgid "failed to getch in main menu"
  901. msgstr "falhou ao executar \"getch\" no menu principal"
  902. #: dselect/main.cc:501
  903. #, c-format
  904. msgid "unknown action string `%.50s'"
  905. msgstr "string de ação desconhecida '%.50s'"
  906. #: dselect/methlist.cc:78
  907. msgid "dselect - list of access methods"
  908. msgstr "dselect - lista de métodos de acesso"
  909. #: dselect/methlist.cc:87
  910. #, c-format
  911. msgid "Access method `%s'."
  912. msgstr "Método de acesso '%s'."
  913. #: dselect/methlist.cc:121
  914. msgid "Abbrev."
  915. msgstr "Abrev."
  916. #: dselect/methlist.cc:122 dselect/pkginfo.cc:107 dselect/pkgtop.cc:297
  917. msgid "Description"
  918. msgstr "Descrição"
  919. #: dselect/methlist.cc:166
  920. msgid "doupdate failed"
  921. msgstr "doupdate falhou"
  922. #: dselect/methlist.cc:168
  923. msgid "failed to unblock SIGWINCH"
  924. msgstr "falhou ao desbloquear SIGWINCH"
  925. #: dselect/methlist.cc:172
  926. msgid "failed to re-block SIGWINCH"
  927. msgstr "falhou ao re-bloquear SIGWINCH"
  928. #: dselect/methlist.cc:173
  929. msgid "getch failed"
  930. msgstr "\"getch\" falhou"
  931. #: dselect/methlist.cc:177 dselect/pkgdepcon.cc:244
  932. msgid "[none]"
  933. msgstr "[nenhum]"
  934. #: dselect/methlist.cc:191
  935. msgid "Explanation"
  936. msgstr "Explicação de"
  937. #: dselect/methlist.cc:200
  938. msgid "No explanation available."
  939. msgstr "Sem explicação disponível"
  940. #: dselect/method.cc:64
  941. #, c-format
  942. msgid ""
  943. "\n"
  944. "\n"
  945. "%s: %s\n"
  946. msgstr ""
  947. "\n"
  948. "\n"
  949. "%s: %s\n"
  950. #: dselect/method.cc:67
  951. msgid ""
  952. "\n"
  953. "Press <enter> to continue."
  954. msgstr ""
  955. "\n"
  956. "Pressione <enter> para continuar."
  957. # Alguém tem alguma sugestão para uma boa tradução de
  958. # un-catching neste contexto ? -- Andre
  959. #: dselect/method.cc:144
  960. #, c-format
  961. msgid "error un-catching signal %d: %s\n"
  962. msgstr "erro não pegando sinal %d: %s\n"
  963. #: dselect/method.cc:162
  964. #, c-format
  965. msgid "unable to ignore signal %d before running %.250s"
  966. msgstr "impossível ignorar sinal %d antes de executar %.250s"
  967. #: dselect/method.cc:169
  968. #, c-format
  969. msgid "unable to run %.250s process `%.250s'"
  970. msgstr "impossível executar o processo %.250s '%.250s'"
  971. #: dselect/method.cc:173
  972. #, c-format
  973. msgid "unable to wait for %.250s"
  974. msgstr "impossível aguardar por %.250s"
  975. #: dselect/method.cc:175
  976. #, c-format
  977. msgid "got wrong child's status - asked for %ld, got %ld"
  978. msgstr "obtive estado errado do filho - pedi por %ld, recebi %ld"
  979. #: dselect/method.cc:186
  980. #, c-format
  981. msgid "returned error exit status %d.\n"
  982. msgstr "retornado estado de saída de erro %d.\n"
  983. #: dselect/method.cc:190
  984. #, c-format
  985. msgid "was interrupted.\n"
  986. msgstr "foi interrompido.\n"
  987. #: dselect/method.cc:192
  988. #, c-format
  989. msgid "was terminated by a signal: %s.\n"
  990. msgstr "foi terminado por um sinal: %s.\n"
  991. #: dselect/method.cc:195
  992. #, c-format
  993. msgid "(It left a coredump.)\n"
  994. msgstr "(Deixou um \"coredump\").\n"
  995. #: dselect/method.cc:197
  996. #, c-format
  997. msgid "failed with an unknown wait return code %d.\n"
  998. msgstr "falhou com um código de retorno de espera desconhecido %d.\n"
  999. #: dselect/method.cc:199
  1000. #, c-format
  1001. msgid "Press <enter> to continue.\n"
  1002. msgstr "Pressione <enter> para continuar.\n"
  1003. #: dselect/method.cc:201
  1004. msgid "write error on standard error"
  1005. msgstr "erro de escrita na saída de erros padrão"
  1006. #: dselect/method.cc:204
  1007. msgid "error reading acknowledgement of program failure message"
  1008. msgstr "erro lendo reconhecimento da mensagem de falha do programa"
  1009. #: dselect/method.cc:235
  1010. msgid "update available list script"
  1011. msgstr "script de atualização da lista de disponíveis"
  1012. #: dselect/method.cc:239
  1013. msgid "installation script"
  1014. msgstr "script de instalação"
  1015. #: dselect/method.cc:287
  1016. msgid "query/setup script"
  1017. msgstr "script de pesquisa/configuração"
  1018. #: dselect/methparse.cc:53
  1019. #, c-format
  1020. msgid "syntax error in method options file `%.250s' -- %s"
  1021. msgstr "erro de sintaxe no arquivo de opções de método '%.250s' -- %s"
  1022. #: dselect/methparse.cc:58
  1023. #, c-format
  1024. msgid "error reading options file `%.250s'"
  1025. msgstr "erro lendo arquivo de opções '%.250s'"
  1026. #: dselect/methparse.cc:86
  1027. #, c-format
  1028. msgid "unable to read `%.250s' directory for reading methods"
  1029. msgstr "impossível ler diretório '%.250s' para métodos de leitura"
  1030. #: dselect/methparse.cc:100
  1031. #, c-format
  1032. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  1033. msgstr "método '%.250s' possui um nome muito longo (%d > %d caracteres)"
  1034. #: dselect/methparse.cc:111
  1035. #, c-format
  1036. msgid "unable to access method script `%.250s'"
  1037. msgstr "impossível acessar script de método '%.250s'"
  1038. #: dselect/methparse.cc:117
  1039. #, c-format
  1040. msgid "unable to read method options file `%.250s'"
  1041. msgstr "impossível ler arquivo de opções de método '%.250s'"
  1042. #: dselect/methparse.cc:140
  1043. msgid "non-digit where digit wanted"
  1044. msgstr "não-dígito onde era necessário dígito"
  1045. #: dselect/methparse.cc:143
  1046. msgid "EOF in index string"
  1047. msgstr "EOF no índice da string"
  1048. #: dselect/methparse.cc:146
  1049. msgid "index string too long"
  1050. msgstr "índice da string muito longo"
  1051. #: dselect/methparse.cc:149
  1052. msgid "newline before option name start"
  1053. msgstr "nova linha antes do início do nome da opção"
  1054. #: dselect/methparse.cc:151
  1055. msgid "EOF before option name start"
  1056. msgstr "EOF antes do início do nome da opção"
  1057. #: dselect/methparse.cc:155
  1058. msgid "nonalpha where option name start wanted"
  1059. msgstr "não-alpha onde era necessário início do nome da opção"
  1060. #: dselect/methparse.cc:157
  1061. msgid "non-alphanum in option name"
  1062. msgstr "não alfanumérico no nome da opção"
  1063. #: dselect/methparse.cc:160
  1064. msgid "EOF in option name"
  1065. msgstr "EOF no nome da opção"
  1066. #: dselect/methparse.cc:165
  1067. msgid "newline before summary"
  1068. msgstr "nova linha antes do sumário"
  1069. #: dselect/methparse.cc:167
  1070. msgid "EOF before summary"
  1071. msgstr "EOF antes do sumário"
  1072. #: dselect/methparse.cc:173
  1073. msgid "EOF in summary - missing newline"
  1074. msgstr "EOF no sumário - nova linha faltando"
  1075. #: dselect/methparse.cc:183
  1076. #, c-format
  1077. msgid "unable to open option description file `%.250s'"
  1078. msgstr "impossível abrir arquivo de descrição de opção '%.250s'"
  1079. #: dselect/methparse.cc:187
  1080. #, c-format
  1081. msgid "unable to stat option description file `%.250s'"
  1082. msgstr "impossível executar \"stat\" no arquivo de descrição de opção '%.250s'"
  1083. #: dselect/methparse.cc:191
  1084. #, c-format
  1085. msgid "failed to read option description file `%.250s'"
  1086. msgstr "falhou ao ler arquivo de descrição de opção '%.250s'"
  1087. #: dselect/methparse.cc:194
  1088. #, c-format
  1089. msgid "error during read of option description file `%.250s'"
  1090. msgstr "erro durante a leitura do arquivo de descrição de opção '%.250s'"
  1091. #: dselect/methparse.cc:216
  1092. #, c-format
  1093. msgid "error during read of method options file `%.250s'"
  1094. msgstr "erro durante a leitura do arquivo de opções de método '%.250s'"
  1095. #: dselect/methparse.cc:246
  1096. #, c-format
  1097. msgid "unable to open current option file `%.250s'"
  1098. msgstr "impossível abrir arquivo de opção atual '%.250s'"
  1099. #: dselect/methparse.cc:284
  1100. #, c-format
  1101. msgid "unable to open new option file `%.250s'"
  1102. msgstr "impossível abrir novo arquivo de opção '%.250s'"
  1103. #: dselect/methparse.cc:287
  1104. #, c-format
  1105. msgid "unable to write new option to `%.250s'"
  1106. msgstr "impossível escrever nova opção para '%.250s'"
  1107. #: dselect/methparse.cc:290
  1108. #, c-format
  1109. msgid "unable to close new option file `%.250s'"
  1110. msgstr "impossível fechar novo arquivo de opção '%.250s'"
  1111. #: dselect/methparse.cc:292
  1112. #, c-format
  1113. msgid "unable to install new option as `%.250s'"
  1114. msgstr "impossível instalar nova opção como '%.250s'"
  1115. #: dselect/pkgdepcon.cc:217
  1116. msgid "(no clientdata)"
  1117. msgstr "(sem dados do cliente)"
  1118. #: dselect/pkgdisplay.cc:38
  1119. msgid "new package"
  1120. msgstr "novo pacote"
  1121. #: dselect/pkgdisplay.cc:39
  1122. msgid "install"
  1123. msgstr "instalar"
  1124. #: dselect/pkgdisplay.cc:40
  1125. msgid "hold"
  1126. msgstr "reter"
  1127. #: dselect/pkgdisplay.cc:41
  1128. msgid "remove"
  1129. msgstr "remover"
  1130. #: dselect/pkgdisplay.cc:42
  1131. msgid "purge"
  1132. msgstr "expurgar"
  1133. #: dselect/pkgdisplay.cc:48
  1134. msgid " "
  1135. msgstr " "
  1136. #: dselect/pkgdisplay.cc:49
  1137. msgid "REINSTALL"
  1138. msgstr "REINSTALAR"
  1139. #: dselect/pkgdisplay.cc:52
  1140. msgid "not installed"
  1141. msgstr "não instalado"
  1142. #: dselect/pkgdisplay.cc:53
  1143. msgid "removed (configs remain)"
  1144. msgstr "removido (configurações permanecem)"
  1145. #: dselect/pkgdisplay.cc:54
  1146. msgid "half installed"
  1147. msgstr "semi-instalado"
  1148. #: dselect/pkgdisplay.cc:55
  1149. msgid "unpacked (not set up)"
  1150. msgstr "desempacotado (não configurado)"
  1151. #: dselect/pkgdisplay.cc:56
  1152. msgid "failed config"
  1153. msgstr "falha na configuração"
  1154. #: dselect/pkgdisplay.cc:57
  1155. msgid "awaiting trigger processing"
  1156. msgstr "processamento de gatilhos em espera"
  1157. #: dselect/pkgdisplay.cc:58
  1158. msgid "triggered"
  1159. msgstr "disparado"
  1160. #: dselect/pkgdisplay.cc:59
  1161. msgid "installed"
  1162. msgstr "instalado"
  1163. #: dselect/pkgdisplay.cc:62
  1164. msgid "Required"
  1165. msgstr "Requeridos"
  1166. #: dselect/pkgdisplay.cc:63
  1167. msgid "Important"
  1168. msgstr "Importantes"
  1169. #: dselect/pkgdisplay.cc:64
  1170. msgid "Standard"
  1171. msgstr "Padrões"
  1172. #: dselect/pkgdisplay.cc:65
  1173. msgid "Recommended"
  1174. msgstr "Recomendados"
  1175. #: dselect/pkgdisplay.cc:66
  1176. msgid "Optional"
  1177. msgstr "Opcionais"
  1178. #: dselect/pkgdisplay.cc:67
  1179. msgid "Extra"
  1180. msgstr "Extras"
  1181. #: dselect/pkgdisplay.cc:68
  1182. msgid "Contrib"
  1183. msgstr "Contrib"
  1184. #: dselect/pkgdisplay.cc:69
  1185. msgid "!Bug!"
  1186. msgstr "!Bug!"
  1187. #: dselect/pkgdisplay.cc:70
  1188. msgid "Unclassified"
  1189. msgstr "Sem classificação"
  1190. #: dselect/pkgdisplay.cc:73
  1191. msgid "suggests"
  1192. msgstr "sugere"
  1193. #: dselect/pkgdisplay.cc:74
  1194. msgid "recommends"
  1195. msgstr "recomenda"
  1196. #: dselect/pkgdisplay.cc:75
  1197. msgid "depends on"
  1198. msgstr "depende de"
  1199. #: dselect/pkgdisplay.cc:76
  1200. msgid "pre-depends on"
  1201. msgstr "pré-depende de"
  1202. #: dselect/pkgdisplay.cc:77
  1203. msgid "breaks"
  1204. msgstr "quebra"
  1205. #: dselect/pkgdisplay.cc:78
  1206. msgid "conflicts with"
  1207. msgstr "conflita com"
  1208. #: dselect/pkgdisplay.cc:79
  1209. msgid "provides"
  1210. msgstr "inclui"
  1211. #: dselect/pkgdisplay.cc:80
  1212. msgid "replaces"
  1213. msgstr "substitui"
  1214. #: dselect/pkgdisplay.cc:81
  1215. msgid "enhances"
  1216. msgstr "melhora"
  1217. #: dselect/pkgdisplay.cc:84
  1218. msgid "Req"
  1219. msgstr "Req"
  1220. #: dselect/pkgdisplay.cc:85
  1221. msgid "Imp"
  1222. msgstr "Imp"
  1223. #: dselect/pkgdisplay.cc:86
  1224. msgid "Std"
  1225. msgstr "Pdr"
  1226. #: dselect/pkgdisplay.cc:87
  1227. msgid "Rec"
  1228. msgstr "Rec"
  1229. #: dselect/pkgdisplay.cc:88
  1230. msgid "Opt"
  1231. msgstr "Opc"
  1232. #: dselect/pkgdisplay.cc:89
  1233. msgid "Xtr"
  1234. msgstr "Ext"
  1235. #: dselect/pkgdisplay.cc:90
  1236. msgid "Ctb"
  1237. msgstr "Ctb"
  1238. #: dselect/pkgdisplay.cc:91
  1239. msgid "bUG"
  1240. msgstr "bUG"
  1241. #: dselect/pkgdisplay.cc:92
  1242. msgid "?"
  1243. msgstr "?"
  1244. #: dselect/pkgdisplay.cc:100 dselect/pkgdisplay.cc:120
  1245. msgid "Broken"
  1246. msgstr "Quebrado"
  1247. #: dselect/pkgdisplay.cc:101
  1248. msgid "New"
  1249. msgstr "Novos"
  1250. #: dselect/pkgdisplay.cc:102
  1251. msgid "Updated"
  1252. msgstr "Atualizados"
  1253. #: dselect/pkgdisplay.cc:103
  1254. msgid "Obsolete/local"
  1255. msgstr "Obsoletos/locais"
  1256. #: dselect/pkgdisplay.cc:104
  1257. msgid "Up-to-date"
  1258. msgstr "Atualizados"
  1259. #: dselect/pkgdisplay.cc:105
  1260. msgid "Available"
  1261. msgstr "Disponíveis"
  1262. #: dselect/pkgdisplay.cc:106 dselect/pkgdisplay.cc:122
  1263. msgid "Removed"
  1264. msgstr "Removidos"
  1265. #: dselect/pkgdisplay.cc:107 dselect/pkgdisplay.cc:116
  1266. msgid "Brokenly installed packages"
  1267. msgstr "Pacotes instalados quebrados"
  1268. #: dselect/pkgdisplay.cc:108
  1269. msgid "Newly available packages"
  1270. msgstr "Novos pacotes disponíveis"
  1271. #: dselect/pkgdisplay.cc:109
  1272. msgid "Updated packages (newer version is available)"
  1273. msgstr "Pacotes atualizados (nova versão está disponível)"
  1274. #: dselect/pkgdisplay.cc:110
  1275. msgid "Obsolete and local packages present on system"
  1276. msgstr "Pacotes obsoletos e locais presentes no sistema"
  1277. #: dselect/pkgdisplay.cc:111
  1278. msgid "Up to date installed packages"
  1279. msgstr "Pacotes instalados atualizados"
  1280. #: dselect/pkgdisplay.cc:112
  1281. msgid "Available packages (not currently installed)"
  1282. msgstr "Pacotes disponíveis (não instalados no momento)"
  1283. #: dselect/pkgdisplay.cc:113
  1284. msgid "Removed and no longer available packages"
  1285. msgstr "Pacotes removidos e não mais disponíveis"
  1286. #: dselect/pkgdisplay.cc:117
  1287. msgid "Installed packages"
  1288. msgstr "Pacotes instalados"
  1289. #: dselect/pkgdisplay.cc:118
  1290. msgid "Removed packages (configuration still present)"
  1291. msgstr "Pacotes removidos (configuração ainda presente)"
  1292. #: dselect/pkgdisplay.cc:119
  1293. msgid "Purged packages and those never installed"
  1294. msgstr "Pacotes expurgados e os nunca instalados"
  1295. #: dselect/pkgdisplay.cc:121
  1296. msgid "Installed"
  1297. msgstr "Instalado"
  1298. #: dselect/pkgdisplay.cc:123
  1299. msgid "Purged"
  1300. msgstr "Expurgado"
  1301. #: dselect/pkgdisplay.cc:203
  1302. msgid "dselect - recursive package listing"
  1303. msgstr "dselect - lista recursiva de pacotes"
  1304. #: dselect/pkgdisplay.cc:204
  1305. msgid "dselect - inspection of package states"
  1306. msgstr "dselect - inspeção dos estados dos pacotes"
  1307. #: dselect/pkgdisplay.cc:205
  1308. msgid "dselect - main package listing"
  1309. msgstr "dselect - lista principal de pacotes"
  1310. #: dselect/pkgdisplay.cc:213
  1311. msgid " (by section)"
  1312. msgstr " (por seção)"
  1313. #: dselect/pkgdisplay.cc:216
  1314. msgid " (avail., section)"
  1315. msgstr " (disp., seção)"
  1316. #: dselect/pkgdisplay.cc:219
  1317. msgid " (status, section)"
  1318. msgstr " (estado, seção)"
  1319. #: dselect/pkgdisplay.cc:228
  1320. msgid " (by priority)"
  1321. msgstr " (por prioridade)"
  1322. #: dselect/pkgdisplay.cc:231
  1323. msgid " (avail., priority)"
  1324. msgstr " (disp., prioridade)"
  1325. #: dselect/pkgdisplay.cc:234
  1326. msgid " (status, priority)"
  1327. msgstr " (estado, prioridade)"
  1328. #: dselect/pkgdisplay.cc:243 dselect/pkgdisplay.cc:255
  1329. msgid " (alphabetically)"
  1330. msgstr " (ordem alfabética)"
  1331. #: dselect/pkgdisplay.cc:246
  1332. msgid " (by availability)"
  1333. msgstr " (por disponibilidade)"
  1334. #: dselect/pkgdisplay.cc:249
  1335. msgid " (by status)"
  1336. msgstr " (por estado)"
  1337. #: dselect/pkgdisplay.cc:263
  1338. msgid " mark:+/=/- terse:v help:?"
  1339. msgstr " marca:+/=/- resumo:v ajuda:?"
  1340. #: dselect/pkgdisplay.cc:264
  1341. msgid " mark:+/=/- verbose:v help:?"
  1342. msgstr " marca:+/=/- detalhado:v ajuda:?"
  1343. #: dselect/pkgdisplay.cc:265
  1344. msgid " terse:v help:?"
  1345. msgstr " resumo:v ajuda:?"
  1346. #: dselect/pkgdisplay.cc:266
  1347. msgid " verbose:v help:?"
  1348. msgstr " detalhado:v ajuda:?"
  1349. #: dselect/pkginfo.cc:82
  1350. msgid ""
  1351. "The line you have highlighted represents many packages; if you ask to "
  1352. "install, remove, hold, etc. it you will affect all the packages which match "
  1353. "the criterion shown.\n"
  1354. "\n"
  1355. "If you move the highlight to a line for a particular package you will see "
  1356. "information about that package displayed here.\n"
  1357. "You can use `o' and `O' to change the sort order and give yourself the "
  1358. "opportunity to mark packages in different kinds of groups."
  1359. msgstr ""
  1360. "A linha que você realçou representa muitos pacotes; se você pedir para "
  1361. "instalá-la, removê-la, retê-la, etc, você afetará todos os pacotes que "
  1362. "combinam com o critério exibido.\n"
  1363. "\n"
  1364. "Se você mover o realce para uma linha de um pacote em particular você verá "
  1365. "informações sobre este pacote exibidas aqui.\n"
  1366. "Você pode usar 'o' e 'O' para mudar a ordenação e ter a oportunidade de "
  1367. "marcar pacotes em diferentes tipos de grupos."
  1368. #: dselect/pkginfo.cc:95
  1369. msgid "Interrelationships"
  1370. msgstr "Inter-relações"
  1371. #: dselect/pkginfo.cc:112
  1372. msgid "No description available."
  1373. msgstr "Nenhuma descrição disponível."
  1374. #: dselect/pkginfo.cc:130
  1375. msgid "Installed control file information"
  1376. msgstr "Informação do arquivo de controle instalado"
  1377. #: dselect/pkginfo.cc:146
  1378. msgid "Available control file information"
  1379. msgstr "Informação do arquivo de controle disponível"
  1380. #: dselect/pkglist.cc:123 dselect/pkglist.cc:124
  1381. msgid "<null>"
  1382. msgstr "<nulo>"
  1383. #: dselect/pkglist.cc:511
  1384. msgid "invalid search option given"
  1385. msgstr "fornecida opção de busca inválida"
  1386. #: dselect/pkglist.cc:525
  1387. msgid "error in regular expression"
  1388. msgstr "erro na expressão regular"
  1389. #: dselect/pkgsublist.cc:105
  1390. msgid " does not appear to be available\n"
  1391. msgstr " não parece estar disponível\n"
  1392. #: dselect/pkgsublist.cc:122
  1393. msgid " or "
  1394. msgstr " ou "
  1395. #: dselect/pkgtop.cc:56
  1396. msgid "All"
  1397. msgstr "Todos"
  1398. #: dselect/pkgtop.cc:78
  1399. msgid "All packages"
  1400. msgstr "Todos os pacotes"
  1401. #: dselect/pkgtop.cc:82
  1402. #, c-format
  1403. msgid "%s packages without a section"
  1404. msgstr "Pacotes %s sem seção"
  1405. #: dselect/pkgtop.cc:84
  1406. #, c-format
  1407. msgid "%s packages in section %s"
  1408. msgstr "Pacotes %s na seção %s"
  1409. #: dselect/pkgtop.cc:90
  1410. #, c-format
  1411. msgid "%s %s packages"
  1412. msgstr "Pacotes %s %s"
  1413. #: dselect/pkgtop.cc:94
  1414. #, c-format
  1415. msgid "%s %s packages without a section"
  1416. msgstr "Pacotes %s %s sem seção"
  1417. #: dselect/pkgtop.cc:96
  1418. #, c-format
  1419. msgid "%s %s packages in section %s"
  1420. msgstr "Pacotes %s %s na seção %s"
  1421. #: dselect/pkgtop.cc:117
  1422. #, c-format
  1423. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1424. msgstr "%-*s %s%s%s; %s (era: %s). %s"
  1425. #: dselect/pkgtop.cc:269
  1426. msgid "Error"
  1427. msgstr "Erro"
  1428. #: dselect/pkgtop.cc:273
  1429. msgid "Installed?"
  1430. msgstr "Instalado?"
  1431. #: dselect/pkgtop.cc:277
  1432. msgid "Old mark"
  1433. msgstr "Marca antiga"
  1434. #: dselect/pkgtop.cc:281
  1435. msgid "Marked for"
  1436. msgstr "Marcado para"
  1437. #: dselect/pkgtop.cc:284
  1438. msgid "EIOM"
  1439. msgstr "EIOM"
  1440. #: dselect/pkgtop.cc:286
  1441. msgid "Section"
  1442. msgstr "Seção"
  1443. #: dselect/pkgtop.cc:287
  1444. msgid "Priority"
  1445. msgstr "Prioridade"
  1446. #: dselect/pkgtop.cc:288
  1447. msgid "Package"
  1448. msgstr "Pacote"
  1449. #: dselect/pkgtop.cc:292
  1450. msgid "Inst.ver"
  1451. msgstr "Ver.inst."
  1452. #: dselect/pkgtop.cc:295
  1453. msgid "Avail.ver"
  1454. msgstr "Ver.disp."
  1455. #~ msgid "interrelationships affecting "
  1456. #~ msgstr "interrelações afetando "
  1457. #~ msgid "description of "
  1458. #~ msgstr "descrição de "
  1459. #~ msgid "description"
  1460. #~ msgstr "descrição"
  1461. #~ msgid "currently installed control info"
  1462. #~ msgstr "informação de controle atualmente instalada"
  1463. #~ msgid "available version of control info for "
  1464. #~ msgstr "versão disponível da informação de controle para "