pt.po 52 KB

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