ro.po 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. # translation of ro.po to Romanian
  2. # Romanian translations for the dpkg package.
  3. # This file is distributed under the same license as the dpkg package.
  4. #
  5. # Explicații legate de modul de traducere:
  6. # - la mesajele emise în urma acțiunilor programului se folosește forma impersonală,
  7. # folosită și în versiunea în engleză
  8. # - se păstrează denumirile în engleză pentru:
  9. # - numele funcților și a argumentelor acestora
  10. # - numele și opțiunile programelor
  11. #
  12. # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER
  13. #
  14. # Rușeț Zeno <rzeno@cwazy.co.uk>, 2005.
  15. # Eddy Petrișor <eddy.petrisor@gmail.com>, 2005, 2006, 2007, 2008.
  16. # Sorin Batariuc <sorin@bonbon.net>, 2005.
  17. msgid ""
  18. msgstr ""
  19. "Project-Id-Version: ro\n"
  20. "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
  21. "POT-Creation-Date: 2009-03-02 04:56+0200\n"
  22. "PO-Revision-Date: 2008-06-28 19:11+0300\n"
  23. "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
  24. "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
  25. "MIME-Version: 1.0\n"
  26. "Content-Type: text/plain; charset=UTF-8\n"
  27. "Content-Transfer-Encoding: 8bit\n"
  28. "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
  29. "20)) ? 1 : 2;\n"
  30. "X-Generator: KBabel 1.11.4\n"
  31. # spațiile sunt necesare!!
  32. #: dselect/basecmds.cc:124
  33. msgid "Search for ? "
  34. msgstr "Ce căutați ? "
  35. #: dselect/basecmds.cc:146
  36. msgid "Error: "
  37. msgstr "Eroare: "
  38. #: dselect/basecmds.cc:175
  39. msgid "Help: "
  40. msgstr "Ajutor: "
  41. #: dselect/basecmds.cc:181
  42. msgid "Press ? for help menu, . for next topic, <space> to exit help."
  43. msgstr ""
  44. "Apăsați ? pentru meniul ajutor, . pentru următorul subiect, <spațiu> pentru "
  45. "ieșire."
  46. #: dselect/basecmds.cc:188
  47. msgid "Help information is available under the following topics:"
  48. msgstr "Informații ajutătoare sunt disponibile pentru următoarele subiecte:"
  49. #: dselect/basecmds.cc:196
  50. msgid ""
  51. "Press a key from the list above, <space> or `q' to exit help,\n"
  52. " or `.' (full stop) to read each help page in turn. "
  53. msgstr ""
  54. "Apăsați o tastă din lista care urmează, <spațiu> sau „q” pentru ieșire din "
  55. "ajutor,\n"
  56. " sau „.” (oprire totală) pentru a citi fiecare pagină de ajutor. "
  57. #: dselect/basecmds.cc:202
  58. msgid "error reading keyboard in help"
  59. msgstr "eroare citire tastatură în ajutor"
  60. #: dselect/baselist.cc:58
  61. msgid "ioctl(TIOCGWINSZ) failed"
  62. msgstr "eșec ioctl(TIOCGWINSZ)"
  63. #: dselect/baselist.cc:61
  64. msgid "doupdate in SIGWINCH handler failed"
  65. msgstr "eșec doupdate în descriptorul SIGWINCH"
  66. #: dselect/baselist.cc:68
  67. msgid "failed to restore old SIGWINCH sigact"
  68. msgstr "eșec la restaurarea vechiului sigact pentru SIGWINCH"
  69. #: dselect/baselist.cc:70
  70. msgid "failed to restore old signal mask"
  71. msgstr "eșec la restaurarea vechii măști de semnal"
  72. #: dselect/baselist.cc:80
  73. msgid "failed to get old signal mask"
  74. msgstr "eșec la preluarea vechii măști de semnal"
  75. #: dselect/baselist.cc:81
  76. msgid "failed to get old SIGWINCH sigact"
  77. msgstr "eșec la preluarea vechiului sigact pentru SIGWINCH"
  78. #: dselect/baselist.cc:85
  79. msgid "failed to block SIGWINCH"
  80. msgstr "eșec la blocarea lui SIGWINCH"
  81. #: dselect/baselist.cc:90
  82. msgid "failed to set new SIGWINCH sigact"
  83. msgstr "eșec la inițializarea noului sigact pentru SIGWINCH"
  84. #: dselect/baselist.cc:127
  85. msgid "failed to allocate colour pair"
  86. msgstr "eșec la alocarea perechii de culori"
  87. #: dselect/baselist.cc:168
  88. msgid "failed to create title window"
  89. msgstr "eșec la crearea titlului ferestrei"
  90. #: dselect/baselist.cc:172
  91. msgid "failed to create whatinfo window"
  92. msgstr "eșec la crearea ferestrei de informații"
  93. #: dselect/baselist.cc:176
  94. msgid "failed to create baselist pad"
  95. msgstr "eșec la crearea zonei listei de bază"
  96. #: dselect/baselist.cc:179
  97. msgid "failed to create heading pad"
  98. msgstr "eșec la crearea zonei pentru titlul"
  99. #: dselect/baselist.cc:183
  100. msgid "failed to create thisstate pad"
  101. msgstr "eșec la crearea zonei despre starea curentă"
  102. #: dselect/baselist.cc:187
  103. msgid "failed to create info pad"
  104. msgstr "eșec la crearea zonei de informare"
  105. #: dselect/baselist.cc:192
  106. msgid "failed to create query window"
  107. msgstr "eșec la crearea ferestrei de interogare"
  108. #: dselect/baselist.cc:261
  109. msgid "Keybindings"
  110. msgstr "Combinații de taste"
  111. #: dselect/baselist.cc:309
  112. #, c-format
  113. msgid " -- %d%%, press "
  114. msgstr " -- %d%%, apăsați "
  115. #: dselect/baselist.cc:312
  116. #, c-format
  117. msgid "%s for more"
  118. msgstr "%s pentru mai mult"
  119. #: dselect/baselist.cc:316
  120. #, c-format
  121. msgid "%s to go back"
  122. msgstr "%s pentru a merge înapoi"
  123. #: dselect/bindings.cc:76
  124. msgid "[not bound]"
  125. msgstr "[neasignată]"
  126. #: dselect/bindings.cc:80
  127. #, c-format
  128. msgid "[unk: %d]"
  129. msgstr "[necunoscut: %d]"
  130. #: dselect/bindings.cc:137
  131. msgid "Scroll onwards through help/information"
  132. msgstr "Derulare înainte prin ajutor/informații"
  133. #: dselect/bindings.cc:138
  134. msgid "Scroll backwards through help/information"
  135. msgstr "Derulare înapoi prin ajutor/informații"
  136. #: dselect/bindings.cc:139
  137. msgid "Move up"
  138. msgstr "Deplasare în sus"
  139. #: dselect/bindings.cc:140
  140. msgid "Move down"
  141. msgstr "Deplasare în jos"
  142. #: dselect/bindings.cc:141
  143. msgid "Go to top of list"
  144. msgstr "Mergi la începutul listei"
  145. #: dselect/bindings.cc:142
  146. msgid "Go to end of list"
  147. msgstr "Mergi la sfârșitul listei"
  148. #: dselect/bindings.cc:143
  149. msgid "Request help (cycle through help screens)"
  150. msgstr "Cerere de ajutor (ciclu printre ecranele de ajutor)"
  151. #: dselect/bindings.cc:144
  152. msgid "Cycle through information displays"
  153. msgstr "Ciclu printre informațiile afișate"
  154. #: dselect/bindings.cc:145
  155. msgid "Redraw display"
  156. msgstr "Redesenare ecran"
  157. #: dselect/bindings.cc:146
  158. msgid "Scroll onwards through list by 1 line"
  159. msgstr "Derulare înainte prin listă cu 1 rând"
  160. #: dselect/bindings.cc:147
  161. msgid "Scroll backwards through list by 1 line"
  162. msgstr "Derulare înapoi prin listă cu 1 rând"
  163. #: dselect/bindings.cc:148
  164. msgid "Scroll onwards through help/information by 1 line"
  165. msgstr "Derulare înainte prin ajutor/informații cu 1 rând"
  166. #: dselect/bindings.cc:149
  167. msgid "Scroll backwards through help/information by 1 line"
  168. msgstr "Derulare înapoi prin ajutor/informații cu 1 rând"
  169. #: dselect/bindings.cc:150
  170. msgid "Scroll onwards through list"
  171. msgstr "Derulare înainte prin listă"
  172. #: dselect/bindings.cc:151
  173. msgid "Scroll backwards through list"
  174. msgstr "Derulare înapoi prin listă"
  175. #: dselect/bindings.cc:154
  176. msgid "Mark package(s) for installation"
  177. msgstr "Marchează pachet(ul/ele) pentru instalare"
  178. #: dselect/bindings.cc:155
  179. msgid "Mark package(s) for deinstallation"
  180. msgstr "Marchează pachet(ul/ele) pentru dezinstalare"
  181. #: dselect/bindings.cc:156
  182. msgid "Mark package(s) for deinstall and purge"
  183. msgstr "Marchează pachet(ul/ele) pentru dezinstalare și curățare"
  184. #: dselect/bindings.cc:157
  185. msgid "Make highlight more specific"
  186. msgstr "Evidențierea este mai specifică"
  187. #: dselect/bindings.cc:158
  188. msgid "Make highlight less specific"
  189. msgstr "Evidențierea este mai generică"
  190. #: dselect/bindings.cc:159
  191. msgid "Search for a package whose name contains a string"
  192. msgstr "Caută pachetul al cărui nume conține un șir de caractere"
  193. #: dselect/bindings.cc:160
  194. msgid "Repeat last search."
  195. msgstr "Repetă ultima căutare."
  196. #: dselect/bindings.cc:161
  197. msgid "Swap sort order priority/section"
  198. msgstr "Comută ordinea de sortare prioritate/secțiune"
  199. #: dselect/bindings.cc:162
  200. msgid "Quit, confirming, and checking dependencies"
  201. msgstr "Ieșire, confirmare, și verificare dependențe"
  202. #: dselect/bindings.cc:163
  203. msgid "Quit, confirming without check"
  204. msgstr "Terminare, confirmare fără verificare"
  205. #: dselect/bindings.cc:164
  206. msgid "Quit, rejecting conflict/dependency suggestions"
  207. msgstr "Terminare, se refuză sugestiile legate de conflicte/dependențe"
  208. #: dselect/bindings.cc:165
  209. msgid "Abort - quit without making changes"
  210. msgstr "Abandon - terminare fără a face schimbări"
  211. #: dselect/bindings.cc:166
  212. msgid "Revert to old state for all packages"
  213. msgstr "Revenire la vechile stări pentru toate pachetele"
  214. #: dselect/bindings.cc:167
  215. msgid "Revert to suggested state for all packages"
  216. msgstr "Revenire la stările sugerate pentru toate pachetele"
  217. #: dselect/bindings.cc:168
  218. msgid "Revert to directly requested state for all packages"
  219. msgstr "Revenire direct la stările cerute pentru toate pachetele"
  220. #: dselect/bindings.cc:169
  221. msgid "Revert to currently installed state for all packages"
  222. msgstr "Revenire la starea instalată acum pentru toate pachetele"
  223. #: dselect/bindings.cc:172
  224. msgid "Select currently-highlighted access method"
  225. msgstr "Selctează metoda care este evidențiată acum"
  226. #: dselect/bindings.cc:173
  227. msgid "Quit without changing selected access method"
  228. msgstr "Abandonează fără schimbarea metodei de acces selectate"
  229. #: dselect/helpmsgs.cc:30
  230. msgid "Keystrokes"
  231. msgstr "Combinații taste"
  232. #: dselect/helpmsgs.cc:30
  233. msgid ""
  234. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  235. " j, Down-arrow k, Up-arrow move highlight\n"
  236. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  237. " ^n ^p scroll list by 1 line\n"
  238. " t, Home e, End jump to top/end of list\n"
  239. " u d scroll info by 1 page\n"
  240. " ^u ^d scroll info by 1 line\n"
  241. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  242. " ^b ^f pan display by 1 character\n"
  243. "\n"
  244. "Mark packages for later processing:\n"
  245. " +, Insert install or upgrade =, H hold in present state\n"
  246. " -, Delete remove :, G unhold: upgrade or leave "
  247. "uninstalled\n"
  248. " _ remove & purge config\n"
  249. " Miscellaneous:\n"
  250. "Quit, exit, overwrite (note capitals!): ?, F1 request help (also "
  251. "Help)\n"
  252. " Return Confirm, quit (check dependencies) i, I toggle/cycle info "
  253. "displays\n"
  254. " Q Confirm, quit (override dep.s) o, O cycle through sort "
  255. "options\n"
  256. " X, Esc eXit, abandoning any changes made v, V change status display "
  257. "opts\n"
  258. " R Revert to state before this list ^l redraw display\n"
  259. " U set all to sUggested state / search (Return to "
  260. "cancel)\n"
  261. " D set all to Directly requested state n, \\ repeat last search\n"
  262. msgstr ""
  263. "Taste de deplasare: Următor/Anterior, Cap/Coadă, Sus/Jos, Înainte/Înapoi:\n"
  264. " j, Săgeată-jos k, Săgeată-sus mută cursorul\n"
  265. " N, Page-down, Space P, Page-up, Backspace derulează lista cu 1 pagină\n"
  266. " ^n ^p derulează lista cu 1 linie\n"
  267. " t, Home e, End sari la capul/coada listei\n"
  268. " u d derulează info cu 1 pagină\n"
  269. " ^u ^d derulează info cu 1 linie\n"
  270. " B, Săgeată-stânga F, Săgeată-dreapta mută afișajul cu 1/3 de "
  271. "ecran\n"
  272. " ^b ^f mută afișajul cu 1 caracter\n"
  273. "\n"
  274. "Marchează pachetele pentru prelucrare ulterioară:\n"
  275. " +, Insert instalare/actualizare =, H păstrare în starea prezentă\n"
  276. " -, Delete șterge :, G eliberare: actualizare sau "
  277. "păstrare neinstalat\n"
  278. " _ dezinstalare și ștergere configurație\n"
  279. " Diverse:\n"
  280. "Termină, ieși, rescriere (litere mari/mici!): ?, F1 cerere de ajutor "
  281. "(la fel și Ajutor)\n"
  282. " Return Confirmă, termină (verifică dependențe) i, I comută/ciclează "
  283. "ecranele info\n"
  284. " Q Confirmă, termină (suprascriere dep.) o, O ciclează între "
  285. "opțiunile de sortare\n"
  286. " X, Esc ieșire, abandonează schimbările făcute v, V schimbă starea "
  287. "opțiunilor de afișare\n"
  288. " R Revenire la starea anterioară listei ^l redesenare ecran\n"
  289. " U plasează tot în starea sUgerată / caută (Return "
  290. "pentru renunțare)\n"
  291. " D plasează tot, Direct în starea cerută n, \\ repetă ultima "
  292. "căutare\n"
  293. #: dselect/helpmsgs.cc:56
  294. msgid "Introduction to package selections"
  295. msgstr "Introducere în selecția pachetelor"
  296. #: dselect/helpmsgs.cc:56
  297. msgid ""
  298. "Welcome to dselect's main package listing.\n"
  299. "\n"
  300. "You will be presented with a list of packages which are installed or "
  301. "available\n"
  302. "for installation. You can navigate around the list using the cursor keys,\n"
  303. "mark packages for installation (using `+') or deinstallation (using `-').\n"
  304. "Packages can be marked either singly or in groups; initially you will see "
  305. "that\n"
  306. "the line `All packages' is selected. `+', `-' and so on will affect all "
  307. "the\n"
  308. "packages described by the highlighted line.\n"
  309. "\n"
  310. "Some of your choices will cause conflicts or dependency problems; you will "
  311. "be\n"
  312. "given a sub-list of the relevant packages, so that you can solve the "
  313. "problems.\n"
  314. "\n"
  315. "You should read the list of keys and the explanations of the display.\n"
  316. "Much on-line help is available, please make use of it - press `?' at\n"
  317. "any time for help.\n"
  318. "\n"
  319. "When you have finished selecting packages, press <enter> to confirm "
  320. "changes,\n"
  321. "or `X' to quit without saving changes. A final check on conflicts and\n"
  322. "dependencies will be done - here too you may see a sublist.\n"
  323. "\n"
  324. "Press <space> to leave help and enter the list now.\n"
  325. msgstr ""
  326. "Bine ați venit la listarea principală a pachetelor lui dselect.\n"
  327. "\n"
  328. "Vă va fi arătată o listă de pachete care sunt instalate sau disponibile\n"
  329. "pentru instalare. Puteți naviga prin listă folosind tastele cursorului,\n"
  330. "puteți marca pachetele pentru instalare (folosind „+”) sau dezinstalare "
  331. "(folosind „-”).\n"
  332. "Pachetele pot fi marcate fie individual fie în grupuri, inițial veți vedea "
  333. "că\n"
  334. "linia „Toate pachetele” este selectată. „+”, „-” și toate celelalte vor "
  335. "afecta toate\n"
  336. "pachetele descrise de linia evidențiată.\n"
  337. "\n"
  338. "Unele din alegerile dvs. vor determina conflicte sau probleme de dependențe, "
  339. "vi se\n"
  340. "va da o sub-listă de pachete relevante, care vor rezolva problemele.\n"
  341. "\n"
  342. "Ar trebui să citiți lista de taste și explicațiile de pe ecran.\n"
  343. "Este disponibil mult ajutor imediat, sunteți rugat să vă folosiți de el - "
  344. "apăsați când doriți\n"
  345. "„?” pentru a primi ajutor.\n"
  346. "\n"
  347. "Când ați terminat de selectat pachetele, apăsați <enter> pentru a confirma "
  348. "schimbările,\n"
  349. "sau „X” pentru a ieși fără să salvați schimbările. O verificare finală la "
  350. "conflicte și\n"
  351. "dependențe va fi făcută - aici și dvs veți putea vedea o sublistă.\n"
  352. "\n"
  353. "Apăsați <spațiu> pentru a părăsi ajutorul și a intra în listă.\n"
  354. #: dselect/helpmsgs.cc:81
  355. msgid "Introduction to read-only package list browser"
  356. msgstr "Introducere a navigatorului listei de pachete, în mod strict citire"
  357. #: dselect/helpmsgs.cc:81
  358. msgid ""
  359. "Welcome to dselect's main package listing.\n"
  360. "\n"
  361. "You will be presented with a list of packages which are installed or "
  362. "available\n"
  363. "for installation. Since you do not have the privilege necessary to update\n"
  364. "package states, you are in a read-only mode. You can navigate around the\n"
  365. "list using the cursor keys (please see the `Keystrokes' help screen), "
  366. "observe\n"
  367. "the status of the packages and read information about them.\n"
  368. "\n"
  369. "You should read the list of keys and the explanations of the display.\n"
  370. "Much on-line help is available, please make use of it - press `?' at\n"
  371. "any time for help.\n"
  372. "\n"
  373. "When you have finished browsing, press `Q' or <enter> to quit.\n"
  374. "\n"
  375. "Press <space> to leave help and enter the list now.\n"
  376. msgstr ""
  377. "Bine ați venit la lista principală de pachete a lui dselect.\n"
  378. "\n"
  379. "Vă va fi arătată o listă de pachete care sunt instalate sau disponibile\n"
  380. "pentru instalare. Din moment ce nu aveți privilegiile necesare pentru a \n"
  381. "actualiza starea pachetelor, sunteți în modul doar-citire. Puteți naviga \n"
  382. "prin listă folosind tastele pentru cursor (vă rog, vedeți ecranul de ajutor\n"
  383. "„Combinații taste”), observa starea pachetelor și citi informațiile despre "
  384. "ele.\n"
  385. "\n"
  386. "Ar trebui să citiți lista de taste și explicațiile de pe ecran.\n"
  387. "Este disponibil mult ajutor imediat, sunteți rugat să vă folosiți de el - "
  388. "apăsați oricând doriți\n"
  389. " „?” pentru a primi ajutor.\n"
  390. "\n"
  391. "Când ați terminat de selectat pachetele, apăsați „Q” sau <enter> pentru a "
  392. "ieși.\n"
  393. "\n"
  394. "Apăsați <spațiu> pentru a părăsi ajutorul și a intra în listă.\n"
  395. #: dselect/helpmsgs.cc:100
  396. msgid "Introduction to conflict/dependency resolution sub-list"
  397. msgstr "Introducere a sublistei de rezolvare a conflictelor/dependențelor"
  398. #: dselect/helpmsgs.cc:100
  399. msgid ""
  400. "Dependency/conflict resolution - introduction.\n"
  401. "\n"
  402. "One or more of your choices have raised a conflict or dependency problem -\n"
  403. "some packages should only be installed in conjunction with certain others, "
  404. "and\n"
  405. "some combinations of packages may not be installed together.\n"
  406. "\n"
  407. "You will see a sub-list containing the packages involved. The bottom half "
  408. "of\n"
  409. "the display shows relevant conflicts and dependencies; use `i' to cycle "
  410. "between\n"
  411. "that, the package descriptions and the internal control information.\n"
  412. "\n"
  413. "A set of `suggested' packages has been calculated, and the initial markings "
  414. "in\n"
  415. "this sub-list have been set to match those, so you can just hit Return to\n"
  416. "accept the suggestions if you wish. You may abort the change(s) which "
  417. "caused\n"
  418. "the problem(s), and go back to the main list, by pressing capital `X'.\n"
  419. "\n"
  420. "You can also move around the list and change the markings so that they are "
  421. "more\n"
  422. "like what you want, and you can `reject' my suggestions by using the "
  423. "capital\n"
  424. "`D' or `R' keys (see the keybindings help screen). You can use capital `Q' "
  425. "to\n"
  426. "force me to accept the situation currently displayed, in case you want to\n"
  427. "override a recommendation or think that the program is mistaken.\n"
  428. "\n"
  429. "Press <space> to leave help and enter the sub-list; remember: press `?' for "
  430. "help.\n"
  431. msgstr ""
  432. "Rezoluție de dependențe/conflicte - introducere.\n"
  433. "\n"
  434. "Una sau mai multe dintre alegerile dvs. vor determina conflicte sau probleme "
  435. "de dependențe -\n"
  436. "unele pachete ar trebui instalate doar împreună cu anumite altele, și\n"
  437. "unele combinații de pachete nu pot fi instalate împreună.\n"
  438. "\n"
  439. "Veți vedea o sub-listă conținând pachetele implicate. Jumătatea inferioară "
  440. "a\n"
  441. "afișajului arată conflictele și dependențele relevante; folosiți „i” pentru "
  442. "a circula între\n"
  443. "acestea, descrierile pachetelor și informația internă de control.\n"
  444. "\n"
  445. "Au fost calculate un set de pachete „sugerate”, și selecțiile inițiale în\n"
  446. "această sub-listă au fost aranjate să se potrivească cu acelea, astfel încât "
  447. "doar apăsați Enter\n"
  448. "pentru a accepta sugestiile, dacă doriți. Puteți anula schimbările care "
  449. "determină\n"
  450. "probleme, și vă duceți înapoi la lista principală, apăsând majuscula „X”.\n"
  451. "\n"
  452. "Puteți de asemenea să navigați prin listă și schimba selecțiile după "
  453. "dorință,\n"
  454. "și puteți anula sugestiile folosind majusculele „D” ori „R”\n"
  455. "(vedeți ecranul de ajutor cu combinațiile de taste). Puteți folosi "
  456. "majuscula\n"
  457. "„Q” pentru a forța acceptul în situația curent afișată, în caz că vreți să\n"
  458. "treceți peste o recomandare sau vă gândiți că programul se înșeală.\n"
  459. "\n"
  460. "Apasați <spațiu> pentru a părăsi ajutorul și a intra în sub-listă; nu "
  461. "uitați: apăsați „?” pentru ajutor.\n"
  462. #: dselect/helpmsgs.cc:126
  463. msgid "Display, part 1: package listing and status chars"
  464. msgstr "Afișare, partea 1: lista de pachete și caracterele de stare"
  465. #: dselect/helpmsgs.cc:126
  466. msgid ""
  467. "The top half of the screen shows a list of packages. For each package you "
  468. "see\n"
  469. "four columns for its current status on the system and mark. In terse mode "
  470. "(use\n"
  471. "`v' to toggle verbose display) these are single characters, from left to "
  472. "right:\n"
  473. "\n"
  474. " Error flag: Space - no error (but package may be in broken state - see "
  475. "below)\n"
  476. " `R' - serious error during installation, needs "
  477. "reinstallation;\n"
  478. " Installed state: Space - not installed;\n"
  479. " `*' - installed;\n"
  480. " `-' - not installed but config files remain;\n"
  481. " packages in these { `U' - unpacked but not yet configured;\n"
  482. " states are not { `C' - half-configured (an error happened);\n"
  483. " (quite) properly { `I' - half-installed (an error happened);\n"
  484. " installed { `W',`t' - triggers are awaited resp. pending.\n"
  485. " Old mark: what was requested for this package before presenting this list;\n"
  486. " Mark: what is requested for this package:\n"
  487. " `*': marked for installation or upgrade;\n"
  488. " `-': marked for removal, but any configuration files will remain;\n"
  489. " `=': on hold: package will not be processed at all;\n"
  490. " `_': marked for purge completely - even remove configuration;\n"
  491. " `n': package is new and has yet to be marked for install/remove/&c.\n"
  492. "\n"
  493. "Also displayed are each package's Priority, Section, name, installed and\n"
  494. "available version numbers (shift-V to display/hide) and summary "
  495. "description.\n"
  496. msgstr ""
  497. "Jumătatea superioară a ecranului arată o listă de pachete. La fiecare pachet "
  498. "veți vedea\n"
  499. "patru coloane pentru starea curentă în sistem și marcajul. În modul concis "
  500. "(folosiți „v”\n"
  501. "pentru a comuta la afișajul detaliat) acestea sunt caractere individuale, de "
  502. "la stânga la dreapta:\n"
  503. "\n"
  504. " Fanion de eroare: Spațiu - fără eroare (dar pachetul ar putea fi\n"
  505. " deteriorat - vedeți mai jos)\n"
  506. " „R” - eroare gravă în timpul instalării, are\n"
  507. " nevoie de reinstalare;\n"
  508. " Starea instalării: Spațiu - neinstalat;\n"
  509. " „*” - instalat;\n"
  510. " „-” - neinstalat dar fișierele de configurare\n"
  511. " rămân;\n"
  512. " pachetele în aceste { „U” - despachetat dar încă neconfigurat;\n"
  513. " stări nu sunt { „C” - semi-configurat (s-a întâlnit eroare);\n"
  514. " (chiar) bine { „I” - semi-instalat (s-a întâlnit eroare).\n"
  515. " instalate { „W”,„t” - declanșatorii sunt așteptați, respectiv\n"
  516. " în așteptare. Vechiul marcaj: ceea ce s-"
  517. "a cerut de la acest pachet înainte de a afișa\n"
  518. " această listă;\n"
  519. " Marcaj: ceea ce se cere pentru acest pachet:\n"
  520. " „*”: marcat pentru instalare sau înnoire;\n"
  521. " „-”: marcat pentru ștergere, dar fișierele de configurare rămân;\n"
  522. " „=”: în așteptare: pachetul nu va fi procesat deloc;\n"
  523. " „_”: marcat pentru ștergere completă - inclusiv configurarea;\n"
  524. " „n”: pachetul este nou și poate încă fi marcat pentru\n"
  525. " instalare/ștergere/&c.\n"
  526. "\n"
  527. "De asemenea, pentru fiecare pachet, sunt afișate Prioritatea, Secțiunea,\n"
  528. "numele, versiunea instalată și cea disponibilă (shift-V pentru a\n"
  529. "afișa/ascunde) și descrierea pe scurt.\n"
  530. #: dselect/helpmsgs.cc:153
  531. msgid "Display, part 2: list highlight; information display"
  532. msgstr "Afișare, partea a 2-a: evidențierea în listă; afișarea informației"
  533. #: dselect/helpmsgs.cc:153
  534. msgid ""
  535. "* Highlight: One line in the package list will be highlighted. It "
  536. "indicates\n"
  537. " which package(s) will be affected by presses of `+', `-' and `_'.\n"
  538. "\n"
  539. "* The dividing line in the middle of the screen shows a brief explanation "
  540. "of\n"
  541. " the status of the currently-highlighted package, or a description of "
  542. "which\n"
  543. " group is highlighted if a group line is. If you don't understand the\n"
  544. " meaning of some of the status characters displayed, go to the relevant\n"
  545. " package and look at this divider line, or use the `v' key for a verbose\n"
  546. " display (press `v' again to go back to the terse display).\n"
  547. "\n"
  548. "* The bottom of the screen shows more information about the\n"
  549. " currently-highlighted package (if there is only one).\n"
  550. "\n"
  551. " It can show an extended description of the package, the internal package\n"
  552. " control details (either for the installed or available version of the\n"
  553. " package), or information about conflicts and dependencies involving the\n"
  554. " current package (in conflict/dependency resolution sublists).\n"
  555. "\n"
  556. " Use the `i' key to cycle through the displays, and `I' to hide the\n"
  557. " information display or expand it to use almost all of the screen.\n"
  558. msgstr ""
  559. "* Evidențierea: O linie din lista de pachete va fi evidențiată. Semnifică "
  560. "ce\n"
  561. " pachete sunt afectate de tastele „+”, „-” și „_”.\n"
  562. "\n"
  563. "* Linia despărțitoare din mijlocul ecranului arată o scurtă descriere a\n"
  564. " stării pachetului curent evidențiat, sau o descriere a grupului care "
  565. "este \n"
  566. " evidențiat dacă este o linie de grupuri. Dacă nu înțelegeți sensul\n"
  567. " unora dintre caracterele de stare afișate, duceți-vă la pachetul\n"
  568. " respectiv și uitați-vă la linia despărțitoare, sau folosiți tasta „v” "
  569. "pentru afișaj\n"
  570. " detaliat (apăsați din nou „v” pentru a vă reîntoarce la afișarea "
  571. "concisă).\n"
  572. "\n"
  573. "* Partea inferioară a ecranului arată mai multe informații despre\n"
  574. " pachetul curent evidențiat (dacă este vreunul).\n"
  575. "\n"
  576. " Poate arăta descrierea extinsă a pachetului, detalii interne de control\n"
  577. " ale pachetului (fie pentru versiunea instalată fie pentru cea "
  578. "disponibilă),\n"
  579. " sau informații despre conflicte și dependențe implicate de pachetul "
  580. "curent\n"
  581. " (în sublista de rezoluții de conflicte/dependențe).\n"
  582. "\n"
  583. " Folosiți tasta „i” pentru a circula printre afișaje, și „I” pentru a "
  584. "ascunde\n"
  585. " afișajul de informații sau a-l mări până la a utiliza aproape tot "
  586. "ecranul.\n"
  587. #: dselect/helpmsgs.cc:177
  588. msgid "Introduction to method selection display"
  589. msgstr "Introducere a afișării selecției metodei"
  590. #: dselect/helpmsgs.cc:177
  591. msgid ""
  592. "dselect and dpkg can do automatic installation, loading the package files to "
  593. "be\n"
  594. "installed from one of a number of different possible places.\n"
  595. "\n"
  596. "This list allows you to select one of these installation methods.\n"
  597. "\n"
  598. "Move the highlight to the method you wish to use, and hit Enter. You will "
  599. "then\n"
  600. "be prompted for the information required to do the installation.\n"
  601. "\n"
  602. "As you move the highlight a description of each method, where available, is\n"
  603. "displayed in the bottom half of the screen.\n"
  604. "\n"
  605. "If you wish to quit without changing anything use the `x' key while in the "
  606. "list\n"
  607. "of installation methods.\n"
  608. "\n"
  609. "A full list of keystrokes is available by pressing `k' now, or from the "
  610. "help\n"
  611. "menu reachable by pressing `?'.\n"
  612. msgstr ""
  613. "dselect și dpkg pot face o instalare automată, încărcând fișierele "
  614. "pachetelor de\n"
  615. "instalat dintr-un număr de diferite posibile locuri.\n"
  616. "\n"
  617. "Această listă vă permite să selectați una din aceste metode de instalare.\n"
  618. "\n"
  619. "Deplasați evidențierea către metoda pe care doriți s-o folosiți, și apăsați "
  620. "Enter. Veți fi\n"
  621. "chestionat pentru informațiile necesare pentru instalare.\n"
  622. "\n"
  623. "Cum deplasați evidențierea, este afișată în jumătatea inferioară a ecranului "
  624. "o\n"
  625. "descriere a fiecărei metode, dacă este disponibilă.\n"
  626. "\n"
  627. "Dacă doriți să ieșiți fără a modifica nimic folosiți tasta „x” în timp ce\n"
  628. "sunteți în lista metodelor de instalare.\n"
  629. "\n"
  630. "O listă completă de taste este disponibilă apăsând acum „k”, sau din meniul "
  631. "de\n"
  632. "ajutor, accesibilă apăsând „?”.\n"
  633. #: dselect/helpmsgs.cc:197
  634. msgid "Keystrokes for method selection"
  635. msgstr "Combinații de taste pentru selectarea metodei"
  636. #: dselect/helpmsgs.cc:197
  637. msgid ""
  638. "Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n"
  639. " j, Down-arrow k, Up-arrow move highlight\n"
  640. " N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n"
  641. " ^n ^p scroll list by 1 line\n"
  642. " t, Home e, End jump to top/end of list\n"
  643. " u d scroll info by 1 page\n"
  644. " ^u ^d scroll info by 1 line\n"
  645. " B, Left-arrow F, Right-arrow pan display by 1/3 screen\n"
  646. " ^b ^f pan display by 1 character\n"
  647. "(These are the same motion keys as in the package list display.)\n"
  648. "\n"
  649. "Quit:\n"
  650. " Return, Enter select this method and go to its configuration dialogue\n"
  651. " x, X exit without changing or setting up the installation "
  652. "method\n"
  653. "\n"
  654. "Miscellaneous:\n"
  655. " ?, Help, F1 request help\n"
  656. " ^l redraw display\n"
  657. " / search (just return to cancel)\n"
  658. " \\ repeat last search\n"
  659. msgstr ""
  660. "Taste de deplasare: Următor/Anterior, Început/Sfârșit, Sus/Jos, Înapoi/"
  661. "Înainte:\n"
  662. " j, Down-arrow k, Up-arrow mută selecția\n"
  663. " N, Page-down, Space P, Page-up, Backspace derulează lista cu 1 pagină\n"
  664. " ^n ^p derulează lista cu 1 linie\n"
  665. " t, Home e, End sari la începutul/sfârșitul "
  666. "listei\n"
  667. " u d derulează info cu 1 pagină\n"
  668. " ^u ^d derulează info cu 1 linie\n"
  669. " B, Left-arrow F, Right-arrow mută afișarea cu 1/3 de "
  670. "ecran\n"
  671. " ^b ^f mută afișarea cu 1 caracter\n"
  672. "(Acestea sunt aceleași taste de deplasare ca în afișarea listei de "
  673. "pachete.)\n"
  674. "\n"
  675. "Termină:\n"
  676. " Return, Enter selectează această metodă și treci la dialogul ei de "
  677. "configurare\n"
  678. " x, X termină fară schimbări sau setarea metodei de instalare\n"
  679. "\n"
  680. "Diverse:\n"
  681. " ?, Help, F1 cerere de ajutor\n"
  682. " ^l reafișare ecran\n"
  683. " / căutare (enter pentru renunțare)\n"
  684. " \\ repetă ultima căutare\n"
  685. #: dselect/main.cc:57
  686. msgid "Type dselect --help for help."
  687. msgstr "Tastați dselect --help pentru ajutor."
  688. #: dselect/main.cc:140
  689. msgid "a"
  690. msgstr "a"
  691. #: dselect/main.cc:140
  692. msgid "[A]ccess"
  693. msgstr "[A]cces"
  694. #: dselect/main.cc:140
  695. msgid "Choose the access method to use."
  696. msgstr "Alegeți metoda de acces folosită."
  697. #: dselect/main.cc:141
  698. msgid "u"
  699. msgstr "u"
  700. #: dselect/main.cc:141
  701. msgid "[U]pdate"
  702. msgstr "Act[u]alizare"
  703. #: dselect/main.cc:141
  704. msgid "Update list of available packages, if possible."
  705. msgstr "Actualizează lista pachetelor disponibile, dacă este posibil."
  706. #: dselect/main.cc:142
  707. msgid "s"
  708. msgstr "s"
  709. #: dselect/main.cc:142
  710. msgid "[S]elect"
  711. msgstr "[S]elecție"
  712. #: dselect/main.cc:142
  713. msgid "Request which packages you want on your system."
  714. msgstr "Cereți pachetele pe care le doriți în sistemul dvs."
  715. #: dselect/main.cc:143
  716. msgid "i"
  717. msgstr "i"
  718. #: dselect/main.cc:143
  719. msgid "[I]nstall"
  720. msgstr "[I]nstalare"
  721. #: dselect/main.cc:143
  722. msgid "Install and upgrade wanted packages."
  723. msgstr "Instalează și actualizează pachetele dorite."
  724. #: dselect/main.cc:144
  725. msgid "c"
  726. msgstr "c"
  727. #: dselect/main.cc:144
  728. msgid "[C]onfig"
  729. msgstr "[C]onfigurare"
  730. #: dselect/main.cc:144
  731. msgid "Configure any packages that are unconfigured."
  732. msgstr "Configurează orice pachet neconfigurat."
  733. #: dselect/main.cc:145
  734. msgid "r"
  735. msgstr "r"
  736. #: dselect/main.cc:145
  737. msgid "[R]emove"
  738. msgstr "Îndepă[R]tare"
  739. #: dselect/main.cc:145
  740. msgid "Remove unwanted software."
  741. msgstr "Îndepărtează programele nedorite."
  742. # semnifică tasta care trebuie apăsată, poate fi schimbată dar trebuie să verificăm conflictele
  743. #: dselect/main.cc:146
  744. msgid "q"
  745. msgstr "q"
  746. #: dselect/main.cc:146
  747. msgid "[Q]uit"
  748. msgstr "Ieșire [q]"
  749. #: dselect/main.cc:146
  750. msgid "Quit dselect."
  751. msgstr "Ieșire din dselect."
  752. #: dselect/main.cc:147
  753. msgid "menu"
  754. msgstr "meniu"
  755. #: dselect/main.cc:152
  756. #, c-format
  757. msgid "Debian `%s' package handling frontend version %s.\n"
  758. msgstr "Interfață de manipulare a pachetelor Debian „%s”, versiunea %s.\n"
  759. #: dselect/main.cc:155
  760. msgid ""
  761. "Copyright (C) 1994-1996 Ian Jackson.\n"
  762. "Copyright (C) 2000,2001 Wichert Akkerman.\n"
  763. msgstr ""
  764. "Drepturi de autor (C) 1994-1996 Ian Jackson.\n"
  765. "Drepturi de autor (C) 2000,2001 Wichert Akkerman.\n"
  766. #: dselect/main.cc:159
  767. #, c-format
  768. msgid ""
  769. "This is free software; see the GNU General Public License version 2 or\n"
  770. "later for copying conditions. There is NO warranty.\n"
  771. "See %s --license for copyright and license details.\n"
  772. msgstr ""
  773. "Acesta este soft liber; vezi GNU General Public Licence versiunea 2 sau\n"
  774. "ulterioară pentru condițiile de copiere. NU există NICI o garanție.\n"
  775. "Vezi %s --licence pentru detalii de licențiere și condiții de copiere.\n"
  776. #: dselect/main.cc:177
  777. #, c-format
  778. msgid ""
  779. "Usage: %s [<option> ...] [<action> ...]\n"
  780. "\n"
  781. msgstr ""
  782. "Utilizare: %s [<opțiune> ...] [<acțiune> ...]\n"
  783. "\n"
  784. #: dselect/main.cc:181
  785. #, c-format
  786. msgid ""
  787. "Options:\n"
  788. " --admindir <directory> Use <directory> instead of %s.\n"
  789. " --expert Turn on expert mode.\n"
  790. " --debug <file> | -D<file> Turn on debugging, sending output to <file>.\n"
  791. " --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
  792. " Configure screen colours.\n"
  793. "\n"
  794. msgstr ""
  795. "Opțiuni:\n"
  796. " --admindir <director> Folosește <director> în loc de %s.\n"
  797. " --expert Pornește modul expert.\n"
  798. " --debug <file> | -D<file> Pornește depanarea, trimițând ieșirea în "
  799. "<file>.\n"
  800. " --colour | --color parteecran:[prim plan],[fundal][:atrib[+atrib+..]]\n"
  801. " Configurează culorile ecranului.\n"
  802. #: dselect/main.cc:190
  803. #, c-format
  804. msgid ""
  805. " --help Show this help message.\n"
  806. " --version Show the version.\n"
  807. " --license | --licence Show the license.\n"
  808. "\n"
  809. msgstr ""
  810. " --help Afișează acest mesaj de ajutor.\n"
  811. " --version Afișează versiunea.\n"
  812. " --license | --licence Afișează licența.\n"
  813. "\n"
  814. #: dselect/main.cc:196
  815. #, c-format
  816. msgid ""
  817. "Actions:\n"
  818. " access update select install config remove quit\n"
  819. "\n"
  820. msgstr ""
  821. "Acțiuni:\n"
  822. " access update select install config remove quit\n"
  823. "\n"
  824. #: dselect/main.cc:200
  825. #, c-format
  826. msgid "Screenparts:\n"
  827. msgstr "Componente ecran:\n"
  828. #: dselect/main.cc:205
  829. #, c-format
  830. msgid "Colours:\n"
  831. msgstr "Culori:\n"
  832. #: dselect/main.cc:210
  833. #, c-format
  834. msgid "Attributes:\n"
  835. msgstr "Atribute:\n"
  836. #: dselect/main.cc:221
  837. #, c-format
  838. msgid "couldn't open debug file `%.255s'\n"
  839. msgstr "nu pot deschide fișierul de depanare „%.255s”\n"
  840. #: dselect/main.cc:238
  841. #, c-format
  842. msgid "Invalid %s `%s'\n"
  843. msgstr "Invalid %s „%s”\n"
  844. #: dselect/main.cc:255
  845. msgid "screen part"
  846. msgstr "parte ecran"
  847. #: dselect/main.cc:261
  848. msgid "Null colour specification\n"
  849. msgstr "Lipsă specificație de culoare\n"
  850. #: dselect/main.cc:269 dselect/main.cc:274
  851. msgid "colour"
  852. msgstr "culoare"
  853. #: dselect/main.cc:282
  854. msgid "colour attribute"
  855. msgstr "atribut culoare"
  856. #: dselect/main.cc:316
  857. msgid "Terminal does not appear to support cursor addressing.\n"
  858. msgstr "Terminalul nu pare să suporte adresare la nivel de cursor.\n"
  859. #: dselect/main.cc:318
  860. msgid "Terminal does not appear to support highlighting.\n"
  861. msgstr "Terminalul nu pare să suporte evidențiere.\n"
  862. #: dselect/main.cc:320
  863. #, c-format
  864. msgid ""
  865. "Set your TERM variable correctly, use a better terminal,\n"
  866. "or make do with the per-package management tool %s.\n"
  867. msgstr ""
  868. "Inițializați corect variabila de mediu TERM, folosiți un terminal mai bun,\n"
  869. "sau faceți asta cu programul de management per pachet %s.\n"
  870. #: dselect/main.cc:323
  871. msgid "terminal lacks necessary features, giving up"
  872. msgstr "terminalul nu suportă cerințele necesare, abandonez"
  873. #: dselect/main.cc:405
  874. msgid ""
  875. "\n"
  876. "\n"
  877. "Move around with ^P and ^N, cursor keys, initial letters, or digits;\n"
  878. "Press <enter> to confirm selection. ^L redraws screen.\n"
  879. "\n"
  880. msgstr ""
  881. "\n"
  882. "\n"
  883. "Deplasare cu ^P și ^N, tastele cursor, literele inițiale, sau cifre;\n"
  884. "Apăsați <enter> pentru confirmarea selecției. ^L redesenează ecranul.\n"
  885. "\n"
  886. #: dselect/main.cc:420
  887. msgid ""
  888. "\n"
  889. "\n"
  890. "Read-only access: only preview of selections is available!"
  891. msgstr ""
  892. "\n"
  893. "\n"
  894. "Acces doar în citire: este disponibilă doar vizualizarea selecțiilor!"
  895. #: dselect/main.cc:439
  896. msgid "failed to getch in main menu"
  897. msgstr "eșec în getch în meniul principal"
  898. #: dselect/main.cc:515
  899. #, c-format
  900. msgid "unknown action string `%.50s'"
  901. msgstr "șir acțiune necunoscut „%.50s”"
  902. #: dselect/methlist.cc:79
  903. msgid "dselect - list of access methods"
  904. msgstr "dselect - lista metodelor de acces"
  905. #: dselect/methlist.cc:88
  906. #, c-format
  907. msgid "Access method `%s'."
  908. msgstr "Metoda de acces „%s”."
  909. #: dselect/methlist.cc:122
  910. msgid "Abbrev."
  911. msgstr "Presc."
  912. #: dselect/methlist.cc:123 dselect/pkginfo.cc:107 dselect/pkgtop.cc:303
  913. msgid "Description"
  914. msgstr "Descriere"
  915. #: dselect/methlist.cc:167 dselect/pkglist.cc:567
  916. msgid "doupdate failed"
  917. msgstr "doupdate a eșuat"
  918. #: dselect/methlist.cc:169 dselect/pkglist.cc:570
  919. msgid "failed to unblock SIGWINCH"
  920. msgstr "eșec la deblocarea lui SIGWINCH"
  921. #: dselect/methlist.cc:173 dselect/pkglist.cc:575
  922. msgid "failed to re-block SIGWINCH"
  923. msgstr "eșec la reblocarea lui SIGWINCH"
  924. #: dselect/methlist.cc:174 dselect/pkglist.cc:577
  925. msgid "getch failed"
  926. msgstr "eșec getch"
  927. #: dselect/methlist.cc:192
  928. msgid "Explanation"
  929. msgstr "Explicație"
  930. #: dselect/methlist.cc:201
  931. msgid "No explanation available."
  932. msgstr "Nici o explicație disponibilă."
  933. #: dselect/method.cc:68
  934. #, c-format
  935. msgid ""
  936. "\n"
  937. "\n"
  938. "%s: %s\n"
  939. msgstr ""
  940. "\n"
  941. "\n"
  942. "%s: %s\n"
  943. #: dselect/method.cc:71
  944. msgid ""
  945. "\n"
  946. "Press <enter> to continue."
  947. msgstr ""
  948. "\n"
  949. "Apăsați <enter> pentru a continua."
  950. # sirul de la process e cale de acces la executabil
  951. #: dselect/method.cc:152
  952. #, c-format
  953. msgid "unable to run %.250s process `%.250s'"
  954. msgstr "nu pot rula %.250s proces „%.250s”"
  955. #: dselect/method.cc:156
  956. #, c-format
  957. msgid "unable to wait for %.250s"
  958. msgstr "nu pot aștepta după %.250s"
  959. #: dselect/method.cc:158
  960. #, c-format
  961. msgid "got wrong child's status - asked for %ld, got %ld"
  962. msgstr ""
  963. "am recepționat o stare greșită a procesului-fiu - cerut %ld, recepționat %ld"
  964. #: dselect/method.cc:169
  965. #, c-format
  966. msgid "returned error exit status %d.\n"
  967. msgstr "s-a returnat stare de ieșire eronată %d.\n"
  968. #: dselect/method.cc:173
  969. #, c-format
  970. msgid "was interrupted.\n"
  971. msgstr "a fost întrerupt.\n"
  972. #: dselect/method.cc:175
  973. #, c-format
  974. msgid "was terminated by a signal: %s.\n"
  975. msgstr "a fost terminat de un semnal: %s.\n"
  976. #: dselect/method.cc:178
  977. #, c-format
  978. msgid "(It left a coredump.)\n"
  979. msgstr "(A părăsit o stare coredump.)\n"
  980. #: dselect/method.cc:180
  981. #, c-format
  982. msgid "failed with an unknown wait return code %d.\n"
  983. msgstr "eșuat cu returnarea unui cod de așteptare necunoscut %d.\n"
  984. #: dselect/method.cc:182
  985. #, c-format
  986. msgid "Press <enter> to continue.\n"
  987. msgstr "Apăsați <enter> pentru a continua.\n"
  988. #: dselect/method.cc:184
  989. msgid "write error on standard error"
  990. msgstr "eroare de scriere la ieșirea standard de erroare"
  991. #: dselect/method.cc:187
  992. msgid "error reading acknowledgement of program failure message"
  993. msgstr "eroare la citirea confirmării mesajului de eșec al programului"
  994. #: dselect/method.cc:218
  995. msgid "update available list script"
  996. msgstr "actualizează scriptul de listare/cu liste disponibil"
  997. #: dselect/method.cc:222
  998. msgid "installation script"
  999. msgstr "script de instalare"
  1000. #: dselect/method.cc:270
  1001. msgid "query/setup script"
  1002. msgstr "script de interogare/pregătire"
  1003. #: dselect/methparse.cc:54
  1004. #, c-format
  1005. msgid "syntax error in method options file `%.250s' -- %s"
  1006. msgstr "eroare de sintaxă în fișierul de opțiuni pentru metode „%.250s” -- %s"
  1007. #: dselect/methparse.cc:59
  1008. #, c-format
  1009. msgid "error reading options file `%.250s'"
  1010. msgstr "eroare la citirea fișierului de opțiuni „%.250s”"
  1011. #: dselect/methparse.cc:87
  1012. #, c-format
  1013. msgid "unable to read `%.250s' directory for reading methods"
  1014. msgstr "nu pot să citesc directorul „%.250s” pentru metodele de citire"
  1015. #: dselect/methparse.cc:103
  1016. #, c-format
  1017. msgid "method `%.250s' has name that is too long (%d > %d characters)"
  1018. msgstr "metoda „%.250s” are un nume prea lung (%d > %d caractere)"
  1019. #: dselect/methparse.cc:114
  1020. #, c-format
  1021. msgid "unable to access method script `%.250s'"
  1022. msgstr "imposibilitate de acces la scriptul de metode de acces „%.250s”"
  1023. #: dselect/methparse.cc:120
  1024. #, c-format
  1025. msgid "unable to read method options file `%.250s'"
  1026. msgstr "citire imposibilă a fișierului de opțiuni pentru metode „%.250s”"
  1027. #: dselect/methparse.cc:143
  1028. msgid "non-digit where digit wanted"
  1029. msgstr "non-numeric unde se cere numeric"
  1030. #: dselect/methparse.cc:146
  1031. msgid "EOF in index string"
  1032. msgstr "EOF în șirul index"
  1033. #: dselect/methparse.cc:149
  1034. msgid "index string too long"
  1035. msgstr "șir index prea lung"
  1036. #: dselect/methparse.cc:152
  1037. msgid "newline before option name start"
  1038. msgstr "linie nouă înainte de începerea numelui opțiunii"
  1039. #: dselect/methparse.cc:154
  1040. msgid "EOF before option name start"
  1041. msgstr "EOF înainte de începerea numelui opțiunii"
  1042. #: dselect/methparse.cc:158
  1043. msgid "nonalpha where option name start wanted"
  1044. msgstr "nu este literă unde trebuie să înceapă numele opțiunii"
  1045. #: dselect/methparse.cc:160
  1046. msgid "non-alphanum in option name"
  1047. msgstr "non-alfanumeric în numele opțiunii"
  1048. #: dselect/methparse.cc:163
  1049. msgid "EOF in option name"
  1050. msgstr "EOF în numele opțiunii"
  1051. #: dselect/methparse.cc:168
  1052. msgid "newline before summary"
  1053. msgstr "linie nouă înainte de sumar"
  1054. #: dselect/methparse.cc:170
  1055. msgid "EOF before summary"
  1056. msgstr "EOF înainte de sumar"
  1057. #: dselect/methparse.cc:176
  1058. msgid "EOF in summary - missing newline"
  1059. msgstr "EOF în sumar - lipsește linie nouă"
  1060. #: dselect/methparse.cc:186
  1061. #, c-format
  1062. msgid "unable to open option description file `%.250s'"
  1063. msgstr "nu pot să deschid fișierul de descriere a opțiunilor „%.250s”"
  1064. #: dselect/methparse.cc:190
  1065. #, c-format
  1066. msgid "unable to stat option description file `%.250s'"
  1067. msgstr "nu pot să citesc fișierul de descriere a opțiunilor „%.250s”"
  1068. #: dselect/methparse.cc:194
  1069. #, c-format
  1070. msgid "failed to read option description file `%.250s'"
  1071. msgstr "eșec la citirea fișierul de descriere a opțiunilor „%.250s”"
  1072. #: dselect/methparse.cc:197
  1073. #, c-format
  1074. msgid "error during read of option description file `%.250s'"
  1075. msgstr "eroare în timpul citirii fișierului cu descrierile opțiunilor „%.250s”"
  1076. #: dselect/methparse.cc:220
  1077. #, c-format
  1078. msgid "error during read of method options file `%.250s'"
  1079. msgstr "eroare în timpul citirii fișierului cu opțiuni pentru metode „%.250s”"
  1080. #: dselect/methparse.cc:248
  1081. #, c-format
  1082. msgid "unable to open current option file `%.250s'"
  1083. msgstr "imposibil a deschide fișierulu curent de opțiuni „%.250s”"
  1084. #: dselect/methparse.cc:290
  1085. #, c-format
  1086. msgid "unable to open new option file `%.250s'"
  1087. msgstr "imposibil a deschide fișierulu nou de opțiuni „%.250s”"
  1088. #: dselect/methparse.cc:293
  1089. #, c-format
  1090. msgid "unable to write new option to `%.250s'"
  1091. msgstr "imposibil a scrie noua opțiune în „%.250s”"
  1092. #: dselect/methparse.cc:296
  1093. #, c-format
  1094. msgid "unable to close new option file `%.250s'"
  1095. msgstr "imposibil a închide fișierul nou de opțiuni „%.250s”"
  1096. #: dselect/methparse.cc:298
  1097. #, c-format
  1098. msgid "unable to install new option as `%.250s'"
  1099. msgstr "imposibil a instala noile opțiuni ca „%.250s”"
  1100. #: dselect/pkgdisplay.cc:38
  1101. msgid "new package"
  1102. msgstr "pachet nou"
  1103. #: dselect/pkgdisplay.cc:39
  1104. msgid "install"
  1105. msgstr "instalează"
  1106. #: dselect/pkgdisplay.cc:40
  1107. msgid "hold"
  1108. msgstr "păstrează"
  1109. #: dselect/pkgdisplay.cc:41
  1110. msgid "remove"
  1111. msgstr "elimină"
  1112. #: dselect/pkgdisplay.cc:42
  1113. msgid "purge"
  1114. msgstr "curăță"
  1115. #: dselect/pkgdisplay.cc:48
  1116. msgid " "
  1117. msgstr " "
  1118. #: dselect/pkgdisplay.cc:49
  1119. msgid "REINSTALL"
  1120. msgstr "REINSTALEAZĂ"
  1121. #: dselect/pkgdisplay.cc:52
  1122. msgid "not installed"
  1123. msgstr "neinstalat"
  1124. #: dselect/pkgdisplay.cc:53
  1125. msgid "removed (configs remain)"
  1126. msgstr "îndepărtate (configurările rămân)"
  1127. #: dselect/pkgdisplay.cc:54
  1128. msgid "half installed"
  1129. msgstr "jumătate instalate"
  1130. #: dselect/pkgdisplay.cc:55
  1131. msgid "unpacked (not set up)"
  1132. msgstr "despachetate (nepregătite)"
  1133. #: dselect/pkgdisplay.cc:56
  1134. msgid "failed config"
  1135. msgstr "configurare eșuată"
  1136. #: dselect/pkgdisplay.cc:57
  1137. msgid "awaiting trigger processing"
  1138. msgstr "așteaptă procesarea declanșatorilor"
  1139. #: dselect/pkgdisplay.cc:58
  1140. msgid "triggered"
  1141. msgstr "declanșat"
  1142. #: dselect/pkgdisplay.cc:59
  1143. msgid "installed"
  1144. msgstr "instalat"
  1145. #: dselect/pkgdisplay.cc:62
  1146. msgid "Required"
  1147. msgstr "Necesare"
  1148. #: dselect/pkgdisplay.cc:63
  1149. msgid "Important"
  1150. msgstr "Important"
  1151. #: dselect/pkgdisplay.cc:64
  1152. msgid "Standard"
  1153. msgstr "Standard"
  1154. #: dselect/pkgdisplay.cc:65
  1155. msgid "Recommended"
  1156. msgstr "Recomandat"
  1157. #: dselect/pkgdisplay.cc:66
  1158. msgid "Optional"
  1159. msgstr "Opțional"
  1160. #: dselect/pkgdisplay.cc:67
  1161. msgid "Extra"
  1162. msgstr "Extra"
  1163. #: dselect/pkgdisplay.cc:68
  1164. msgid "Contrib"
  1165. msgstr "Contrib"
  1166. #: dselect/pkgdisplay.cc:69
  1167. msgid "!Bug!"
  1168. msgstr "!Defect!"
  1169. #: dselect/pkgdisplay.cc:70
  1170. msgid "Unclassified"
  1171. msgstr "Neclasificat"
  1172. #: dselect/pkgdisplay.cc:73
  1173. msgid "suggests"
  1174. msgstr "sugerează"
  1175. #: dselect/pkgdisplay.cc:74
  1176. msgid "recommends"
  1177. msgstr "recomandă"
  1178. #: dselect/pkgdisplay.cc:75
  1179. msgid "depends on"
  1180. msgstr "depinde de"
  1181. #: dselect/pkgdisplay.cc:76
  1182. msgid "pre-depends on"
  1183. msgstr "ante-dependență de"
  1184. #: dselect/pkgdisplay.cc:77
  1185. msgid "breaks"
  1186. msgstr "corupe"
  1187. #: dselect/pkgdisplay.cc:78
  1188. msgid "conflicts with"
  1189. msgstr "în conflict cu"
  1190. #: dselect/pkgdisplay.cc:79
  1191. msgid "provides"
  1192. msgstr "furnizează"
  1193. #: dselect/pkgdisplay.cc:80
  1194. msgid "replaces"
  1195. msgstr "înlocuiește"
  1196. #: dselect/pkgdisplay.cc:81
  1197. msgid "enhances"
  1198. msgstr "îmbunătățește"
  1199. #: dselect/pkgdisplay.cc:84
  1200. msgid "Req"
  1201. msgstr "Ncs"
  1202. #: dselect/pkgdisplay.cc:85
  1203. msgid "Imp"
  1204. msgstr "Imp"
  1205. #: dselect/pkgdisplay.cc:86
  1206. msgid "Std"
  1207. msgstr "Std"
  1208. #: dselect/pkgdisplay.cc:87
  1209. msgid "Rec"
  1210. msgstr "Nec"
  1211. #: dselect/pkgdisplay.cc:88
  1212. msgid "Opt"
  1213. msgstr "Opț"
  1214. #: dselect/pkgdisplay.cc:89
  1215. msgid "Xtr"
  1216. msgstr "Sup"
  1217. #: dselect/pkgdisplay.cc:90
  1218. msgid "Ctb"
  1219. msgstr "Ctb"
  1220. #: dselect/pkgdisplay.cc:91
  1221. msgid "bUG"
  1222. msgstr "dFT"
  1223. #: dselect/pkgdisplay.cc:92
  1224. msgid "?"
  1225. msgstr "?"
  1226. #: dselect/pkgdisplay.cc:100 dselect/pkgdisplay.cc:120
  1227. msgid "Broken"
  1228. msgstr "Deteriorat"
  1229. #: dselect/pkgdisplay.cc:101
  1230. msgid "New"
  1231. msgstr "Nou"
  1232. #: dselect/pkgdisplay.cc:102
  1233. msgid "Updated"
  1234. msgstr "Actualizat"
  1235. #: dselect/pkgdisplay.cc:103
  1236. msgid "Obsolete/local"
  1237. msgstr "Învechit/local"
  1238. #: dselect/pkgdisplay.cc:104
  1239. msgid "Up-to-date"
  1240. msgstr "La-zi"
  1241. #: dselect/pkgdisplay.cc:105
  1242. msgid "Available"
  1243. msgstr "Disponibil"
  1244. #: dselect/pkgdisplay.cc:106 dselect/pkgdisplay.cc:122
  1245. msgid "Removed"
  1246. msgstr "Îndepărtat"
  1247. #: dselect/pkgdisplay.cc:107 dselect/pkgdisplay.cc:116
  1248. msgid "Brokenly installed packages"
  1249. msgstr "Pachete instalate defectuos"
  1250. #: dselect/pkgdisplay.cc:108
  1251. msgid "Newly available packages"
  1252. msgstr "Pachete noi disponibile"
  1253. #: dselect/pkgdisplay.cc:109
  1254. msgid "Updated packages (newer version is available)"
  1255. msgstr "Pachete actualizate (este disponibilă o versiune mai nouă)"
  1256. #: dselect/pkgdisplay.cc:110
  1257. msgid "Obsolete and local packages present on system"
  1258. msgstr "Pachete învechite și locale existente pe sistem"
  1259. #: dselect/pkgdisplay.cc:111
  1260. msgid "Up to date installed packages"
  1261. msgstr "Pachete instalate aduse la zi"
  1262. #: dselect/pkgdisplay.cc:112
  1263. msgid "Available packages (not currently installed)"
  1264. msgstr "Pachete disponibile (neinstalate încă)"
  1265. #: dselect/pkgdisplay.cc:113
  1266. msgid "Removed and no longer available packages"
  1267. msgstr "Pachete îndepărtate sau indisponibile"
  1268. #: dselect/pkgdisplay.cc:117
  1269. msgid "Installed packages"
  1270. msgstr "Pachete instalate"
  1271. #: dselect/pkgdisplay.cc:118
  1272. msgid "Removed packages (configuration still present)"
  1273. msgstr "Pachete îndepărtate (configurarea încă prezentă)"
  1274. #: dselect/pkgdisplay.cc:119
  1275. msgid "Purged packages and those never installed"
  1276. msgstr "Pachete curățate și cele care nu au fost niciodată instalate"
  1277. #: dselect/pkgdisplay.cc:121
  1278. msgid "Installed"
  1279. msgstr "Instalate"
  1280. #: dselect/pkgdisplay.cc:123
  1281. msgid "Purged"
  1282. msgstr "Curățate"
  1283. #: dselect/pkgdisplay.cc:203
  1284. msgid "dselect - recursive package listing"
  1285. msgstr "dselect - afișare recursivă a pachetelor"
  1286. #: dselect/pkgdisplay.cc:204
  1287. msgid "dselect - inspection of package states"
  1288. msgstr "dselect - inspecția stării pachetelor"
  1289. #: dselect/pkgdisplay.cc:205
  1290. msgid "dselect - main package listing"
  1291. msgstr "dselect - lista principală a pachetelor"
  1292. #: dselect/pkgdisplay.cc:213
  1293. msgid " (by section)"
  1294. msgstr " (după secțiune)"
  1295. #: dselect/pkgdisplay.cc:216
  1296. msgid " (avail., section)"
  1297. msgstr " (disponibil, secțiune)"
  1298. #: dselect/pkgdisplay.cc:219
  1299. msgid " (status, section)"
  1300. msgstr " (stare, secțiune)"
  1301. #: dselect/pkgdisplay.cc:228
  1302. msgid " (by priority)"
  1303. msgstr " (după prioritate)"
  1304. #: dselect/pkgdisplay.cc:231
  1305. msgid " (avail., priority)"
  1306. msgstr " (disponibil, prioritate)"
  1307. #: dselect/pkgdisplay.cc:234
  1308. msgid " (status, priority)"
  1309. msgstr " (stare, prioritate)"
  1310. #: dselect/pkgdisplay.cc:243 dselect/pkgdisplay.cc:255
  1311. msgid " (alphabetically)"
  1312. msgstr " (alfabetic)"
  1313. #: dselect/pkgdisplay.cc:246
  1314. msgid " (by availability)"
  1315. msgstr " (după disponibilitate)"
  1316. #: dselect/pkgdisplay.cc:249
  1317. msgid " (by status)"
  1318. msgstr " (după stare)"
  1319. #: dselect/pkgdisplay.cc:263
  1320. msgid " mark:+/=/- terse:v help:?"
  1321. msgstr " marchează:+/=/- concis:v ajutor:?"
  1322. #: dselect/pkgdisplay.cc:264
  1323. msgid " mark:+/=/- verbose:v help:?"
  1324. msgstr " marchează:+/=/- detaliat:v ajutor:?"
  1325. #: dselect/pkgdisplay.cc:265
  1326. msgid " terse:v help:?"
  1327. msgstr " concis:v ajutor:?"
  1328. #: dselect/pkgdisplay.cc:266
  1329. msgid " verbose:v help:?"
  1330. msgstr " detaliat:v ajutor:?"
  1331. #: dselect/pkginfo.cc:82
  1332. msgid ""
  1333. "The line you have highlighted represents many packages; if you ask to "
  1334. "install, remove, hold, etc. it you will affect all the packages which match "
  1335. "the criterion shown.\n"
  1336. "\n"
  1337. "If you move the highlight to a line for a particular package you will see "
  1338. "information about that package displayed here.\n"
  1339. "You can use `o' and `O' to change the sort order and give yourself the "
  1340. "opportunity to mark packages in different kinds of groups."
  1341. msgstr ""
  1342. "Rândul evidențiat reprezintă mai multe pachete; dacă cereți instalare, "
  1343. "îndepărtare, păstrare, etc. va afecta toate pachete care respectă criteriul "
  1344. "arătat.\n"
  1345. "\n"
  1346. "Dacă mutați cursorul pe un rând cu un pachet anume, veți vedea aici "
  1347. "informații despre acel pachet.\n"
  1348. "Puteți folosi „o” și „O” pentru schimbarea ordinii de sortare dându-vă "
  1349. "posibilitatea să marcați pachetele în diferite moduri de grupare."
  1350. #: dselect/pkginfo.cc:95
  1351. msgid "Interrelationships"
  1352. msgstr "Inter-relații"
  1353. #: dselect/pkginfo.cc:114
  1354. msgid "No description available."
  1355. msgstr "Nici o descriere disponibilă."
  1356. #: dselect/pkginfo.cc:132
  1357. msgid "Installed control file information"
  1358. msgstr "Informația de control instalată"
  1359. #: dselect/pkginfo.cc:148
  1360. msgid "Available control file information"
  1361. msgstr "Informația de control disponibilă"
  1362. #: dselect/pkglist.cc:419
  1363. msgid "There are no packages."
  1364. msgstr ""
  1365. #: dselect/pkglist.cc:506
  1366. msgid "invalid search option given"
  1367. msgstr "opțiunea de căutare dată este invalidă"
  1368. #: dselect/pkglist.cc:520
  1369. msgid "error in regular expression"
  1370. msgstr "eroare în expresia regulată"
  1371. #: dselect/pkgsublist.cc:107
  1372. msgid " does not appear to be available\n"
  1373. msgstr "nu pare să fie disponibilă\n"
  1374. #: dselect/pkgsublist.cc:124
  1375. msgid " or "
  1376. msgstr " sau "
  1377. #: dselect/pkgtop.cc:59
  1378. msgid "All"
  1379. msgstr "Tot"
  1380. #: dselect/pkgtop.cc:81
  1381. msgid "All packages"
  1382. msgstr "Toate pachetele"
  1383. #: dselect/pkgtop.cc:85
  1384. #, c-format
  1385. msgid "%s packages without a section"
  1386. msgstr "%s pachete fără o secțiune"
  1387. #: dselect/pkgtop.cc:87
  1388. #, c-format
  1389. msgid "%s packages in section %s"
  1390. msgstr "%s pachete în secțiunea %s"
  1391. #: dselect/pkgtop.cc:93
  1392. #, c-format
  1393. msgid "%s %s packages"
  1394. msgstr "%s %s pachete"
  1395. #: dselect/pkgtop.cc:97
  1396. #, c-format
  1397. msgid "%s %s packages without a section"
  1398. msgstr "%s %s pachete fără o secțiune"
  1399. #: dselect/pkgtop.cc:99
  1400. #, c-format
  1401. msgid "%s %s packages in section %s"
  1402. msgstr "%s %s pachete în secțiunea %s"
  1403. #: dselect/pkgtop.cc:120
  1404. #, c-format
  1405. msgid "%-*s %s%s%s; %s (was: %s). %s"
  1406. msgstr "%-*s %s%s%s; %s (a fost: %s). %s"
  1407. #: dselect/pkgtop.cc:275
  1408. msgid "Error"
  1409. msgstr "Eroare"
  1410. #: dselect/pkgtop.cc:279
  1411. msgid "Installed?"
  1412. msgstr "Instalat?"
  1413. #: dselect/pkgtop.cc:283
  1414. msgid "Old mark"
  1415. msgstr "Marcaj vechi"
  1416. #: dselect/pkgtop.cc:287
  1417. msgid "Marked for"
  1418. msgstr "Marcat pentru"
  1419. #: dselect/pkgtop.cc:290
  1420. msgid "EIOM"
  1421. msgstr "EIOM"
  1422. #: dselect/pkgtop.cc:292
  1423. msgid "Section"
  1424. msgstr "Secțiune"
  1425. #: dselect/pkgtop.cc:293
  1426. msgid "Priority"
  1427. msgstr "Prioritate"
  1428. #: dselect/pkgtop.cc:294
  1429. msgid "Package"
  1430. msgstr "Pachet"
  1431. #: dselect/pkgtop.cc:298
  1432. msgid "Inst.ver"
  1433. msgstr "Ver. Inst"
  1434. #: dselect/pkgtop.cc:301
  1435. msgid "Avail.ver"
  1436. msgstr "Ver.disp"
  1437. #~ msgid ""
  1438. #~ "baselist::startdisplay() done ...\n"
  1439. #~ "\n"
  1440. #~ " xmax=%d, ymax=%d;\n"
  1441. #~ "\n"
  1442. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1443. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1444. #~ "\n"
  1445. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1446. #~ " whatinfo_row=%d, list_row=%d;\n"
  1447. #~ "\n"
  1448. #~ msgstr ""
  1449. #~ "baselist::startdisplay() terminat ...\n"
  1450. #~ "\n"
  1451. #~ " xmax=%d, ymax=%d;\n"
  1452. #~ "\n"
  1453. #~ " title_height=%d, colheads_height=%d, list_height=%d;\n"
  1454. #~ " thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n"
  1455. #~ "\n"
  1456. #~ " colheads_row=%d, thisstate_row=%d, info_row=%d;\n"
  1457. #~ " whatinfo_row=%d, list_row=%d;\n"
  1458. #~ "\n"
  1459. #~ msgid "[none]"
  1460. #~ msgstr "[niciuna]"
  1461. #~ msgid "error un-catching signal %d: %s\n"
  1462. #~ msgstr "eroare semnal necapturat %d: %s\n"
  1463. #~ msgid "unable to ignore signal %d before running %.250s"
  1464. #~ msgstr "nu pot ignora semnalul %d înainte de a rula %.250s"
  1465. #~ msgid "(no clientdata)"
  1466. #~ msgstr "(date client lipsă)"
  1467. #~ msgid "<null>"
  1468. #~ msgstr "<null>"
  1469. #~ msgid "interrelationships affecting "
  1470. #~ msgstr "relații interne care afectează "
  1471. #~ msgid "description of "
  1472. #~ msgstr "descriere a "
  1473. #~ msgid "description"
  1474. #~ msgstr "descriere"
  1475. #~ msgid "currently installed control info"
  1476. #~ msgstr "informația de control instalată în prezent"
  1477. #~ msgid "available version of control info for "
  1478. #~ msgstr "versiune disponibilă a informației de control pentru"