lt.po 100 KB

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