lt.po 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684
  1. # Lithuanian translation for apt
  2. # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
  3. # This file is distributed under the same license as the apt package.
  4. # Gintautas Miliauskas <gintas@akl.lt>, 2008.
  5. # Andrius Kokiančiks <napalm@mintis.lt>, 2008.
  6. #
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: apt 1.0.5\n"
  10. "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
  11. "POT-Creation-Date: 2015-09-11 23:36+0200\n"
  12. "PO-Revision-Date: 2008-08-02 01:47-0400\n"
  13. "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
  14. "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
  15. "Language: lt\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
  20. "%100<10 || n%100>=20) ? 1 : 2;\n"
  21. "X-Launchpad-Export-Date: 2008-08-02 05:04+0000\n"
  22. #: cmdline/apt-cache.cc:149
  23. #, c-format
  24. msgid "Package %s version %s has an unmet dep:\n"
  25. msgstr "Paketas %s versijos numeriu %s turi netenkinamą priklausomybę:\n"
  26. #: cmdline/apt-cache.cc:319
  27. #, fuzzy
  28. msgid "apt-cache stats does not take any arguments"
  29. msgstr "Atnaujinimo komandai argumentų nereikia"
  30. #: cmdline/apt-cache.cc:325
  31. #, fuzzy
  32. msgid "Total package names: "
  33. msgstr "Visi paketų pavadinimai: "
  34. #: cmdline/apt-cache.cc:327
  35. #, fuzzy
  36. msgid "Total package structures: "
  37. msgstr "Visi paketų pavadinimai: "
  38. #: cmdline/apt-cache.cc:367
  39. msgid " Normal packages: "
  40. msgstr " Normalūs paketai: "
  41. #: cmdline/apt-cache.cc:368
  42. msgid " Pure virtual packages: "
  43. msgstr " Virtualūs paketai: "
  44. #: cmdline/apt-cache.cc:369
  45. msgid " Single virtual packages: "
  46. msgstr " Pavieniai virtualūs paketai: "
  47. #: cmdline/apt-cache.cc:370
  48. msgid " Mixed virtual packages: "
  49. msgstr " Mišrūs virtualūs paketai: "
  50. #: cmdline/apt-cache.cc:371
  51. msgid " Missing: "
  52. msgstr " Trūksta: "
  53. #: cmdline/apt-cache.cc:373
  54. msgid "Total distinct versions: "
  55. msgstr "Viso skirtingų versijų: "
  56. #: cmdline/apt-cache.cc:375
  57. #, fuzzy
  58. msgid "Total distinct descriptions: "
  59. msgstr "Viso skirtingų aprašymų: "
  60. #: cmdline/apt-cache.cc:377
  61. msgid "Total dependencies: "
  62. msgstr "Viso priklausomybių: "
  63. #: cmdline/apt-cache.cc:380
  64. msgid "Total ver/file relations: "
  65. msgstr "Viso versijų/failų santykių yra: "
  66. #: cmdline/apt-cache.cc:382
  67. msgid "Total Desc/File relations: "
  68. msgstr "Viso aprašymų/failų santykių yra: "
  69. #: cmdline/apt-cache.cc:384
  70. msgid "Total Provides mappings: "
  71. msgstr ""
  72. #: cmdline/apt-cache.cc:440
  73. msgid "Total globbed strings: "
  74. msgstr ""
  75. #: cmdline/apt-cache.cc:446
  76. msgid "Total slack space: "
  77. msgstr ""
  78. #: cmdline/apt-cache.cc:463
  79. msgid "Total space accounted for: "
  80. msgstr ""
  81. #: cmdline/apt-cache.cc:605 cmdline/apt-cache.cc:1256
  82. #: apt-private/private-show.cc:58
  83. #, c-format
  84. msgid "Package file %s is out of sync."
  85. msgstr ""
  86. #: cmdline/apt-cache.cc:680 cmdline/apt-cache.cc:1541 cmdline/apt-cache.cc:1543
  87. #: cmdline/apt-cache.cc:1624 cmdline/apt-mark.cc:56 cmdline/apt-mark.cc:103
  88. #: cmdline/apt-mark.cc:229 apt-private/private-show.cc:173
  89. #: apt-private/private-show.cc:175
  90. msgid "No packages found"
  91. msgstr "Paketų nerasta"
  92. #: cmdline/apt-cache.cc:1356 apt-private/private-search.cc:41
  93. msgid "You must give at least one search pattern"
  94. msgstr ""
  95. #: cmdline/apt-cache.cc:1520
  96. msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
  97. msgstr ""
  98. #: cmdline/apt-cache.cc:1619 apt-pkg/cacheset.cc:754
  99. #, c-format
  100. msgid "Unable to locate package %s"
  101. msgstr "Nepavyko rasti paketo %s"
  102. #: cmdline/apt-cache.cc:1649
  103. msgid "Package files:"
  104. msgstr "Paketų failai:"
  105. #: cmdline/apt-cache.cc:1658 cmdline/apt-cache.cc:1766
  106. msgid "Cache is out of sync, can't x-ref a package file"
  107. msgstr ""
  108. #. Show any packages have explicit pins
  109. #: cmdline/apt-cache.cc:1672
  110. msgid "Pinned packages:"
  111. msgstr "Surišti paketai:"
  112. #: cmdline/apt-cache.cc:1686 cmdline/apt-cache.cc:1743
  113. msgid "(not found)"
  114. msgstr "(nerasta)"
  115. #. Print the package name and the version we are forcing to
  116. #: cmdline/apt-cache.cc:1700
  117. #, c-format
  118. msgid "%s -> %s with priority %d\n"
  119. msgstr ""
  120. #: cmdline/apt-cache.cc:1706
  121. msgid " Installed: "
  122. msgstr " Įdiegta: "
  123. #: cmdline/apt-cache.cc:1707
  124. msgid " Candidate: "
  125. msgstr " Kandidatas: "
  126. #: cmdline/apt-cache.cc:1725 cmdline/apt-cache.cc:1733
  127. msgid "(none)"
  128. msgstr "(nėra)"
  129. #: cmdline/apt-cache.cc:1740
  130. msgid " Package pin: "
  131. msgstr " Paketo susiejimai: "
  132. #. Show the priority tables
  133. #: cmdline/apt-cache.cc:1749
  134. msgid " Version table:"
  135. msgstr " Versijų lentelė:"
  136. #: cmdline/apt-cache.cc:1871
  137. msgid ""
  138. "Usage: apt-cache [options] command\n"
  139. " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
  140. " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
  141. "\n"
  142. "apt-cache is a low-level tool used to query information\n"
  143. "from APT's binary cache files\n"
  144. "\n"
  145. "Commands:\n"
  146. " gencaches - Build both the package and source cache\n"
  147. " showpkg - Show some general information for a single package\n"
  148. " showsrc - Show source records\n"
  149. " stats - Show some basic statistics\n"
  150. " dump - Show the entire file in a terse form\n"
  151. " dumpavail - Print an available file to stdout\n"
  152. " unmet - Show unmet dependencies\n"
  153. " search - Search the package list for a regex pattern\n"
  154. " show - Show a readable record for the package\n"
  155. " depends - Show raw dependency information for a package\n"
  156. " rdepends - Show reverse dependency information for a package\n"
  157. " pkgnames - List the names of all packages in the system\n"
  158. " dotty - Generate package graphs for GraphViz\n"
  159. " xvcg - Generate package graphs for xvcg\n"
  160. " policy - Show policy settings\n"
  161. "\n"
  162. "Options:\n"
  163. " -h This help text.\n"
  164. " -p=? The package cache.\n"
  165. " -s=? The source cache.\n"
  166. " -q Disable progress indicator.\n"
  167. " -i Show only important deps for the unmet command.\n"
  168. " -c=? Read this configuration file\n"
  169. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  170. "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
  171. msgstr ""
  172. #: cmdline/apt-cdrom.cc:77
  173. msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
  174. msgstr ""
  175. #: cmdline/apt-cdrom.cc:92
  176. #, fuzzy
  177. msgid "Please insert a Disc in the drive and press [Enter]"
  178. msgstr "Prašome įdėti diską į įrenginį ir paspausti Enter"
  179. #: cmdline/apt-cdrom.cc:140
  180. #, fuzzy, c-format
  181. msgid "Failed to mount '%s' to '%s'"
  182. msgstr "Nepavyko pervadinti %s į %s"
  183. #: cmdline/apt-cdrom.cc:179
  184. msgid ""
  185. "No CD-ROM could be auto-detected or found using the default mount point.\n"
  186. "You may try the --cdrom option to set the CD-ROM mount point.\n"
  187. "See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
  188. "mount point."
  189. msgstr ""
  190. #: cmdline/apt-cdrom.cc:183
  191. msgid "Repeat this process for the rest of the CDs in your set."
  192. msgstr "Pakartokite šitą procesą su kitais CD savo rinkinyje."
  193. #: cmdline/apt-config.cc:48
  194. msgid "Arguments not in pairs"
  195. msgstr "Parametrai nurodyti ne poromis"
  196. #: cmdline/apt-config.cc:88
  197. msgid ""
  198. "Usage: apt-config [options] command\n"
  199. "\n"
  200. "apt-config is a simple tool to read the APT config file\n"
  201. "\n"
  202. "Commands:\n"
  203. " shell - Shell mode\n"
  204. " dump - Show the configuration\n"
  205. "\n"
  206. "Options:\n"
  207. " -h This help text.\n"
  208. " -c=? Read this configuration file\n"
  209. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  210. msgstr ""
  211. "Panaudojimas: apt-config [parametrai] komanda\n"
  212. "\n"
  213. "apt-config yra paprastas įrankis nuskaityti APT konfigūracijos failui\n"
  214. "\n"
  215. "Komandos:\n"
  216. " shell - Shell rėžimas\n"
  217. " dump - Parodyti konfigūraciją\n"
  218. "\n"
  219. "Parinktys:\n"
  220. " -h Šis pagalbos ekranas.\n"
  221. " -c=? Nuskaityti pateiktą konfigūracijos failą\n"
  222. " -o=? Nurodyti tam tikrą konfigūracijos parametrą, pvz -o dir::cache=/tmp\n"
  223. #: cmdline/apt-get.cc:211
  224. #, fuzzy, c-format
  225. msgid "Can not find a package for architecture '%s'"
  226. msgstr "Nepavyko rasti paketo %s"
  227. #: cmdline/apt-get.cc:287
  228. #, fuzzy, c-format
  229. msgid "Can not find a package '%s' with version '%s'"
  230. msgstr "Nepavyko rasti paketo %s"
  231. #: cmdline/apt-get.cc:290
  232. #, fuzzy, c-format
  233. msgid "Can not find a package '%s' with release '%s'"
  234. msgstr "Nepavyko rasti paketo %s"
  235. #: cmdline/apt-get.cc:327
  236. #, c-format
  237. msgid "Picking '%s' as source package instead of '%s'\n"
  238. msgstr ""
  239. #: cmdline/apt-get.cc:386
  240. #, c-format
  241. msgid "Can not find version '%s' of package '%s'"
  242. msgstr ""
  243. #: cmdline/apt-get.cc:417
  244. #, c-format
  245. msgid "Couldn't find package %s"
  246. msgstr "Nepavyko rasti paketo %s"
  247. #: cmdline/apt-get.cc:422 cmdline/apt-mark.cc:78
  248. #: apt-private/private-install.cc:851
  249. #, c-format
  250. msgid "%s set to manually installed.\n"
  251. msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
  252. #: cmdline/apt-get.cc:424 cmdline/apt-mark.cc:80
  253. #, fuzzy, c-format
  254. msgid "%s set to automatically installed.\n"
  255. msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
  256. #: cmdline/apt-get.cc:432 cmdline/apt-mark.cc:124
  257. msgid ""
  258. "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
  259. "instead."
  260. msgstr ""
  261. #: cmdline/apt-get.cc:501 cmdline/apt-get.cc:509
  262. msgid "Internal error, problem resolver broke stuff"
  263. msgstr "Vidinė klaida, problemos sprendimas kažką sugadino"
  264. #: cmdline/apt-get.cc:570
  265. msgid "Unable to lock the download directory"
  266. msgstr "Nepavyko užrakinti parsiuntimų aplanko"
  267. #: cmdline/apt-get.cc:685
  268. msgid "Must specify at least one package to fetch source for"
  269. msgstr "Būtina nurodyti bent vieną paketą, kad parsiųsti jo išeities tekstą"
  270. #: cmdline/apt-get.cc:722 cmdline/apt-get.cc:1029
  271. #, c-format
  272. msgid "Unable to find a source package for %s"
  273. msgstr "Nepavyko surasti išeities teksto paketo, skirto %s"
  274. #: cmdline/apt-get.cc:742
  275. #, c-format
  276. msgid ""
  277. "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
  278. "%s\n"
  279. msgstr ""
  280. #: cmdline/apt-get.cc:747
  281. #, c-format
  282. msgid ""
  283. "Please use:\n"
  284. "bzr branch %s\n"
  285. "to retrieve the latest (possibly unreleased) updates to the package.\n"
  286. msgstr ""
  287. #: cmdline/apt-get.cc:795
  288. #, c-format
  289. msgid "Skipping already downloaded file '%s'\n"
  290. msgstr "Praleidžiama jau parsiųsta byla „%s“\n"
  291. #. TRANSLATOR: The required space between number and unit is already included
  292. #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
  293. #: cmdline/apt-get.cc:825
  294. #, c-format
  295. msgid "Need to get %sB/%sB of source archives.\n"
  296. msgstr "Reikia parsiųsti %sB/%sB išeities archyvų.\n"
  297. #. TRANSLATOR: The required space between number and unit is already included
  298. #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
  299. #: cmdline/apt-get.cc:830
  300. #, c-format
  301. msgid "Need to get %sB of source archives.\n"
  302. msgstr "Reikia parsiųsti %sB išeities archyvų.\n"
  303. #: cmdline/apt-get.cc:836
  304. #, c-format
  305. msgid "Fetch source %s\n"
  306. msgstr "Parsiunčiamas archyvas %s\n"
  307. #: cmdline/apt-get.cc:858
  308. msgid "Failed to fetch some archives."
  309. msgstr "Nepavyko gauti kai kurių arhcyvų."
  310. #: cmdline/apt-get.cc:863 apt-private/private-install.cc:300
  311. msgid "Download complete and in download only mode"
  312. msgstr "Pavyko parsiųsti tik parsiuntimo režime"
  313. #: cmdline/apt-get.cc:888
  314. #, c-format
  315. msgid "Skipping unpack of already unpacked source in %s\n"
  316. msgstr "Jau išpakuotas archyvas %s praleidžiama\n"
  317. #: cmdline/apt-get.cc:901
  318. #, c-format
  319. msgid "Unpack command '%s' failed.\n"
  320. msgstr "Nepavyko įvykdyti išpakavimo komandos „%s“\n"
  321. #: cmdline/apt-get.cc:902
  322. #, c-format
  323. msgid "Check if the 'dpkg-dev' package is installed.\n"
  324. msgstr "Patikrinkite, ar įdiegtas „dpkg-dev“ paketas.\n"
  325. #: cmdline/apt-get.cc:930
  326. #, c-format
  327. msgid "Build command '%s' failed.\n"
  328. msgstr "Nepavyko įvykdyti paketo kompiliavimo komandos „%s“\n"
  329. #: cmdline/apt-get.cc:949
  330. msgid "Child process failed"
  331. msgstr "Klaida procese-palikuonyje"
  332. #: cmdline/apt-get.cc:970
  333. msgid "Must specify at least one package to check builddeps for"
  334. msgstr "Būtina nurodyti bent vieną paketą, kuriam norite įvykdyti builddeps"
  335. #: cmdline/apt-get.cc:988
  336. #, c-format
  337. msgid ""
  338. "No architecture information available for %s. See apt.conf(5) APT::"
  339. "Architectures for setup"
  340. msgstr ""
  341. #: cmdline/apt-get.cc:1006
  342. #, c-format
  343. msgid "Note, using directory '%s' to get the build dependencies\n"
  344. msgstr ""
  345. #: cmdline/apt-get.cc:1016
  346. #, c-format
  347. msgid "Note, using file '%s' to get the build dependencies\n"
  348. msgstr ""
  349. #: cmdline/apt-get.cc:1041 cmdline/apt-get.cc:1044
  350. #, c-format
  351. msgid "Unable to get build-dependency information for %s"
  352. msgstr "Nepavyko gauti kūrimo-priklausomybių informacijos paketui %s"
  353. #: cmdline/apt-get.cc:1064
  354. #, c-format
  355. msgid "%s has no build depends.\n"
  356. msgstr ""
  357. #: cmdline/apt-get.cc:1234
  358. #, fuzzy, c-format
  359. msgid ""
  360. "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
  361. "packages"
  362. msgstr ""
  363. "%s priklausomybė %s paketui negali būti patenkinama, nes paketas %s nerastas"
  364. #: cmdline/apt-get.cc:1252
  365. #, c-format
  366. msgid ""
  367. "%s dependency for %s cannot be satisfied because the package %s cannot be "
  368. "found"
  369. msgstr ""
  370. "%s priklausomybė %s paketui negali būti patenkinama, nes paketas %s nerastas"
  371. #: cmdline/apt-get.cc:1275
  372. #, c-format
  373. msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
  374. msgstr ""
  375. "Nepavyko patenkinti %s priklausomybės %s paketui: Įdiegtas paketas %s yra "
  376. "per naujas"
  377. #: cmdline/apt-get.cc:1314
  378. #, fuzzy, c-format
  379. msgid ""
  380. "%s dependency for %s cannot be satisfied because candidate version of "
  381. "package %s can't satisfy version requirements"
  382. msgstr ""
  383. "%s priklausomybė %s paketui negali būti patenkinama, nes nėra tinkamos "
  384. "versijos %s paketo"
  385. #: cmdline/apt-get.cc:1320
  386. #, fuzzy, c-format
  387. msgid ""
  388. "%s dependency for %s cannot be satisfied because package %s has no candidate "
  389. "version"
  390. msgstr ""
  391. "%s priklausomybė %s paketui negali būti patenkinama, nes paketas %s nerastas"
  392. #: cmdline/apt-get.cc:1343
  393. #, c-format
  394. msgid "Failed to satisfy %s dependency for %s: %s"
  395. msgstr "Nepavyko patenkinti %s priklausomybės %s: %s"
  396. #: cmdline/apt-get.cc:1358
  397. #, c-format
  398. msgid "Build-dependencies for %s could not be satisfied."
  399. msgstr ""
  400. #: cmdline/apt-get.cc:1363
  401. msgid "Failed to process build dependencies"
  402. msgstr ""
  403. #: cmdline/apt-get.cc:1553
  404. msgid "Supported modules:"
  405. msgstr "Palaikomi moduliai:"
  406. #: cmdline/apt-get.cc:1594
  407. msgid ""
  408. "Usage: apt-get [options] command\n"
  409. " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
  410. " apt-get [options] source pkg1 [pkg2 ...]\n"
  411. "\n"
  412. "apt-get is a simple command line interface for downloading and\n"
  413. "installing packages. The most frequently used commands are update\n"
  414. "and install.\n"
  415. "\n"
  416. "Commands:\n"
  417. " update - Retrieve new lists of packages\n"
  418. " upgrade - Perform an upgrade\n"
  419. " install - Install new packages (pkg is libc6 not libc6.deb)\n"
  420. " remove - Remove packages\n"
  421. " autoremove - Remove automatically all unused packages\n"
  422. " purge - Remove packages and config files\n"
  423. " source - Download source archives\n"
  424. " build-dep - Configure build-dependencies for source packages\n"
  425. " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
  426. " dselect-upgrade - Follow dselect selections\n"
  427. " clean - Erase downloaded archive files\n"
  428. " autoclean - Erase old downloaded archive files\n"
  429. " check - Verify that there are no broken dependencies\n"
  430. " changelog - Download and display the changelog for the given package\n"
  431. " download - Download the binary package into the current directory\n"
  432. "\n"
  433. "Options:\n"
  434. " -h This help text.\n"
  435. " -q Loggable output - no progress indicator\n"
  436. " -qq No output except for errors\n"
  437. " -d Download only - do NOT install or unpack archives\n"
  438. " -s No-act. Perform ordering simulation\n"
  439. " -y Assume Yes to all queries and do not prompt\n"
  440. " -f Attempt to correct a system with broken dependencies in place\n"
  441. " -m Attempt to continue if archives are unlocatable\n"
  442. " -u Show a list of upgraded packages as well\n"
  443. " -b Build the source package after fetching it\n"
  444. " -V Show verbose version numbers\n"
  445. " -c=? Read this configuration file\n"
  446. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  447. "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
  448. "pages for more information and options.\n"
  449. " This APT has Super Cow Powers.\n"
  450. msgstr ""
  451. #: cmdline/apt-helper.cc:37
  452. msgid "Need one URL as argument"
  453. msgstr ""
  454. #: cmdline/apt-helper.cc:50
  455. #, fuzzy
  456. msgid "Must specify at least one pair url/filename"
  457. msgstr "Būtina nurodyti bent vieną paketą, kad parsiųsti jo išeities tekstą"
  458. #: cmdline/apt-helper.cc:73 cmdline/apt-helper.cc:77
  459. msgid "Download Failed"
  460. msgstr ""
  461. #: cmdline/apt-helper.cc:98 cmdline/apt-helper.cc:101
  462. #, c-format
  463. msgid "GetSrvRec failed for %s"
  464. msgstr ""
  465. #: cmdline/apt-helper.cc:117
  466. msgid ""
  467. "Usage: apt-helper [options] command\n"
  468. " apt-helper [options] download-file uri target-path\n"
  469. "\n"
  470. "apt-helper is a internal helper for apt\n"
  471. "\n"
  472. "Commands:\n"
  473. " download-file - download the given uri to the target-path\n"
  474. " srv-lookup - lookup a SRV record (e.g. _http._tcp.ftp.debian.org)\n"
  475. " auto-detect-proxy - detect proxy using apt.conf\n"
  476. "\n"
  477. " This APT helper has Super Meep Powers.\n"
  478. msgstr ""
  479. #: cmdline/apt-mark.cc:65
  480. #, fuzzy, c-format
  481. msgid "%s can not be marked as it is not installed.\n"
  482. msgstr "bet jis nėra įdiegtas"
  483. #: cmdline/apt-mark.cc:71
  484. #, fuzzy, c-format
  485. msgid "%s was already set to manually installed.\n"
  486. msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
  487. #: cmdline/apt-mark.cc:73
  488. #, fuzzy, c-format
  489. msgid "%s was already set to automatically installed.\n"
  490. msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
  491. #: cmdline/apt-mark.cc:238
  492. #, fuzzy, c-format
  493. msgid "%s was already set on hold.\n"
  494. msgstr "%s ir taip jau yra naujausias.\n"
  495. #: cmdline/apt-mark.cc:240
  496. #, fuzzy, c-format
  497. msgid "%s was already not hold.\n"
  498. msgstr "%s ir taip jau yra naujausias.\n"
  499. #: cmdline/apt-mark.cc:255 cmdline/apt-mark.cc:333 cmdline/apt-mark.cc:397
  500. #: apt-pkg/deb/dpkgpm.cc:1302 apt-pkg/contrib/fileutl.cc:850
  501. #: apt-pkg/contrib/gpgv.cc:207
  502. #, c-format
  503. msgid "Waited for %s but it wasn't there"
  504. msgstr ""
  505. #: cmdline/apt-mark.cc:270 cmdline/apt-mark.cc:380
  506. #, fuzzy, c-format
  507. msgid "%s set on hold.\n"
  508. msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
  509. #: cmdline/apt-mark.cc:272 cmdline/apt-mark.cc:385
  510. #, fuzzy, c-format
  511. msgid "Canceled hold on %s.\n"
  512. msgstr "Nepavyko atverti %s"
  513. #: cmdline/apt-mark.cc:337 cmdline/apt-mark.cc:403
  514. msgid "Executing dpkg failed. Are you root?"
  515. msgstr ""
  516. #: cmdline/apt-mark.cc:449
  517. msgid ""
  518. "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
  519. "\n"
  520. "apt-mark is a simple command line interface for marking packages\n"
  521. "as manually or automatically installed. It can also list marks.\n"
  522. "\n"
  523. "Commands:\n"
  524. " auto - Mark the given packages as automatically installed\n"
  525. " manual - Mark the given packages as manually installed\n"
  526. " hold - Mark a package as held back\n"
  527. " unhold - Unset a package set as held back\n"
  528. " showauto - Print the list of automatically installed packages\n"
  529. " showmanual - Print the list of manually installed packages\n"
  530. " showhold - Print the list of package on hold\n"
  531. "\n"
  532. "Options:\n"
  533. " -h This help text.\n"
  534. " -q Loggable output - no progress indicator\n"
  535. " -qq No output except for errors\n"
  536. " -s No-act. Just prints what would be done.\n"
  537. " -f read/write auto/manual marking in the given file\n"
  538. " -c=? Read this configuration file\n"
  539. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  540. "See the apt-mark(8) and apt.conf(5) manual pages for more information."
  541. msgstr ""
  542. #: cmdline/apt.cc:46
  543. msgid ""
  544. "Usage: apt [options] command\n"
  545. "\n"
  546. "CLI for apt.\n"
  547. "Basic commands: \n"
  548. " list - list packages based on package names\n"
  549. " search - search in package descriptions\n"
  550. " show - show package details\n"
  551. "\n"
  552. " update - update list of available packages\n"
  553. "\n"
  554. " install - install packages\n"
  555. " remove - remove packages\n"
  556. " autoremove - Remove automatically all unused packages\n"
  557. "\n"
  558. " upgrade - upgrade the system by installing/upgrading packages\n"
  559. " full-upgrade - upgrade the system by removing/installing/upgrading "
  560. "packages\n"
  561. "\n"
  562. " edit-sources - edit the source information file\n"
  563. msgstr ""
  564. #: methods/cdrom.cc:203
  565. #, c-format
  566. msgid "Unable to read the cdrom database %s"
  567. msgstr "Nepavyko perskaityti cdrom duomenų bazės %s"
  568. #: methods/cdrom.cc:212
  569. msgid ""
  570. "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
  571. "cannot be used to add new CD-ROMs"
  572. msgstr ""
  573. #: methods/cdrom.cc:222
  574. msgid "Wrong CD-ROM"
  575. msgstr "Klaidingas CD-ROM"
  576. #: methods/cdrom.cc:249
  577. #, c-format
  578. msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
  579. msgstr "Nepavyko atjungti CD-ROM įrenginyje %s, galbūt jis vis dar naudojamas."
  580. #: methods/cdrom.cc:254
  581. msgid "Disk not found."
  582. msgstr "Diskas nerastas."
  583. #: methods/cdrom.cc:262 methods/file.cc:121 methods/rsh.cc:299
  584. msgid "File not found"
  585. msgstr "Failas nerastas"
  586. #: methods/copy.cc:57 methods/gzip.cc:127 methods/rred.cc:663
  587. #: methods/rred.cc:673
  588. msgid "Failed to stat"
  589. msgstr ""
  590. #: methods/copy.cc:101 methods/gzip.cc:134 methods/rred.cc:670
  591. msgid "Failed to set modification time"
  592. msgstr ""
  593. #: methods/file.cc:49
  594. msgid "Invalid URI, local URIS must not start with //"
  595. msgstr ""
  596. #. Login must be before getpeername otherwise dante won't work.
  597. #: methods/ftp.cc:177
  598. msgid "Logging in"
  599. msgstr "Jungiamasi"
  600. #: methods/ftp.cc:183
  601. msgid "Unable to determine the peer name"
  602. msgstr ""
  603. #: methods/ftp.cc:188
  604. msgid "Unable to determine the local name"
  605. msgstr ""
  606. #: methods/ftp.cc:219 methods/ftp.cc:247
  607. #, c-format
  608. msgid "The server refused the connection and said: %s"
  609. msgstr ""
  610. #: methods/ftp.cc:225
  611. #, c-format
  612. msgid "USER failed, server said: %s"
  613. msgstr ""
  614. #: methods/ftp.cc:232
  615. #, c-format
  616. msgid "PASS failed, server said: %s"
  617. msgstr ""
  618. #: methods/ftp.cc:252
  619. msgid ""
  620. "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
  621. "is empty."
  622. msgstr ""
  623. #: methods/ftp.cc:282
  624. #, c-format
  625. msgid "Login script command '%s' failed, server said: %s"
  626. msgstr ""
  627. #: methods/ftp.cc:308
  628. #, c-format
  629. msgid "TYPE failed, server said: %s"
  630. msgstr ""
  631. #: methods/ftp.cc:346 methods/ftp.cc:458 methods/rsh.cc:213 methods/rsh.cc:261
  632. msgid "Connection timeout"
  633. msgstr "Jungiamasi per ilgai"
  634. #: methods/ftp.cc:352
  635. msgid "Server closed the connection"
  636. msgstr ""
  637. #: methods/ftp.cc:355 methods/rsh.cc:220 apt-pkg/contrib/fileutl.cc:1569
  638. #: apt-pkg/contrib/fileutl.cc:1578 apt-pkg/contrib/fileutl.cc:1583
  639. #: apt-pkg/contrib/fileutl.cc:1585
  640. msgid "Read error"
  641. msgstr "Skaitymo klaida"
  642. #: methods/ftp.cc:362 methods/rsh.cc:227
  643. msgid "A response overflowed the buffer."
  644. msgstr ""
  645. #: methods/ftp.cc:379 methods/ftp.cc:391
  646. msgid "Protocol corruption"
  647. msgstr ""
  648. #: methods/ftp.cc:464 methods/rsh.cc:267 apt-pkg/contrib/fileutl.cc:946
  649. #: apt-pkg/contrib/fileutl.cc:1691 apt-pkg/contrib/fileutl.cc:1700
  650. #: apt-pkg/contrib/fileutl.cc:1705 apt-pkg/contrib/fileutl.cc:1707
  651. #: apt-pkg/contrib/fileutl.cc:1732
  652. msgid "Write error"
  653. msgstr "Rašymo klaida"
  654. #: methods/ftp.cc:703 methods/ftp.cc:709 methods/ftp.cc:744
  655. msgid "Could not create a socket"
  656. msgstr ""
  657. #: methods/ftp.cc:714
  658. msgid "Could not connect data socket, connection timed out"
  659. msgstr ""
  660. #: methods/ftp.cc:718 methods/connect.cc:119 methods/rsh.cc:102
  661. msgid "Failed"
  662. msgstr "Nepavyko"
  663. #: methods/ftp.cc:720
  664. msgid "Could not connect passive socket."
  665. msgstr ""
  666. #: methods/ftp.cc:737
  667. msgid "getaddrinfo was unable to get a listening socket"
  668. msgstr ""
  669. #: methods/ftp.cc:751
  670. msgid "Could not bind a socket"
  671. msgstr ""
  672. #: methods/ftp.cc:755
  673. msgid "Could not listen on the socket"
  674. msgstr ""
  675. #: methods/ftp.cc:762
  676. msgid "Could not determine the socket's name"
  677. msgstr ""
  678. #: methods/ftp.cc:794
  679. msgid "Unable to send PORT command"
  680. msgstr ""
  681. #: methods/ftp.cc:804
  682. #, c-format
  683. msgid "Unknown address family %u (AF_*)"
  684. msgstr ""
  685. #: methods/ftp.cc:813
  686. #, c-format
  687. msgid "EPRT failed, server said: %s"
  688. msgstr ""
  689. #: methods/ftp.cc:833
  690. msgid "Data socket connect timed out"
  691. msgstr ""
  692. #: methods/ftp.cc:840
  693. msgid "Unable to accept connection"
  694. msgstr ""
  695. #: methods/ftp.cc:880 methods/server.cc:391 methods/rsh.cc:337
  696. msgid "Problem hashing file"
  697. msgstr ""
  698. #: methods/ftp.cc:893
  699. #, c-format
  700. msgid "Unable to fetch file, server said '%s'"
  701. msgstr "Nepavyko atsiųsti failo, serveris atsakė „%s“"
  702. #: methods/ftp.cc:908 methods/rsh.cc:356
  703. msgid "Data socket timed out"
  704. msgstr ""
  705. #: methods/ftp.cc:945
  706. #, c-format
  707. msgid "Data transfer failed, server said '%s'"
  708. msgstr ""
  709. #. Get the files information
  710. #: methods/ftp.cc:1028
  711. msgid "Query"
  712. msgstr "Užklausti"
  713. #: methods/ftp.cc:1142
  714. msgid "Unable to invoke "
  715. msgstr ""
  716. #: methods/connect.cc:79
  717. #, c-format
  718. msgid "Connecting to %s (%s)"
  719. msgstr "Jungiamasi prie %s (%s)"
  720. #: methods/connect.cc:90
  721. #, c-format
  722. msgid "[IP: %s %s]"
  723. msgstr "[IP: %s %s]"
  724. #: methods/connect.cc:97
  725. #, c-format
  726. msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
  727. msgstr ""
  728. #: methods/connect.cc:103
  729. #, c-format
  730. msgid "Cannot initiate the connection to %s:%s (%s)."
  731. msgstr ""
  732. #: methods/connect.cc:111
  733. #, c-format
  734. msgid "Could not connect to %s:%s (%s), connection timed out"
  735. msgstr "Nepavyko prisijungti prie %s:%s (%s), prisijungimas per ilgai užtruko"
  736. #: methods/connect.cc:129
  737. #, c-format
  738. msgid "Could not connect to %s:%s (%s)."
  739. msgstr "Nepavyko prisijungti prie %s:%s (%s)."
  740. #. We say this mainly because the pause here is for the
  741. #. ssh connection that is still going
  742. #: methods/connect.cc:153 methods/rsh.cc:460
  743. #, c-format
  744. msgid "Connecting to %s"
  745. msgstr "Jungiamasi prie %s"
  746. #: methods/connect.cc:179 methods/connect.cc:198
  747. #, c-format
  748. msgid "Could not resolve '%s'"
  749. msgstr "Nepavyko surasti vardo „%s“"
  750. #: methods/connect.cc:204
  751. #, c-format
  752. msgid "Temporary failure resolving '%s'"
  753. msgstr "Laikinas sutrikimas ieškant vardo „%s“"
  754. #: methods/connect.cc:208
  755. #, fuzzy, c-format
  756. msgid "System error resolving '%s:%s'"
  757. msgstr "Laikinas sutrikimas ieškant vardo „%s“"
  758. #: methods/connect.cc:210
  759. #, c-format
  760. msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
  761. msgstr ""
  762. #: methods/connect.cc:257
  763. #, fuzzy, c-format
  764. msgid "Unable to connect to %s:%s:"
  765. msgstr "Nepavyko prisijungti prie %s %s:"
  766. #: methods/gpgv.cc:205 methods/gpgv.cc:215
  767. msgid "At least one invalid signature was encountered."
  768. msgstr ""
  769. #: methods/gpgv.cc:210
  770. msgid ""
  771. "Internal error: Good signature, but could not determine key fingerprint?!"
  772. msgstr ""
  773. #: methods/gpgv.cc:217
  774. msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
  775. msgstr ""
  776. #. TRANSLATORS: %s is a single techy word like 'NODATA'
  777. #: methods/gpgv.cc:223 apt-pkg/acquire-item.cc:650
  778. #, c-format
  779. msgid ""
  780. "Clearsigned file isn't valid, got '%s' (does the network require "
  781. "authentication?)"
  782. msgstr ""
  783. #: methods/gpgv.cc:227
  784. msgid "Unknown error executing apt-key"
  785. msgstr "Nežinoma klaida kviečiant apt-key"
  786. #: methods/gpgv.cc:260 methods/gpgv.cc:267
  787. msgid "The following signatures were invalid:\n"
  788. msgstr "Šie parašai buvo nevalidūs:\n"
  789. #: methods/gpgv.cc:274
  790. msgid ""
  791. "The following signatures couldn't be verified because the public key is not "
  792. "available:\n"
  793. msgstr "Šių parašų nebuvo galima patikrinti, nes nėra viešojo rakto:\n"
  794. #: methods/gzip.cc:79
  795. msgid "Empty files can't be valid archives"
  796. msgstr ""
  797. #: methods/http.cc:515
  798. msgid "Error writing to the file"
  799. msgstr ""
  800. #: methods/http.cc:529
  801. msgid "Error reading from server. Remote end closed connection"
  802. msgstr ""
  803. #: methods/http.cc:531
  804. msgid "Error reading from server"
  805. msgstr ""
  806. #: methods/http.cc:567
  807. msgid "Error writing to file"
  808. msgstr "Klaida bandant rašyti į failą"
  809. #: methods/http.cc:627
  810. msgid "Select failed"
  811. msgstr ""
  812. #: methods/http.cc:632
  813. msgid "Connection timed out"
  814. msgstr "Prisijungimo laiko limitas baigėsi"
  815. #: methods/http.cc:655
  816. msgid "Error writing to output file"
  817. msgstr ""
  818. #: methods/server.cc:52
  819. msgid "Waiting for headers"
  820. msgstr "Laukiama antraščių"
  821. #: methods/server.cc:111
  822. msgid "Bad header line"
  823. msgstr ""
  824. #: methods/server.cc:136 methods/server.cc:143
  825. msgid "The HTTP server sent an invalid reply header"
  826. msgstr ""
  827. #: methods/server.cc:173
  828. msgid "The HTTP server sent an invalid Content-Length header"
  829. msgstr ""
  830. #: methods/server.cc:200
  831. msgid "The HTTP server sent an invalid Content-Range header"
  832. msgstr ""
  833. #: methods/server.cc:202
  834. msgid "This HTTP server has broken range support"
  835. msgstr ""
  836. #: methods/server.cc:229
  837. msgid "Unknown date format"
  838. msgstr ""
  839. #: methods/server.cc:535
  840. msgid "Bad header data"
  841. msgstr ""
  842. #: methods/server.cc:552 methods/server.cc:646
  843. msgid "Connection failed"
  844. msgstr "Prisijungti nepavyko"
  845. #: methods/server.cc:618
  846. #, c-format
  847. msgid ""
  848. "Automatically disabled %s due to incorrect response from server/proxy. (man "
  849. "5 apt.conf)"
  850. msgstr ""
  851. #: methods/server.cc:741
  852. msgid "Internal error"
  853. msgstr "Vidinė klaida"
  854. #: apt-private/private-cacheset.cc:38 apt-private/private-search.cc:65
  855. msgid "Sorting"
  856. msgstr ""
  857. #: apt-private/private-cacheset.cc:127
  858. #, fuzzy, c-format
  859. msgid "Note, selecting '%s' for task '%s'\n"
  860. msgstr "Pastaba, žymima %s regex atitikimų formoje '%s'\n"
  861. #: apt-private/private-cacheset.cc:133
  862. #, fuzzy, c-format
  863. msgid "Note, selecting '%s' for glob '%s'\n"
  864. msgstr "Pastaba, žymima %s regex atitikimų formoje '%s'\n"
  865. #: apt-private/private-cacheset.cc:139
  866. #, fuzzy, c-format
  867. msgid "Note, selecting '%s' for regex '%s'\n"
  868. msgstr "Pastaba, žymima %s regex atitikimų formoje '%s'\n"
  869. #: apt-private/private-cacheset.cc:157
  870. #, c-format
  871. msgid "Package %s is a virtual package provided by:\n"
  872. msgstr "Paketas %s yra virtualus, pateiktas:\n"
  873. #: apt-private/private-cacheset.cc:168
  874. #, fuzzy
  875. msgid " [Installed]"
  876. msgstr " [Įdiegtas]"
  877. #: apt-private/private-cacheset.cc:177
  878. #, fuzzy
  879. msgid " [Not candidate version]"
  880. msgstr "Galimos versijos"
  881. #: apt-private/private-cacheset.cc:179
  882. msgid "You should explicitly select one to install."
  883. msgstr "Reikia pažymėti įdiegimui bent vieną."
  884. #: apt-private/private-cacheset.cc:182
  885. #, c-format
  886. msgid ""
  887. "Package %s is not available, but is referred to by another package.\n"
  888. "This may mean that the package is missing, has been obsoleted, or\n"
  889. "is only available from another source\n"
  890. msgstr ""
  891. "Paketo %s nėra, bet jis nurodytas prie kito paketo.\n"
  892. "Tai gali reikšti, kad paketas dingęs, nebenaudojamas \n"
  893. "arba prieinamas tik iš kitų šaltinių.\n"
  894. #: apt-private/private-cacheset.cc:200
  895. msgid "However the following packages replace it:"
  896. msgstr "Tačiau šie paketai jį pakeičia:"
  897. #: apt-private/private-cacheset.cc:213
  898. #, fuzzy, c-format
  899. msgid "Package '%s' has no installation candidate"
  900. msgstr "Paketas %s neturi diegimo kandidatų"
  901. #: apt-private/private-cacheset.cc:226
  902. #, c-format
  903. msgid "Virtual packages like '%s' can't be removed\n"
  904. msgstr ""
  905. #. TRANSLATORS: Note, this is not an interactive question
  906. #: apt-private/private-cacheset.cc:238 apt-private/private-install.cc:927
  907. #, fuzzy, c-format
  908. msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
  909. msgstr "Paketas %s nėra įdiegtas, todėl nebuvo pašalintas\n"
  910. #: apt-private/private-cacheset.cc:244 apt-private/private-install.cc:933
  911. #, fuzzy, c-format
  912. msgid "Package '%s' is not installed, so not removed\n"
  913. msgstr "Paketas %s nėra įdiegtas, todėl nebuvo pašalintas\n"
  914. #: apt-private/private-cacheset.cc:289
  915. #, fuzzy, c-format
  916. msgid "Note, selecting '%s' instead of '%s'\n"
  917. msgstr "Pastaba: pažymimas %s vietoje %s\n"
  918. #: apt-private/private-install.cc:87
  919. msgid "Internal error, InstallPackages was called with broken packages!"
  920. msgstr ""
  921. #: apt-private/private-install.cc:96
  922. msgid "Packages need to be removed but remove is disabled."
  923. msgstr "Reikia pašalinti paketus, tačiau šalinimas išjungtas."
  924. #: apt-private/private-install.cc:103 apt-private/private-download.cc:69
  925. msgid ""
  926. "--force-yes is deprecated, use one of the options starting with --allow "
  927. "instead."
  928. msgstr ""
  929. #: apt-private/private-install.cc:108
  930. #, fuzzy
  931. msgid ""
  932. "Essential packages were removed and -y was used without --allow-remove-"
  933. "essential."
  934. msgstr "Atsirado problemų ir -y buvo panaudotas be --force-yes"
  935. #: apt-private/private-install.cc:110
  936. #, fuzzy
  937. msgid "Packages were downgraded and -y was used without --allow-downgrades."
  938. msgstr "Atsirado problemų ir -y buvo panaudotas be --force-yes"
  939. #: apt-private/private-install.cc:112
  940. msgid ""
  941. "Held packages were changed and -y was used without --allow-change-held-"
  942. "packages."
  943. msgstr ""
  944. #: apt-private/private-install.cc:128
  945. msgid "Internal error, Ordering didn't finish"
  946. msgstr ""
  947. #: apt-private/private-install.cc:166
  948. msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
  949. msgstr "Keista... Dydis neatitinka, Parašykite laišką apt@packages.debian.org"
  950. #. TRANSLATOR: The required space between number and unit is already included
  951. #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
  952. #: apt-private/private-install.cc:173
  953. #, c-format
  954. msgid "Need to get %sB/%sB of archives.\n"
  955. msgstr "Reikia parsiųsti %sB/%sB archyvų.\n"
  956. #. TRANSLATOR: The required space between number and unit is already included
  957. #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
  958. #: apt-private/private-install.cc:178
  959. #, c-format
  960. msgid "Need to get %sB of archives.\n"
  961. msgstr "Reikia parsiųsti %sB archyvų.\n"
  962. #. TRANSLATOR: The required space between number and unit is already included
  963. #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
  964. #: apt-private/private-install.cc:185
  965. #, c-format
  966. msgid "After this operation, %sB of additional disk space will be used.\n"
  967. msgstr "Po šios operacijos bus naudojama %sB papildomos disko vietos.\n"
  968. #. TRANSLATOR: The required space between number and unit is already included
  969. #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
  970. #: apt-private/private-install.cc:190
  971. #, c-format
  972. msgid "After this operation, %sB disk space will be freed.\n"
  973. msgstr "Po šios operacijos bus atlaisvinta %sB disko vietos.\n"
  974. #: apt-private/private-install.cc:202 apt-private/private-install.cc:224
  975. msgid "Trivial Only specified but this is not a trivial operation."
  976. msgstr ""
  977. #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
  978. #. careful with hard to type or special characters (like non-breaking spaces)
  979. #: apt-private/private-install.cc:206
  980. msgid "Yes, do as I say!"
  981. msgstr "Taip, daryk kaip liepiu!"
  982. #: apt-private/private-install.cc:208
  983. #, c-format
  984. msgid ""
  985. "You are about to do something potentially harmful.\n"
  986. "To continue type in the phrase '%s'\n"
  987. " ?] "
  988. msgstr ""
  989. "Bandote atlikti tikėtinai pavojingą veiksmą.\n"
  990. "Jei norite tęsti, įveskite frazę „%s“\n"
  991. " ?] "
  992. #: apt-private/private-install.cc:214 apt-private/private-install.cc:232
  993. msgid "Abort."
  994. msgstr "Nutraukti."
  995. #: apt-private/private-install.cc:229
  996. msgid "Do you want to continue?"
  997. msgstr "Ar norite tęsti?"
  998. #: apt-private/private-install.cc:299
  999. msgid "Some files failed to download"
  1000. msgstr "Nepavyko parsiųsti kai kurių failų"
  1001. #: apt-private/private-install.cc:306
  1002. msgid ""
  1003. "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
  1004. "missing?"
  1005. msgstr ""
  1006. "Nepavyko parsiųsti kai kurių archyvų, pabandykite paleisti „apt-get update“ "
  1007. "arba pabandykite su parametru --fix-missing?"
  1008. #: apt-private/private-install.cc:310
  1009. msgid "--fix-missing and media swapping is not currently supported"
  1010. msgstr "--fix-missing bei laikmenų apkeitimas nepalaikomas"
  1011. #: apt-private/private-install.cc:315
  1012. msgid "Unable to correct missing packages."
  1013. msgstr "Nepavyko pataisyti dingusių paketų."
  1014. #: apt-private/private-install.cc:316
  1015. msgid "Aborting install."
  1016. msgstr "Diegimas nutraukiamas."
  1017. #: apt-private/private-install.cc:341
  1018. msgid ""
  1019. "The following package disappeared from your system as\n"
  1020. "all files have been overwritten by other packages:"
  1021. msgid_plural ""
  1022. "The following packages disappeared from your system as\n"
  1023. "all files have been overwritten by other packages:"
  1024. msgstr[0] ""
  1025. msgstr[1] ""
  1026. #: apt-private/private-install.cc:348
  1027. msgid "Note: This is done automatically and on purpose by dpkg."
  1028. msgstr ""
  1029. #: apt-private/private-install.cc:370
  1030. msgid "We are not supposed to delete stuff, can't start AutoRemover"
  1031. msgstr ""
  1032. #: apt-private/private-install.cc:463
  1033. msgid ""
  1034. "Hmm, seems like the AutoRemover destroyed something which really\n"
  1035. "shouldn't happen. Please file a bug report against apt."
  1036. msgstr ""
  1037. #.
  1038. #. if (Packages == 1)
  1039. #. {
  1040. #. c1out << std::endl;
  1041. #. c1out <<
  1042. #. _("Since you only requested a single operation it is extremely likely that\n"
  1043. #. "the package is simply not installable and a bug report against\n"
  1044. #. "that package should be filed.") << std::endl;
  1045. #. }
  1046. #.
  1047. #: apt-private/private-install.cc:466 apt-private/private-install.cc:622
  1048. msgid "The following information may help to resolve the situation:"
  1049. msgstr "Ši informacija gali padėti išspręsti šią situaciją:"
  1050. #: apt-private/private-install.cc:470
  1051. msgid "Internal Error, AutoRemover broke stuff"
  1052. msgstr ""
  1053. #: apt-private/private-install.cc:479
  1054. #, fuzzy
  1055. msgid ""
  1056. "The following package was automatically installed and is no longer required:"
  1057. msgid_plural ""
  1058. "The following packages were automatically installed and are no longer "
  1059. "required:"
  1060. msgstr[0] "Šie paketai buvo automatiškai įdiegti ir daugiau nebėra reikalingi:"
  1061. msgstr[1] "Šie paketai buvo automatiškai įdiegti ir daugiau nebėra reikalingi:"
  1062. #: apt-private/private-install.cc:486
  1063. #, fuzzy, c-format
  1064. msgid "%lu package was automatically installed and is no longer required.\n"
  1065. msgid_plural ""
  1066. "%lu packages were automatically installed and are no longer required.\n"
  1067. msgstr[0] "Šie paketai buvo automatiškai įdiegti ir daugiau nebėra reikalingi:"
  1068. msgstr[1] "Šie paketai buvo automatiškai įdiegti ir daugiau nebėra reikalingi:"
  1069. #: apt-private/private-install.cc:488
  1070. #, fuzzy
  1071. msgid "Use 'apt-get autoremove' to remove it."
  1072. msgid_plural "Use 'apt-get autoremove' to remove them."
  1073. msgstr[0] "Norėdami juos pašalinti, paleiskite „apt-get autoremove“"
  1074. msgstr[1] "Norėdami juos pašalinti, paleiskite „apt-get autoremove“"
  1075. #: apt-private/private-install.cc:582
  1076. msgid "You might want to run 'apt-get -f install' to correct these:"
  1077. msgstr "Jūs galite norėti paleisti 'apt-get -f install\" klaidų taisymui:"
  1078. #: apt-private/private-install.cc:584
  1079. msgid ""
  1080. "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
  1081. "solution)."
  1082. msgstr ""
  1083. "Nepatenkintos priklausomybės. Pabandykite įvykdyti 'apt-get -f install' be "
  1084. "nurodytų paketų (arba nurodykite išeitį)."
  1085. #: apt-private/private-install.cc:607
  1086. msgid ""
  1087. "Some packages could not be installed. This may mean that you have\n"
  1088. "requested an impossible situation or if you are using the unstable\n"
  1089. "distribution that some required packages have not yet been created\n"
  1090. "or been moved out of Incoming."
  1091. msgstr ""
  1092. "Nepavyko įdiegti kai kurių paketų. Tai gali reikšti, kad jūs\n"
  1093. "paprašėte neįmanomo dalyko, arba, jei jūs naudojate nestabilų\n"
  1094. "leidimą, kuomet kai kurie paketai dar nebuvo sukurti arba buvo\n"
  1095. "pašalinti iš \"Incoming\" aplanko."
  1096. #: apt-private/private-install.cc:628
  1097. msgid "Broken packages"
  1098. msgstr "Sugadinti paketai"
  1099. #: apt-private/private-install.cc:697
  1100. #, fuzzy
  1101. msgid "The following additional packages will be installed:"
  1102. msgstr "Bus įdiegti šie papildomi paketai:"
  1103. #: apt-private/private-install.cc:786
  1104. msgid "Suggested packages:"
  1105. msgstr "Siūlomi paketai:"
  1106. #: apt-private/private-install.cc:788
  1107. msgid "Recommended packages:"
  1108. msgstr "Rekomenduojami paketai:"
  1109. #: apt-private/private-install.cc:810
  1110. #, c-format
  1111. msgid "Skipping %s, it is already installed and upgrade is not set.\n"
  1112. msgstr ""
  1113. "Praleidžiamas %s, nes jis jau yra įdiegtas ir atnaujinimas nėra nurodytas.\n"
  1114. #: apt-private/private-install.cc:814
  1115. #, fuzzy, c-format
  1116. msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
  1117. msgstr ""
  1118. "Praleidžiamas %s, nes jis jau yra įdiegtas ir atnaujinimas nėra nurodytas.\n"
  1119. #: apt-private/private-install.cc:826
  1120. #, c-format
  1121. msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
  1122. msgstr "Pakartotinas %s įdiegimas neįmanomas, jo nepavyksta parsiųsti.\n"
  1123. #. TRANSLATORS: First string is package name, second is version
  1124. #: apt-private/private-install.cc:832
  1125. #, fuzzy, c-format
  1126. msgid "%s is already the newest version (%s).\n"
  1127. msgstr "%s ir taip jau yra naujausias.\n"
  1128. #: apt-private/private-install.cc:880
  1129. #, fuzzy, c-format
  1130. msgid "Selected version '%s' (%s) for '%s'\n"
  1131. msgstr "Pažymėta versija %s (%s) paketui %s\n"
  1132. #: apt-private/private-install.cc:885
  1133. #, fuzzy, c-format
  1134. msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
  1135. msgstr "Pažymėta versija %s (%s) paketui %s\n"
  1136. #: apt-private/private-list.cc:121
  1137. msgid "Listing"
  1138. msgstr ""
  1139. #: apt-private/private-list.cc:151
  1140. #, c-format
  1141. msgid "There is %i additional version. Please use the '-a' switch to see it"
  1142. msgid_plural ""
  1143. "There are %i additional versions. Please use the '-a' switch to see them."
  1144. msgstr[0] ""
  1145. msgstr[1] ""
  1146. #: apt-private/private-cachefile.cc:96
  1147. msgid "Correcting dependencies..."
  1148. msgstr "Taisomos priklausomybės..."
  1149. #: apt-private/private-cachefile.cc:99
  1150. msgid " failed."
  1151. msgstr " nepavyko."
  1152. #: apt-private/private-cachefile.cc:102
  1153. msgid "Unable to correct dependencies"
  1154. msgstr "Nepavyko patenkinti priklausomybių"
  1155. #: apt-private/private-cachefile.cc:105
  1156. #, fuzzy
  1157. msgid "Unable to minimize the upgrade set"
  1158. msgstr "Nepavyko minimizuoti atnaujinimo rinkinio"
  1159. #: apt-private/private-cachefile.cc:107
  1160. msgid " Done"
  1161. msgstr " Įvykdyta"
  1162. #: apt-private/private-cachefile.cc:111
  1163. msgid "You might want to run 'apt-get -f install' to correct these."
  1164. msgstr "Įvykdykite „apt-get -f install“, jei norite ištaisyti šias klaidas."
  1165. #: apt-private/private-cachefile.cc:114
  1166. msgid "Unmet dependencies. Try using -f."
  1167. msgstr "Nepatenkintos priklausomybės. Bandykit naudoti -f."
  1168. #: apt-private/private-output.cc:105 apt-private/private-show.cc:84
  1169. #: apt-private/private-show.cc:89
  1170. msgid "unknown"
  1171. msgstr ""
  1172. #: apt-private/private-output.cc:272
  1173. #, fuzzy, c-format
  1174. msgid "[installed,upgradable to: %s]"
  1175. msgstr " [Įdiegtas]"
  1176. #: apt-private/private-output.cc:275
  1177. #, fuzzy
  1178. msgid "[installed,local]"
  1179. msgstr " [Įdiegtas]"
  1180. #: apt-private/private-output.cc:277
  1181. msgid "[installed,auto-removable]"
  1182. msgstr ""
  1183. #: apt-private/private-output.cc:279
  1184. #, fuzzy
  1185. msgid "[installed,automatic]"
  1186. msgstr " [Įdiegtas]"
  1187. #: apt-private/private-output.cc:281
  1188. #, fuzzy
  1189. msgid "[installed]"
  1190. msgstr " [Įdiegtas]"
  1191. #: apt-private/private-output.cc:284
  1192. #, c-format
  1193. msgid "[upgradable from: %s]"
  1194. msgstr ""
  1195. #: apt-private/private-output.cc:288
  1196. msgid "[residual-config]"
  1197. msgstr ""
  1198. #: apt-private/private-output.cc:402
  1199. #, c-format
  1200. msgid "but %s is installed"
  1201. msgstr "bet %s yra įdiegtas"
  1202. #: apt-private/private-output.cc:404
  1203. #, c-format
  1204. msgid "but %s is to be installed"
  1205. msgstr "bet %s bus įdiegtas"
  1206. #: apt-private/private-output.cc:411
  1207. msgid "but it is not installable"
  1208. msgstr "tačiau jis negali būti įdiegtas"
  1209. #: apt-private/private-output.cc:413
  1210. msgid "but it is a virtual package"
  1211. msgstr "bet tai yra virtualus paketas"
  1212. #: apt-private/private-output.cc:416
  1213. msgid "but it is not installed"
  1214. msgstr "bet jis nėra įdiegtas"
  1215. #: apt-private/private-output.cc:416
  1216. msgid "but it is not going to be installed"
  1217. msgstr "bet jis nebus įdiegtas"
  1218. #: apt-private/private-output.cc:421
  1219. msgid " or"
  1220. msgstr " arba"
  1221. #: apt-private/private-output.cc:435 apt-private/private-output.cc:445
  1222. msgid "The following packages have unmet dependencies:"
  1223. msgstr "Šie paketai turi neįdiegtų priklausomybių:"
  1224. #: apt-private/private-output.cc:455
  1225. msgid "The following NEW packages will be installed:"
  1226. msgstr "Bus įdiegti šie NAUJI paketai:"
  1227. #: apt-private/private-output.cc:465
  1228. msgid "The following packages will be REMOVED:"
  1229. msgstr "Bus PAŠALINTI šie paketai:"
  1230. #: apt-private/private-output.cc:481
  1231. msgid "The following packages have been kept back:"
  1232. msgstr "Šių paketų atnaujinimas sulaikomas:"
  1233. #: apt-private/private-output.cc:497
  1234. msgid "The following packages will be upgraded:"
  1235. msgstr "Bus atnaujinti šie paketai:"
  1236. #: apt-private/private-output.cc:512
  1237. msgid "The following packages will be DOWNGRADED:"
  1238. msgstr "Bus PAKEISTI SENESNIAIS šie paketai:"
  1239. #: apt-private/private-output.cc:525
  1240. msgid "The following held packages will be changed:"
  1241. msgstr "Bus pakeisti šie sulaikyti paketai:"
  1242. #: apt-private/private-output.cc:552
  1243. #, c-format
  1244. msgid "%s (due to %s)"
  1245. msgstr "%s (dėl %s)"
  1246. #: apt-private/private-output.cc:602
  1247. msgid ""
  1248. "WARNING: The following essential packages will be removed.\n"
  1249. "This should NOT be done unless you know exactly what you are doing!"
  1250. msgstr ""
  1251. "Įspėjimas: Šie būtini paketai bus pašalinti.\n"
  1252. "Tai NETURĖTŲ būti daroma, kol tiksliai nežinote ką darote!"
  1253. #: apt-private/private-output.cc:633
  1254. #, c-format
  1255. msgid "%lu upgraded, %lu newly installed, "
  1256. msgstr "%lu atnaujinti, %lu naujai įdiegti, "
  1257. #: apt-private/private-output.cc:637
  1258. #, c-format
  1259. msgid "%lu reinstalled, "
  1260. msgstr "%lu įdiegti iš naujo, "
  1261. #: apt-private/private-output.cc:639
  1262. #, c-format
  1263. msgid "%lu downgraded, "
  1264. msgstr "%lu pasendinti, "
  1265. #: apt-private/private-output.cc:641
  1266. #, c-format
  1267. msgid "%lu to remove and %lu not upgraded.\n"
  1268. msgstr "%lu bus pašalinta ir %lu neatnaujinta.\n"
  1269. #: apt-private/private-output.cc:645
  1270. #, c-format
  1271. msgid "%lu not fully installed or removed.\n"
  1272. msgstr "%lu nepilnai įdiegti ar pašalinti.\n"
  1273. #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
  1274. #. e.g. "Do you want to continue? [Y/n] "
  1275. #. The user has to answer with an input matching the
  1276. #. YESEXPR/NOEXPR defined in your l10n.
  1277. #: apt-private/private-output.cc:667
  1278. msgid "[Y/n]"
  1279. msgstr "[T/n]"
  1280. #. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
  1281. #. e.g. "Should this file be removed? [y/N] "
  1282. #. The user has to answer with an input matching the
  1283. #. YESEXPR/NOEXPR defined in your l10n.
  1284. #: apt-private/private-output.cc:673
  1285. msgid "[y/N]"
  1286. msgstr "[t/N]"
  1287. #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
  1288. #: apt-private/private-output.cc:684
  1289. msgid "Y"
  1290. msgstr "T"
  1291. #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
  1292. #: apt-private/private-output.cc:690
  1293. msgid "N"
  1294. msgstr ""
  1295. #: apt-private/private-output.cc:712 apt-pkg/cachefilter.cc:40
  1296. #, c-format
  1297. msgid "Regex compilation error - %s"
  1298. msgstr ""
  1299. #: apt-private/private-update.cc:31
  1300. msgid "The update command takes no arguments"
  1301. msgstr "Atnaujinimo komandai argumentų nereikia"
  1302. #: apt-private/private-update.cc:96
  1303. #, c-format
  1304. msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
  1305. msgid_plural ""
  1306. "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
  1307. msgstr[0] ""
  1308. msgstr[1] ""
  1309. #: apt-private/private-update.cc:100
  1310. msgid "All packages are up to date."
  1311. msgstr ""
  1312. #: apt-private/private-show.cc:158
  1313. #, c-format
  1314. msgid "There is %i additional record. Please use the '-a' switch to see it"
  1315. msgid_plural ""
  1316. "There are %i additional records. Please use the '-a' switch to see them."
  1317. msgstr[0] ""
  1318. msgstr[1] ""
  1319. #: apt-private/private-show.cc:165
  1320. msgid "not a real package (virtual)"
  1321. msgstr ""
  1322. #: apt-private/private-main.cc:34
  1323. msgid ""
  1324. "NOTE: This is only a simulation!\n"
  1325. " apt-get needs root privileges for real execution.\n"
  1326. " Keep also in mind that locking is deactivated,\n"
  1327. " so don't depend on the relevance to the real current situation!"
  1328. msgstr ""
  1329. #: apt-private/private-download.cc:45
  1330. msgid "WARNING: The following packages cannot be authenticated!"
  1331. msgstr "DĖMESIO: Šie paketai negali būti autentifikuoti!"
  1332. #: apt-private/private-download.cc:52
  1333. msgid "Authentication warning overridden.\n"
  1334. msgstr ""
  1335. #: apt-private/private-download.cc:57 apt-private/private-download.cc:64
  1336. msgid "Some packages could not be authenticated"
  1337. msgstr "Nepavyko autentikuoti kai kurių paketų"
  1338. #: apt-private/private-download.cc:62
  1339. msgid "Install these packages without verification?"
  1340. msgstr "Įdiegti šiuos paketus be patvirtinimo?"
  1341. #: apt-private/private-download.cc:73
  1342. #, fuzzy
  1343. msgid ""
  1344. "There were unauthenticated packages and -y was used without --allow-"
  1345. "unauthenticated"
  1346. msgstr "Atsirado problemų ir -y buvo panaudotas be --force-yes"
  1347. #: apt-private/private-download.cc:105
  1348. #, c-format
  1349. msgid "Failed to fetch %s %s\n"
  1350. msgstr "Nepavyko parsiųsti %s %s\n"
  1351. #: apt-private/private-download.cc:127 apt-private/private-download.cc:130
  1352. #, c-format
  1353. msgid "Couldn't determine free space in %s"
  1354. msgstr "Nepavyko nustatyti %s laisvos vietos"
  1355. #: apt-private/private-download.cc:144
  1356. #, c-format
  1357. msgid "You don't have enough free space in %s."
  1358. msgstr "%s nėra pakankamai laisvos vietos."
  1359. #: apt-private/private-sources.cc:58
  1360. #, fuzzy, c-format
  1361. msgid "Failed to parse %s. Edit again? "
  1362. msgstr "Nepavyko pervadinti %s į %s"
  1363. #: apt-private/private-sources.cc:70
  1364. #, c-format
  1365. msgid "Your '%s' file changed, please run 'apt-get update'."
  1366. msgstr ""
  1367. #: apt-private/private-search.cc:69
  1368. msgid "Full Text Search"
  1369. msgstr ""
  1370. #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update'
  1371. #: apt-private/acqprogress.cc:74
  1372. #, c-format
  1373. msgid "Hit:%lu %s"
  1374. msgstr "Imamas:%lu %s"
  1375. #. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update'
  1376. #. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens
  1377. #: apt-private/acqprogress.cc:96
  1378. #, c-format
  1379. msgid "Get:%lu %s"
  1380. msgstr "Gauti:%lu %s"
  1381. #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
  1382. #. which failed to download, but the error is ignored (compare "Err:")
  1383. #: apt-private/acqprogress.cc:126
  1384. #, c-format
  1385. msgid "Ign:%lu %s"
  1386. msgstr "Ignoruotas:%lu %s"
  1387. #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
  1388. #. which failed to download and the error is critical (compare "Ign:")
  1389. #: apt-private/acqprogress.cc:136
  1390. #, c-format
  1391. msgid "Err:%lu %s"
  1392. msgstr "Klaida:%lu %s"
  1393. #: apt-private/acqprogress.cc:159
  1394. #, c-format
  1395. msgid "Fetched %sB in %s (%sB/s)\n"
  1396. msgstr "Parsiųsta %sB iš %s (%sB/s)\n"
  1397. #: apt-private/acqprogress.cc:229
  1398. msgid " [Working]"
  1399. msgstr " [Vykdoma]"
  1400. #: apt-private/acqprogress.cc:297
  1401. #, fuzzy, c-format
  1402. msgid ""
  1403. "Media change: please insert the disc labeled\n"
  1404. " '%s'\n"
  1405. "in the drive '%s' and press [Enter]\n"
  1406. msgstr ""
  1407. "Laikmenos keitimas: įdėkite diską, pažymėtą\n"
  1408. " „%s“,\n"
  1409. "į įrenginį „%s“ ir paspauskite enter\n"
  1410. #. Only warn if there are no sources.list.d.
  1411. #. Only warn if there is no sources.list file.
  1412. #: methods/mirror.cc:95 apt-pkg/init.cc:133 apt-pkg/init.cc:141
  1413. #: apt-pkg/acquire.cc:622 apt-pkg/clean.cc:43 apt-pkg/policy.cc:412
  1414. #: apt-pkg/sourcelist.cc:318 apt-pkg/sourcelist.cc:324
  1415. #: apt-pkg/contrib/fileutl.cc:375 apt-pkg/contrib/fileutl.cc:488
  1416. #: apt-pkg/contrib/cdromutl.cc:205 apt-inst/extract.cc:471
  1417. #, c-format
  1418. msgid "Unable to read %s"
  1419. msgstr "Nepavyko perskaityti %s"
  1420. #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/acquire.cc:628
  1421. #: apt-pkg/acquire.cc:653 apt-pkg/clean.cc:49 apt-pkg/clean.cc:67
  1422. #: apt-pkg/clean.cc:130 apt-pkg/contrib/cdromutl.cc:201
  1423. #: apt-pkg/contrib/cdromutl.cc:235
  1424. #, c-format
  1425. msgid "Unable to change to %s"
  1426. msgstr "Nepavyko pakeisti į %s"
  1427. #. FIXME: fallback to a default mirror here instead
  1428. #. and provide a config option to define that default
  1429. #: methods/mirror.cc:280
  1430. #, c-format
  1431. msgid "No mirror file '%s' found "
  1432. msgstr ""
  1433. #. FIXME: fallback to a default mirror here instead
  1434. #. and provide a config option to define that default
  1435. #: methods/mirror.cc:287
  1436. #, fuzzy, c-format
  1437. msgid "Can not read mirror file '%s'"
  1438. msgstr "Nepavyko atverti failo %s"
  1439. #: methods/mirror.cc:315
  1440. #, fuzzy, c-format
  1441. msgid "No entry found in mirror file '%s'"
  1442. msgstr "Nepavyko atverti failo %s"
  1443. #: methods/mirror.cc:445
  1444. #, c-format
  1445. msgid "[Mirror: %s]"
  1446. msgstr ""
  1447. #: methods/rsh.cc:109 ftparchive/multicompress.cc:170
  1448. msgid "Failed to create IPC pipe to subprocess"
  1449. msgstr "Nepavyko subprocesui sukurti IPC gijos"
  1450. #: methods/rsh.cc:364
  1451. msgid "Connection closed prematurely"
  1452. msgstr ""
  1453. #: dselect/install:33
  1454. msgid "Bad default setting!"
  1455. msgstr "Blogi standartiniai nustatymai!"
  1456. #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95
  1457. #: dselect/install:106 dselect/update:45
  1458. #, fuzzy
  1459. msgid "Press [Enter] to continue."
  1460. msgstr "Jei norite tęsti, spauskite Enter."
  1461. #: dselect/install:92
  1462. msgid "Do you want to erase any previously downloaded .deb files?"
  1463. msgstr ""
  1464. #: dselect/install:102
  1465. #, fuzzy
  1466. msgid "Some errors occurred while unpacking. Packages that were installed"
  1467. msgstr "Išpakuojant įvyko klaidų. Bandysiu konfigūruoti"
  1468. #: dselect/install:103
  1469. #, fuzzy
  1470. msgid "will be configured. This may result in duplicate errors"
  1471. msgstr "paketus, kurie buvo įdiegti. Tai gali sukelti pasikartojančias klaidas"
  1472. #: dselect/install:104
  1473. msgid "or errors caused by missing dependencies. This is OK, only the errors"
  1474. msgstr ""
  1475. "arba klaidas, atsiradusias dėl trūkstamų priklausomybių. Viskas gerai, tik "
  1476. "klaidos,"
  1477. #: dselect/install:105
  1478. msgid ""
  1479. "above this message are important. Please fix them and run [I]nstall again"
  1480. msgstr ""
  1481. "esančios aukščiau šios žinutės, yra svarbios. Prašome jas ištaisyti ir vėl "
  1482. "paleisti [I]nstall"
  1483. #: dselect/update:30
  1484. msgid "Merging available information"
  1485. msgstr "Sujungiama turima informaija"
  1486. #: apt-pkg/install-progress.cc:58
  1487. #, c-format
  1488. msgid "Progress: [%3i%%]"
  1489. msgstr ""
  1490. #: apt-pkg/install-progress.cc:93 apt-pkg/install-progress.cc:177
  1491. msgid "Running dpkg"
  1492. msgstr ""
  1493. #: apt-pkg/init.cc:176
  1494. #, c-format
  1495. msgid "Packaging system '%s' is not supported"
  1496. msgstr ""
  1497. #: apt-pkg/init.cc:192
  1498. msgid "Unable to determine a suitable packaging system type"
  1499. msgstr ""
  1500. #: apt-pkg/indexcopy.cc:228 apt-pkg/indexcopy.cc:753
  1501. #, c-format
  1502. msgid "Wrote %i records.\n"
  1503. msgstr ""
  1504. #: apt-pkg/indexcopy.cc:230 apt-pkg/indexcopy.cc:755
  1505. #, c-format
  1506. msgid "Wrote %i records with %i missing files.\n"
  1507. msgstr ""
  1508. #: apt-pkg/indexcopy.cc:233 apt-pkg/indexcopy.cc:758
  1509. #, c-format
  1510. msgid "Wrote %i records with %i mismatched files\n"
  1511. msgstr ""
  1512. #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:761
  1513. #, c-format
  1514. msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  1515. msgstr ""
  1516. #: apt-pkg/indexcopy.cc:498
  1517. #, c-format
  1518. msgid "Can't find authentication record for: %s"
  1519. msgstr ""
  1520. #: apt-pkg/indexcopy.cc:504
  1521. #, fuzzy, c-format
  1522. msgid "Hash mismatch for: %s"
  1523. msgstr "Maišos sumos nesutapimas"
  1524. #: apt-pkg/cachefile.cc:98
  1525. msgid "The package lists or status file could not be parsed or opened."
  1526. msgstr "Nepavyko perskaityti arba atverti paketų sąrašo arba būklės failo."
  1527. #: apt-pkg/cachefile.cc:102
  1528. msgid "You may want to run apt-get update to correct these problems"
  1529. msgstr ""
  1530. "Greičiausiai norėsite paleisti „apt-get update“, kad šios problemos būtų "
  1531. "ištaisytos"
  1532. #: apt-pkg/cachefile.cc:120
  1533. msgid "The list of sources could not be read."
  1534. msgstr "Nepavyko perskaityti šaltinių sąrašo."
  1535. #: apt-pkg/pkgcache.cc:163
  1536. msgid "Empty package cache"
  1537. msgstr ""
  1538. #: apt-pkg/pkgcache.cc:169 apt-pkg/pkgcache.cc:180
  1539. msgid "The package cache file is corrupted"
  1540. msgstr ""
  1541. #: apt-pkg/pkgcache.cc:174
  1542. msgid "The package cache file is an incompatible version"
  1543. msgstr ""
  1544. #: apt-pkg/pkgcache.cc:177
  1545. msgid "The package cache file is corrupted, it is too small"
  1546. msgstr ""
  1547. #: apt-pkg/pkgcache.cc:184
  1548. #, c-format
  1549. msgid "This APT does not support the versioning system '%s'"
  1550. msgstr ""
  1551. #: apt-pkg/pkgcache.cc:194
  1552. #, c-format
  1553. msgid "The package cache was built for different architectures: %s vs %s"
  1554. msgstr ""
  1555. #: apt-pkg/pkgcache.cc:319
  1556. msgid "Depends"
  1557. msgstr "Priklauso"
  1558. #: apt-pkg/pkgcache.cc:319
  1559. msgid "PreDepends"
  1560. msgstr "Priešpriklauso"
  1561. #: apt-pkg/pkgcache.cc:319
  1562. msgid "Suggests"
  1563. msgstr "Siūlo"
  1564. #: apt-pkg/pkgcache.cc:320
  1565. msgid "Recommends"
  1566. msgstr "Rekomenduoja"
  1567. #: apt-pkg/pkgcache.cc:320
  1568. msgid "Conflicts"
  1569. msgstr "Konfliktuoja"
  1570. #: apt-pkg/pkgcache.cc:320
  1571. msgid "Replaces"
  1572. msgstr "Pakeičia"
  1573. #: apt-pkg/pkgcache.cc:321
  1574. msgid "Obsoletes"
  1575. msgstr "Pakeičia"
  1576. #: apt-pkg/pkgcache.cc:321
  1577. msgid "Breaks"
  1578. msgstr "Sugadina"
  1579. #: apt-pkg/pkgcache.cc:321
  1580. msgid "Enhances"
  1581. msgstr ""
  1582. #: apt-pkg/pkgcache.cc:332
  1583. msgid "important"
  1584. msgstr "Svarbu"
  1585. #: apt-pkg/pkgcache.cc:332
  1586. msgid "required"
  1587. msgstr "privaloma"
  1588. #: apt-pkg/pkgcache.cc:332
  1589. msgid "standard"
  1590. msgstr "standartinis"
  1591. #: apt-pkg/pkgcache.cc:333
  1592. msgid "optional"
  1593. msgstr "nebūtinas"
  1594. #: apt-pkg/pkgcache.cc:333
  1595. msgid "extra"
  1596. msgstr "papildomas"
  1597. #: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182
  1598. msgid "Calculating upgrade"
  1599. msgstr "Skaičiuojami atnaujinimai"
  1600. #: apt-pkg/acquire-worker.cc:111
  1601. #, c-format
  1602. msgid "The method driver %s could not be found."
  1603. msgstr ""
  1604. #: apt-pkg/acquire-worker.cc:113
  1605. #, fuzzy, c-format
  1606. msgid "Is the package %s installed?"
  1607. msgstr "Patikrinkite, ar įdiegtas „dpkg-dev“ paketas.\n"
  1608. #: apt-pkg/acquire-worker.cc:164
  1609. #, c-format
  1610. msgid "Method %s did not start correctly"
  1611. msgstr ""
  1612. #: apt-pkg/acquire-worker.cc:543
  1613. #, fuzzy, c-format
  1614. msgid ""
  1615. "Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]."
  1616. msgstr "Įdėkite diską „%s“ į įrenginį „%s“ ir paspauskite Enter."
  1617. #: apt-pkg/depcache.cc:139 apt-pkg/depcache.cc:167
  1618. msgid "Building dependency tree"
  1619. msgstr "Konstruojamas priklausomybių medis"
  1620. #: apt-pkg/depcache.cc:140
  1621. msgid "Candidate versions"
  1622. msgstr "Galimos versijos"
  1623. #: apt-pkg/depcache.cc:168
  1624. msgid "Dependency generation"
  1625. msgstr "Priklausomybių generavimas"
  1626. #: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225
  1627. msgid "Reading state information"
  1628. msgstr "Skaitoma būsenos informacija"
  1629. #: apt-pkg/depcache.cc:252
  1630. #, c-format
  1631. msgid "Failed to open StateFile %s"
  1632. msgstr ""
  1633. #: apt-pkg/depcache.cc:257
  1634. #, c-format
  1635. msgid "Failed to write temporary StateFile %s"
  1636. msgstr ""
  1637. #: apt-pkg/acquire-item.cc:156
  1638. msgid "Use --allow-insecure-repositories to force the update"
  1639. msgstr ""
  1640. #: apt-pkg/acquire-item.cc:607 apt-pkg/contrib/fileutl.cc:2189
  1641. #, c-format
  1642. msgid "rename failed, %s (%s -> %s)."
  1643. msgstr ""
  1644. #: apt-pkg/acquire-item.cc:631
  1645. msgid "Hash Sum mismatch"
  1646. msgstr "Maišos sumos nesutapimas"
  1647. #: apt-pkg/acquire-item.cc:636
  1648. msgid "Size mismatch"
  1649. msgstr "Neatitinka dydžiai"
  1650. #: apt-pkg/acquire-item.cc:641
  1651. #, fuzzy
  1652. msgid "Invalid file format"
  1653. msgstr "Klaidingas veiksmas %s"
  1654. #: apt-pkg/acquire-item.cc:646
  1655. #, fuzzy
  1656. msgid "Signature error"
  1657. msgstr "Rašymo klaida"
  1658. #: apt-pkg/acquire-item.cc:835
  1659. #, c-format
  1660. msgid ""
  1661. "An error occurred during the signature verification. The repository is not "
  1662. "updated and the previous index files will be used. GPG error: %s: %s"
  1663. msgstr ""
  1664. #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
  1665. #: apt-pkg/acquire-item.cc:845 apt-pkg/acquire-item.cc:851
  1666. #, c-format
  1667. msgid "GPG error: %s: %s"
  1668. msgstr "GPG klaida: %s: %s"
  1669. #: apt-pkg/acquire-item.cc:1016
  1670. #, c-format
  1671. msgid ""
  1672. "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  1673. "or malformed file)"
  1674. msgstr ""
  1675. #: apt-pkg/acquire-item.cc:1122
  1676. msgid "There is no public key available for the following key IDs:\n"
  1677. msgstr ""
  1678. #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
  1679. #. the time since then the file is invalid - formatted in the same way as in
  1680. #. the download progress display (e.g. 7d 3h 42min 1s)
  1681. #: apt-pkg/acquire-item.cc:1162
  1682. #, c-format
  1683. msgid ""
  1684. "Release file for %s is expired (invalid since %s). Updates for this "
  1685. "repository will not be applied."
  1686. msgstr ""
  1687. #: apt-pkg/acquire-item.cc:1203
  1688. #, c-format
  1689. msgid "Conflicting distribution: %s (expected %s but got %s)"
  1690. msgstr ""
  1691. #: apt-pkg/acquire-item.cc:1320 apt-pkg/acquire-item.cc:1576
  1692. #, c-format
  1693. msgid ""
  1694. "The data from '%s' is not signed. Packages from that repository can not be "
  1695. "authenticated."
  1696. msgstr ""
  1697. #: apt-pkg/acquire-item.cc:1422
  1698. #, c-format
  1699. msgid ""
  1700. "The repository '%s' does not have a Release file. This is deprecated, please "
  1701. "contact the owner of the repository."
  1702. msgstr ""
  1703. #: apt-pkg/acquire-item.cc:1555
  1704. #, fuzzy, c-format
  1705. msgid "The repository '%s' is no longer signed."
  1706. msgstr "Kelias %s per ilgas"
  1707. #: apt-pkg/acquire-item.cc:1562
  1708. msgid ""
  1709. "This is normally not allowed, but the option Acquire::"
  1710. "AllowDowngradeToInsecureRepositories was given to override it."
  1711. msgstr ""
  1712. #: apt-pkg/acquire-item.cc:2685
  1713. #, c-format
  1714. msgid ""
  1715. "I wasn't able to locate a file for the %s package. This might mean you need "
  1716. "to manually fix this package. (due to missing arch)"
  1717. msgstr ""
  1718. #: apt-pkg/acquire-item.cc:2751
  1719. #, c-format
  1720. msgid "Can't find a source to download version '%s' of '%s'"
  1721. msgstr ""
  1722. #: apt-pkg/acquire-item.cc:2789
  1723. #, c-format
  1724. msgid ""
  1725. "The package index files are corrupted. No Filename: field for package %s."
  1726. msgstr ""
  1727. #. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1
  1728. #: apt-pkg/acquire-item.cc:2990 apt-pkg/acquire-item.cc:3132
  1729. #, fuzzy, c-format
  1730. msgid "Changelog unavailable for %s=%s"
  1731. msgstr "Jungiamasi prie %s (%s)"
  1732. #: apt-pkg/pkgcachegen.cc:112
  1733. msgid "Cache has an incompatible versioning system"
  1734. msgstr ""
  1735. #. TRANSLATOR: The first placeholder is a package name,
  1736. #. the other two should be copied verbatim as they include debug info
  1737. #: apt-pkg/pkgcachegen.cc:237 apt-pkg/pkgcachegen.cc:299
  1738. #: apt-pkg/pkgcachegen.cc:365 apt-pkg/pkgcachegen.cc:369
  1739. #: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:394
  1740. #: apt-pkg/pkgcachegen.cc:398 apt-pkg/pkgcachegen.cc:402
  1741. #: apt-pkg/pkgcachegen.cc:423 apt-pkg/pkgcachegen.cc:428
  1742. #: apt-pkg/pkgcachegen.cc:474 apt-pkg/pkgcachegen.cc:488
  1743. #, fuzzy, c-format
  1744. msgid "Error occurred while processing %s (%s%d)"
  1745. msgstr "Klaida apdorojant turinį %s"
  1746. #: apt-pkg/pkgcachegen.cc:257
  1747. msgid "Wow, you exceeded the number of package names this APT is capable of."
  1748. msgstr ""
  1749. #: apt-pkg/pkgcachegen.cc:260
  1750. msgid "Wow, you exceeded the number of versions this APT is capable of."
  1751. msgstr ""
  1752. #: apt-pkg/pkgcachegen.cc:263
  1753. msgid "Wow, you exceeded the number of descriptions this APT is capable of."
  1754. msgstr ""
  1755. #: apt-pkg/pkgcachegen.cc:266
  1756. msgid "Wow, you exceeded the number of dependencies this APT is capable of."
  1757. msgstr ""
  1758. #: apt-pkg/pkgcachegen.cc:1419 apt-pkg/pkgcachegen.cc:1546
  1759. #: apt-pkg/pkgcachegen.cc:1572 apt-pkg/pkgcachegen.cc:1681
  1760. msgid "Reading package lists"
  1761. msgstr "Skaitomi paketų sąrašai"
  1762. #: apt-pkg/pkgcachegen.cc:1490 apt-pkg/pkgcachegen.cc:1497
  1763. msgid "IO Error saving source cache"
  1764. msgstr ""
  1765. #: apt-pkg/acquire.cc:127 apt-pkg/acquire.cc:147 apt-pkg/cdrom.cc:833
  1766. #, fuzzy, c-format
  1767. msgid "List directory %spartial is missing."
  1768. msgstr "Trūksta aplanko „%s“"
  1769. #: apt-pkg/acquire.cc:130 apt-pkg/acquire.cc:152
  1770. #, fuzzy, c-format
  1771. msgid "Archives directory %spartial is missing."
  1772. msgstr "Trūksta aplanko „%s“"
  1773. #: apt-pkg/acquire.cc:163
  1774. #, fuzzy, c-format
  1775. msgid "Unable to lock directory %s"
  1776. msgstr "Nepavyko užrakinti sąrašo aplanko"
  1777. #: apt-pkg/acquire.cc:500
  1778. #, c-format
  1779. msgid ""
  1780. "Can't drop privileges for downloading as file '%s' couldn't be accessed by "
  1781. "user '%s'."
  1782. msgstr ""
  1783. #: apt-pkg/acquire.cc:618 apt-pkg/clean.cc:39
  1784. #, c-format
  1785. msgid "Clean of %s is not supported"
  1786. msgstr ""
  1787. #. only show the ETA if it makes sense
  1788. #. two days
  1789. #: apt-pkg/acquire.cc:1146
  1790. #, c-format
  1791. msgid "Retrieving file %li of %li (%s remaining)"
  1792. msgstr "Parsiunčiamas %li failas iš %li (liko %s)"
  1793. #: apt-pkg/acquire.cc:1148
  1794. #, c-format
  1795. msgid "Retrieving file %li of %li"
  1796. msgstr "Parsiunčiamas %li failas iš %li"
  1797. #: apt-pkg/update.cc:76
  1798. #, fuzzy, c-format
  1799. msgid "Failed to fetch %s %s"
  1800. msgstr "Nepavyko parsiųsti %s %s\n"
  1801. #: apt-pkg/update.cc:102 apt-pkg/update.cc:104
  1802. #, fuzzy
  1803. msgid ""
  1804. "Some index files failed to download. They have been ignored, or old ones "
  1805. "used instead."
  1806. msgstr ""
  1807. "Kai kurių indeksų failų nepavyko parsiųsti, jie buvo ignoruoti arba vietoje "
  1808. "jų panaudoti seni."
  1809. #: apt-pkg/srcrecords.cc:53
  1810. msgid "You must put some 'source' URIs in your sources.list"
  1811. msgstr ""
  1812. #: apt-pkg/clean.cc:64
  1813. #, c-format
  1814. msgid "Unable to stat %s."
  1815. msgstr ""
  1816. #: apt-pkg/policy.cc:77
  1817. #, c-format
  1818. msgid ""
  1819. "The value '%s' is invalid for APT::Default-Release as such a release is not "
  1820. "available in the sources"
  1821. msgstr ""
  1822. #: apt-pkg/policy.cc:453
  1823. #, c-format
  1824. msgid "Invalid record in the preferences file %s, no Package header"
  1825. msgstr ""
  1826. #: apt-pkg/policy.cc:475
  1827. #, c-format
  1828. msgid "Did not understand pin type %s"
  1829. msgstr ""
  1830. #: apt-pkg/policy.cc:484
  1831. #, c-format
  1832. msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
  1833. msgstr ""
  1834. #: apt-pkg/policy.cc:491
  1835. msgid "No priority (or zero) specified for pin"
  1836. msgstr ""
  1837. #: apt-pkg/packagemanager.cc:330 apt-pkg/packagemanager.cc:1018
  1838. #, c-format
  1839. msgid ""
  1840. "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
  1841. "under APT::Immediate-Configure for details. (%d)"
  1842. msgstr ""
  1843. #: apt-pkg/packagemanager.cc:589 apt-pkg/packagemanager.cc:627
  1844. #, fuzzy, c-format
  1845. msgid "Could not configure '%s'. "
  1846. msgstr "Nepavyko atverti failo %s"
  1847. #: apt-pkg/packagemanager.cc:677
  1848. #, c-format
  1849. msgid ""
  1850. "This installation run will require temporarily removing the essential "
  1851. "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
  1852. "you really want to do it, activate the APT::Force-LoopBreak option."
  1853. msgstr ""
  1854. #: apt-pkg/cdrom.cc:498
  1855. #, c-format
  1856. msgid "Line %u too long in source list %s."
  1857. msgstr ""
  1858. #: apt-pkg/cdrom.cc:572
  1859. msgid "Unmounting CD-ROM...\n"
  1860. msgstr "Atjungiamas CD-ROM...\n"
  1861. #: apt-pkg/cdrom.cc:587
  1862. #, c-format
  1863. msgid "Using CD-ROM mount point %s\n"
  1864. msgstr "Naudojama CD-ROM prijungimo vieta %s\n"
  1865. #: apt-pkg/cdrom.cc:600
  1866. msgid "Waiting for disc...\n"
  1867. msgstr "Laukiama disko...\n"
  1868. #: apt-pkg/cdrom.cc:610
  1869. msgid "Mounting CD-ROM...\n"
  1870. msgstr "Prijungiamas CD-ROM...\n"
  1871. #: apt-pkg/cdrom.cc:621
  1872. msgid "Identifying... "
  1873. msgstr "Identifikuojama... "
  1874. #: apt-pkg/cdrom.cc:663
  1875. #, c-format
  1876. msgid "Stored label: %s\n"
  1877. msgstr ""
  1878. #: apt-pkg/cdrom.cc:681
  1879. msgid "Scanning disc for index files...\n"
  1880. msgstr ""
  1881. #: apt-pkg/cdrom.cc:735
  1882. #, c-format
  1883. msgid ""
  1884. "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
  1885. "%zu signatures\n"
  1886. msgstr ""
  1887. #: apt-pkg/cdrom.cc:745
  1888. msgid ""
  1889. "Unable to locate any package files, perhaps this is not a Debian Disc or the "
  1890. "wrong architecture?"
  1891. msgstr ""
  1892. #: apt-pkg/cdrom.cc:772
  1893. #, c-format
  1894. msgid "Found label '%s'\n"
  1895. msgstr "Rasta žymė „%s“\n"
  1896. #: apt-pkg/cdrom.cc:801
  1897. msgid "That is not a valid name, try again.\n"
  1898. msgstr ""
  1899. #: apt-pkg/cdrom.cc:818
  1900. #, c-format
  1901. msgid ""
  1902. "This disc is called: \n"
  1903. "'%s'\n"
  1904. msgstr ""
  1905. "Šio disko pavadinimas: \n"
  1906. "„%s“\n"
  1907. #: apt-pkg/cdrom.cc:820
  1908. msgid "Copying package lists..."
  1909. msgstr "Kopijuojami paketų sąrašai..."
  1910. #: apt-pkg/cdrom.cc:867
  1911. msgid "Writing new source list\n"
  1912. msgstr "Rašomas naujas šaltinių sąrašas\n"
  1913. #: apt-pkg/cdrom.cc:878
  1914. msgid "Source list entries for this disc are:\n"
  1915. msgstr ""
  1916. #: apt-pkg/algorithms.cc:263
  1917. #, c-format
  1918. msgid ""
  1919. "The package %s needs to be reinstalled, but I can't find an archive for it."
  1920. msgstr ""
  1921. #: apt-pkg/algorithms.cc:1080
  1922. msgid ""
  1923. "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
  1924. "held packages."
  1925. msgstr ""
  1926. #: apt-pkg/algorithms.cc:1082
  1927. msgid "Unable to correct problems, you have held broken packages."
  1928. msgstr ""
  1929. #: apt-pkg/edsp.cc:184 apt-pkg/edsp.cc:210
  1930. msgid "Send scenario to solver"
  1931. msgstr ""
  1932. #: apt-pkg/edsp.cc:232
  1933. msgid "Send request to solver"
  1934. msgstr ""
  1935. #: apt-pkg/edsp.cc:311
  1936. msgid "Prepare for receiving solution"
  1937. msgstr ""
  1938. #: apt-pkg/edsp.cc:318
  1939. msgid "External solver failed without a proper error message"
  1940. msgstr ""
  1941. #: apt-pkg/edsp.cc:610 apt-pkg/edsp.cc:613 apt-pkg/edsp.cc:618
  1942. msgid "Execute external solver"
  1943. msgstr ""
  1944. #: apt-pkg/pkgrecords.cc:38
  1945. #, c-format
  1946. msgid "Index file type '%s' is not supported"
  1947. msgstr ""
  1948. #: apt-pkg/tagfile.cc:196 apt-pkg/tagfile.cc:296 apt-pkg/deb/debrecords.cc:212
  1949. #, c-format
  1950. msgid "Unable to parse package file %s (%d)"
  1951. msgstr ""
  1952. #: apt-pkg/tagfile.cc:541 apt-pkg/tagfile.cc:544
  1953. #, c-format
  1954. msgid "Cannot convert %s to integer"
  1955. msgstr ""
  1956. #. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports
  1957. #: apt-pkg/sourcelist.cc:140 apt-pkg/sourcelist.cc:147
  1958. #: apt-pkg/sourcelist.cc:150 apt-pkg/sourcelist.cc:158
  1959. #: apt-pkg/sourcelist.cc:165 apt-pkg/sourcelist.cc:209
  1960. #: apt-pkg/sourcelist.cc:212 apt-pkg/sourcelist.cc:223
  1961. #: apt-pkg/sourcelist.cc:229 apt-pkg/sourcelist.cc:232
  1962. #: apt-pkg/sourcelist.cc:245 apt-pkg/sourcelist.cc:247
  1963. #: apt-pkg/sourcelist.cc:250 apt-pkg/sourcelist.cc:256
  1964. #: apt-pkg/sourcelist.cc:263
  1965. #, fuzzy, c-format
  1966. msgid "Malformed entry %u in %s file %s (%s)"
  1967. msgstr "Nekorektiškas perrašymas %s eilutėje %lu #1"
  1968. #: apt-pkg/sourcelist.cc:367
  1969. #, c-format
  1970. msgid "Opening %s"
  1971. msgstr "Atveriama %s"
  1972. #: apt-pkg/sourcelist.cc:401
  1973. #, c-format
  1974. msgid "Malformed line %u in source list %s (type)"
  1975. msgstr ""
  1976. #: apt-pkg/sourcelist.cc:405
  1977. #, c-format
  1978. msgid "Type '%s' is not known on line %u in source list %s"
  1979. msgstr ""
  1980. #: apt-pkg/sourcelist.cc:425 apt-pkg/sourcelist.cc:431
  1981. #, c-format
  1982. msgid "Malformed stanza %u in source list %s (type)"
  1983. msgstr ""
  1984. #: apt-pkg/sourcelist.cc:441
  1985. #, c-format
  1986. msgid "Type '%s' is not known on stanza %u in source list %s"
  1987. msgstr ""
  1988. #: apt-pkg/cacheset.cc:492
  1989. #, c-format
  1990. msgid "Release '%s' for '%s' was not found"
  1991. msgstr "Nebuvo rastas „%s“ leidimas paketui „%s“"
  1992. #: apt-pkg/cacheset.cc:495
  1993. #, c-format
  1994. msgid "Version '%s' for '%s' was not found"
  1995. msgstr "Nebuvo rasta „%s“ versija paketui „%s“"
  1996. #: apt-pkg/cacheset.cc:730
  1997. #, fuzzy, c-format
  1998. msgid "Couldn't find task '%s'"
  1999. msgstr "Nepavyko rasti užduoties %s"
  2000. #: apt-pkg/cacheset.cc:736
  2001. #, fuzzy, c-format
  2002. msgid "Couldn't find any package by regex '%s'"
  2003. msgstr "Nepavyko rasti paketo %s"
  2004. #: apt-pkg/cacheset.cc:742
  2005. #, fuzzy, c-format
  2006. msgid "Couldn't find any package by glob '%s'"
  2007. msgstr "Nepavyko rasti paketo %s"
  2008. #: apt-pkg/cacheset.cc:781
  2009. #, c-format
  2010. msgid "Can't select versions from package '%s' as it is purely virtual"
  2011. msgstr ""
  2012. #: apt-pkg/cacheset.cc:820
  2013. #, c-format
  2014. msgid "Can't select newest version from package '%s' as it is purely virtual"
  2015. msgstr ""
  2016. #: apt-pkg/cacheset.cc:828
  2017. #, c-format
  2018. msgid "Can't select candidate version from package %s as it has no candidate"
  2019. msgstr ""
  2020. #: apt-pkg/cacheset.cc:836
  2021. #, c-format
  2022. msgid "Can't select installed version from package %s as it is not installed"
  2023. msgstr ""
  2024. #: apt-pkg/cacheset.cc:844 apt-pkg/cacheset.cc:852
  2025. #, c-format
  2026. msgid ""
  2027. "Can't select installed nor candidate version from package '%s' as it has "
  2028. "neither of them"
  2029. msgstr ""
  2030. #. TRANSLATOR: an identifier like Packages; Releasefile key indicating
  2031. #. a file like main/binary-amd64/Packages; another identifier like Contents;
  2032. #. filename and linenumber of the sources.list entry currently parsed
  2033. #: apt-pkg/deb/debmetaindex.cc:215
  2034. #, c-format
  2035. msgid "Target %s wants to acquire the same file (%s) as %s from source %s"
  2036. msgstr ""
  2037. #. TRANSLATOR: an identifier like Packages; Releasefile key indicating
  2038. #. a file like main/binary-amd64/Packages; filename and linenumber of
  2039. #. two sources.list entries
  2040. #: apt-pkg/deb/debmetaindex.cc:234
  2041. #, c-format
  2042. msgid "Target %s (%s) is configured multiple times in %s and %s"
  2043. msgstr ""
  2044. #: apt-pkg/deb/debmetaindex.cc:314
  2045. #, fuzzy, c-format
  2046. msgid "Unable to parse Release file %s"
  2047. msgstr "Nepavyko atverti DB failo %s: %s"
  2048. #: apt-pkg/deb/debmetaindex.cc:323
  2049. #, fuzzy, c-format
  2050. msgid "No sections in Release file %s"
  2051. msgstr "Pastaba: pažymimas %s vietoje %s\n"
  2052. #: apt-pkg/deb/debmetaindex.cc:363
  2053. #, c-format
  2054. msgid "No Hash entry in Release file %s"
  2055. msgstr ""
  2056. #: apt-pkg/deb/debmetaindex.cc:371
  2057. #, fuzzy, c-format
  2058. msgid "Invalid 'Date' entry in Release file %s"
  2059. msgstr "Nepavyko atverti DB failo %s: %s"
  2060. #: apt-pkg/deb/debmetaindex.cc:392
  2061. #, fuzzy, c-format
  2062. msgid "Invalid 'Valid-Until' entry in Release file %s"
  2063. msgstr "Pastaba: pažymimas %s vietoje %s\n"
  2064. #. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
  2065. #: apt-pkg/deb/debmetaindex.cc:521 apt-pkg/deb/debmetaindex.cc:529
  2066. #: apt-pkg/deb/debmetaindex.cc:537 apt-pkg/deb/debmetaindex.cc:545
  2067. #: apt-pkg/deb/debmetaindex.cc:568
  2068. #, c-format
  2069. msgid "Conflicting values set for option %s concerning source %s %s"
  2070. msgstr ""
  2071. #: apt-pkg/deb/debmetaindex.cc:563
  2072. #, c-format
  2073. msgid "Invalid value set for option %s concerning source %s %s (%s)"
  2074. msgstr ""
  2075. #: apt-pkg/deb/dpkgpm.cc:110
  2076. #, fuzzy, c-format
  2077. msgid "Installing %s"
  2078. msgstr "Įdiegta %s"
  2079. #: apt-pkg/deb/dpkgpm.cc:111 apt-pkg/deb/dpkgpm.cc:1007
  2080. #, c-format
  2081. msgid "Configuring %s"
  2082. msgstr "Konfigūruojamas %s"
  2083. #: apt-pkg/deb/dpkgpm.cc:112 apt-pkg/deb/dpkgpm.cc:1014
  2084. #, c-format
  2085. msgid "Removing %s"
  2086. msgstr "Šalinamas %s"
  2087. #: apt-pkg/deb/dpkgpm.cc:113
  2088. #, fuzzy, c-format
  2089. msgid "Completely removing %s"
  2090. msgstr "Visiškai pašalintas %s"
  2091. #: apt-pkg/deb/dpkgpm.cc:114
  2092. #, c-format
  2093. msgid "Noting disappearance of %s"
  2094. msgstr ""
  2095. #: apt-pkg/deb/dpkgpm.cc:115
  2096. #, c-format
  2097. msgid "Running post-installation trigger %s"
  2098. msgstr ""
  2099. #. FIXME: use a better string after freeze
  2100. #: apt-pkg/deb/dpkgpm.cc:838
  2101. #, c-format
  2102. msgid "Directory '%s' missing"
  2103. msgstr "Trūksta aplanko „%s“"
  2104. #: apt-pkg/deb/dpkgpm.cc:853 apt-pkg/deb/dpkgpm.cc:875
  2105. #, fuzzy, c-format
  2106. msgid "Could not open file '%s'"
  2107. msgstr "Nepavyko atverti failo %s"
  2108. #: apt-pkg/deb/dpkgpm.cc:1000
  2109. #, c-format
  2110. msgid "Preparing %s"
  2111. msgstr "Ruošiamas %s"
  2112. #: apt-pkg/deb/dpkgpm.cc:1001
  2113. #, c-format
  2114. msgid "Unpacking %s"
  2115. msgstr "Išpakuojamas %s"
  2116. #: apt-pkg/deb/dpkgpm.cc:1006
  2117. #, c-format
  2118. msgid "Preparing to configure %s"
  2119. msgstr "Ruošiamasi konfigūruoti %s"
  2120. #: apt-pkg/deb/dpkgpm.cc:1008
  2121. #, c-format
  2122. msgid "Installed %s"
  2123. msgstr "Įdiegta %s"
  2124. #: apt-pkg/deb/dpkgpm.cc:1013
  2125. #, c-format
  2126. msgid "Preparing for removal of %s"
  2127. msgstr "Ruošiamasi %s pašalinimui"
  2128. #: apt-pkg/deb/dpkgpm.cc:1015
  2129. #, c-format
  2130. msgid "Removed %s"
  2131. msgstr "Pašalintas %s"
  2132. #: apt-pkg/deb/dpkgpm.cc:1020
  2133. #, c-format
  2134. msgid "Preparing to completely remove %s"
  2135. msgstr "Ruošiamasi visiškai pašalinti %s"
  2136. #: apt-pkg/deb/dpkgpm.cc:1021
  2137. #, c-format
  2138. msgid "Completely removed %s"
  2139. msgstr "Visiškai pašalintas %s"
  2140. #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168
  2141. #, fuzzy, c-format
  2142. msgid "Can not write log (%s)"
  2143. msgstr "Nepavyko įrašyti į %s"
  2144. #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168
  2145. msgid "Is /dev/pts mounted?"
  2146. msgstr ""
  2147. #: apt-pkg/deb/dpkgpm.cc:1656
  2148. msgid "Operation was interrupted before it could finish"
  2149. msgstr ""
  2150. #: apt-pkg/deb/dpkgpm.cc:1718
  2151. msgid "No apport report written because MaxReports is reached already"
  2152. msgstr ""
  2153. #. check if its not a follow up error
  2154. #: apt-pkg/deb/dpkgpm.cc:1723
  2155. msgid "dependency problems - leaving unconfigured"
  2156. msgstr ""
  2157. #: apt-pkg/deb/dpkgpm.cc:1725
  2158. msgid ""
  2159. "No apport report written because the error message indicates its a followup "
  2160. "error from a previous failure."
  2161. msgstr ""
  2162. #: apt-pkg/deb/dpkgpm.cc:1731
  2163. msgid ""
  2164. "No apport report written because the error message indicates a disk full "
  2165. "error"
  2166. msgstr ""
  2167. #: apt-pkg/deb/dpkgpm.cc:1738
  2168. msgid ""
  2169. "No apport report written because the error message indicates a out of memory "
  2170. "error"
  2171. msgstr ""
  2172. #: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751
  2173. msgid ""
  2174. "No apport report written because the error message indicates an issue on the "
  2175. "local system"
  2176. msgstr ""
  2177. #: apt-pkg/deb/dpkgpm.cc:1773
  2178. msgid ""
  2179. "No apport report written because the error message indicates a dpkg I/O error"
  2180. msgstr ""
  2181. #: apt-pkg/deb/debsystem.cc:88
  2182. #, c-format
  2183. msgid ""
  2184. "Unable to lock the administration directory (%s), is another process using "
  2185. "it?"
  2186. msgstr ""
  2187. #: apt-pkg/deb/debsystem.cc:91
  2188. #, fuzzy, c-format
  2189. msgid "Unable to lock the administration directory (%s), are you root?"
  2190. msgstr "Nepavyko užrakinti sąrašo aplanko"
  2191. #. TRANSLATORS: the %s contains the recovery command, usually
  2192. #. dpkg --configure -a
  2193. #: apt-pkg/deb/debsystem.cc:107
  2194. #, c-format
  2195. msgid ""
  2196. "dpkg was interrupted, you must manually run '%s' to correct the problem. "
  2197. msgstr ""
  2198. #: apt-pkg/deb/debsystem.cc:125
  2199. msgid "Not locked"
  2200. msgstr ""
  2201. #: apt-pkg/contrib/fileutl.cc:197
  2202. #, c-format
  2203. msgid "Not using locking for read only lock file %s"
  2204. msgstr ""
  2205. #: apt-pkg/contrib/fileutl.cc:202
  2206. #, c-format
  2207. msgid "Could not open lock file %s"
  2208. msgstr "Nepavyko atverti rakinimo failo %s"
  2209. #: apt-pkg/contrib/fileutl.cc:225
  2210. #, c-format
  2211. msgid "Not using locking for nfs mounted lock file %s"
  2212. msgstr ""
  2213. #: apt-pkg/contrib/fileutl.cc:230
  2214. #, c-format
  2215. msgid "Could not get lock %s"
  2216. msgstr "Nepavyko rezervuoti rakinimo failo %s"
  2217. #: apt-pkg/contrib/fileutl.cc:367 apt-pkg/contrib/fileutl.cc:481
  2218. #, c-format
  2219. msgid "List of files can't be created as '%s' is not a directory"
  2220. msgstr ""
  2221. #: apt-pkg/contrib/fileutl.cc:401
  2222. #, c-format
  2223. msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
  2224. msgstr ""
  2225. #: apt-pkg/contrib/fileutl.cc:419
  2226. #, c-format
  2227. msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
  2228. msgstr ""
  2229. #: apt-pkg/contrib/fileutl.cc:428
  2230. #, c-format
  2231. msgid ""
  2232. "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
  2233. msgstr ""
  2234. #: apt-pkg/contrib/fileutl.cc:862
  2235. #, c-format
  2236. msgid "Sub-process %s received a segmentation fault."
  2237. msgstr "Procesas %s gavo segmentavimo klaidą"
  2238. #: apt-pkg/contrib/fileutl.cc:864
  2239. #, fuzzy, c-format
  2240. msgid "Sub-process %s received signal %u."
  2241. msgstr "Procesas %s gavo segmentavimo klaidą"
  2242. #: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:227
  2243. #, c-format
  2244. msgid "Sub-process %s returned an error code (%u)"
  2245. msgstr "Procesas %s grąžino klaidos kodą (%u)"
  2246. #: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:220
  2247. #, c-format
  2248. msgid "Sub-process %s exited unexpectedly"
  2249. msgstr "Procesas %s netikėtai išėjo"
  2250. #: apt-pkg/contrib/fileutl.cc:987
  2251. #, fuzzy, c-format
  2252. msgid "Problem closing the gzip file %s"
  2253. msgstr "Klaida užveriant failą"
  2254. #: apt-pkg/contrib/fileutl.cc:1194
  2255. #, c-format
  2256. msgid "Could not open file %s"
  2257. msgstr "Nepavyko atverti failo %s"
  2258. #: apt-pkg/contrib/fileutl.cc:1253 apt-pkg/contrib/fileutl.cc:1300
  2259. #, fuzzy, c-format
  2260. msgid "Could not open file descriptor %d"
  2261. msgstr "Nepavyko atverti failo %s"
  2262. #: apt-pkg/contrib/fileutl.cc:1408 apt-pkg/contrib/fileutl.cc:2204
  2263. msgid "Failed to create subprocess IPC"
  2264. msgstr "Nepavyko sukurti subproceso IPC"
  2265. #: apt-pkg/contrib/fileutl.cc:1466
  2266. msgid "Failed to exec compressor "
  2267. msgstr "Nepavyko paleisti suspaudėjo "
  2268. #: apt-pkg/contrib/fileutl.cc:1607
  2269. #, c-format
  2270. msgid "read, still have %llu to read but none left"
  2271. msgstr ""
  2272. #: apt-pkg/contrib/fileutl.cc:1720 apt-pkg/contrib/fileutl.cc:1742
  2273. #, c-format
  2274. msgid "write, still have %llu to write but couldn't"
  2275. msgstr ""
  2276. #: apt-pkg/contrib/fileutl.cc:2008
  2277. #, fuzzy, c-format
  2278. msgid "Problem closing the file %s"
  2279. msgstr "Klaida užveriant failą"
  2280. #: apt-pkg/contrib/fileutl.cc:2020
  2281. #, fuzzy, c-format
  2282. msgid "Problem renaming the file %s to %s"
  2283. msgstr "Klaida sinchronizuojant failą"
  2284. #: apt-pkg/contrib/fileutl.cc:2031
  2285. #, fuzzy, c-format
  2286. msgid "Problem unlinking the file %s"
  2287. msgstr "Klaida užveriant failą"
  2288. #: apt-pkg/contrib/fileutl.cc:2044
  2289. msgid "Problem syncing the file"
  2290. msgstr "Klaida sinchronizuojant failą"
  2291. #: apt-pkg/contrib/fileutl.cc:2174 cmdline/apt-extracttemplates.cc:258
  2292. #, fuzzy, c-format
  2293. msgid "Unable to mkstemp %s"
  2294. msgstr "Nepavyko sukurti %s"
  2295. #: apt-pkg/contrib/fileutl.cc:2179 cmdline/apt-extracttemplates.cc:263
  2296. #, c-format
  2297. msgid "Unable to write to %s"
  2298. msgstr "Nepavyko įrašyti į %s"
  2299. #: apt-pkg/contrib/progress.cc:148
  2300. #, c-format
  2301. msgid "%c%s... Error!"
  2302. msgstr "%c%s... Klaida!"
  2303. #: apt-pkg/contrib/progress.cc:150
  2304. #, c-format
  2305. msgid "%c%s... Done"
  2306. msgstr "%c%s... Baigta"
  2307. #: apt-pkg/contrib/progress.cc:181
  2308. msgid "..."
  2309. msgstr ""
  2310. #. Print the spinner
  2311. #: apt-pkg/contrib/progress.cc:197
  2312. #, fuzzy, c-format
  2313. msgid "%c%s... %u%%"
  2314. msgstr "%c%s... Baigta"
  2315. #. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds
  2316. #: apt-pkg/contrib/strutl.cc:420
  2317. #, c-format
  2318. msgid "%lid %lih %limin %lis"
  2319. msgstr ""
  2320. #. TRANSLATOR: h means hours, min means minutes, s means seconds
  2321. #: apt-pkg/contrib/strutl.cc:425
  2322. #, c-format
  2323. msgid "%lih %limin %lis"
  2324. msgstr ""
  2325. #. TRANSLATOR: min means minutes, s means seconds
  2326. #: apt-pkg/contrib/strutl.cc:430
  2327. #, c-format
  2328. msgid "%limin %lis"
  2329. msgstr ""
  2330. #. TRANSLATOR: s means seconds
  2331. #: apt-pkg/contrib/strutl.cc:435
  2332. #, c-format
  2333. msgid "%lis"
  2334. msgstr ""
  2335. #: apt-pkg/contrib/strutl.cc:1279
  2336. #, c-format
  2337. msgid "Selection %s not found"
  2338. msgstr ""
  2339. #: apt-pkg/contrib/mmap.cc:79
  2340. msgid "Can't mmap an empty file"
  2341. msgstr ""
  2342. #: apt-pkg/contrib/mmap.cc:111
  2343. #, c-format
  2344. msgid "Couldn't duplicate file descriptor %i"
  2345. msgstr ""
  2346. #: apt-pkg/contrib/mmap.cc:119
  2347. #, c-format
  2348. msgid "Couldn't make mmap of %llu bytes"
  2349. msgstr ""
  2350. #: apt-pkg/contrib/mmap.cc:146
  2351. #, fuzzy
  2352. msgid "Unable to close mmap"
  2353. msgstr "Nepavyko atverti %s"
  2354. #: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202
  2355. #, fuzzy
  2356. msgid "Unable to synchronize mmap"
  2357. msgstr "Nepavyko pakeisti į %s"
  2358. #: apt-pkg/contrib/mmap.cc:290
  2359. #, c-format
  2360. msgid "Couldn't make mmap of %lu bytes"
  2361. msgstr ""
  2362. #: apt-pkg/contrib/mmap.cc:322
  2363. #, fuzzy
  2364. msgid "Failed to truncate file"
  2365. msgstr "Nepavyko patikrinti %s"
  2366. #: apt-pkg/contrib/mmap.cc:341
  2367. #, c-format
  2368. msgid ""
  2369. "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
  2370. "Current value: %lu. (man 5 apt.conf)"
  2371. msgstr ""
  2372. #: apt-pkg/contrib/mmap.cc:446
  2373. #, c-format
  2374. msgid ""
  2375. "Unable to increase the size of the MMap as the limit of %lu bytes is already "
  2376. "reached."
  2377. msgstr ""
  2378. #: apt-pkg/contrib/mmap.cc:449
  2379. msgid ""
  2380. "Unable to increase size of the MMap as automatic growing is disabled by user."
  2381. msgstr ""
  2382. #: apt-pkg/contrib/cdromutl.cc:65
  2383. #, c-format
  2384. msgid "Unable to stat the mount point %s"
  2385. msgstr ""
  2386. #: apt-pkg/contrib/cdromutl.cc:247
  2387. msgid "Failed to stat the cdrom"
  2388. msgstr ""
  2389. #: apt-pkg/contrib/configuration.cc:516
  2390. #, c-format
  2391. msgid "Unrecognized type abbreviation: '%c'"
  2392. msgstr ""
  2393. #: apt-pkg/contrib/configuration.cc:630
  2394. #, c-format
  2395. msgid "Opening configuration file %s"
  2396. msgstr ""
  2397. #: apt-pkg/contrib/configuration.cc:798
  2398. #, c-format
  2399. msgid "Syntax error %s:%u: Block starts with no name."
  2400. msgstr ""
  2401. #: apt-pkg/contrib/configuration.cc:817
  2402. #, c-format
  2403. msgid "Syntax error %s:%u: Malformed tag"
  2404. msgstr ""
  2405. #: apt-pkg/contrib/configuration.cc:834
  2406. #, c-format
  2407. msgid "Syntax error %s:%u: Extra junk after value"
  2408. msgstr ""
  2409. #: apt-pkg/contrib/configuration.cc:874
  2410. #, c-format
  2411. msgid "Syntax error %s:%u: Directives can only be done at the top level"
  2412. msgstr ""
  2413. #: apt-pkg/contrib/configuration.cc:881
  2414. #, c-format
  2415. msgid "Syntax error %s:%u: Too many nested includes"
  2416. msgstr ""
  2417. #: apt-pkg/contrib/configuration.cc:885 apt-pkg/contrib/configuration.cc:890
  2418. #, c-format
  2419. msgid "Syntax error %s:%u: Included from here"
  2420. msgstr ""
  2421. #: apt-pkg/contrib/configuration.cc:894
  2422. #, c-format
  2423. msgid "Syntax error %s:%u: Unsupported directive '%s'"
  2424. msgstr ""
  2425. #: apt-pkg/contrib/configuration.cc:897
  2426. #, c-format
  2427. msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
  2428. msgstr ""
  2429. #: apt-pkg/contrib/configuration.cc:947
  2430. #, c-format
  2431. msgid "Syntax error %s:%u: Extra junk at end of file"
  2432. msgstr ""
  2433. #: apt-pkg/contrib/cmndline.cc:127
  2434. #, c-format
  2435. msgid ""
  2436. "Command line option '%c' [from %s] is not understood in combination with the "
  2437. "other options."
  2438. msgstr ""
  2439. #: apt-pkg/contrib/cmndline.cc:152 apt-pkg/contrib/cmndline.cc:161
  2440. #: apt-pkg/contrib/cmndline.cc:169
  2441. #, c-format
  2442. msgid ""
  2443. "Command line option %s is not understood in combination with the other "
  2444. "options"
  2445. msgstr ""
  2446. #: apt-pkg/contrib/cmndline.cc:174
  2447. #, c-format
  2448. msgid "Command line option %s is not boolean"
  2449. msgstr ""
  2450. #: apt-pkg/contrib/cmndline.cc:215 apt-pkg/contrib/cmndline.cc:236
  2451. #, c-format
  2452. msgid "Option %s requires an argument."
  2453. msgstr "Parametrui %s reikia argumento."
  2454. #: apt-pkg/contrib/cmndline.cc:249 apt-pkg/contrib/cmndline.cc:255
  2455. #, c-format
  2456. msgid "Option %s: Configuration item specification must have an =<val>."
  2457. msgstr ""
  2458. #: apt-pkg/contrib/cmndline.cc:284
  2459. #, c-format
  2460. msgid "Option %s requires an integer argument, not '%s'"
  2461. msgstr ""
  2462. #: apt-pkg/contrib/cmndline.cc:315
  2463. #, c-format
  2464. msgid "Option '%s' is too long"
  2465. msgstr ""
  2466. #: apt-pkg/contrib/cmndline.cc:347
  2467. #, c-format
  2468. msgid "Sense %s is not understood, try true or false."
  2469. msgstr ""
  2470. #: apt-pkg/contrib/cmndline.cc:397
  2471. #, c-format
  2472. msgid "Invalid operation %s"
  2473. msgstr "Klaidingas veiksmas %s"
  2474. #: cmdline/apt-extracttemplates.cc:228
  2475. msgid ""
  2476. "Usage: apt-extracttemplates file1 [file2 ...]\n"
  2477. "\n"
  2478. "apt-extracttemplates is a tool to extract config and template info\n"
  2479. "from debian packages\n"
  2480. "\n"
  2481. "Options:\n"
  2482. " -h This help text\n"
  2483. " -t Set the temp dir\n"
  2484. " -c=? Read this configuration file\n"
  2485. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  2486. msgstr ""
  2487. "Naudojimas: apt-extracttemplates failas1 [failas2 ...]\n"
  2488. "\n"
  2489. "apt-extracttemplates tai įrankis skirtas konfigūracijų, bei šablonų "
  2490. "informacijos išskleidimui\n"
  2491. "iš debian paketų\n"
  2492. "\n"
  2493. "Parametrai:\n"
  2494. " -h Šis pagalbos tekstas\n"
  2495. " -t Nustatyti laikinąjį aplanką\n"
  2496. " -c=? Nuskaityti šį konfigūracijų failą\n"
  2497. " -o=? Nustatyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
  2498. #: cmdline/apt-extracttemplates.cc:304
  2499. msgid "Cannot get debconf version. Is debconf installed?"
  2500. msgstr "Nepavyko sužinoti debconf versijos. Ar įdiegtas debconf?"
  2501. #: ftparchive/apt-ftparchive.cc:188 ftparchive/apt-ftparchive.cc:368
  2502. msgid "Package extension list is too long"
  2503. msgstr "Paketo plėtinių sąrašas yra per ilgas"
  2504. #: ftparchive/apt-ftparchive.cc:190 ftparchive/apt-ftparchive.cc:202
  2505. #: ftparchive/apt-ftparchive.cc:225 ftparchive/apt-ftparchive.cc:281
  2506. #: ftparchive/apt-ftparchive.cc:291 ftparchive/apt-ftparchive.cc:313
  2507. #, c-format
  2508. msgid "Error processing directory %s"
  2509. msgstr "Klaida apdorojant aplanką %s"
  2510. #: ftparchive/apt-ftparchive.cc:279
  2511. msgid "Source extension list is too long"
  2512. msgstr "Šaltinio plėtinys yra per ilgas"
  2513. #: ftparchive/apt-ftparchive.cc:394
  2514. msgid "Error writing header to contents file"
  2515. msgstr "Klaida įrašant antraštę į turinio failą"
  2516. #: ftparchive/apt-ftparchive.cc:424
  2517. #, c-format
  2518. msgid "Error processing contents %s"
  2519. msgstr "Klaida apdorojant turinį %s"
  2520. #: ftparchive/apt-ftparchive.cc:616
  2521. msgid ""
  2522. "Usage: apt-ftparchive [options] command\n"
  2523. "Commands: packages binarypath [overridefile [pathprefix]]\n"
  2524. " sources srcpath [overridefile [pathprefix]]\n"
  2525. " contents path\n"
  2526. " release path\n"
  2527. " generate config [groups]\n"
  2528. " clean config\n"
  2529. "\n"
  2530. "apt-ftparchive generates index files for Debian archives. It supports\n"
  2531. "many styles of generation from fully automated to functional replacements\n"
  2532. "for dpkg-scanpackages and dpkg-scansources\n"
  2533. "\n"
  2534. "apt-ftparchive generates Package files from a tree of .debs. The\n"
  2535. "Package file contains the contents of all the control fields from\n"
  2536. "each package as well as the MD5 hash and filesize. An override file\n"
  2537. "is supported to force the value of Priority and Section.\n"
  2538. "\n"
  2539. "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
  2540. "The --source-override option can be used to specify a src override file\n"
  2541. "\n"
  2542. "The 'packages' and 'sources' command should be run in the root of the\n"
  2543. "tree. BinaryPath should point to the base of the recursive search and \n"
  2544. "override file should contain the override flags. Pathprefix is\n"
  2545. "appended to the filename fields if present. Example usage from the \n"
  2546. "Debian archive:\n"
  2547. " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
  2548. " dists/potato/main/binary-i386/Packages\n"
  2549. "\n"
  2550. "Options:\n"
  2551. " -h This help text\n"
  2552. " --md5 Control MD5 generation\n"
  2553. " -s=? Source override file\n"
  2554. " -q Quiet\n"
  2555. " -d=? Select the optional caching database\n"
  2556. " --no-delink Enable delinking debug mode\n"
  2557. " --contents Control contents file generation\n"
  2558. " -c=? Read this configuration file\n"
  2559. " -o=? Set an arbitrary configuration option"
  2560. msgstr ""
  2561. "Naudojimas: apt-ftparchive [parametrai] komanda\n"
  2562. "Komandos: dvejatainių paketų kelias [perrašomasfailas [keliopriešdėlis]]\n"
  2563. " sources aplankas [perrašomasfailas [kelippriešdėlis]]\n"
  2564. " contents kelias\n"
  2565. " release kelias\n"
  2566. " generate parametras [grupės]\n"
  2567. " clean parametras\n"
  2568. "\n"
  2569. "apt-ftparchive generuoja indeksų failus, skirtus Debian archyvams. Palaikomi "
  2570. "keli \n"
  2571. "generavimo stiliai, įskaitant nuo pilnai automatizuoto iki funkcinių "
  2572. "pakeitimų\n"
  2573. "skirtų dpkg-scanpackages ir dpkg-scansources\n"
  2574. "\n"
  2575. "apt-ftparchive sugeneruoja paketų failus iš .debs medžio. Paketo failas turi "
  2576. "visus\n"
  2577. "kontrolinius kiekvieno paketo laukus, o taip pat ir MD5 hešą bei failų "
  2578. "dydžius. Perrašomasis\n"
  2579. "failas palaikomas tam, kad būtų priverstinai nustatytos Pirmenybių bei "
  2580. "Sekcijų reikšmės.\n"
  2581. "\n"
  2582. "Panašiai apt-ftparchive sugeneruoja ir Išeities failus iš .dscs medžio.\n"
  2583. "--source-override nuostata gali būti naudojama nustatant išeities "
  2584. "perrašomąjį failą\n"
  2585. "\n"
  2586. "\"Paketų\" bei \"Išeičių\" komandos turėtų būti paleistos failų medžio "
  2587. "šaknyje. BinaryPath turėtų\n"
  2588. "nurodyti kelią į rekursinės paieškos pagrindą bei perrašytas failas turėtų "
  2589. "turėti perrašymo žymes.\n"
  2590. "Keliopriešdėlis tai yra prirašomas prie failo vardų laikų jei tokių yra. "
  2591. "Vartosenos pavyzdys\n"
  2592. "naudojant Debian archyvą:\n"
  2593. " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
  2594. " dists/potato/main/binary-i386/Packages\n"
  2595. "\n"
  2596. "Nuostatos:\n"
  2597. " -h Šis pagalbos tekstas\n"
  2598. " --md5 Valdyti MD5 generavimą\n"
  2599. " -s=? Šaltinio perrašomas failas\n"
  2600. " -q Tylėti\n"
  2601. " -d=? Pasirinkti papildomą kešo duomenų bazę\n"
  2602. " --no-delink Įjungti atjungiamąjį derinimo rėžimą\n"
  2603. " -c=? Perskaityti šį nuostatų failą\n"
  2604. " -o=? Nustatyti savarankišką konfigūracijos nuostatą"
  2605. #: ftparchive/apt-ftparchive.cc:812
  2606. msgid "No selections matched"
  2607. msgstr "Nėra atitikmenų"
  2608. #: ftparchive/apt-ftparchive.cc:892
  2609. #, c-format
  2610. msgid "Some files are missing in the package file group `%s'"
  2611. msgstr "Kai kurių failų nėra paketų grupėje „%s“"
  2612. #: ftparchive/cachedb.cc:68
  2613. #, c-format
  2614. msgid "DB was corrupted, file renamed to %s.old"
  2615. msgstr "Duomenų bazė pažeista, failas pervardintas į %s.old"
  2616. #: ftparchive/cachedb.cc:86
  2617. #, c-format
  2618. msgid "DB is old, attempting to upgrade %s"
  2619. msgstr "Duomenų bazė yra sena, bandoma atnaujinti %s"
  2620. #: ftparchive/cachedb.cc:97
  2621. #, fuzzy
  2622. msgid ""
  2623. "DB format is invalid. If you upgraded from an older version of apt, please "
  2624. "remove and re-create the database."
  2625. msgstr ""
  2626. "Duomenų bazės formatas yra netinkamas. Jei jūs atsinaujinote iš senesnės "
  2627. "versijos, prašome pašalinkite ir perkurkite duomenų bazę."
  2628. #: ftparchive/cachedb.cc:102
  2629. #, c-format
  2630. msgid "Unable to open DB file %s: %s"
  2631. msgstr "Nepavyko atverti DB failo %s: %s"
  2632. #: ftparchive/cachedb.cc:185 apt-inst/extract.cc:186 apt-inst/extract.cc:199
  2633. #: apt-inst/extract.cc:216
  2634. #, c-format
  2635. msgid "Failed to stat %s"
  2636. msgstr "Nepavyko patikrinti %s"
  2637. #: ftparchive/cachedb.cc:327
  2638. #, fuzzy
  2639. msgid "Failed to read .dsc"
  2640. msgstr "Nepavyko nuskaityti nuorodos %s"
  2641. #: ftparchive/cachedb.cc:360
  2642. msgid "Archive has no control record"
  2643. msgstr ""
  2644. #: ftparchive/cachedb.cc:527
  2645. msgid "Unable to get a cursor"
  2646. msgstr ""
  2647. #: ftparchive/writer.cc:106
  2648. #, c-format
  2649. msgid "W: Unable to read directory %s\n"
  2650. msgstr "Į: Nepavyko perskaityti aplanko %s\n"
  2651. #: ftparchive/writer.cc:111
  2652. #, c-format
  2653. msgid "W: Unable to stat %s\n"
  2654. msgstr "Į: Nepavyko patikrinti %s\n"
  2655. #: ftparchive/writer.cc:167
  2656. msgid "E: "
  2657. msgstr "K: "
  2658. #: ftparchive/writer.cc:169
  2659. msgid "W: "
  2660. msgstr "Į: "
  2661. #: ftparchive/writer.cc:176
  2662. msgid "E: Errors apply to file "
  2663. msgstr "K: Klaidos failui "
  2664. #: ftparchive/writer.cc:194 ftparchive/writer.cc:226
  2665. #, c-format
  2666. msgid "Failed to resolve %s"
  2667. msgstr "Nepavyko išspręsti %s"
  2668. #: ftparchive/writer.cc:207
  2669. msgid "Tree walking failed"
  2670. msgstr "Judesys medyje nepavyko"
  2671. #: ftparchive/writer.cc:234
  2672. #, c-format
  2673. msgid "Failed to open %s"
  2674. msgstr "Nepavyko atverti %s"
  2675. #: ftparchive/writer.cc:293
  2676. #, c-format
  2677. msgid " DeLink %s [%s]\n"
  2678. msgstr ""
  2679. #: ftparchive/writer.cc:301
  2680. #, c-format
  2681. msgid "Failed to readlink %s"
  2682. msgstr "Nepavyko nuskaityti nuorodos %s"
  2683. #: ftparchive/writer.cc:305
  2684. #, c-format
  2685. msgid "Failed to unlink %s"
  2686. msgstr "Nepavyko atsieti nuorodos %s"
  2687. #: ftparchive/writer.cc:313
  2688. #, c-format
  2689. msgid "*** Failed to link %s to %s"
  2690. msgstr "*** Nepavyko susieti %s su %s"
  2691. #: ftparchive/writer.cc:323
  2692. #, c-format
  2693. msgid " DeLink limit of %sB hit.\n"
  2694. msgstr ""
  2695. #: ftparchive/writer.cc:428
  2696. msgid "Archive had no package field"
  2697. msgstr "Archyvas neturėjo paketo lauko"
  2698. #: ftparchive/writer.cc:436 ftparchive/writer.cc:700
  2699. #, c-format
  2700. msgid " %s has no override entry\n"
  2701. msgstr " %s neturi perrašymo įrašo\n"
  2702. #: ftparchive/writer.cc:503 ftparchive/writer.cc:857
  2703. #, c-format
  2704. msgid " %s maintainer is %s not %s\n"
  2705. msgstr " %s prižiūrėtojas yra %s, o ne %s\n"
  2706. #: ftparchive/writer.cc:714
  2707. #, c-format
  2708. msgid " %s has no source override entry\n"
  2709. msgstr ""
  2710. #: ftparchive/writer.cc:718
  2711. #, c-format
  2712. msgid " %s has no binary override entry either\n"
  2713. msgstr ""
  2714. #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
  2715. msgid "realloc - Failed to allocate memory"
  2716. msgstr "realloc - Nepavyko išskirti atminties"
  2717. #: ftparchive/override.cc:38 ftparchive/override.cc:142
  2718. #, c-format
  2719. msgid "Unable to open %s"
  2720. msgstr "Nepavyko atverti %s"
  2721. #. skip spaces
  2722. #. find end of word
  2723. #: ftparchive/override.cc:68
  2724. #, fuzzy, c-format
  2725. msgid "Malformed override %s line %llu (%s)"
  2726. msgstr "Nekorektiškas perrašymas %s eilutėje %lu #1"
  2727. #: ftparchive/override.cc:127 ftparchive/override.cc:201
  2728. #, c-format
  2729. msgid "Failed to read the override file %s"
  2730. msgstr "Nepavyko nuskaityti perrašymo failo %s"
  2731. #: ftparchive/override.cc:166
  2732. #, fuzzy, c-format
  2733. msgid "Malformed override %s line %llu #1"
  2734. msgstr "Nekorektiškas perrašymas %s eilutėje %lu #1"
  2735. #: ftparchive/override.cc:178
  2736. #, fuzzy, c-format
  2737. msgid "Malformed override %s line %llu #2"
  2738. msgstr "Nekorektiškas perrašymas %s eilutėje %lu #2"
  2739. #: ftparchive/override.cc:191
  2740. #, fuzzy, c-format
  2741. msgid "Malformed override %s line %llu #3"
  2742. msgstr "Nekorektiškas perrašymas %s eilutėje %lu #3"
  2743. #: ftparchive/multicompress.cc:72
  2744. #, c-format
  2745. msgid "Unknown compression algorithm '%s'"
  2746. msgstr "Nežinomas suspaudimo algoritmas „%s“"
  2747. #: ftparchive/multicompress.cc:102
  2748. #, c-format
  2749. msgid "Compressed output %s needs a compression set"
  2750. msgstr "Suspaustai išvesčiai %s reikia suspaudimo rinkinio"
  2751. #: ftparchive/multicompress.cc:193
  2752. msgid "Failed to fork"
  2753. msgstr ""
  2754. #: ftparchive/multicompress.cc:206
  2755. msgid "Compress child"
  2756. msgstr ""
  2757. #: ftparchive/multicompress.cc:229
  2758. #, c-format
  2759. msgid "Internal error, failed to create %s"
  2760. msgstr "Vidinė klaida, nepavyko sukurti %s"
  2761. #: ftparchive/multicompress.cc:302
  2762. msgid "IO to subprocess/file failed"
  2763. msgstr "Nepavyko Nusk/Įraš į subprocesą/failą"
  2764. #: ftparchive/multicompress.cc:340
  2765. msgid "Failed to read while computing MD5"
  2766. msgstr "Skaitymo klaida skaičiuojant MD5"
  2767. #: ftparchive/multicompress.cc:356
  2768. #, c-format
  2769. msgid "Problem unlinking %s"
  2770. msgstr ""
  2771. #: ftparchive/multicompress.cc:371 apt-inst/extract.cc:194
  2772. #, c-format
  2773. msgid "Failed to rename %s to %s"
  2774. msgstr "Nepavyko pervadinti %s į %s"
  2775. #: cmdline/apt-internal-solver.cc:50
  2776. #, fuzzy
  2777. msgid ""
  2778. "Usage: apt-internal-solver\n"
  2779. "\n"
  2780. "apt-internal-solver is an interface to use the current internal\n"
  2781. "like an external resolver for the APT family for debugging or alike\n"
  2782. "\n"
  2783. "Options:\n"
  2784. " -h This help text.\n"
  2785. " -q Loggable output - no progress indicator\n"
  2786. " -c=? Read this configuration file\n"
  2787. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  2788. msgstr ""
  2789. "Naudojimas: apt-extracttemplates failas1 [failas2 ...]\n"
  2790. "\n"
  2791. "apt-extracttemplates tai įrankis skirtas konfigūracijų, bei šablonų "
  2792. "informacijos išskleidimui\n"
  2793. "iš debian paketų\n"
  2794. "\n"
  2795. "Parametrai:\n"
  2796. " -h Šis pagalbos tekstas\n"
  2797. " -t Nustatyti laikinąjį aplanką\n"
  2798. " -c=? Nuskaityti šį konfigūracijų failą\n"
  2799. " -o=? Nustatyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
  2800. #: cmdline/apt-sortpkgs.cc:91
  2801. msgid "Unknown package record!"
  2802. msgstr "Nežinomas paketo įrašas!"
  2803. #: cmdline/apt-sortpkgs.cc:154
  2804. msgid ""
  2805. "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
  2806. "\n"
  2807. "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
  2808. "to indicate what kind of file it is.\n"
  2809. "\n"
  2810. "Options:\n"
  2811. " -h This help text\n"
  2812. " -s Use source file sorting\n"
  2813. " -c=? Read this configuration file\n"
  2814. " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
  2815. msgstr ""
  2816. "Naudojimas: apt-sortpkgs [parametrai] byla1 [byla2 ...]\n"
  2817. "\n"
  2818. "apt-sortpkgs - tai paprastas įrankis skirtas paketų rūšiavimui. -s nuostata "
  2819. "naudojama\n"
  2820. "norint nusakyti bylos tipą.\n"
  2821. "\n"
  2822. "Parametrai:\n"
  2823. " -h Šis pagalbos tekstas\n"
  2824. " -s Naudoti išeities kodo bylos rūšiavimą\n"
  2825. " -c=? Nuskaityti šią konfigūracijos bylą\n"
  2826. " -o=? Nurodyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
  2827. #: apt-inst/filelist.cc:380
  2828. msgid "DropNode called on still linked node"
  2829. msgstr ""
  2830. #: apt-inst/filelist.cc:412
  2831. msgid "Failed to locate the hash element!"
  2832. msgstr ""
  2833. #: apt-inst/filelist.cc:459
  2834. msgid "Failed to allocate diversion"
  2835. msgstr ""
  2836. #: apt-inst/filelist.cc:464
  2837. msgid "Internal error in AddDiversion"
  2838. msgstr ""
  2839. #: apt-inst/filelist.cc:477
  2840. #, c-format
  2841. msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
  2842. msgstr ""
  2843. #: apt-inst/filelist.cc:506
  2844. #, c-format
  2845. msgid "Double add of diversion %s -> %s"
  2846. msgstr ""
  2847. #: apt-inst/filelist.cc:549
  2848. #, c-format
  2849. msgid "Duplicate conf file %s/%s"
  2850. msgstr ""
  2851. #: apt-inst/extract.cc:101 apt-inst/extract.cc:172
  2852. #, c-format
  2853. msgid "The path %s is too long"
  2854. msgstr "Kelias %s per ilgas"
  2855. #: apt-inst/extract.cc:132
  2856. #, c-format
  2857. msgid "Unpacking %s more than once"
  2858. msgstr ""
  2859. #: apt-inst/extract.cc:142
  2860. #, c-format
  2861. msgid "The directory %s is diverted"
  2862. msgstr ""
  2863. #: apt-inst/extract.cc:152
  2864. #, c-format
  2865. msgid "The package is trying to write to the diversion target %s/%s"
  2866. msgstr ""
  2867. #: apt-inst/extract.cc:162 apt-inst/extract.cc:306
  2868. msgid "The diversion path is too long"
  2869. msgstr ""
  2870. #: apt-inst/extract.cc:249
  2871. #, c-format
  2872. msgid "The directory %s is being replaced by a non-directory"
  2873. msgstr ""
  2874. #: apt-inst/extract.cc:289
  2875. msgid "Failed to locate node in its hash bucket"
  2876. msgstr ""
  2877. #: apt-inst/extract.cc:293
  2878. msgid "The path is too long"
  2879. msgstr "Kelias per ilgas"
  2880. #: apt-inst/extract.cc:421
  2881. #, c-format
  2882. msgid "Overwrite package match with no version for %s"
  2883. msgstr ""
  2884. #: apt-inst/extract.cc:438
  2885. #, c-format
  2886. msgid "File %s/%s overwrites the one in the package %s"
  2887. msgstr ""
  2888. #: apt-inst/extract.cc:498
  2889. #, c-format
  2890. msgid "Unable to stat %s"
  2891. msgstr ""
  2892. #: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54
  2893. #, c-format
  2894. msgid "Failed to write file %s"
  2895. msgstr ""
  2896. #: apt-inst/dirstream.cc:104
  2897. #, c-format
  2898. msgid "Failed to close file %s"
  2899. msgstr ""
  2900. #: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54
  2901. #: apt-inst/deb/debfile.cc:63
  2902. #, c-format
  2903. msgid "This is not a valid DEB archive, missing '%s' member"
  2904. msgstr ""
  2905. #: apt-inst/deb/debfile.cc:132
  2906. #, c-format
  2907. msgid "Internal error, could not locate member %s"
  2908. msgstr "Vidinė klaida, nepavyko aptikti nario %s"
  2909. #: apt-inst/deb/debfile.cc:227
  2910. msgid "Unparsable control file"
  2911. msgstr ""
  2912. #: apt-inst/contrib/arfile.cc:76
  2913. msgid "Invalid archive signature"
  2914. msgstr ""
  2915. #: apt-inst/contrib/arfile.cc:84
  2916. msgid "Error reading archive member header"
  2917. msgstr ""
  2918. #: apt-inst/contrib/arfile.cc:96
  2919. #, c-format
  2920. msgid "Invalid archive member header %s"
  2921. msgstr ""
  2922. #: apt-inst/contrib/arfile.cc:108
  2923. msgid "Invalid archive member header"
  2924. msgstr ""
  2925. #: apt-inst/contrib/arfile.cc:137
  2926. msgid "Archive is too short"
  2927. msgstr "Archyvas per trumpas"
  2928. #: apt-inst/contrib/arfile.cc:141
  2929. msgid "Failed to read the archive headers"
  2930. msgstr "Nepavyko perskaityti archyvo antraščių"
  2931. #: apt-inst/contrib/extracttar.cc:110
  2932. #, fuzzy, c-format
  2933. msgid "Cannot find a configured compressor for '%s'"
  2934. msgstr "Nepavyko rasti paketo %s"
  2935. #: apt-inst/contrib/extracttar.cc:142 apt-inst/contrib/extracttar.cc:172
  2936. msgid "Corrupted archive"
  2937. msgstr "Sugadintas archyvas"
  2938. #: apt-inst/contrib/extracttar.cc:157
  2939. msgid "Tar checksum failed, archive corrupted"
  2940. msgstr "Tar kontrolinė suma klaidinga, archyvas sugadintas"
  2941. #: apt-inst/contrib/extracttar.cc:262
  2942. #, c-format
  2943. msgid "Unknown TAR header type %u, member %s"
  2944. msgstr "Nežinomas TAR antraštės tipas %u. narys %s"
  2945. #, fuzzy
  2946. #~ msgid "Must specifc at least one srv record"
  2947. #~ msgstr "Būtina nurodyti bent vieną paketą, kad parsiųsti jo išeities tekstą"
  2948. #~ msgid "Failed to create FILE*"
  2949. #~ msgstr "Nepavyko sukurti FILE*"
  2950. #, fuzzy
  2951. #~ msgid "Unable to find hash sum for '%s' in Release file"
  2952. #~ msgstr "Nepavyko atverti DB failo %s: %s"
  2953. #~ msgid "You don't have enough free space in %s"
  2954. #~ msgstr "Neturite pakankamai laisvos vietos %s"
  2955. #~ msgid "Done"
  2956. #~ msgstr "Įvykdyta"
  2957. #, fuzzy
  2958. #~ msgid "No keyring installed in %s."
  2959. #~ msgstr "Diegimas nutraukiamas."
  2960. #, fuzzy
  2961. #~ msgid "Internal error, Upgrade broke stuff"
  2962. #~ msgstr "Vidinė klaida, problemos sprendimas kažką sugadino"
  2963. #~ msgid "%s not a valid DEB package."
  2964. #~ msgstr "%s nėra tikras DEB paketas."
  2965. #~ msgid "MD5Sum mismatch"
  2966. #~ msgstr "MD5 sumos neatitikimas"
  2967. #, fuzzy
  2968. #~ msgid "Skipping nonexistent file %s"
  2969. #~ msgstr "Praleidžiama jau parsiųsta byla „%s“\n"
  2970. #~ msgid "Failed to remove %s"
  2971. #~ msgstr "Nepavyko pašalinti %s"
  2972. #~ msgid "Reading file listing"
  2973. #~ msgstr "Skaitomas failų sąrašas"
  2974. #, fuzzy
  2975. #~ msgid "Couldn't open pipe for %s"
  2976. #~ msgstr "Nepavyko atverti failo %s"
  2977. #~ msgid "Malformed override %s line %lu #1"
  2978. #~ msgstr "Nekorektiškas perrašymas %s eilutėje %lu #1"
  2979. #~ msgid "Malformed override %s line %lu #2"
  2980. #~ msgstr "Nekorektiškas perrašymas %s eilutėje %lu #2"
  2981. #~ msgid "Malformed override %s line %lu #3"
  2982. #~ msgstr "Nekorektiškas perrašymas %s eilutėje %lu #3"
  2983. #~ msgid "decompressor"
  2984. #~ msgstr "išskleidiklis"
  2985. #, fuzzy
  2986. #~| msgid "Could not open file %s"
  2987. #~ msgid "Could not patch file"
  2988. #~ msgstr "Nepavyko atverti failo %s"
  2989. #~ msgid " %4i %s\n"
  2990. #~ msgstr " %4i %s\n"
  2991. #~ msgid "%4i %s\n"
  2992. #~ msgstr "%4i %s\n"
  2993. #~ msgid "Processing triggers for %s"
  2994. #~ msgstr "Apdorojami %s trigeriai"
  2995. #~ msgid ""
  2996. #~ "Since you only requested a single operation it is extremely likely that\n"
  2997. #~ "the package is simply not installable and a bug report against\n"
  2998. #~ "that package should be filed."
  2999. #~ msgstr ""
  3000. #~ "Kadangi jūs paprašėte tik vienos operacijos, gan tikėtina, kad \n"
  3001. #~ "paketas tiesiog negali būti įdiegiamas, ir turėtų būti užpildytas "
  3002. #~ "klaidos\n"
  3003. #~ "pranešimas apie šį paketą."
  3004. #~ msgid "Line %d too long (max %u)"
  3005. #~ msgstr "Eilutė %d per ilga (leidžiama %u simbolių)"
  3006. #~ msgid "Apt Authentication issue"
  3007. #~ msgstr "Apt autentikacijos problema"
  3008. #~ msgid "Problem during package list update. "
  3009. #~ msgstr "Įvyko klaida atnaujinant paketų sąrašą. "