pt.po 52 KB

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