ro.po 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092
  1. # Romanian translation for Midnight Commander
  2. # Copyright (C) 1999-2003 Free Software Foundation, Inc.
  3. # Iustin Pop <iusty@geocities.com>
  4. # Dan Damian <dand@dnttm.ro>, 1999.
  5. # Mişu Moldovan <dumol@go.ro>, 2000 - 2003.
  6. #
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: mc 4.6\n"
  10. "Report-Msgid-Bugs-To: mc-devel@gnome.org\n"
  11. "POT-Creation-Date: 2009-09-02 23:01+0300\n"
  12. "PO-Revision-Date: 2003-01-31 00:11+0200\n"
  13. "Last-Translator: Mişu Moldovan <dumol@go.ro>\n"
  14. "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #, fuzzy
  19. msgid " Choose syntax highlighting "
  20. msgstr "&Evidenţiere sintaxă"
  21. #, fuzzy
  22. msgid "< Auto >"
  23. msgstr " Despre "
  24. msgid "< Reload Current Syntax >"
  25. msgstr ""
  26. #, fuzzy, c-format
  27. msgid " Cannot open %s for reading "
  28. msgstr " Nu pot deschide pentru citire filtrul: "
  29. msgid "Error"
  30. msgstr "Eroare"
  31. #, fuzzy, c-format
  32. msgid " Error reading from pipe: %s "
  33. msgstr " Eroare la citirea din filtrul: "
  34. #, fuzzy, c-format
  35. msgid " Cannot open pipe for reading: %s "
  36. msgstr " Nu pot deschide pentru citire filtrul: "
  37. #, fuzzy, c-format
  38. msgid " Cannot get size/permissions for %s "
  39. msgstr " Nu pot obţine informaţiile despre mărimea/drepturile fişierului: "
  40. #, fuzzy, c-format
  41. msgid " %s is not a regular file "
  42. msgstr " Nu poate fi vizualizat: nu este un fişier obişnuit "
  43. #, fuzzy, c-format
  44. msgid " File %s is too large "
  45. msgstr " Fişierul este prea mare: "
  46. msgid "Macro recursion is too deep"
  47. msgstr "Recursivitatea macro este prea mare"
  48. msgid "Search"
  49. msgstr "Caută"
  50. #, c-format
  51. msgid " %d items found, %d bookmarks added "
  52. msgstr " %d căutări efectuate, %d semne de carte adăugate "
  53. msgid " Search string not found "
  54. msgstr " Şirul căutat nu a fost găsit "
  55. msgid "Warning"
  56. msgstr "Atenţie"
  57. msgid " File has hard-links. Detach before saving? "
  58. msgstr ""
  59. msgid "&Yes"
  60. msgstr "&Da"
  61. msgid "&No"
  62. msgstr "&Nu"
  63. msgid "&Cancel"
  64. msgstr "&Renunţă"
  65. msgid "The file has been modified in the meantime. Save anyway?"
  66. msgstr ""
  67. msgid " Error writing to pipe: "
  68. msgstr " Eroare la scrierea în filtrul: "
  69. msgid " Cannot open pipe for writing: "
  70. msgstr " Nu pot deschide pentru scriere filtrul: "
  71. #, fuzzy, c-format
  72. msgid " Cannot open file for writing: %s "
  73. msgstr " Nu pot deschide pentru scriere filtrul: "
  74. msgid "Quick save "
  75. msgstr "Rapidă"
  76. msgid "Safe save "
  77. msgstr "Sigură"
  78. msgid "Do backups -->"
  79. msgstr "Fă backup -->"
  80. msgid "&OK"
  81. msgstr "&OK"
  82. msgid "Extension:"
  83. msgstr "Extensie:"
  84. msgid " Edit Save Mode "
  85. msgstr " Editează Modul de Salvare "
  86. msgid "&Do not change"
  87. msgstr ""
  88. msgid "&Unix format (LF)"
  89. msgstr ""
  90. msgid "&Windows/DOS format (CR LF)"
  91. msgstr ""
  92. msgid "&Macintosh format (LF)"
  93. msgstr ""
  94. msgid "Change line breaks to:"
  95. msgstr ""
  96. msgid " Enter file name: "
  97. msgstr " Introduceţi numele fişierului: "
  98. msgid " Save As "
  99. msgstr " Salvează Ca "
  100. msgid " A file already exists with this name. "
  101. msgstr " Există deja un fişier cu acest nume. "
  102. #, fuzzy
  103. msgid "&Overwrite"
  104. msgstr "Suprascrie"
  105. msgid " Cannot save file. "
  106. msgstr " Eroare la salvarea fişierului. "
  107. msgid " Delete macro "
  108. msgstr " Şterge combinaţia "
  109. msgid " Cannot open temp file "
  110. msgstr " Eroare la deschiderea unui fişier temporar "
  111. msgid " Cannot open macro file "
  112. msgstr " Eroare la deschiderea fişierului de combinaţii "
  113. msgid " Cannot overwrite macro file "
  114. msgstr " Eroare la încercarea de a suprascriere fişierul de combinaţii "
  115. msgid " Save macro "
  116. msgstr " Salvează combinaţia "
  117. msgid " Press the macro's new hotkey: "
  118. msgstr " Apăsaţi noua tastă a combinaţiei: "
  119. msgid " Press macro hotkey: "
  120. msgstr " Apăsaţi tasta combinaţiei: "
  121. msgid " Load macro "
  122. msgstr " Încarcă combinaţia "
  123. msgid " Confirm save file? : "
  124. msgstr " Confirmaţi salvarea fişierului? : "
  125. msgid " Save file "
  126. msgstr " Salvează fişierul "
  127. msgid "&Save"
  128. msgstr "&Salvează"
  129. msgid ""
  130. " Current text was modified without a file save. \n"
  131. " Continue discards these changes. "
  132. msgstr ""
  133. " Fişierul curent a fost modificat fără a fi salvat. \n"
  134. " Dacă continuaţi veţi anula aceste schimbări. "
  135. #, fuzzy
  136. msgid "C&ontinue"
  137. msgstr "Continuă"
  138. msgid "Syntax file edit"
  139. msgstr "editare fişier sintaxă"
  140. msgid " Which syntax file you want to edit? "
  141. msgstr " Care fişier de sintaxă doriţi să îl editaţi? "
  142. msgid "&User"
  143. msgstr "&Utilizator"
  144. msgid "&System Wide"
  145. msgstr "Pentru tot &Sistemul"
  146. msgid " Menu edit "
  147. msgstr " Editare Meniuri "
  148. msgid " Which menu file do you want to edit? "
  149. msgstr " Care fişier de meniuri doriţi să îl editaţi? "
  150. msgid "&Local"
  151. msgstr "&Local"
  152. msgid " Load "
  153. msgstr " Încarcă "
  154. msgid " Block is large, you may not be able to undo this action. "
  155. msgstr " Blocul este mare, s-ar putea să nu puteţi anula această acţiune. "
  156. #, fuzzy
  157. msgid "Replace"
  158. msgstr "&Înlocuieşte"
  159. msgid " Replace "
  160. msgstr " Înlocuieşte "
  161. #, c-format
  162. msgid " %ld replacements made. "
  163. msgstr " %ld înlocuiri efectuate. "
  164. msgid "Quit"
  165. msgstr "Ieşi"
  166. msgid " File was modified, Save with exit? "
  167. msgstr " Fişierul a fost modificat. Salvez la ieşire? "
  168. #, fuzzy
  169. msgid "&Cancel quit"
  170. msgstr "Anulez ieşirea"
  171. #, fuzzy
  172. msgid " Error "
  173. msgstr "Eroare"
  174. msgid " This function is not implemented. "
  175. msgstr ""
  176. msgid " Copy to clipboard "
  177. msgstr " Copiază în clipboard "
  178. msgid " Unable to save to file. "
  179. msgstr " Nu pot salva în fişier. "
  180. msgid " Cut to clipboard "
  181. msgstr " Taie şi pune în clipboard "
  182. msgid " Goto line "
  183. msgstr " Du-te la linia "
  184. msgid " Enter line: "
  185. msgstr " Introduceţi numărul liniei: "
  186. msgid " Save Block "
  187. msgstr " Salvează blocul "
  188. msgid " Insert File "
  189. msgstr " Inserează Fişier "
  190. msgid " Cannot insert file. "
  191. msgstr " Eroare la încercarea de inserare a fişierului. "
  192. msgid " Sort block "
  193. msgstr " Sortează blocul "
  194. msgid " You must first highlight a block of text. "
  195. msgstr " Trebuie mai întâi să selectaţi un bloc de text. "
  196. msgid " Run Sort "
  197. msgstr " Execută Sort "
  198. msgid " Enter sort options (see manpage) separated by whitespace: "
  199. msgstr " Introduceţi opţiunile sort (vezi pagina man) separate prin spaţii: "
  200. msgid " Sort "
  201. msgstr " Sortează "
  202. msgid " Cannot execute sort command "
  203. msgstr " Eroare la încercarea de execuţie a comenzii sort "
  204. msgid " Sort returned non-zero: "
  205. msgstr " Sort a returnat cod non-zero: "
  206. msgid "Paste output of external command"
  207. msgstr ""
  208. #, fuzzy
  209. msgid "Enter shell command(s):"
  210. msgstr " Introduceţi linia: "
  211. #, fuzzy
  212. msgid "External command"
  213. msgstr "Alte comenzi"
  214. #, fuzzy
  215. msgid "Cannot execute command"
  216. msgstr " Eroare la încercarea de execuţie a comenzii sort "
  217. msgid "Error creating script:"
  218. msgstr "Eroare la crearea script-ului: "
  219. msgid "Error reading script:"
  220. msgstr "Eroare la citirea script-ului: "
  221. msgid "Error closing script:"
  222. msgstr "Eroare la închiderea script-ului: "
  223. msgid "Script created:"
  224. msgstr "A fost creat script-ul: "
  225. msgid "Process block"
  226. msgstr "Prelucrarea blocului"
  227. msgid " Mail "
  228. msgstr " Poşta "
  229. msgid " Copies to"
  230. msgstr " Copie Indigo la:"
  231. msgid " Subject"
  232. msgstr " Subiect "
  233. msgid " To"
  234. msgstr " La"
  235. msgid " mail -s <subject> -c <cc> <to>"
  236. msgstr " mail -s <Subiect> -c <CI> <La>"
  237. msgid " Insert Literal "
  238. msgstr " Inserez un Literal "
  239. msgid " Press any key: "
  240. msgstr " Apăsaţi o tastă: "
  241. msgid " Execute Macro "
  242. msgstr " Execută Combinaţia "
  243. msgid "&All charsets"
  244. msgstr ""
  245. #, fuzzy
  246. msgid "&Whole words"
  247. msgstr "&Doar cuvinte întregi "
  248. #, fuzzy
  249. msgid "In se&lection"
  250. msgstr "inversează selec&Ţia M-*"
  251. msgid "&Backwards"
  252. msgstr "în sens &Invers "
  253. msgid "case &Sensitive"
  254. msgstr "nu ignora &Majusculele"
  255. msgid " Enter replacement string:"
  256. msgstr " Introduceţi şirul de înlocuire:"
  257. msgid " Enter search string:"
  258. msgstr " Introduceţi şirul căutat:"
  259. msgid "Cancel"
  260. msgstr "Renunţă"
  261. msgid "&Skip"
  262. msgstr "&Sar"
  263. msgid "A&ll"
  264. msgstr "&Toate"
  265. msgid "&Replace"
  266. msgstr "&Înlocuieşte"
  267. msgid " Replace with: "
  268. msgstr " Înlocuieşte cu: "
  269. msgid " Confirm replace "
  270. msgstr " Confirmă înlocuirea"
  271. msgid "&Dismiss"
  272. msgstr "&Închide"
  273. msgid " Emacs key: "
  274. msgstr " Tasta Emacs: "
  275. #, c-format
  276. msgid ""
  277. "File \"%s\" is already being edited\n"
  278. "User: %s\n"
  279. "Process ID: %d"
  280. msgstr ""
  281. msgid "File locked"
  282. msgstr ""
  283. msgid "&Grab lock"
  284. msgstr ""
  285. msgid "&Ignore lock"
  286. msgstr ""
  287. msgid " About "
  288. msgstr " Despre "
  289. msgid ""
  290. "\n"
  291. " Cooledit v3.11.5\n"
  292. "\n"
  293. " Copyright (C) 1996 the Free Software Foundation\n"
  294. "\n"
  295. " A user friendly text editor written\n"
  296. " for the Midnight Commander.\n"
  297. msgstr ""
  298. "\n"
  299. " Cooledit v3.11.5\n"
  300. "\n"
  301. " Copyright (C) 1996 the Free Software Foundation\n"
  302. "\n"
  303. " Un editor de text scris pentru\n"
  304. " Midnight Commander.\n"
  305. msgid "&Open file..."
  306. msgstr "D&eschide cu..."
  307. msgid "&New C-n"
  308. msgstr "&Nou C-n"
  309. msgid "&Save F2"
  310. msgstr "&Salvează F2"
  311. msgid "Save &as... F12"
  312. msgstr "s&Alvează ca... F12"
  313. msgid "&Insert file... F15"
  314. msgstr "inserează &Fişier... F15"
  315. msgid "Copy to &file... C-f"
  316. msgstr "&Copiază în fişier... C-f"
  317. msgid "&User menu... F11"
  318. msgstr "&Meniu utilizator F11"
  319. msgid "A&bout... "
  320. msgstr "des&Pre... "
  321. msgid "&Quit F10"
  322. msgstr "&Ieşire F10"
  323. msgid "&New C-x k"
  324. msgstr "&Nou C-x k"
  325. msgid "Copy to &file... "
  326. msgstr "copiază în &Fişier... "
  327. #, fuzzy
  328. msgid "&Toggle mark F3"
  329. msgstr "in&Versează selecţia F3"
  330. #, fuzzy
  331. msgid "Mar&k columns S-F3"
  332. msgstr "se&Lectează coloanele S-F3"
  333. #, fuzzy
  334. msgid "Toggle &ins/overw Ins"
  335. msgstr "&Inserare/suprascriere Ins"
  336. #, fuzzy
  337. msgid "&Copy F5"
  338. msgstr "&Copiază F5"
  339. #, fuzzy
  340. msgid "&Move F6"
  341. msgstr "&Mută F6"
  342. #, fuzzy
  343. msgid "&Delete F8"
  344. msgstr "şter&Ge F8"
  345. #, fuzzy
  346. msgid "C&opy to clipfile C-Ins"
  347. msgstr "copiază în &Fişier... "
  348. #, fuzzy
  349. msgid "C&ut to clipfile S-Del"
  350. msgstr "&Du-te la linia... M-l"
  351. msgid "&Paste from clipfile S-Ins"
  352. msgstr ""
  353. #, fuzzy
  354. msgid "Toggle bookmar&k M-k"
  355. msgstr "in&Versează selecţia F3"
  356. #, fuzzy
  357. msgid "&Next bookmark M-j"
  358. msgstr "&Nou C-n"
  359. #, fuzzy
  360. msgid "Pre&v bookmark M-i"
  361. msgstr "Sor&tează... M-t"
  362. #, fuzzy
  363. msgid "&Flush bookmark M-o"
  364. msgstr "&Poşta... "
  365. #, fuzzy
  366. msgid "&Undo C-u"
  367. msgstr "&Anulează C-u"
  368. #, fuzzy
  369. msgid "&Beginning C-PgUp"
  370. msgstr "începu&T C-PgUp"
  371. #, fuzzy
  372. msgid "&End C-PgDn"
  373. msgstr "&Sfârşit C-PgDn"
  374. #, fuzzy
  375. msgid "C&opy to clipfile M-w"
  376. msgstr "&Du-te la linia... M-l"
  377. #, fuzzy
  378. msgid "C&ut to clipfile C-w"
  379. msgstr "&Du-te la linia... M-l"
  380. msgid "&Paste from clipfile C-y"
  381. msgstr ""
  382. #, fuzzy
  383. msgid "Toggle bookmar&k "
  384. msgstr "in&Versează selecţia F3"
  385. #, fuzzy
  386. msgid "&Next bookmark "
  387. msgstr "&Nou C-n"
  388. #, fuzzy
  389. msgid "Pre&v bookmark "
  390. msgstr "Sor&tează... M-t"
  391. #, fuzzy
  392. msgid "&Flush bookmark "
  393. msgstr "&Poşta... "
  394. msgid "&Search... F7"
  395. msgstr "&Caută... F7"
  396. msgid "Search &again F17"
  397. msgstr "caută din &Nou F17"
  398. msgid "&Replace... F4"
  399. msgstr "în&Locuieşte... F4"
  400. msgid "&Go to line... M-l"
  401. msgstr "&Du-te la linia... M-l"
  402. #, fuzzy
  403. msgid "Toggle li&ne state M-n"
  404. msgstr "in&Versează selecţia F3"
  405. msgid "Go to matching &bracket M-b"
  406. msgstr "d&U-te la paranteza pereche M-b"
  407. msgid "Find declaration A-Enter"
  408. msgstr ""
  409. msgid "Back from declaration M--"
  410. msgstr ""
  411. msgid "Forward to declaration M-+"
  412. msgstr ""
  413. #, fuzzy
  414. msgid "Encod&ing... C-t"
  415. msgstr "Sor&tează... M-t"
  416. msgid "Insert &literal... C-q"
  417. msgstr "inserează un &Literal... C-q"
  418. msgid "&Refresh screen C-l"
  419. msgstr "&Redesenează ecranul C-l"
  420. msgid "&Start record macro C-r"
  421. msgstr "înregistrează &Combinaţia C-r"
  422. msgid "&Finish record macro... C-r"
  423. msgstr "opreşte înre&Gistrarea C-r"
  424. msgid "&Execute macro... C-a, KEY"
  425. msgstr "&Execută combinaţia... C-a, TASTA"
  426. msgid "Delete macr&o... "
  427. msgstr "şterge com&Binaţia... "
  428. msgid "Insert &date/time "
  429. msgstr "inserează data/&Ora "
  430. msgid "Format p&aragraph M-p"
  431. msgstr "formatează p&Aragraful M-p"
  432. msgid "'ispell' s&pell check C-p"
  433. msgstr "corectare ortografică cu &Ispell C-p"
  434. msgid "Sor&t... M-t"
  435. msgstr "Sor&tează... M-t"
  436. msgid "Paste o&utput of... M-u"
  437. msgstr ""
  438. msgid "E&xternal Formatter F19"
  439. msgstr "Formatare E&xternă F19"
  440. msgid "&Mail... "
  441. msgstr "&Poşta... "
  442. msgid "&Execute macro... C-x e, KEY"
  443. msgstr "&Execută combinaţia... C-x e, TASTA"
  444. msgid "'ispell' s&pell check M-$"
  445. msgstr "corectare ortografică 'is&Pell' M-$"
  446. msgid "&General... "
  447. msgstr "&Generale... "
  448. msgid "&Save mode..."
  449. msgstr "Modul de &Salvare..."
  450. #, fuzzy
  451. msgid "Learn &Keys..."
  452. msgstr "învaţă &Tastele..."
  453. #, fuzzy
  454. msgid "Syntax &Highlighting..."
  455. msgstr "&Evidenţiere sintaxă"
  456. #, fuzzy
  457. msgid "S&yntax file"
  458. msgstr "editare fişier sintaxă"
  459. #, fuzzy
  460. msgid "&Menu file"
  461. msgstr "editare fişier &Meniuri"
  462. #, fuzzy
  463. msgid "Save setu&p"
  464. msgstr "&Salvează setările"
  465. msgid " File "
  466. msgstr " Fişier "
  467. msgid " Edit "
  468. msgstr " Editare "
  469. msgid " Sear/Repl "
  470. msgstr " Caut/Înloc "
  471. msgid " Command "
  472. msgstr " Comenzi "
  473. msgid " Options "
  474. msgstr " Opţiuni "
  475. msgid "Intuitive"
  476. msgstr "Intuitivă"
  477. msgid "Emacs"
  478. msgstr "Emacs"
  479. #, fuzzy
  480. msgid "User-defined"
  481. msgstr "definit de &Utilizator:"
  482. msgid "None"
  483. msgstr "Fără aranjare"
  484. msgid "Dynamic paragraphing"
  485. msgstr "Paragrafare automată"
  486. msgid "Type writer wrap"
  487. msgstr "Tip \"maşină de scris\""
  488. msgid "Word wrap line length: "
  489. msgstr "Lungimea max. a liniei: "
  490. msgid "Tab spacing: "
  491. msgstr "Mărimea tab-ului: "
  492. msgid "Cursor beyond end of line"
  493. msgstr ""
  494. #, fuzzy
  495. msgid "Pers&istent selection"
  496. msgstr "inversează selec&Ţia M-*"
  497. msgid "Synta&x highlighting"
  498. msgstr "&Evidenţiere sintaxă"
  499. msgid "Visible tabs"
  500. msgstr ""
  501. msgid "Visible trailing spaces"
  502. msgstr ""
  503. msgid "Save file &position"
  504. msgstr "Salvează fişierul şi &poziţia"
  505. msgid "Confir&m before saving"
  506. msgstr "&Confirmă înainte de a salva"
  507. msgid "Fill tabs with &spaces"
  508. msgstr "&Umple tab-urile cu spaţii"
  509. msgid "&Return does autoindent"
  510. msgstr "returul &Autoindentează"
  511. msgid "&Backspace through tabs"
  512. msgstr "şterge deodată &Tab-urile"
  513. msgid "&Fake half tabs"
  514. msgstr "&Simulează tab-urile 1/2"
  515. msgid "Wrap mode"
  516. msgstr "Mod de aranjare"
  517. msgid "Key emulation"
  518. msgstr "Emulare de taste"
  519. msgid " Editor options "
  520. msgstr " Opţiuni ale editorului "
  521. msgid "Help"
  522. msgstr "Ajutor"
  523. msgid "Save"
  524. msgstr "Salvează"
  525. msgid "Mark"
  526. msgstr "March."
  527. msgid "Replac"
  528. msgstr "Înloc."
  529. msgid "Copy"
  530. msgstr "Copiază"
  531. msgid "Move"
  532. msgstr "Mută"
  533. msgid "Delete"
  534. msgstr "Şterge"
  535. msgid "PullDn"
  536. msgstr "Meniu"
  537. msgid " Load syntax file "
  538. msgstr " Încarcă fişierul de sintaxă "
  539. #, c-format
  540. msgid ""
  541. " Cannot open file %s \n"
  542. " %s "
  543. msgstr ""
  544. " Nu pot deschide fişierul %s \n"
  545. " %s "
  546. #, c-format
  547. msgid " Error in file %s on line %d "
  548. msgstr " Eroare în fişierul %s la linia %d "
  549. #, c-format
  550. msgid "bind: Wrong argument number, bind <key> <command>"
  551. msgstr ""
  552. #, c-format
  553. msgid "bind: Bad key value `%s'"
  554. msgstr ""
  555. #, c-format
  556. msgid "bind: Ehh...no key?"
  557. msgstr ""
  558. #, c-format
  559. msgid "bind: Unknown key: `%s'"
  560. msgstr ""
  561. #, fuzzy, c-format
  562. msgid "bind: Unknown command: `%s'"
  563. msgstr " Comanda chown "
  564. #, c-format
  565. msgid "%s: Syntax: %s <n> <command> <label>"
  566. msgstr ""
  567. #, fuzzy, c-format
  568. msgid "%s: Unknown command: `%s'"
  569. msgstr " Comanda chown "
  570. #, c-format
  571. msgid "%s: fn should be 1-10"
  572. msgstr ""
  573. #, c-format
  574. msgid "%s: fopen(): %s"
  575. msgstr ""
  576. #, fuzzy, c-format
  577. msgid "%s:%d: unknown command `%s'"
  578. msgstr " Comanda chown "
  579. #, c-format
  580. msgid "%s:%d: %s"
  581. msgstr ""
  582. #, fuzzy, c-format
  583. msgid "%s not found!"
  584. msgstr "Atenţie: nu am găsit fişierul %s\n"
  585. msgid "&Set"
  586. msgstr "&Setez"
  587. msgid "S&kip"
  588. msgstr "S&ar"
  589. msgid "Set &all"
  590. msgstr "Set. &tot"
  591. msgid "owner"
  592. msgstr "propr."
  593. msgid "group"
  594. msgstr "grup"
  595. msgid "other"
  596. msgstr "alţii"
  597. msgid "On"
  598. msgstr "Pe"
  599. msgid "Flag"
  600. msgstr "Ind."
  601. msgid "Mode"
  602. msgstr "Mod"
  603. #, c-format
  604. msgid "%6d of %d"
  605. msgstr "%6d din %d"
  606. msgid " Chown advanced command "
  607. msgstr " Comanda chown avansată "
  608. #, c-format
  609. msgid ""
  610. " Cannot chmod \"%s\" \n"
  611. " %s "
  612. msgstr ""
  613. " Nu pot folosi chmod pt. \"%s\" \n"
  614. " %s "
  615. #, c-format
  616. msgid ""
  617. " Cannot chown \"%s\" \n"
  618. " %s "
  619. msgstr ""
  620. " Nu pot folosi chown pt. \"%s\" \n"
  621. " %s "
  622. msgid "Displays the current version"
  623. msgstr "Afişează versiunea curentă"
  624. msgid "Print data directory"
  625. msgstr "Arată datele directorului"
  626. msgid "Print last working directory to specified file"
  627. msgstr "Arată ultimul directorul curent în fişierul specificat"
  628. msgid "Enables subshell support (default)"
  629. msgstr "Activează suportul pentru subshell (implicit)"
  630. msgid "Disables subshell support"
  631. msgstr "Dezactivează suportul subshell"
  632. msgid "Log ftp dialog to specified file"
  633. msgstr "Înregistrează dialogul ftp în fişierul specificat"
  634. msgid "Set debug level"
  635. msgstr "Nivelul de depanare"
  636. msgid "Launches the file viewer on a file"
  637. msgstr "Lansează vizualizatorul de fişiere pe un fişier"
  638. msgid "Edits one file"
  639. msgstr "Editează un fişier"
  640. msgid "Forces xterm features"
  641. msgstr "Forţează facilităţile xterm"
  642. msgid "Disable mouse support in text version"
  643. msgstr "Dezactivează suportul de mouse în versiunea text"
  644. msgid "Tries to use termcap instead of terminfo"
  645. msgstr "Încearcă să utilizeze termcap în locul terminfo"
  646. msgid "To run on slow terminals"
  647. msgstr "Pentru a rula pe terminale încete"
  648. msgid "Use stickchars to draw"
  649. msgstr "Utilizează +, -, | pentru desenare"
  650. msgid "Resets soft keys on HP terminals"
  651. msgstr "Resetează tastele soft pe terminale HP"
  652. msgid "Requests to run in black and white"
  653. msgstr "Cerere de rulare în alb/negru"
  654. msgid "Request to run in color mode"
  655. msgstr "Cerere de rulare în culori"
  656. msgid "Specifies a color configuration"
  657. msgstr "Specifică o configuraţie de culori"
  658. #, fuzzy
  659. msgid ""
  660. "--colors KEYWORD={FORE},{BACK}\n"
  661. "\n"
  662. "{FORE} and {BACK} can be omitted, and the default will be used\n"
  663. "\n"
  664. "Keywords:\n"
  665. " Global: errors, reverse, gauge, input, viewunderline\n"
  666. " File display: normal, selected, marked, markselect\n"
  667. " Dialog boxes: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n"
  668. " errdhotfocus\n"
  669. " Menus: menu, menuhot, menusel, menuhotsel\n"
  670. " Editor: editnormal, editbold, editmarked, editwhitespace,\n"
  671. " editlinestate\n"
  672. msgstr ""
  673. "--colors CHEIE={FAŢĂ},{FUNDAL}\n"
  674. "\n"
  675. "{FAŢĂ} şi/sau {FUNDAL} pot fi omise şi culorile standard vor fi folosite\n"
  676. "\n"
  677. "CHEI:\n"
  678. " Globale: errors, reverse, gauge, input\n"
  679. " Fişiere: normal, selected, marked, markselect\n"
  680. " Dialoguri: dnormal, dfocus, dhotnormal, dhotfocus\n"
  681. " Meniuri: menu, menuhot, menusel, menuhotsel\n"
  682. " Ajutor: helpnormal, helpitalic, helplink, helpslink\n"
  683. " Tip fişier: directory, executable, link, stalelink, device, special, "
  684. "core\n"
  685. "\n"
  686. "Culori:\n"
  687. " black, gray, red, brightred, green, brightgreen, brown,\n"
  688. " yellow, blue, brightblue, magenta, brightmagenta, cyan,\n"
  689. " brightcyan, lightgray and white\n"
  690. "\n"
  691. msgid ""
  692. " Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
  693. " File types: directory, executable, link, stalelink, device, special, "
  694. "core\n"
  695. "\n"
  696. "Colors:\n"
  697. " black, gray, red, brightred, green, brightgreen, brown,\n"
  698. " yellow, blue, brightblue, magenta, brightmagenta, cyan,\n"
  699. " brightcyan, lightgray and white\n"
  700. "\n"
  701. msgstr ""
  702. #, fuzzy
  703. msgid "Color options"
  704. msgstr "Opţiuni de configurare"
  705. msgid "+number"
  706. msgstr "+număr"
  707. #, fuzzy
  708. msgid "[this_dir] [other_panel_dir]"
  709. msgstr "[opţiuni] [acest_dir] [celălalt_dir]\n"
  710. msgid "Set initial line number for the internal editor"
  711. msgstr "Numărul primei linii pentru editorul intern"
  712. msgid ""
  713. "\n"
  714. "Please send any bug reports (including the output of `mc -V')\n"
  715. "to mc-devel@gnome.org\n"
  716. msgstr ""
  717. "\n"
  718. "Vă rugăm semnalaţi orice eroare (inclusiv ale rezultatului comenzii 'mc -"
  719. "V')\n"
  720. "la adresa mc-devel@gnome.org\n"
  721. #, c-format
  722. msgid "GNU Midnight Commander %s\n"
  723. msgstr "GNU Midnight Commander %s\n"
  724. #, fuzzy
  725. msgid "Main options"
  726. msgstr " Opţiuni panou "
  727. #, fuzzy
  728. msgid "Terminal options"
  729. msgstr " Alte opţiuni "
  730. msgid " Background process error "
  731. msgstr " Eroare în procesul din fundal "
  732. msgid " Unknown error in child "
  733. msgstr " Eroare necunoscută în procesul copil "
  734. msgid " Child died unexpectedly "
  735. msgstr " Procesul copil s-a terminat în mod neaşteptat"
  736. msgid " Background protocol error "
  737. msgstr " Eroare în protocolul de fundal "
  738. msgid ""
  739. " Background process sent us a request for more arguments \n"
  740. " than we can handle. \n"
  741. msgstr ""
  742. " Un proces din fundal a trimis o cerere pentru mai multe argumente \n"
  743. " decât cele admise. \n"
  744. msgid "&Full file list"
  745. msgstr "listă de &Fişiere completă"
  746. msgid "&Brief file list"
  747. msgstr "listă &Scurtă de fişiere"
  748. msgid "&Long file list"
  749. msgstr "listă &Lungă de fişiere"
  750. msgid "&User defined:"
  751. msgstr "definit de &Utilizator:"
  752. msgid "Listing mode"
  753. msgstr "Mod de listare"
  754. msgid "user &Mini status"
  755. msgstr "&Mini status utilizator"
  756. msgid "&Reverse"
  757. msgstr "in&Vers"
  758. msgid "case sensi&tive"
  759. msgstr "nu ignora &Majusculele "
  760. msgid "Sort order"
  761. msgstr "Ordinea de sortare"
  762. msgid "Executable first"
  763. msgstr ""
  764. #, fuzzy
  765. msgid " confirm di&Rectory hotlist delete "
  766. msgstr "lista rapidă de di&Rectoare C-\\"
  767. msgid " confirm &Exit "
  768. msgstr " confirmă i&Eşirea "
  769. msgid " confirm e&Xecute "
  770. msgstr " confirmă e&Xecuţia "
  771. msgid " confirm o&Verwrite "
  772. msgstr " confirmă &Suprascrierea "
  773. msgid " confirm &Delete "
  774. msgstr " confirmă ş&Tergerea "
  775. msgid " Confirmation "
  776. msgstr " Confirmare "
  777. #, fuzzy
  778. msgid "UTF-8 output"
  779. msgstr "Ieşire pe 8 biţi"
  780. msgid "Full 8 bits output"
  781. msgstr "Ieşire pe 8 biţi"
  782. msgid "ISO 8859-1"
  783. msgstr "ISO 8859-1"
  784. msgid "7 bits"
  785. msgstr "7 biţi"
  786. msgid "F&ull 8 bits input"
  787. msgstr "&Intrare pe 8 biţi"
  788. msgid " Display bits "
  789. msgstr " Biţi de afişare "
  790. msgid "Other 8 bit"
  791. msgstr "8 biţi"
  792. msgid "Input / display codepage:"
  793. msgstr "Intrare / cod de afişare:"
  794. msgid "&Select"
  795. msgstr "&Selectează "
  796. #, fuzzy
  797. msgid "Use passive mode over pro&xy"
  798. msgstr "Utilizează modul _pasiv"
  799. msgid "Use &passive mode"
  800. msgstr "Utilizează modul _pasiv"
  801. msgid "&Use ~/.netrc"
  802. msgstr "&Utilizează ~/.netrc"
  803. msgid "&Always use ftp proxy"
  804. msgstr "&Utilizează ftp-ul proxy"
  805. msgid "sec"
  806. msgstr "sec"
  807. msgid "ftpfs directory cache timeout:"
  808. msgstr "Cache-ul ftpfs expiră în:"
  809. msgid "ftp anonymous password:"
  810. msgstr "Parola pentru ftp anonim:"
  811. msgid "Timeout for freeing VFSs:"
  812. msgstr "VFS-urile expiră în:"
  813. msgid " Virtual File System Setting "
  814. msgstr " Setări ale Sistemului Virtual de Fişiere "
  815. msgid "Quick cd"
  816. msgstr "Schimbare rapidă de director"
  817. msgid "cd"
  818. msgstr "cd"
  819. msgid "Symbolic link filename:"
  820. msgstr "Numele legăturii simbolice:"
  821. msgid "Existing filename (filename symlink will point to):"
  822. msgstr "Fişier existent (către care va indica legătura):"
  823. msgid "Symbolic link"
  824. msgstr "Numele legăturii simbolice:"
  825. msgid "Running "
  826. msgstr "Execut "
  827. msgid "Stopped"
  828. msgstr "Oprit"
  829. msgid "&Stop"
  830. msgstr "O&preşte"
  831. msgid "&Resume"
  832. msgstr "&Reia"
  833. msgid "&Kill"
  834. msgstr "&Omoară"
  835. msgid "Background Jobs"
  836. msgstr "Sarcini de Fundal"
  837. msgid "Domain:"
  838. msgstr "Domeniu:"
  839. msgid "Username:"
  840. msgstr "Nume proprietar:"
  841. msgid "Password:"
  842. msgstr "Parola:"
  843. #, c-format
  844. msgid "Password for \\\\%s\\%s"
  845. msgstr "Parola pentru \\\\%s\\%s"
  846. #, c-format
  847. msgid "Warning: file %s not found\n"
  848. msgstr "Atenţie: nu am găsit fişierul %s\n"
  849. msgid "7-bit ASCII"
  850. msgstr ""
  851. #, c-format
  852. msgid "Cannot translate from %s to %s"
  853. msgstr "Nu pot face trecerea din %s în %s "
  854. msgid "execute/search by others"
  855. msgstr "execuţie/căutare de alţii"
  856. msgid "write by others"
  857. msgstr "scriere de alţii"
  858. msgid "read by others"
  859. msgstr "citire de alţii"
  860. msgid "execute/search by group"
  861. msgstr "execuţie/căutare de grup"
  862. msgid "write by group"
  863. msgstr "scriere de grup"
  864. msgid "read by group"
  865. msgstr "citire de grup"
  866. msgid "execute/search by owner"
  867. msgstr "execuţie/căutare de propr."
  868. msgid "write by owner"
  869. msgstr "scriere de proprietar"
  870. msgid "read by owner"
  871. msgstr "citire de proprietar"
  872. msgid "sticky bit"
  873. msgstr "bitul de ţintuire (sticky)"
  874. msgid "set group ID on execution"
  875. msgstr "setez ID grup la execuţie"
  876. msgid "set user ID on execution"
  877. msgstr "setez ID propr. la exec."
  878. msgid "C&lear marked"
  879. msgstr "Şter&g marc."
  880. msgid "S&et marked"
  881. msgstr "Set. &marc."
  882. msgid "&Marked all"
  883. msgstr "&Tot marc."
  884. msgid "Name"
  885. msgstr "Nume"
  886. msgid "Permissions (Octal)"
  887. msgstr "Drepturi (Octal)"
  888. msgid "Owner name"
  889. msgstr "Numele proprietarului"
  890. msgid "Group name"
  891. msgstr "Numele grupului"
  892. msgid "Use SPACE to change"
  893. msgstr "Apăsaţi SPAŢIU pentru"
  894. msgid "an option, ARROW KEYS"
  895. msgstr "schimbarea unei opţiuni,"
  896. msgid "to move between options"
  897. msgstr "SĂGEŢILE pentru navigare"
  898. msgid "and T or INS to mark"
  899. msgstr "şi T sau INS pentru marcare"
  900. msgid " Permission "
  901. msgstr " Drepturi "
  902. msgid "Chmod command"
  903. msgstr "Comanda chmod"
  904. msgid "Set &users"
  905. msgstr "Setează &utilizatori"
  906. msgid "Set &groups"
  907. msgstr "Setează &grupuri"
  908. msgid " Name "
  909. msgstr " Nume "
  910. msgid " Owner name "
  911. msgstr " Nume proprietar "
  912. msgid " Group name "
  913. msgstr " Nume grup "
  914. msgid " Size "
  915. msgstr " Mărime "
  916. msgid " User name "
  917. msgstr " Nume proprietar "
  918. msgid " Chown command "
  919. msgstr " Comanda chown "
  920. msgid "<Unknown user>"
  921. msgstr "<Utiliz. necun.>"
  922. msgid "<Unknown group>"
  923. msgstr "<Grup necun.>"
  924. msgid "Files tagged, want to cd?"
  925. msgstr "Există fişiere marcate, doriţi să schimbaţi directorul?"
  926. msgid "Cannot change directory"
  927. msgstr "Nu pot deschide directorul %s"
  928. msgid " View file "
  929. msgstr " Vizualizare fişier "
  930. msgid " Filename:"
  931. msgstr " Nume fişier:"
  932. msgid " Filtered view "
  933. msgstr " Vizualizare filtrată "
  934. msgid " Filter command and arguments:"
  935. msgstr " Introduceţi argumente suplimentare:"
  936. msgid "Create a new Directory"
  937. msgstr "Creează un nou Director"
  938. msgid " Enter directory name:"
  939. msgstr " Introduceţi numele directorului:"
  940. msgid " Filter "
  941. msgstr " Filtru "
  942. msgid " Set expression for filtering filenames"
  943. msgstr " Introduceţi expresia pentru filtrarea numelor fişierelor"
  944. msgid "&Using shell patterns"
  945. msgstr "&Utilizez \"shell patterns\""
  946. #, fuzzy
  947. msgid "&Case sensitive"
  948. msgstr "nu ignora &Majusculele "
  949. #, fuzzy
  950. msgid "&Files only"
  951. msgstr "&Doar mărime"
  952. msgid " Select "
  953. msgstr " Selectează "
  954. msgid " Unselect "
  955. msgstr " Deselectează "
  956. msgid "Extension file edit"
  957. msgstr "Editează fişierul de extensii"
  958. msgid " Which extension file you want to edit? "
  959. msgstr " Care fişier de extensii doriţi să îl editaţi? "
  960. msgid " Compare directories "
  961. msgstr " Compar directoarele "
  962. msgid " Select compare method: "
  963. msgstr " Alegeţi metoda de comparare: "
  964. msgid "&Quick"
  965. msgstr "&Rapidă"
  966. msgid "&Size only"
  967. msgstr "&Doar mărime"
  968. msgid "&Thorough"
  969. msgstr "&Completă"
  970. msgid " Both panels should be in the listing mode to use this command "
  971. msgstr "Ambele panouri ar trebui să fie în mod listă pentru această comandă "
  972. msgid ""
  973. " Not an xterm or Linux console; \n"
  974. " the panels cannot be toggled. "
  975. msgstr ""
  976. " Nu este un xterm sau o consolă Linux; \n"
  977. " panourile nu pot fi inversate. "
  978. #, c-format
  979. msgid "Link %s to:"
  980. msgstr "Leagă %s de:"
  981. msgid " Link "
  982. msgstr " Legătură "
  983. #, c-format
  984. msgid " link: %s "
  985. msgstr " legătură: %s "
  986. #, c-format
  987. msgid " symlink: %s "
  988. msgstr " legătură simbolică: %s "
  989. #, c-format
  990. msgid " Symlink `%s' points to: "
  991. msgstr " Legătura simbolică `%s' indică: "
  992. msgid " Edit symlink "
  993. msgstr " Editare legătură simbolică "
  994. #, c-format
  995. msgid " edit symlink, unable to remove %s: %s "
  996. msgstr " editare legătură simbolică, nu am putut să elimin %s: %s "
  997. #, c-format
  998. msgid " edit symlink: %s "
  999. msgstr " editare legătură simbolică: %s "
  1000. #, c-format
  1001. msgid "`%s' is not a symbolic link"
  1002. msgstr "`%s' nu este o legătură simbolică"
  1003. #, c-format
  1004. msgid " Cannot chdir to %s "
  1005. msgstr " Nu pot schimba directorul la %s "
  1006. msgid " Enter machine name (F1 for details): "
  1007. msgstr " Introduceţi numele serverului (F1 pentru detalii): "
  1008. msgid " Link to a remote machine "
  1009. msgstr " Legătură la un server la distanţă "
  1010. msgid " FTP to machine "
  1011. msgstr " FTP către serverul "
  1012. msgid " Shell link to machine "
  1013. msgstr " Conexiune shell la serverul "
  1014. msgid " SMB link to machine "
  1015. msgstr " Legătură SMB către serverul "
  1016. msgid " Undelete files on an ext2 file system "
  1017. msgstr " Recuperează fişiere pe un sistem de fişiere ext2 "
  1018. msgid ""
  1019. " Enter device (without /dev/) to undelete\n"
  1020. " files on: (F1 for details)"
  1021. msgstr ""
  1022. " Introduceţi perifericul (făra /dev/) pentru\n"
  1023. " recuperare: (F1 pentru detalii)"
  1024. msgid " Setup "
  1025. msgstr " Configurare "
  1026. #, fuzzy, c-format
  1027. msgid " Setup saved to ~/%s"
  1028. msgstr " Configuraţia salvată în ~/"
  1029. #, c-format
  1030. msgid ""
  1031. " Cannot chdir to \"%s\" \n"
  1032. " %s "
  1033. msgstr ""
  1034. " Nu pot face chdir în \"%s\" \n"
  1035. " %s "
  1036. msgid " Cannot execute commands on non-local filesystems"
  1037. msgstr " Nu puteţi executa comenzi pe sisteme de fişiere non-locale "
  1038. msgid " The shell is already running a command "
  1039. msgstr " Shell-ul deja execută o altă comandă "
  1040. msgid "&Unsorted"
  1041. msgstr "ne-Sor&tat"
  1042. msgid "&Name"
  1043. msgstr "&Nume"
  1044. msgid "&Extension"
  1045. msgstr "&Extensie"
  1046. msgid "&Modify time"
  1047. msgstr "data modi&Ficării"
  1048. msgid "&Access time"
  1049. msgstr "data &Accesului"
  1050. msgid "C&Hange time"
  1051. msgstr "data &Creării"
  1052. msgid "&Size"
  1053. msgstr "&Mărime"
  1054. msgid "&Inode"
  1055. msgstr "&Inod"
  1056. msgid "Cannot read directory contents"
  1057. msgstr "Nu pot citi conţinutul directorului"
  1058. msgid ""
  1059. " The Commander can't change to the directory that \n"
  1060. " the subshell claims you are in. Perhaps you have \n"
  1061. " deleted your working directory, or given yourself \n"
  1062. " extra access permissions with the \"su\" command? "
  1063. msgstr ""
  1064. " Commander-ul nu poate să schimbe în directorul în care \n"
  1065. " subshell-ul susţine că sunteţi. Probabil că aţi şters \n"
  1066. " directorul de lucru sau v-aţi dat drepturi adiţionale \n"
  1067. " de acces folosind comanda \"su\". "
  1068. #, c-format
  1069. msgid "Press any key to continue..."
  1070. msgstr "Apăsaţi o tastă pentru a continua..."
  1071. #, c-format
  1072. msgid "Type `exit' to return to the Midnight Commander"
  1073. msgstr "Tastaţi `exit' pentru a reveni în Midnight Commander"
  1074. #, c-format
  1075. msgid " Cannot fetch a local copy of %s "
  1076. msgstr " Nu pot aduce o copie locală a %s "
  1077. #, c-format
  1078. msgid ""
  1079. " Cannot create temporary command file \n"
  1080. " %s "
  1081. msgstr ""
  1082. " Nu pot crea un fişier temporar de comenzi \n"
  1083. " %s "
  1084. msgid " Parameter "
  1085. msgstr " Parametru "
  1086. #, fuzzy, c-format
  1087. msgid " %s%s file error"
  1088. msgstr " eroare fişier "
  1089. #, fuzzy, c-format
  1090. msgid ""
  1091. "The format of the %smc.ext file has changed with version 3.0. It seems that "
  1092. "the installation failed. Please fetch a fresh copy from the Midnight "
  1093. "Commander package."
  1094. msgstr ""
  1095. "Formatul fişierului mc.ext\n"
  1096. "s-a schimbat începând cu versiunea 3.0. Instalarea\n"
  1097. "a eşuat. Copiaţi versiunea nouă din sursele sau\n"
  1098. "pachetul de instalare Midnight Commander."
  1099. #, fuzzy, c-format
  1100. msgid " ~/%s file error "
  1101. msgstr " eroare fişier "
  1102. #, c-format
  1103. msgid ""
  1104. "The format of the ~/%s file has changed with version 3.0. You may either "
  1105. "want to copy it from %smc.ext or use that file as an example of how to write "
  1106. "it."
  1107. msgstr ""
  1108. msgid " Copy "
  1109. msgstr " Copiază "
  1110. msgid " Move "
  1111. msgstr " Mută "
  1112. msgid " Delete "
  1113. msgstr " Şterge "
  1114. msgid " Cannot make the hardlink "
  1115. msgstr " Nu pot crea legătura reală "
  1116. #, c-format
  1117. msgid ""
  1118. " Cannot read source link \"%s\" \n"
  1119. " %s "
  1120. msgstr ""
  1121. " Nu pot citi legătura sursă \"%s\" \n"
  1122. " %s "
  1123. msgid ""
  1124. " Cannot make stable symlinks across non-local filesystems: \n"
  1125. "\n"
  1126. " Option Stable Symlinks will be disabled "
  1127. msgstr ""
  1128. " Nu pot crea legături simbolice stabile pe sisteme de fişiere non-locale: \n"
  1129. "\n"
  1130. " Opţiunea Legături Simbolice Stabile va fi dezactivată "
  1131. #, c-format
  1132. msgid ""
  1133. " Cannot create target symlink \"%s\" \n"
  1134. " %s "
  1135. msgstr ""
  1136. " Nu pot crea legătura simbolică ţintă \"%s\" \n"
  1137. " %s "
  1138. msgid "&Abort"
  1139. msgstr "&Întrerup"
  1140. #, c-format
  1141. msgid ""
  1142. " Cannot overwrite directory \"%s\" \n"
  1143. " %s "
  1144. msgstr ""
  1145. " Nu pot suprascrie directorul \"%s\" \n"
  1146. " %s "
  1147. #, c-format
  1148. msgid ""
  1149. " Cannot stat source file \"%s\" \n"
  1150. " %s "
  1151. msgstr ""
  1152. " Nu pot executa stat pe fişierul sursă \"%s\" \n"
  1153. " %s "
  1154. #, fuzzy, c-format
  1155. msgid ""
  1156. " `%s' \n"
  1157. " and \n"
  1158. " `%s' \n"
  1159. " are the same file "
  1160. msgstr " `%s' şi `%s' sunt acelaşi fişier "
  1161. #, c-format
  1162. msgid ""
  1163. " Cannot create special file \"%s\" \n"
  1164. " %s "
  1165. msgstr ""
  1166. " Nu pot crea fişierul special \"%s\" \n"
  1167. " %s "
  1168. #, c-format
  1169. msgid ""
  1170. " Cannot chown target file \"%s\" \n"
  1171. " %s "
  1172. msgstr ""
  1173. " Nu pot executa chown pe fişierul ţintă \"%s\" \n"
  1174. " %s "
  1175. #, c-format
  1176. msgid ""
  1177. " Cannot chmod target file \"%s\" \n"
  1178. " %s "
  1179. msgstr ""
  1180. " Nu pot executa chmod pe fişierul ţintă \"%s\" \n"
  1181. " %s "
  1182. #, c-format
  1183. msgid ""
  1184. " Cannot open source file \"%s\" \n"
  1185. " %s "
  1186. msgstr ""
  1187. " Nu pot deschide fişierul sursă \"%s\" \n"
  1188. " %s "
  1189. msgid " Reget failed, about to overwrite file "
  1190. msgstr " Readucerea a eşuat, urmează suprascrierea fişierului "
  1191. #, c-format
  1192. msgid ""
  1193. " Cannot fstat source file \"%s\" \n"
  1194. " %s "
  1195. msgstr ""
  1196. " Nu pot executa fstat pe fişierul sursă \"%s\" \n"
  1197. " %s "
  1198. #, c-format
  1199. msgid ""
  1200. " Cannot create target file \"%s\" \n"
  1201. " %s "
  1202. msgstr ""
  1203. " Nu pot crea fişierul ţintă \"%s\" \n"
  1204. " %s "
  1205. #, c-format
  1206. msgid ""
  1207. " Cannot fstat target file \"%s\" \n"
  1208. " %s "
  1209. msgstr ""
  1210. " Nu pot executa fstat pe fişierul ţintă \"%s\" \n"
  1211. " %s "
  1212. #, c-format
  1213. msgid ""
  1214. " Cannot read source file \"%s\" \n"
  1215. " %s "
  1216. msgstr ""
  1217. " Nu pot citi fişierul sursă \"%s\" \n"
  1218. " %s "
  1219. #, c-format
  1220. msgid ""
  1221. " Cannot write target file \"%s\" \n"
  1222. " %s "
  1223. msgstr ""
  1224. " Nu pot scrie fişierul ţintă \"%s\" \n"
  1225. " %s "
  1226. msgid "(stalled)"
  1227. msgstr "(oprit)"
  1228. #, c-format
  1229. msgid ""
  1230. " Cannot close source file \"%s\" \n"
  1231. " %s "
  1232. msgstr ""
  1233. " Nu pot închide fişierul sursă \"%s\" \n"
  1234. " %s "
  1235. #, c-format
  1236. msgid ""
  1237. " Cannot close target file \"%s\" \n"
  1238. " %s "
  1239. msgstr ""
  1240. " Nu pot închide fişierul ţintă \"%s\" \n"
  1241. " %s "
  1242. msgid "Incomplete file was retrieved. Keep it?"
  1243. msgstr "Fişierul a fost transferat incomplet. Îl păstrez?"
  1244. msgid "&Delete"
  1245. msgstr "&Şterge"
  1246. msgid "&Keep"
  1247. msgstr "&Păstrează"
  1248. #, c-format
  1249. msgid ""
  1250. " Cannot stat source directory \"%s\" \n"
  1251. " %s "
  1252. msgstr ""
  1253. " Nu pot executa stat pe fişierul sursă \"%s\" \n"
  1254. " %s "
  1255. #, c-format
  1256. msgid ""
  1257. " Source \"%s\" is not a directory \n"
  1258. " %s "
  1259. msgstr ""
  1260. " Directorul sursă \"%s\" nu este un director\n"
  1261. " %s "
  1262. #, c-format
  1263. msgid ""
  1264. " Cannot copy cyclic symbolic link \n"
  1265. " `%s' "
  1266. msgstr ""
  1267. " Nu pot copia o legătură simbolică ciclică \n"
  1268. " `%s' "
  1269. #, c-format
  1270. msgid ""
  1271. " Destination \"%s\" must be a directory \n"
  1272. " %s "
  1273. msgstr ""
  1274. " Destinaţia \"%s\" trebuie să fie un director\n"
  1275. " %s "
  1276. #, c-format
  1277. msgid ""
  1278. " Cannot create target directory \"%s\" \n"
  1279. " %s "
  1280. msgstr ""
  1281. " Nu pot crea directorul ţintă \"%s\" \n"
  1282. " %s "
  1283. #, c-format
  1284. msgid ""
  1285. " Cannot chown target directory \"%s\" \n"
  1286. " %s "
  1287. msgstr ""
  1288. " Nu pot executa chown pe directorul ţintă \"%s\" \n"
  1289. " %s "
  1290. #, c-format
  1291. msgid ""
  1292. " Cannot stat file \"%s\" \n"
  1293. " %s "
  1294. msgstr ""
  1295. " Nu pot executa stat pe fişierul \"%s\" \n"
  1296. " %s "
  1297. #, c-format
  1298. msgid " Cannot overwrite directory `%s' "
  1299. msgstr " Nu pot suprascrie directorul `%s' "
  1300. #, c-format
  1301. msgid ""
  1302. " Cannot move file \"%s\" to \"%s\" \n"
  1303. " %s "
  1304. msgstr ""
  1305. " Nu pot muta fişierul \"%s\" în \"%s\" \n"
  1306. " %s "
  1307. #, c-format
  1308. msgid ""
  1309. " Cannot remove file \"%s\" \n"
  1310. " %s "
  1311. msgstr ""
  1312. " Nu pot şterge fişierul \"%s\" \n"
  1313. " %s "
  1314. #, fuzzy, c-format
  1315. msgid ""
  1316. " `%s' \n"
  1317. " and \n"
  1318. " `%s' \n"
  1319. " are the same directory "
  1320. msgstr " `%s' şi `%s' sunt acelaşi director "
  1321. #, c-format
  1322. msgid " Cannot overwrite directory \"%s\" %s "
  1323. msgstr " Nu pot suprascrie directorul \"%s\" %s "
  1324. #, c-format
  1325. msgid " Cannot overwrite file \"%s\" %s "
  1326. msgstr " Nu pot suprascrie fişierul \"%s\" %s "
  1327. #, c-format
  1328. msgid ""
  1329. " Cannot move directory \"%s\" to \"%s\" \n"
  1330. " %s "
  1331. msgstr ""
  1332. " Nu pot muta directorul \"%s\" în \"%s\" \n"
  1333. " %s "
  1334. #, c-format
  1335. msgid ""
  1336. " Cannot delete file \"%s\" \n"
  1337. " %s "
  1338. msgstr ""
  1339. " Nu pot şterge fişierul \"%s\" \n"
  1340. " %s "
  1341. #, c-format
  1342. msgid ""
  1343. " Cannot remove directory \"%s\" \n"
  1344. " %s "
  1345. msgstr ""
  1346. " Nu pot şterge directorul \"%s\" \n"
  1347. " %s "
  1348. #, fuzzy
  1349. msgid "Directory scanning"
  1350. msgstr "Calea directorului"
  1351. msgid "1Copy"
  1352. msgstr "1Copiază"
  1353. msgid "1Move"
  1354. msgstr "1Mută"
  1355. msgid "1Delete"
  1356. msgstr "1Şterge"
  1357. #, no-c-format
  1358. msgid "%o %f \"%s\"%m"
  1359. msgstr "%o %f \"%s\"%m"
  1360. #, no-c-format
  1361. msgid "%o %d %f%m"
  1362. msgstr "%o %d %f%m"
  1363. msgid "file"
  1364. msgstr "fişierul"
  1365. msgid "files"
  1366. msgstr "fişiere"
  1367. msgid "directory"
  1368. msgstr "director"
  1369. msgid "directories"
  1370. msgstr "directoare"
  1371. msgid "files/directories"
  1372. msgstr "fişiere/directoare"
  1373. msgid " with source mask:"
  1374. msgstr " cu mască sursă:"
  1375. msgid " to:"
  1376. msgstr " către:"
  1377. msgid " Cannot operate on \"..\"! "
  1378. msgstr " Nu pot opera pe \"..\"! "
  1379. msgid " Sorry, I could not put the job in background "
  1380. msgstr " Scuze, nu am putut trimite operaţiunea în fundal "
  1381. msgid "&Retry"
  1382. msgstr "&Reîncerc"
  1383. msgid ""
  1384. "\n"
  1385. " Directory not empty. \n"
  1386. " Delete it recursively? "
  1387. msgstr ""
  1388. "\n"
  1389. " Directorul nu este gol.\n"
  1390. " Îl şterg recursiv? "
  1391. msgid ""
  1392. "\n"
  1393. " Background process: Directory not empty \n"
  1394. " Delete it recursively? "
  1395. msgstr ""
  1396. "\n"
  1397. " Procesul din fundal: Directorul nu este gol\n"
  1398. " Îl şterg recursiv? "
  1399. msgid " Delete: "
  1400. msgstr " Şterg: "
  1401. msgid "Non&e"
  1402. msgstr "&Niciunul"
  1403. #, c-format
  1404. msgid "ETA %d:%02d.%02d"
  1405. msgstr "ETA %d:%02d.%02d"
  1406. #, c-format
  1407. msgid "%.2f MB/s"
  1408. msgstr "%.2f MB/"
  1409. #, c-format
  1410. msgid "%.2f KB/s"
  1411. msgstr "%.2f KB/"
  1412. #, c-format
  1413. msgid "%ld B/s"
  1414. msgstr "%ld B/"
  1415. msgid "File"
  1416. msgstr " Fişier"
  1417. msgid "Count"
  1418. msgstr "Număr"
  1419. msgid "Bytes"
  1420. msgstr "Bytes"
  1421. msgid "Source"
  1422. msgstr "Sursă"
  1423. msgid "Target"
  1424. msgstr "Ţintă"
  1425. msgid "Deleting"
  1426. msgstr "Ştergere"
  1427. #, c-format
  1428. msgid "Target file \"%s\" already exists!"
  1429. msgstr "Fişierul ţintă \"%s\" există deja!"
  1430. msgid "If &size differs"
  1431. msgstr "dacă mă&Rimea diferă"
  1432. msgid "&Update"
  1433. msgstr "cele &Vechi"
  1434. msgid "Overwrite all targets?"
  1435. msgstr "Suprascriu toate desinaţiile?"
  1436. msgid "&Reget"
  1437. msgstr "&Readuc"
  1438. msgid "A&ppend"
  1439. msgstr "adau&G"
  1440. msgid "Overwrite this target?"
  1441. msgstr "Suprascriu această ţintă?"
  1442. #, fuzzy, c-format
  1443. msgid "Target date: %s, size %llu"
  1444. msgstr "Data ţintei: %s, mărime %llu"
  1445. #, fuzzy, c-format
  1446. msgid "Source date: %s, size %llu"
  1447. msgstr "Data sursei : %s, mărime %llu"
  1448. #, fuzzy, c-format
  1449. msgid "Target date: %s, size %u"
  1450. msgstr "Data ţintei: %s, mărime %u"
  1451. #, fuzzy, c-format
  1452. msgid "Source date: %s, size %u"
  1453. msgstr "Data sursei : %s, mărime %u"
  1454. msgid " File exists "
  1455. msgstr " Fişierul există "
  1456. msgid " Background process: File exists "
  1457. msgstr " Procesul din fundal: Fişierul există "
  1458. msgid "preserve &Attributes"
  1459. msgstr "păstrez &Atributele"
  1460. msgid "follow &Links"
  1461. msgstr "urmez &Legăturile"
  1462. msgid "to:"
  1463. msgstr "către:"
  1464. msgid "&Background"
  1465. msgstr "&Fundal"
  1466. msgid "&Stable Symlinks"
  1467. msgstr "Legături simbolice &Stabile"
  1468. msgid "&Dive into subdir if exists"
  1469. msgstr "&Intru în subdirector dacă există"
  1470. #, fuzzy, c-format
  1471. msgid "Invalid source pattern `%s'"
  1472. msgstr ""
  1473. " Model de sursă invalid \"%s\" \n"
  1474. " %s "
  1475. msgid "&Suspend"
  1476. msgstr "&Suspendare"
  1477. msgid "Con&tinue"
  1478. msgstr "Con&tinuă"
  1479. msgid "&Chdir"
  1480. msgstr "&Chdir"
  1481. msgid "&Again"
  1482. msgstr "&Din nou"
  1483. msgid "&Quit"
  1484. msgstr "&Ieşire"
  1485. msgid "Pane&lize"
  1486. msgstr "Pane&lizare"
  1487. msgid "&View - F3"
  1488. msgstr "&Vizualizare - F3"
  1489. msgid "&Edit - F4"
  1490. msgstr "&Editare - F4"
  1491. #, c-format
  1492. msgid "Found: %ld"
  1493. msgstr ""
  1494. #, fuzzy
  1495. msgid " Malformed regular expression "
  1496. msgstr " Expresie regulară greşită "
  1497. #, fuzzy
  1498. msgid "Cas&e sensitive"
  1499. msgstr "nu ignora &Majusculele "
  1500. msgid "&Find recursively"
  1501. msgstr ""
  1502. msgid "S&kip hidden"
  1503. msgstr ""
  1504. #, fuzzy
  1505. msgid "Case sens&itive"
  1506. msgstr "nu ignora &Majusculele "
  1507. #, fuzzy
  1508. msgid "Re&gular expression"
  1509. msgstr "&Expresie regulară "
  1510. msgid "Fir&st hit"
  1511. msgstr ""
  1512. msgid "All cha&rsets"
  1513. msgstr ""
  1514. msgid "&Tree"
  1515. msgstr "&Arbore"
  1516. msgid "Find File"
  1517. msgstr "Caut fişier"
  1518. #, fuzzy
  1519. msgid "Content:"
  1520. msgstr "Conţinut: "
  1521. #, fuzzy
  1522. msgid "File name:"
  1523. msgstr "Nume fişier:"
  1524. msgid "Start at:"
  1525. msgstr "Încep la:"
  1526. #, c-format
  1527. msgid "Grepping in %s"
  1528. msgstr "Caut în %s"
  1529. msgid "Finished"
  1530. msgstr "Terminat"
  1531. #, c-format
  1532. msgid "Searching %s"
  1533. msgstr "Caut %s"
  1534. msgid "Searching"
  1535. msgstr "Caut"
  1536. msgid " Help file format error\n"
  1537. msgstr "Eroare în formatul fişierului de ajutor\n"
  1538. msgid " Internal bug: Double start of link area "
  1539. msgstr " Eroare internă: Start dublu al zonei de legătură "
  1540. #, c-format
  1541. msgid " Cannot find node %s in help file "
  1542. msgstr " Nu găsesc nodul %s în fişierul de ajutor "
  1543. msgid "Index"
  1544. msgstr "Index"
  1545. msgid "Prev"
  1546. msgstr "Înapoi"
  1547. msgid "&Move"
  1548. msgstr "&Mută"
  1549. msgid "&Remove"
  1550. msgstr "Ş&Terge"
  1551. msgid "&Append"
  1552. msgstr "&Adaugă"
  1553. msgid "&Insert"
  1554. msgstr "&Inserează"
  1555. msgid "New &Entry"
  1556. msgstr "&Intrare nouă"
  1557. msgid "New &Group"
  1558. msgstr "&Grup nou"
  1559. msgid "&Up"
  1560. msgstr "&Sus"
  1561. msgid "&Add current"
  1562. msgstr "&Adaugă pe cel curent"
  1563. #, fuzzy
  1564. msgid "&Refresh"
  1565. msgstr "in&Vers"
  1566. msgid "Fr&ee VFSs now"
  1567. msgstr "&Goleşte VFS-urile"
  1568. msgid "Change &To"
  1569. msgstr "Schimbă &La"
  1570. msgid "Subgroup - press ENTER to see list"
  1571. msgstr "Subgrup - apăsaţi ENTER ca să vedeţi lista"
  1572. msgid "Active VFS directories"
  1573. msgstr "Directoare VFS active"
  1574. msgid "Directory hotlist"
  1575. msgstr "Lista rapidă de directoare"
  1576. msgid " Directory path "
  1577. msgstr " Calea directorului "
  1578. msgid " Directory label "
  1579. msgstr " Eticheta directorului "
  1580. #, c-format
  1581. msgid "Moving %s"
  1582. msgstr "Mut %s"
  1583. msgid "New hotlist entry"
  1584. msgstr "Intrare nouă în lista rapidă"
  1585. msgid "Directory label"
  1586. msgstr "Eticheta directorului"
  1587. msgid "Directory path"
  1588. msgstr "Calea directorului"
  1589. msgid " New hotlist group "
  1590. msgstr " Grup nou în lista rapidă "
  1591. msgid "Name of new group"
  1592. msgstr "Numele noului grup"
  1593. #, c-format
  1594. msgid "Label for \"%s\":"
  1595. msgstr "Eticheta pentru \"%s\":"
  1596. msgid " Add to hotlist "
  1597. msgstr " Adaugă la lista rapidă "
  1598. msgid " Remove: "
  1599. msgstr " Şterg: "
  1600. msgid ""
  1601. "\n"
  1602. " Are you sure you want to remove this entry?"
  1603. msgstr ""
  1604. msgid ""
  1605. "\n"
  1606. " Group not empty.\n"
  1607. " Remove it?"
  1608. msgstr ""
  1609. "\n"
  1610. " Grupul nu este gol.\n"
  1611. " Îl şterg totuşi?"
  1612. msgid " Top level group "
  1613. msgstr " Grupul părinte "
  1614. msgid " Hotlist Load "
  1615. msgstr " Încarc lista rapidă "
  1616. #, fuzzy, c-format
  1617. msgid ""
  1618. "MC was unable to write ~/%s file, your old hotlist entries were not deleted"
  1619. msgstr " fişier, intrările din vechea listă rapidă nu au fost şterse"
  1620. #, c-format
  1621. msgid "Midnight Commander %s"
  1622. msgstr "Comandant la miezul nopţii %s ;)"
  1623. #, c-format
  1624. msgid "File: %s"
  1625. msgstr "Fişier: %s"
  1626. #, c-format
  1627. msgid "Free nodes: %d (%d%%) of %d"
  1628. msgstr "N. libere: %d (%d%%) din %d"
  1629. msgid "No node information"
  1630. msgstr "Nu există informaţii despre noduri"
  1631. #, c-format
  1632. msgid "Free space: %s (%d%%) of %s"
  1633. msgstr "Spaţiu gol: %s (%d%%) în %s"
  1634. msgid "No space information"
  1635. msgstr "Nu există date despre spaţiul gol"
  1636. #, c-format
  1637. msgid "Type: %s "
  1638. msgstr "Tip: %s "
  1639. msgid "non-local vfs"
  1640. msgstr "vfs non-local"
  1641. #, c-format
  1642. msgid "Device: %s"
  1643. msgstr "Dispozit.: %s"
  1644. #, c-format
  1645. msgid "Filesystem: %s"
  1646. msgstr "Partiţie: %s"
  1647. #, c-format
  1648. msgid "Accessed: %s"
  1649. msgstr "Accesat: %s"
  1650. #, c-format
  1651. msgid "Modified: %s"
  1652. msgstr "Modificat: %s"
  1653. #. TRANSLATORS: "Status changed", like in the stat(2) man page
  1654. #, fuzzy, c-format
  1655. msgid "Status: %s"
  1656. msgstr "Creat: %s"
  1657. #, c-format
  1658. msgid "Dev. type: major %lu, minor %lu"
  1659. msgstr ""
  1660. #, c-format
  1661. msgid "Size: %s"
  1662. msgstr "Mărime: %s"
  1663. #, fuzzy, c-format
  1664. msgid " (%ld block)"
  1665. msgid_plural " (%ld blocks)"
  1666. msgstr[0] " (%ld blocuri)"
  1667. msgstr[1] " (%ld blocuri)"
  1668. #, c-format
  1669. msgid "Owner: %s/%s"
  1670. msgstr "Propr.: %s/%s"
  1671. #, c-format
  1672. msgid "Links: %d"
  1673. msgstr "Legături: %d"
  1674. #, c-format
  1675. msgid "Mode: %s (%04o)"
  1676. msgstr "Mod: %s (%04o)"
  1677. #, c-format
  1678. msgid "Location: %Xh:%Xh"
  1679. msgstr "Locaţie: %Xh:%Xh"
  1680. msgid "File: None"
  1681. msgstr "Fişier: Niciunul"
  1682. msgid "&Vertical"
  1683. msgstr "&Verticală"
  1684. msgid "&Horizontal"
  1685. msgstr "ori&Zontală"
  1686. msgid "show free sp&Ace"
  1687. msgstr ""
  1688. msgid "&Xterm window title"
  1689. msgstr "bară titlu &Xterm"
  1690. msgid "h&Intbar visible"
  1691. msgstr "bară ajutor v&Izibilă"
  1692. msgid "&Keybar visible"
  1693. msgstr "bară taste &Vizibilă"
  1694. msgid "command &Prompt"
  1695. msgstr "&Linie de comandă"
  1696. msgid "show &Mini status"
  1697. msgstr "arată &Mini status"
  1698. msgid "menu&Bar visible"
  1699. msgstr "&Bară meniu vizibilă"
  1700. msgid "&Equal split"
  1701. msgstr "împărţire &Egală"
  1702. msgid "pe&Rmissions"
  1703. msgstr "&Drepturi"
  1704. msgid "&File types"
  1705. msgstr "tipul &Fişierelor"
  1706. msgid " Panel split "
  1707. msgstr " Împărţire panou "
  1708. msgid " Highlight... "
  1709. msgstr " Evidenţiere... "
  1710. msgid " Other options "
  1711. msgstr " Alte opţiuni "
  1712. msgid "output lines"
  1713. msgstr "linii ieşire"
  1714. msgid "Layout"
  1715. msgstr "Aspect"
  1716. msgid "Learn keys"
  1717. msgstr "Învaţă tastele"
  1718. msgid " Teach me a key "
  1719. msgstr " Învaţă-mă o tastă "
  1720. #, c-format
  1721. msgid ""
  1722. "Please press the %s\n"
  1723. "and then wait until this message disappears.\n"
  1724. "\n"
  1725. "Then, press it again to see if OK appears\n"
  1726. "next to its button.\n"
  1727. "\n"
  1728. "If you want to escape, press a single Escape key\n"
  1729. "and wait as well."
  1730. msgstr ""
  1731. "Vă rog să apăsaţi %s\n"
  1732. "iar apoi să aşteptaţi până când mesajul dispare.\n"
  1733. "\n"
  1734. "Apoi, apăsaţi-o din nou pentru a vedea dacă apare OK\n"
  1735. "lângă butonul său.\n"
  1736. "\n"
  1737. "Dacă doriţi să ieşiţi, apăsaţi o singură dată tasta Escape\n"
  1738. "şi aşteptaţi."
  1739. msgid " Cannot accept this key "
  1740. msgstr " Nu pot accepta această tastă "
  1741. #, c-format
  1742. msgid " You have entered \"%s\""
  1743. msgstr " Aţi introdus \"%s\""
  1744. #. TRANSLATORS: This label appears near learned keys. Keep it short.
  1745. msgid "OK"
  1746. msgstr "OK"
  1747. msgid ""
  1748. "It seems that all your keys already\n"
  1749. "work fine. That's great."
  1750. msgstr ""
  1751. "Se pare că toate tastele dvs. deja\n"
  1752. "funcţionează corect. Asta e excelent."
  1753. msgid "&Discard"
  1754. msgstr "&Anulează"
  1755. msgid ""
  1756. "Great! You have a complete terminal database!\n"
  1757. "All your keys work well."
  1758. msgstr ""
  1759. "Excelent! Aveţi o bază de date terminal completă!\n"
  1760. "Toate tastele dvs. funcţionează corect."
  1761. msgid "Press all the keys mentioned here. After you have done it, check"
  1762. msgstr "Apăsaţi toate tastele menţionate aici. După ce aţi făcut-o, veri-"
  1763. msgid "which keys are not marked with OK. Press space on the missing"
  1764. msgstr "ficaţi care nu sunt marcate cu OK. Apăsaţi SPAŢIU pe tasta lipsă,"
  1765. msgid "key, or click with the mouse to define it. Move around with Tab."
  1766. msgstr "sau daţi click cu mouse-ul pentru a o defini. Navigaţi cu Tab."
  1767. msgid " The Midnight Commander "
  1768. msgstr " Midnight Commander "
  1769. msgid " Do you really want to quit the Midnight Commander? "
  1770. msgstr " Vreţi într-adevăr să ieşiţi din Midnight Commander? "
  1771. msgid "&Listing mode..."
  1772. msgstr "mod de &Listare..."
  1773. msgid "&Quick view C-x q"
  1774. msgstr "&Vizualizare rapidă C-x q"
  1775. msgid "&Info C-x i"
  1776. msgstr "&Info C-x i"
  1777. msgid "&Sort order..."
  1778. msgstr "&Ordinea sortării..."
  1779. msgid "&Filter..."
  1780. msgstr "&Filtru..."
  1781. msgid "&Encoding... C-t"
  1782. msgstr ""
  1783. msgid "&Network link..."
  1784. msgstr "l&Egătură reţea..."
  1785. msgid "FT&P link..."
  1786. msgstr "legătură FT&P..."
  1787. msgid "S&hell link..."
  1788. msgstr "conexiune s&hell..."
  1789. msgid "SM&B link..."
  1790. msgstr "legătură SM&B..."
  1791. msgid "&Rescan C-r"
  1792. msgstr "&Re-scanează C-r"
  1793. msgid "&View F3"
  1794. msgstr "&Vizualizare F3"
  1795. msgid "Vie&w file... "
  1796. msgstr "vizualizare fi&Şier... "
  1797. msgid "&Filtered view M-!"
  1798. msgstr "vizualizare &Filtrată M-!"
  1799. msgid "&Edit F4"
  1800. msgstr "&Editare F4"
  1801. msgid "&Copy F5"
  1802. msgstr "&Copiază F5"
  1803. msgid "c&Hmod C-x c"
  1804. msgstr "c&Hmod C-x c"
  1805. msgid "&Link C-x l"
  1806. msgstr "&Legatură C-x l"
  1807. msgid "&SymLink C-x s"
  1808. msgstr "legătură &Simbolică C-x s"
  1809. msgid "edit s&Ymlink C-x C-s"
  1810. msgstr "edit. legăt. sim&Bolică C-x C-s"
  1811. msgid "ch&Own C-x o"
  1812. msgstr "ch&Own C-x o"
  1813. msgid "&Advanced chown "
  1814. msgstr "chown &Avansat "
  1815. msgid "&Rename/Move F6"
  1816. msgstr "&Redenumeşte/Mută F6"
  1817. msgid "&Mkdir F7"
  1818. msgstr "creează direc&Tor F7"
  1819. msgid "&Delete F8"
  1820. msgstr "şter&Ge F8"
  1821. msgid "&Quick cd M-c"
  1822. msgstr "c&D rapid M-c"
  1823. msgid "select &Group M-+"
  1824. msgstr "selecteaz&Ă grup M-+"
  1825. msgid "u&Nselect group M-\\"
  1826. msgstr "deselectea&Ză grup M-\\"
  1827. msgid "reverse selec&Tion M-*"
  1828. msgstr "inversează selec&Ţia M-*"
  1829. msgid "e&Xit F10"
  1830. msgstr "&Ieşire F10"
  1831. msgid "&User menu F2"
  1832. msgstr "meniu &Utilizator F2"
  1833. msgid "&Directory tree"
  1834. msgstr "arbore de &Directoare"
  1835. msgid "&Find file M-?"
  1836. msgstr "caută &Fişier M-?"
  1837. msgid "s&Wap panels C-u"
  1838. msgstr "&Schimbă panourile C-u"
  1839. msgid "switch &Panels on/off C-o"
  1840. msgstr "acti&Vează/dezactivează panourile C-o"
  1841. msgid "&Compare directories C-x d"
  1842. msgstr "&Compar directoarele C-x d"
  1843. msgid "e&Xternal panelize C-x !"
  1844. msgstr "panelare e&Xterioară C-x !"
  1845. msgid "show directory s&Izes"
  1846. msgstr "afi&Şează mărimea directoarelor"
  1847. #, fuzzy
  1848. msgid "Command &history M-h"
  1849. msgstr " Istoricul comenzilor "
  1850. msgid "di&Rectory hotlist C-\\"
  1851. msgstr "lista rapidă de di&Rectoare C-\\"
  1852. msgid "&Active VFS list C-x a"
  1853. msgstr "lista VFS-urilor &Active C-x a"
  1854. msgid "&Background jobs C-x j"
  1855. msgstr "sarcini de funda&L C-x j"
  1856. msgid "&Undelete files (ext2fs only)"
  1857. msgstr "rec&Uperare fişiere (doar ext2fs)"
  1858. msgid "&Listing format edit"
  1859. msgstr "Mod de listare"
  1860. msgid "Edit &extension file"
  1861. msgstr "editare fişier &Extensii"
  1862. msgid "Edit &menu file"
  1863. msgstr "editare fişier &Meniuri"
  1864. msgid "&Configuration..."
  1865. msgstr "&Configurare..."
  1866. msgid "&Layout..."
  1867. msgstr "&Aspect..."
  1868. msgid "c&Onfirmation..."
  1869. msgstr "c&Onfirmare..."
  1870. msgid "&Display bits..."
  1871. msgstr "&Biţi de afişare..."
  1872. msgid "learn &Keys..."
  1873. msgstr "învaţă &Tastele..."
  1874. msgid "&Virtual FS..."
  1875. msgstr "Sistem &Virtual de Fişiere..."
  1876. msgid "&Save setup"
  1877. msgstr "&Salvează setările"
  1878. msgid " &Above "
  1879. msgstr " &Deasupra "
  1880. msgid " &Left "
  1881. msgstr " &Stânga "
  1882. msgid " &File "
  1883. msgstr " &Fişiere "
  1884. msgid " &Command "
  1885. msgstr " &Comenzi "
  1886. msgid " &Options "
  1887. msgstr " &Opţiuni "
  1888. msgid " &Below "
  1889. msgstr " Dedesu&Bt "
  1890. msgid " &Right "
  1891. msgstr " &Dreapta "
  1892. msgid " Information "
  1893. msgstr " Informaţii "
  1894. msgid ""
  1895. " Using the fast reload option may not reflect the exact \n"
  1896. " directory contents. In this case you'll need to do a \n"
  1897. " manual reload of the directory. See the man page for \n"
  1898. " the details. "
  1899. msgstr ""
  1900. " Folosind opţiunea de reîncărcare rapidă a directoarelor \n"
  1901. " e posibil ca directorul curent să nu fie listat corect. \n"
  1902. " În acest caz va fi nevoie să faceţi o reîncărcare manu- \n"
  1903. " ală (Ctrl-R) a conţinutului directorului. Consultaţi \n"
  1904. " pagina man pentru mai multe detalii. "
  1905. msgid "Menu"
  1906. msgstr "Meniu"
  1907. msgid "The TERM environment variable is unset!\n"
  1908. msgstr "Variabila de mediu TERM nu este setată!\n"
  1909. msgid "&Fix it"
  1910. msgstr ""
  1911. msgid "don't ask again"
  1912. msgstr ""
  1913. msgid ""
  1914. "Chosen display charset (Settings->Display bits)\n"
  1915. "or source codeset (in mcedit ctrl-t) \n"
  1916. "does not match one set via locale. \n"
  1917. "Set correct codeset manually or press <<Fix it>> \n"
  1918. "to set locale default.\n"
  1919. "\n"
  1920. "Or set 'don't ask again' and press <<Skip>>"
  1921. msgstr ""
  1922. #, fuzzy, c-format
  1923. msgid "Cannot create %s directory"
  1924. msgstr "Nu pot deschide directorul %s"
  1925. msgid "safe de&Lete"
  1926. msgstr "şter&Ge în siguranţă"
  1927. msgid "cd follows lin&Ks"
  1928. msgstr "'cd' &Urmăreşte legăturile"
  1929. msgid "L&ynx-like motion"
  1930. msgstr "navigare în stil L&ynx"
  1931. msgid "rotatin&G dash"
  1932. msgstr "&Linie rotitoare"
  1933. msgid "co&Mplete: show all"
  1934. msgstr "auto-co&Mpletare: arată tot"
  1935. msgid "&Use internal view"
  1936. msgstr "&Vizualizare internă"
  1937. msgid "use internal ed&It"
  1938. msgstr "Editor &Intern"
  1939. msgid "auto m&Enus"
  1940. msgstr "arată m&Eniul la pornire"
  1941. msgid "&Auto save setup"
  1942. msgstr "auto-salvea&Ză opţiunile"
  1943. msgid "shell &Patterns"
  1944. msgstr "modele (&Pattern) shell"
  1945. msgid "Compute &Totals"
  1946. msgstr "calculează &Totalurile"
  1947. msgid "&Verbose operation"
  1948. msgstr "operaţii des&Criptive"
  1949. msgid "Mkdir autoname"
  1950. msgstr ""
  1951. msgid "&Fast dir reload"
  1952. msgstr "reîncarc&Ă dir. rapid"
  1953. msgid "mi&X all files"
  1954. msgstr "amestecă toate &Fişierele"
  1955. msgid "&Drop down menus"
  1956. msgstr "&Desfăşoară meniurile"
  1957. msgid "ma&Rk moves down"
  1958. msgstr "mută în &Jos la marcare"
  1959. msgid "show &Hidden files"
  1960. msgstr "arată fişierele &Ascunse"
  1961. msgid "show &Backup files"
  1962. msgstr "arată fişierele bac&Kup"
  1963. msgid "Use SI si&ze units"
  1964. msgstr ""
  1965. msgid "&Never"
  1966. msgstr "&Niciodată"
  1967. msgid "on dumb &Terminals"
  1968. msgstr "pe terminale non-linu&X"
  1969. msgid "Alwa&ys"
  1970. msgstr "&Întotdeauna"
  1971. msgid " Panel options "
  1972. msgstr " Opţiuni panou "
  1973. msgid " Pause after run... "
  1974. msgstr " Pauză după rulare... "
  1975. msgid "Configure options"
  1976. msgstr "Opţiuni de configurare"
  1977. msgid "&Add new"
  1978. msgstr "&Adaugă nou"
  1979. msgid "External panelize"
  1980. msgstr "Panelare externă"
  1981. msgid "Command"
  1982. msgstr "Comandă"
  1983. msgid "Other command"
  1984. msgstr "Alte comenzi"
  1985. msgid " Add to external panelize "
  1986. msgstr " Adaugă la panelarea externă "
  1987. msgid " Enter command label: "
  1988. msgstr " Introduceţi linia: "
  1989. msgid " Cannot run external panelize in a non-local directory "
  1990. msgstr ""
  1991. " Nu pot rula panelarea externă în timp ce sunt într-un director non-local "
  1992. msgid "Find rejects after patching"
  1993. msgstr "Caută reject-uri după patch-uire"
  1994. msgid "Find *.orig after patching"
  1995. msgstr "Caută fişierele *.orig după patching"
  1996. msgid "Find SUID and SGID programs"
  1997. msgstr "Caută programe SUID şi SGID"
  1998. msgid "Cannot invoke command."
  1999. msgstr "Nu pot invoca comanda."
  2000. msgid "Pipe close failed"
  2001. msgstr "Închiderea filtrului a eşuat"
  2002. msgid "[dev]"
  2003. msgstr ""
  2004. msgid "UP--DIR"
  2005. msgstr "SUS-DIR"
  2006. msgid "SYMLINK"
  2007. msgstr "LEG. SIMB."
  2008. msgid "SUB-DIR"
  2009. msgstr "SUB-DIR"
  2010. msgid "Size"
  2011. msgstr "Mărime"
  2012. msgid "MTime"
  2013. msgstr "DataM"
  2014. msgid "ATime"
  2015. msgstr "DataA"
  2016. msgid "CTime"
  2017. msgstr "DataC"
  2018. msgid "Permission"
  2019. msgstr "Drepturi"
  2020. msgid "Perm"
  2021. msgstr "Mod"
  2022. msgid "Nl"
  2023. msgstr "Nl"
  2024. msgid "Inode"
  2025. msgstr "Inod"
  2026. msgid "UID"
  2027. msgstr "UID"
  2028. msgid "GID"
  2029. msgstr "GID"
  2030. msgid "Owner"
  2031. msgstr "Proprietar"
  2032. msgid "Group"
  2033. msgstr "Grup"
  2034. msgid "<readlink failed>"
  2035. msgstr "<readlink eşuat>"
  2036. #, fuzzy, c-format
  2037. msgid "%s byte"
  2038. msgid_plural "%s bytes"
  2039. msgstr[0] "%s bytes"
  2040. msgstr[1] "%s bytes"
  2041. #, fuzzy, c-format
  2042. msgid "%s in %d file"
  2043. msgid_plural "%s in %d files"
  2044. msgstr[0] " %s bytes în %d fişier"
  2045. msgstr[1] " %s bytes în %d fişier"
  2046. msgid "Unknown tag on display format: "
  2047. msgstr "Etichetă necunoscută pe formatul de afişare: "
  2048. msgid "User supplied format looks invalid, reverting to default."
  2049. msgstr "Formatul furnizat de utilizator pare invalid, revin la cel implicit"
  2050. msgid " Do you really want to execute? "
  2051. msgstr " Chiar doriţi să executaţi? "
  2052. msgid "View"
  2053. msgstr "Vizualizare"
  2054. msgid "Edit"
  2055. msgstr "Editare"
  2056. msgid "RenMov"
  2057. msgstr "RedMut"
  2058. msgid "Mkdir"
  2059. msgstr "DirNou"
  2060. msgid " Not implemented yet "
  2061. msgstr ""
  2062. msgid " Num of replace tokens not equal to num of found tokens "
  2063. msgstr ""
  2064. #, fuzzy, c-format
  2065. msgid " Invalid token number %d "
  2066. msgstr " Masca ţintei e invalidă "
  2067. #, fuzzy
  2068. msgid "Normal"
  2069. msgstr "Format"
  2070. msgid "&Regular expression"
  2071. msgstr "&Expresie regulară "
  2072. msgid "Hexadecimal"
  2073. msgstr ""
  2074. msgid "Wildcard search"
  2075. msgstr ""
  2076. #, fuzzy
  2077. msgid "Choose codepage"
  2078. msgstr " Alegeţi codul de intrare "
  2079. msgid "- < No translation >"
  2080. msgstr "- < Fără translatare >"
  2081. msgid ""
  2082. "GNU Midnight Commander is already\n"
  2083. "running on this terminal.\n"
  2084. "Subshell support will be disabled."
  2085. msgstr ""
  2086. #, c-format
  2087. msgid "Cannot open named pipe %s\n"
  2088. msgstr " Nu pot deschide filtrul numit %s\n"
  2089. msgid " The shell is still active. Quit anyway? "
  2090. msgstr " Shell-ul este încă activ. Ies oricum? "
  2091. #, c-format
  2092. msgid "Warning: Cannot change to %s.\n"
  2093. msgstr " Atenţie: Nu pot schimba în %s \n"
  2094. msgid "With builtin Editor\n"
  2095. msgstr "Cu Editor integrat\n"
  2096. msgid "Using system-installed S-Lang library"
  2097. msgstr "Utilizând versiunea instalată de bibliotecă S-Lang"
  2098. msgid "with terminfo database"
  2099. msgstr "cu baza de date terminfo"
  2100. msgid "Using the ncurses library"
  2101. msgstr "Utilizând biblioteca ncurses"
  2102. #, fuzzy
  2103. msgid "Using the ncursesw library"
  2104. msgstr "Utilizând biblioteca ncurses"
  2105. msgid "With optional subshell support"
  2106. msgstr "Cu suport opţional pentru shell concurent"
  2107. msgid "With subshell support as default"
  2108. msgstr "Cu suport implicit pentru shell concurent"
  2109. msgid "With support for background operations\n"
  2110. msgstr "Cu suport pentru operaţii în fundal\n"
  2111. msgid "With mouse support on xterm and Linux console\n"
  2112. msgstr "Cu suport de mouse în xterm şi consola Linux\n"
  2113. msgid "With mouse support on xterm\n"
  2114. msgstr "Cu suport de mouse în xterm.\n"
  2115. msgid "With support for X11 events\n"
  2116. msgstr "Cu suport pentru evenimente X11\n"
  2117. msgid "With internationalization support\n"
  2118. msgstr "Cu suport de internaţionalizare\n"
  2119. msgid "With multiple codepages support\n"
  2120. msgstr "Cu suport pentru coduri de pagină multiple\n"
  2121. #, c-format
  2122. msgid "Virtual File System:"
  2123. msgstr "Sistem Virtual de Fişiere:"
  2124. #, c-format
  2125. msgid ""
  2126. "Cannot open the %s file for writing:\n"
  2127. "%s\n"
  2128. msgstr ""
  2129. " Nu pot deschide fişierul %s pentru scriere:\n"
  2130. " %s\n"
  2131. #, c-format
  2132. msgid "Copy \"%s\" directory to:"
  2133. msgstr "Copiază directorul \"%s\" în:"
  2134. #, c-format
  2135. msgid "Move \"%s\" directory to:"
  2136. msgstr "Mută directorul \"%s\" în:"
  2137. #, c-format
  2138. msgid ""
  2139. " Cannot stat the destination \n"
  2140. " %s "
  2141. msgstr ""
  2142. " Nu pot executa stat pe destinaţia \n"
  2143. " %s "
  2144. #, c-format
  2145. msgid " Delete %s? "
  2146. msgstr " Şterg %s? "
  2147. msgid "Static"
  2148. msgstr "Static"
  2149. msgid "Dynamc"
  2150. msgstr "Dinamc"
  2151. msgid "Rescan"
  2152. msgstr "Reîncarcă"
  2153. msgid "Forget"
  2154. msgstr "Uită"
  2155. msgid "Rmdir"
  2156. msgstr "Ştgdir"
  2157. #, c-format
  2158. msgid ""
  2159. "Cannot write to the %s file:\n"
  2160. "%s\n"
  2161. msgstr ""
  2162. "Nu pot scrie în fişierul %s:\n"
  2163. "%s\n"
  2164. msgid "Function key 1"
  2165. msgstr "Tasta funcţ. 1"
  2166. msgid "Function key 2"
  2167. msgstr "Tasta funcţ. 2"
  2168. msgid "Function key 3"
  2169. msgstr "Tasta funcţ. 3"
  2170. msgid "Function key 4"
  2171. msgstr "Tasta funcţ. 4"
  2172. msgid "Function key 5"
  2173. msgstr "Tasta funcţ. 5"
  2174. msgid "Function key 6"
  2175. msgstr "Tasta funcţ. 6"
  2176. msgid "Function key 7"
  2177. msgstr "Tasta funcţ. 7"
  2178. msgid "Function key 8"
  2179. msgstr "Tasta funcţ. 8"
  2180. msgid "Function key 9"
  2181. msgstr "Tasta funcţ. 9"
  2182. msgid "Function key 10"
  2183. msgstr "Tasta funcţ. 10"
  2184. msgid "Function key 11"
  2185. msgstr "Tasta funcţ. 11"
  2186. msgid "Function key 12"
  2187. msgstr "Tasta funcţ. 12"
  2188. msgid "Function key 13"
  2189. msgstr "Tasta funcţ. 13"
  2190. msgid "Function key 14"
  2191. msgstr "Tasta funcţ. 14"
  2192. msgid "Function key 15"
  2193. msgstr "Tasta funcţ. 14"
  2194. msgid "Function key 16"
  2195. msgstr "Tasta funcţ. 16"
  2196. msgid "Function key 17"
  2197. msgstr "Tasta funcţ. 17"
  2198. msgid "Function key 18"
  2199. msgstr "Tasta funcţ. 18"
  2200. msgid "Function key 19"
  2201. msgstr "Tasta funcţ. 19"
  2202. msgid "Function key 20"
  2203. msgstr "Tasta funcţ. 20"
  2204. msgid "Backspace key"
  2205. msgstr "Tasta Backspace"
  2206. msgid "End key"
  2207. msgstr "Tasta End"
  2208. msgid "Up arrow key"
  2209. msgstr "Săgeata în sus"
  2210. msgid "Down arrow key"
  2211. msgstr "Săgeata în jos"
  2212. msgid "Left arrow key"
  2213. msgstr "Săgeata stânga"
  2214. msgid "Right arrow key"
  2215. msgstr "Săgeata dreapta"
  2216. msgid "Home key"
  2217. msgstr "Tasta Home"
  2218. msgid "Page Down key"
  2219. msgstr "Tasta Page Down"
  2220. msgid "Page Up key"
  2221. msgstr "Tasta Page Up"
  2222. msgid "Insert key"
  2223. msgstr "Tasta Insert"
  2224. msgid "Delete key"
  2225. msgstr "Tasta Delete"
  2226. msgid "Completion/M-tab"
  2227. msgstr "Completare/M-tab"
  2228. msgid "+ on keypad"
  2229. msgstr "+ pe keypad"
  2230. msgid "- on keypad"
  2231. msgstr "- pe keypad"
  2232. msgid "* on keypad"
  2233. msgstr "* pe keypad"
  2234. msgid "Left arrow keypad"
  2235. msgstr "Stânga pe keypad"
  2236. msgid "Right arrow keypad"
  2237. msgstr "Dreapta pe keypad"
  2238. msgid "Up arrow keypad"
  2239. msgstr "Sus pe keypad"
  2240. msgid "Down arrow keypad"
  2241. msgstr "Jos pe keypad"
  2242. msgid "Home on keypad"
  2243. msgstr "Home pe keypad"
  2244. msgid "End on keypad"
  2245. msgstr "End pe keypad"
  2246. msgid "Page Down keypad"
  2247. msgstr "Page Down pe keypad"
  2248. msgid "Page Up keypad"
  2249. msgstr "Page Up pe keypad"
  2250. msgid "Insert on keypad"
  2251. msgstr "Insert pe keypad"
  2252. msgid "Delete on keypad"
  2253. msgstr "Delete pe keypad"
  2254. msgid "Enter on keypad"
  2255. msgstr "Enter pe keypad"
  2256. #, fuzzy
  2257. msgid "Tab on keypad"
  2258. msgstr "+ pe keypad"
  2259. #, fuzzy
  2260. msgid "Space on keypad"
  2261. msgstr "Slash pe keypad"
  2262. msgid "Slash on keypad"
  2263. msgstr "Slash pe keypad"
  2264. msgid "NumLock on keypad"
  2265. msgstr "NumLock pe keypad"
  2266. msgid "Ctrl"
  2267. msgstr ""
  2268. msgid "Alt"
  2269. msgstr ""
  2270. msgid "Shift"
  2271. msgstr ""
  2272. #, c-format
  2273. msgid ""
  2274. "Screen size %dx%d is not supported.\n"
  2275. "Check the TERM environment variable.\n"
  2276. msgstr ""
  2277. "Mărimea %dx%d a ecranului nu este suportată.\n"
  2278. "Verificaţi variabila e mediu TERM.\n"
  2279. msgid " Format error on file Extensions File "
  2280. msgstr " Eroare de format în Fişierul de Extensii"
  2281. #, c-format
  2282. msgid " The %%var macro has no default "
  2283. msgstr " Combinaţia %%var nu are o valoare implicită "
  2284. #, c-format
  2285. msgid " The %%var macro has no variable "
  2286. msgstr " Combinaţa %%var nu are o variabilă "
  2287. msgid " Debug "
  2288. msgstr " Depanare "
  2289. msgid " ERROR: "
  2290. msgstr " EROARE: "
  2291. msgid " True: "
  2292. msgstr " Adevărat: "
  2293. msgid " False: "
  2294. msgstr " Fals: "
  2295. msgid " Warning -- ignoring file "
  2296. msgstr " Atenţie -- ignor fişierul "
  2297. #, c-format
  2298. msgid ""
  2299. "File %s is not owned by root or you or is world writable.\n"
  2300. "Using it may compromise your security"
  2301. msgstr ""
  2302. "Fişierul %s nu este deţinut de root ori dvs. sau poate fi\n"
  2303. "modificat de oricine. Utilizându-l vă puteţi compromite securitatea"
  2304. #, c-format
  2305. msgid " No suitable entries found in %s "
  2306. msgstr " Nu au fost găsite intrări adecvate în %s "
  2307. msgid " User menu "
  2308. msgstr " Meniu utilizator "
  2309. msgid "%b %e %Y"
  2310. msgstr "%b %e %Y"
  2311. msgid "%b %e %H:%M"
  2312. msgstr "%b %e %H:%M"
  2313. #, c-format
  2314. msgid "%s is not a directory\n"
  2315. msgstr "%s nu este un director\n"
  2316. #, c-format
  2317. msgid "Directory %s is not owned by you\n"
  2318. msgstr "Nu deţineţi directorul %s\n"
  2319. #, c-format
  2320. msgid "Cannot set correct permissions for directory %s\n"
  2321. msgstr " Nu pot seta permisiile corecte pentru directorul %s\n"
  2322. #, c-format
  2323. msgid "Cannot create temporary directory %s: %s\n"
  2324. msgstr "Nu pot crea directorul temporar %s: %s\n"
  2325. #, c-format
  2326. msgid "Temporary files will be created in %s\n"
  2327. msgstr "Fişierele temporare vor fi create în %s\n"
  2328. #, c-format
  2329. msgid "Temporary files will not be created\n"
  2330. msgstr "Nu vor fi create fişiere temporare\n"
  2331. msgid " Pipe failed "
  2332. msgstr " Filtrul a eşuat "
  2333. msgid " Dup failed "
  2334. msgstr " Dup eşuat "
  2335. #, fuzzy, c-format
  2336. msgid ""
  2337. " The current line number is %lld.\n"
  2338. " Enter the new line number:"
  2339. msgstr ""
  2340. " Numărul de linie curent este %d.\n"
  2341. " Introduceţi noul număr de linie:"
  2342. #, fuzzy, c-format
  2343. msgid ""
  2344. " The current address is %s.\n"
  2345. " Enter the new address:"
  2346. msgstr ""
  2347. " Numărul de linie curent este %d.\n"
  2348. " Introduceţi noul număr de linie:"
  2349. msgid " Goto Address "
  2350. msgstr " Du-te la Adresa "
  2351. #, fuzzy
  2352. msgid " Invalid address "
  2353. msgstr " Parolă invalidă "
  2354. #, fuzzy
  2355. msgid " Cannot spawn child process "
  2356. msgstr " Nu pot clona programul copil "
  2357. msgid "Empty output from child filter"
  2358. msgstr "Ieşire vidă de la filtrul copil "
  2359. msgid "All charsets"
  2360. msgstr ""
  2361. msgid "ButtonBar|Help"
  2362. msgstr ""
  2363. msgid "ButtonBar|Quit"
  2364. msgstr ""
  2365. msgid "ButtonBar|Ascii"
  2366. msgstr ""
  2367. msgid "ButtonBar|Hex"
  2368. msgstr ""
  2369. msgid "ButtonBar|Goto"
  2370. msgstr ""
  2371. msgid "ButtonBar|Line"
  2372. msgstr ""
  2373. msgid "ButtonBar|View"
  2374. msgstr ""
  2375. msgid "ButtonBar|Edit"
  2376. msgstr ""
  2377. msgid "ButtonBar|Save"
  2378. msgstr ""
  2379. msgid "ButtonBar|UnWrap"
  2380. msgstr ""
  2381. msgid "ButtonBar|Wrap"
  2382. msgstr ""
  2383. msgid "ButtonBar|HxSrch"
  2384. msgstr ""
  2385. msgid "ButtonBar|Search"
  2386. msgstr ""
  2387. msgid "ButtonBar|Raw"
  2388. msgstr ""
  2389. msgid "ButtonBar|Parse"
  2390. msgstr ""
  2391. msgid "ButtonBar|Unform"
  2392. msgstr ""
  2393. msgid "ButtonBar|Format"
  2394. msgstr ""
  2395. #, c-format
  2396. msgid "File: %s"
  2397. msgstr "Fişier: %s"
  2398. #, c-format
  2399. msgid "Offset 0x%08lx"
  2400. msgstr "Offset 0x%08lx"
  2401. #, c-format
  2402. msgid "Line %lu Col %lu"
  2403. msgstr ""
  2404. #, c-format
  2405. msgid "%s bytes"
  2406. msgstr "%s bytes"
  2407. #, fuzzy, c-format
  2408. msgid ">= %s bytes"
  2409. msgstr "%s bytes"
  2410. #, c-format
  2411. msgid ""
  2412. " Error while closing the file: \n"
  2413. " %s \n"
  2414. " Data may have been written or not. "
  2415. msgstr ""
  2416. #, fuzzy, c-format
  2417. msgid ""
  2418. " Cannot save file: \n"
  2419. " %s "
  2420. msgstr " Eroare la salvarea fişierului. "
  2421. #, c-format
  2422. msgid ""
  2423. " Cannot open \"%s\"\n"
  2424. " %s "
  2425. msgstr ""
  2426. " Nu pot deschide fişierul \"%s\"\n"
  2427. " %s "
  2428. #, c-format
  2429. msgid ""
  2430. " Cannot stat \"%s\"\n"
  2431. " %s "
  2432. msgstr ""
  2433. " Nu pot executa stat pe \"%s\"\n"
  2434. " %s "
  2435. msgid " Cannot view: not a regular file "
  2436. msgstr " Nu poate fi vizualizat: nu este un fişier obişnuit "
  2437. msgid "Seeking to search result"
  2438. msgstr ""
  2439. msgid " History "
  2440. msgstr " Istoric "
  2441. msgid "Background process:"
  2442. msgstr "Procese în fundal:"
  2443. #, c-format
  2444. msgid ""
  2445. "Cannot open cpio archive\n"
  2446. "%s"
  2447. msgstr ""
  2448. " Nu pot deschide arhiva cpio\n"
  2449. "%s"
  2450. #, c-format
  2451. msgid ""
  2452. "Premature end of cpio archive\n"
  2453. "%s"
  2454. msgstr ""
  2455. "Sfârşit prematur al arhivei cpio\n"
  2456. "%s"
  2457. #, c-format
  2458. msgid ""
  2459. "Corrupted cpio header encountered in\n"
  2460. "%s"
  2461. msgstr ""
  2462. "Antet corupt al arhivei cpio în\n"
  2463. "%s"
  2464. #, c-format
  2465. msgid ""
  2466. "Inconsistent hardlinks of\n"
  2467. "%s\n"
  2468. "in cpio archive\n"
  2469. "%s"
  2470. msgstr ""
  2471. "Legături reale inconsistente ale%s\n"
  2472. "în arhiva cpio\n"
  2473. "%s"
  2474. #, c-format
  2475. msgid "%s contains duplicate entries! Skipping!"
  2476. msgstr "%s conţine intrări duplicate! Trec peste!"
  2477. #, c-format
  2478. msgid ""
  2479. "Unexpected end of file\n"
  2480. "%s"
  2481. msgstr ""
  2482. "Sfârşit de fişier (EOF) neaşteptat\n"
  2483. "%s"
  2484. #, c-format
  2485. msgid "Directory cache expired for %s"
  2486. msgstr "Cache-ul directorului %s a expirat"
  2487. msgid "Starting linear transfer..."
  2488. msgstr "Pornesc transferul liniar..."
  2489. #, c-format
  2490. msgid "%s: %s: %s %3d%% (%lu bytes transferred)"
  2491. msgstr "%s: %s: %s %3d%% (%lu bytes transferaţi)"
  2492. #, c-format
  2493. msgid "%s: %s: %s %lu bytes transferred"
  2494. msgstr "%s: %s: %s %lu bytes transferaţi"
  2495. msgid "Getting file"
  2496. msgstr "Transfer fişierul"
  2497. #, c-format
  2498. msgid ""
  2499. "Cannot open %s archive\n"
  2500. "%s"
  2501. msgstr ""
  2502. " Nu pot deschide arhiva %s\n"
  2503. "%s"
  2504. msgid "Inconsistent extfs archive"
  2505. msgstr "Arhivă extfs inconsistentă"
  2506. #, c-format
  2507. msgid "fish: Disconnecting from %s"
  2508. msgstr "fish: Deconectat de la %s"
  2509. msgid "fish: Waiting for initial line..."
  2510. msgstr "fish: Aştept pentru linia iniţială..."
  2511. msgid "Sorry, we cannot do password authenticated connections for now."
  2512. msgstr "Scuze, nu putem face deocamdată conectări autentificate prin parolă."
  2513. msgid " fish: Password required for "
  2514. msgstr " fish: Se cere parola pentru "
  2515. msgid "fish: Sending password..."
  2516. msgstr "fish: Trimit parola..."
  2517. msgid "fish: Sending initial line..."
  2518. msgstr "fish: Trimit linia iniţială..."
  2519. msgid "fish: Handshaking version..."
  2520. msgstr "fish: Compar versiunile..."
  2521. msgid "fish: Setting up current directory..."
  2522. msgstr "fish: Setez directorul curent..."
  2523. #, c-format
  2524. msgid "fish: Connected, home %s."
  2525. msgstr "fish: Conectat, director personal %s."
  2526. #, c-format
  2527. msgid "fish: Reading directory %s..."
  2528. msgstr "fish: Citesc directorul %s..."
  2529. #, c-format
  2530. msgid "%s: done."
  2531. msgstr "%s: am terminat scanarea."
  2532. #, c-format
  2533. msgid "%s: failure"
  2534. msgstr "%s: eşec"
  2535. #, c-format
  2536. msgid "fish: store %s: sending command..."
  2537. msgstr "fish: stochează %s: trimit comanda..."
  2538. msgid "fish: Local read failed, sending zeros"
  2539. msgstr "fish: Citirea locală a eşuat, trimit zerouri"
  2540. #, c-format
  2541. msgid "fish: storing %s %d (%lu)"
  2542. msgstr "fish: stochez %s %d (%lu)"
  2543. msgid "zeros"
  2544. msgstr "zero-uri"
  2545. msgid "Aborting transfer..."
  2546. msgstr "Abandonez transferul..."
  2547. msgid "Error reported after abort."
  2548. msgstr "S-a raportat o eroare după abandon"
  2549. msgid "Aborted transfer would be successful."
  2550. msgstr "Transferul abandonat va reuşi."
  2551. #, c-format
  2552. msgid "ftpfs: Disconnecting from %s"
  2553. msgstr "ftpfs: Mă deconectez de la: %s"
  2554. msgid " FTP: Password required for "
  2555. msgstr " FTP: Parola necesară pentru "
  2556. msgid "ftpfs: sending login name"
  2557. msgstr "ftpfs: trimit numele de login"
  2558. msgid "ftpfs: sending user password"
  2559. msgstr "ftpfs: trimit parola utilizator"
  2560. #, fuzzy, c-format
  2561. msgid "FTP: Account required for user %s"
  2562. msgstr " FTP: Parola necesară pentru "
  2563. #, fuzzy
  2564. msgid "Account:"
  2565. msgstr "Număr"
  2566. #, fuzzy
  2567. msgid "ftpfs: sending user account"
  2568. msgstr "ftpfs: trimit parola utilizator"
  2569. msgid "ftpfs: logged in"
  2570. msgstr "ftpfs: conectat"
  2571. #, c-format
  2572. msgid "ftpfs: Login incorrect for user %s "
  2573. msgstr "ftpfs: Autentificare incorectă pentru utilizatorul %s"
  2574. msgid "ftpfs: Invalid host name."
  2575. msgstr "ftpfs: Nume invalid al gazdei."
  2576. #, c-format
  2577. msgid "ftpfs: %s"
  2578. msgstr ""
  2579. #, c-format
  2580. msgid "ftpfs: making connection to %s"
  2581. msgstr "ftpfs: mă conectez la %s"
  2582. msgid "ftpfs: connection interrupted by user"
  2583. msgstr "ftpfs: conectare întreruptă de utilizator"
  2584. #, c-format
  2585. msgid "ftpfs: connection to server failed: %s"
  2586. msgstr "ftpfs: conectarea la server a eşuat: %s"
  2587. #, c-format
  2588. msgid "Waiting to retry... %d (Control-C to cancel)"
  2589. msgstr "Aştept să reîncerc... %d (Control-C pentru a renunţa)"
  2590. #, fuzzy
  2591. msgid "ftpfs: invalid address family"
  2592. msgstr "ftpfs: Adresă invalidă a gazdei."
  2593. #, fuzzy, c-format
  2594. msgid "ftpfs: could not setup passive mode: %s"
  2595. msgstr "ftpfs: nu pot seta modul pasiv"
  2596. #, fuzzy, c-format
  2597. msgid "ftpfs: could not create socket: %s"
  2598. msgstr " Nu pot crea socket-ul: %s "
  2599. msgid "ftpfs: could not setup passive mode"
  2600. msgstr "ftpfs: nu pot seta modul pasiv"
  2601. msgid "ftpfs: aborting transfer."
  2602. msgstr "ftpfs: abandonez transferul."
  2603. #, c-format
  2604. msgid "ftpfs: abort error: %s"
  2605. msgstr "ftpfs: eroare la abandon: %s"
  2606. msgid "ftpfs: abort failed"
  2607. msgstr "ftpfs: abandon eşuat"
  2608. msgid "ftpfs: CWD failed."
  2609. msgstr "ftpfs: CWD eşuat"
  2610. msgid "ftpfs: couldn't resolve symlink"
  2611. msgstr "ftpfs: nu pot rezolva legătura simbolică"
  2612. msgid "Resolving symlink..."
  2613. msgstr "Rezolv legătura simbolică..."
  2614. #, c-format
  2615. msgid "ftpfs: Reading FTP directory %s... %s%s"
  2616. msgstr "ftpfs: Citesc directorul FTP %s... %s%s"
  2617. msgid "(strict rfc959)"
  2618. msgstr "(rfc959 strict)"
  2619. msgid "(chdir first)"
  2620. msgstr "(întâi chdir)"
  2621. msgid "ftpfs: failed; nowhere to fallback to"
  2622. msgstr "ftpfs: eşec; nu mai există nici o variantă la care să revin"
  2623. #, c-format
  2624. msgid "ftpfs: storing file %lu (%lu)"
  2625. msgstr "ftpfs: stochez fişierul %lu (%lu)"
  2626. msgid ""
  2627. "~/.netrc file has incorrect mode.\n"
  2628. "Remove password or correct mode."
  2629. msgstr ""
  2630. "Fişierul ~/.netrc nu are permisii corecte.\n"
  2631. "Înlăturaţi parola sau corectaţi drepturile de acces."
  2632. msgid " MCFS "
  2633. msgstr " MCFS "
  2634. msgid " The server does not support this version "
  2635. msgstr " Server-ul nu suportă această versiune "
  2636. msgid ""
  2637. " The remote server is not running on a system port \n"
  2638. " you need a password to log in, but the information may \n"
  2639. " not be safe on the remote side. Continue? \n"
  2640. msgstr ""
  2641. " Server-ul nu foloseşte un port sistem pentru mcserv, \n"
  2642. " vă trebuie o parolă pentru a vă conecta, insă informaţia \n"
  2643. " poate să nu fie sigură pe celălalt server. Continuaţi? \n"
  2644. msgid " MCFS Password required "
  2645. msgstr " Parola MCFS necesară "
  2646. msgid " Invalid password "
  2647. msgstr " Parolă invalidă "
  2648. #, c-format
  2649. msgid " Cannot locate hostname: %s "
  2650. msgstr " Nu pot localiza gazda: %s "
  2651. #, c-format
  2652. msgid " Cannot create socket: %s "
  2653. msgstr " Nu pot crea socket-ul: %s "
  2654. #, c-format
  2655. msgid " Cannot connect to server: %s "
  2656. msgstr " Nu mă pot conecta la serverul: %s"
  2657. msgid " Too many open connections "
  2658. msgstr " Prea multe conectări "
  2659. #, c-format
  2660. msgid ""
  2661. "Warning: Invalid line in %s:\n"
  2662. "%s\n"
  2663. msgstr ""
  2664. "Atenţie: Linie invalidă în %s:\n"
  2665. "%s\n"
  2666. #, c-format
  2667. msgid ""
  2668. "Warning: Invalid flag %c in %s:\n"
  2669. "%s\n"
  2670. msgstr ""
  2671. "Atenţie: Indicator %c invalid în %s:\n"
  2672. "%s\n"
  2673. #, c-format
  2674. msgid ""
  2675. " reconnect to %s failed\n"
  2676. " "
  2677. msgstr ""
  2678. " reconectarea la %s a eşuat\n"
  2679. " "
  2680. msgid " Authentication failed "
  2681. msgstr " Autentificarea a eşuat "
  2682. #, c-format
  2683. msgid " Error %s creating directory %s "
  2684. msgstr " %s creez dir %s "
  2685. #, c-format
  2686. msgid " Error %s removing directory %s "
  2687. msgstr " %s şterg dir %s "
  2688. #, c-format
  2689. msgid " %s opening remote file %s "
  2690. msgstr " %s deschid acolo fişierul %s "
  2691. #, c-format
  2692. msgid " %s removing remote file %s "
  2693. msgstr " %s şterg acolo fişierul %s "
  2694. #, c-format
  2695. msgid " %s renaming files\n"
  2696. msgstr " %s redenumesc fişiere\n"
  2697. #, c-format
  2698. msgid ""
  2699. "Cannot open tar archive\n"
  2700. "%s"
  2701. msgstr ""
  2702. "Nu pot deschide arhiva tar\n"
  2703. "%s"
  2704. msgid "Inconsistent tar archive"
  2705. msgstr "Arhivă tar trunchiată"
  2706. msgid "Unexpected EOF on archive file"
  2707. msgstr "Sfârşit de fişier (EOF) neaşteptat în fişierul arhivă"
  2708. #, c-format
  2709. msgid ""
  2710. "Hmm,...\n"
  2711. "%s\n"
  2712. "doesn't look like a tar archive."
  2713. msgstr ""
  2714. "Hmm,...\n"
  2715. "%s\n"
  2716. "nu prea arată ca o arhivă tar."
  2717. msgid " undelfs: error "
  2718. msgstr " undelfs: eroare "
  2719. msgid " not enough memory "
  2720. msgstr " memorie insuficientă "
  2721. msgid " while allocating block buffer "
  2722. msgstr " în timpul alocării blocurilor de memorie tampon "
  2723. #, c-format
  2724. msgid " open_inode_scan: %d "
  2725. msgstr "open_inode_scan: %d "
  2726. #, c-format
  2727. msgid " while starting inode scan %d "
  2728. msgstr " în timpul scanării inodului %d "
  2729. #, c-format
  2730. msgid "undelfs: loading deleted files information %d inodes"
  2731. msgstr "undelfs: încarc informaţiile despre fişierele şterse: %d inoduri"
  2732. #, c-format
  2733. msgid " while calling ext2_block_iterate %d "
  2734. msgstr " în timpul apelului ext2_block_iterate %d "
  2735. msgid " no more memory while reallocating array "
  2736. msgstr " memorie insuficientă pentru realocarea matricei "
  2737. #, c-format
  2738. msgid " while doing inode scan %d "
  2739. msgstr " în timpul scanării inodurilor %d "
  2740. msgid " Ext2lib error "
  2741. msgstr " eroare Ext2lib "
  2742. #, c-format
  2743. msgid " Cannot open file %s "
  2744. msgstr " Nu pot deschide fişierul %s "
  2745. msgid "undelfs: reading inode bitmap..."
  2746. msgstr "undelfs: citesc harta inodurilor..."
  2747. #, c-format
  2748. msgid ""
  2749. " Cannot load inode bitmap from: \n"
  2750. " %s \n"
  2751. msgstr ""
  2752. " Nu pot încărca harta inodurilor din: \n"
  2753. " %s \n"
  2754. msgid "undelfs: reading block bitmap..."
  2755. msgstr "undelfs: citesc harta blocurilor..."
  2756. #, c-format
  2757. msgid ""
  2758. " Cannot load block bitmap from: \n"
  2759. " %s \n"
  2760. msgstr ""
  2761. " Nu pot încărca harta blocurilor din: \n"
  2762. " %s \n"
  2763. msgid " vfs_info is not fs! "
  2764. msgstr " vfs_info nu este fs! "
  2765. msgid " You have to chdir to extract files first "
  2766. msgstr " Trebuie să schimbaţi directorul pentru a extrage fişierele"
  2767. msgid " while iterating over blocks "
  2768. msgstr " în timpul iterării blocurilor "
  2769. msgid "Cannot parse:"
  2770. msgstr "Nu pot prelucra:"
  2771. msgid "More parsing errors will be ignored."
  2772. msgstr "Alte erori de prelucrare vor fi ignorate"
  2773. msgid "Internal error:"
  2774. msgstr "Eroare internă:"
  2775. msgid "Changes to file lost"
  2776. msgstr "S-au pierdut schimbările efectuate în fişier"
  2777. #~ msgid "Displays this help message"
  2778. #~ msgstr "Afişează un mesaj de ajutor"
  2779. #~ msgid "Displays a help screen on how to change the color scheme"
  2780. #~ msgstr "Afişează un ecran de ajutor despre cum se schimbă schema de culori"
  2781. #~ msgid "missing argument"
  2782. #~ msgstr "argument lipsă"
  2783. #~ msgid "unknown option"
  2784. #~ msgstr "opţiune necunoscută"
  2785. #~ msgid "invalid numeric value"
  2786. #~ msgstr "valoare numerică invalidă"
  2787. #~ msgid "Show this help message"
  2788. #~ msgstr "Arată acest mesaj de ajutor"
  2789. #~ msgid "Display brief usage message"
  2790. #~ msgstr "Afişează un mesaj sumar de utilizare"
  2791. #~ msgid "ARG"
  2792. #~ msgstr "ARG"
  2793. #~ msgid "Usage:"
  2794. #~ msgstr "Utilizare:"
  2795. #~ msgid "pro&Mpt on replace"
  2796. #~ msgstr "con&Firmă înlocuirea "
  2797. #~ msgid "replace &All"
  2798. #~ msgstr "înlocuieşte &Tot"
  2799. #~ msgid "O&ne"
  2800. #~ msgstr "u&Nul"
  2801. #, fuzzy
  2802. #~ msgid "%b %d %H:%M"
  2803. #~ msgstr "%b %e %H:%M"
  2804. #, fuzzy
  2805. #~ msgid "%b %d %Y"
  2806. #~ msgstr "%b %e %Y"
  2807. #, fuzzy
  2808. #~ msgid " The current address is 0x%08"
  2809. #~ msgstr ""
  2810. #~ " Adresa curentă este 0x%lx.\n"
  2811. #~ " Introduceţi noua adresă:"
  2812. #~ msgid "scanf &Expression"
  2813. #~ msgstr "expresie &Scanf "
  2814. #~ msgid " Enter replacement argument order eg. 3,2,1,4 "
  2815. #~ msgstr " Introduceţi ordinea de înlocuire (ex: 3,2,1,4):"
  2816. #~ msgid ""
  2817. #~ " Invalid regular expression, or scanf expression with too many "
  2818. #~ "conversions "
  2819. #~ msgstr ""
  2820. #~ " Expresie regulară invalidă, sau expresie scanf cu prea multe conversii "
  2821. #~ msgid " Error in replacement format string. "
  2822. #~ msgstr " Eroare în formatul şirului de înlocuire. "
  2823. #, fuzzy
  2824. #~ msgid " Replacement too long. "
  2825. #~ msgstr " Introduceţi şirul de înlocuire:"
  2826. #~ msgid "&Copy F5"
  2827. #~ msgstr "&Copiază F5"
  2828. #~ msgid "&Delete F8"
  2829. #~ msgstr "şter&Ge F8"
  2830. #, fuzzy
  2831. #~ msgid "Save setu&p..."
  2832. #~ msgstr "&Salvează setările"
  2833. #~ msgid " The command history is empty "
  2834. #~ msgstr " Istoricul comenzilor este gol "
  2835. #~ msgid "command &History"
  2836. #~ msgstr "&Istoricul comenzilor "
  2837. #~ msgid "Edit edi&tor menu file"
  2838. #~ msgstr "editare meniuri edi&Tor"
  2839. #~ msgid "Edit &syntax file"
  2840. #~ msgstr "editare fişier &Sintaxă"
  2841. #~ msgid ""
  2842. #~ "To use this feature select your codepage in\n"
  2843. #~ "Setup / Display Bits dialog!\n"
  2844. #~ "Do not forget to save options."
  2845. #~ msgstr ""
  2846. #~ "Pentru a utiliza această facilitate selectaţi codul\n"
  2847. #~ "de pagină în Opţiuni / Biţi de afişare!\n"
  2848. #~ "Nu uitaţi să salvaţi opţiunile."
  2849. #~ msgid "Invalid hex search expression"
  2850. #~ msgstr "Expresie regulară invalidă la căutare"
  2851. #~ msgid " Invalid regular expression "
  2852. #~ msgstr " Expresie regulară invalidă "
  2853. #~ msgid " Enter regexp:"
  2854. #~ msgstr " Introduceţi expresia regulară:"
  2855. #~ msgid "Using included S-Lang library"
  2856. #~ msgstr "Utilizând biblioteca S-lang inclusă"
  2857. #~ msgid "with termcap database"
  2858. #~ msgstr "cu baza de date termcap"
  2859. #~ msgid "&Home"
  2860. #~ msgstr "&Personal"
  2861. #~ msgid "&Type"
  2862. #~ msgstr "&Tipul"
  2863. #~ msgid "&Links"
  2864. #~ msgstr "&Legături"
  2865. #~ msgid "N&GID"
  2866. #~ msgstr "N&GID"
  2867. #~ msgid "N&UID"
  2868. #~ msgstr "N&UID"
  2869. #~ msgid "&Owner"
  2870. #~ msgstr "pr&Oprietar"
  2871. #~ msgid "&Group"
  2872. #~ msgstr "&Grup"
  2873. #~ msgid "MC was unable to write ~/"
  2874. #~ msgstr "MC nu a putut să scrie fişierul ~/"
  2875. #~ msgid " (%ld blocks)"
  2876. #~ msgstr " (%ld blocuri)"
  2877. #~ msgid " Notice "
  2878. #~ msgstr " Notă "
  2879. #~ msgid ""
  2880. #~ " The Midnight Commander configuration files \n"
  2881. #~ " are now stored in the ~/.mc directory, the \n"
  2882. #~ " files have been moved now\n"
  2883. #~ msgstr ""
  2884. #~ " Fişierele de configurare Midnight Commander \n"
  2885. #~ " sunt acum păstrate în directorul ~/.mc, \n"
  2886. #~ " fişierele au fost mutate acum\n"
  2887. #~ msgid "%s bytes in %d files"
  2888. #~ msgstr " %s bytes în %d fişiere"
  2889. #~ msgid " Cannot open file for reading: "
  2890. #~ msgstr " Nu pot deschide pentru citire fişierul: "
  2891. #~ msgid " Not an ordinary file: "
  2892. #~ msgstr " Nu e un fişier obişnuit: "
  2893. #~ msgid "Format of the "
  2894. #~ msgstr "Format al "
  2895. #~ msgid ""
  2896. #~ " file has changed\n"
  2897. #~ "with version 3.0. You may want either to\n"
  2898. #~ "copy it from "
  2899. #~ msgstr ""
  2900. #~ " fişierul s-a schimbat\n"
  2901. #~ "cu versiunea 3.0. Poate doriţi să\n"
  2902. #~ "îl copiaţi din "
  2903. #~ msgid ""
  2904. #~ "mc.ext or use that\n"
  2905. #~ "file as an example of how to write it.\n"
  2906. #~ msgstr ""
  2907. #~ "mc.ext sau utilizaţi acel\n"
  2908. #~ "fişier ca un exemplu de cum să îl scrieţi.\n"
  2909. #~ msgid "mc.ext will be used for this moment."
  2910. #~ msgstr "mc.ext va fi utilizat deocamdată."
  2911. #~ msgid " Cannot open file "
  2912. #~ msgstr " Nu pot deschide fişierul "
  2913. #~ msgid "Col %d"
  2914. #~ msgstr "Col %d"
  2915. #~ msgid " [grow]"
  2916. #~ msgstr "[creşte]"
  2917. #~ msgid "Ascii"
  2918. #~ msgstr "ASCII"
  2919. #~ msgid "Hex"
  2920. #~ msgstr "Hexa"
  2921. #~ msgid "Goto"
  2922. #~ msgstr "Du-teLa"
  2923. #~ msgid "Line"
  2924. #~ msgstr "Linie"
  2925. #~ msgid "RxSrch"
  2926. #~ msgstr "CautRX"
  2927. #~ msgid "EdHex"
  2928. #~ msgstr "EdHex"
  2929. #~ msgid "EdText"
  2930. #~ msgstr "EdText"
  2931. #~ msgid "UnWrap"
  2932. #~ msgstr "NeArnj"
  2933. #~ msgid "Wrap"
  2934. #~ msgstr "Aranj"
  2935. #~ msgid "HxSrch"
  2936. #~ msgstr "CautRX"
  2937. #~ msgid "Raw"
  2938. #~ msgstr "Brut"
  2939. #~ msgid "Parse"
  2940. #~ msgstr "Prelcr"
  2941. #~ msgid "Unform"
  2942. #~ msgstr "Neform"
  2943. #~ msgid "User menu available only in mcedit invoked from mc"
  2944. #~ msgstr ""
  2945. #~ "Meniul utilizatorului este accesibil numai când mcedit e pornit de mc"
  2946. #~ msgid " Socket source routing setup "
  2947. #~ msgstr " Setare a rutării sursei socket-ului "
  2948. #~ msgid " Enter host name to use as a source routing hop: "
  2949. #~ msgstr " Introduceţi numele gazdei de folosit ca nod de rutare al sursei: "
  2950. #~ msgid " Host name "
  2951. #~ msgstr " Numele gazdei "
  2952. #~ msgid " Error while looking up IP address "
  2953. #~ msgstr " Eroare în timpul căutării adresei IP "
  2954. #~ msgid ""
  2955. #~ "\n"
  2956. #~ "\n"
  2957. #~ "\n"
  2958. #~ "refresh stack underflow!\n"
  2959. #~ "\n"
  2960. #~ "\n"
  2961. #~ msgstr ""
  2962. #~ "\n"
  2963. #~ "\n"
  2964. #~ "\n"
  2965. #~ "stivă de împrospătare goală!\n"
  2966. #~ "\n"
  2967. #~ "\n"
  2968. #~ msgid " Listing format edit "
  2969. #~ msgstr " Editarea modului de listare"
  2970. #~ msgid " New mode is \"%s\" "
  2971. #~ msgstr " Noul mod este \"%s\" "
  2972. #~ msgid "&Drive... M-d"
  2973. #~ msgstr "&Disc... M-d"
  2974. #~ msgid "Use to debug the background code"
  2975. #~ msgstr "Utilizat pentru depanarea codului de fundal"
  2976. #~ msgid "Force subshell execution"
  2977. #~ msgstr "Forţează pornirea unui subshell"
  2978. #~ msgid " No action taken "
  2979. #~ msgstr " Nu a fost executată nici o acţiune "
  2980. #~ msgid " Cannot set source routing (%s)"
  2981. #~ msgstr " Nu pot seta rutarea sursei (%s)"