viewer.ftl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Ankstesnis puslapis
  7. pdfjs-previous-button-label = Ankstesnis
  8. pdfjs-next-button =
  9. .title = Kitas puslapis
  10. pdfjs-next-button-label = Kitas
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Puslapis
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = iš { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } iš { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Sumažinti
  24. pdfjs-zoom-out-button-label = Sumažinti
  25. pdfjs-zoom-in-button =
  26. .title = Padidinti
  27. pdfjs-zoom-in-button-label = Padidinti
  28. pdfjs-zoom-select =
  29. .title = Mastelis
  30. pdfjs-presentation-mode-button =
  31. .title = Pereiti į pateikties veikseną
  32. pdfjs-presentation-mode-button-label = Pateikties veiksena
  33. pdfjs-open-file-button =
  34. .title = Atverti failą
  35. pdfjs-open-file-button-label = Atverti
  36. pdfjs-print-button =
  37. .title = Spausdinti
  38. pdfjs-print-button-label = Spausdinti
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Priemonės
  42. pdfjs-tools-button-label = Priemonės
  43. pdfjs-first-page-button =
  44. .title = Eiti į pirmą puslapį
  45. pdfjs-first-page-button-label = Eiti į pirmą puslapį
  46. pdfjs-last-page-button =
  47. .title = Eiti į paskutinį puslapį
  48. pdfjs-last-page-button-label = Eiti į paskutinį puslapį
  49. pdfjs-page-rotate-cw-button =
  50. .title = Pasukti pagal laikrodžio rodyklę
  51. pdfjs-page-rotate-cw-button-label = Pasukti pagal laikrodžio rodyklę
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Pasukti prieš laikrodžio rodyklę
  54. pdfjs-page-rotate-ccw-button-label = Pasukti prieš laikrodžio rodyklę
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Įjungti teksto žymėjimo įrankį
  57. pdfjs-cursor-text-select-tool-button-label = Teksto žymėjimo įrankis
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Įjungti vilkimo įrankį
  60. pdfjs-cursor-hand-tool-button-label = Vilkimo įrankis
  61. pdfjs-scroll-page-button =
  62. .title = Naudoti puslapio slinkimą
  63. pdfjs-scroll-page-button-label = Puslapio slinkimas
  64. pdfjs-scroll-vertical-button =
  65. .title = Naudoti vertikalų slinkimą
  66. pdfjs-scroll-vertical-button-label = Vertikalus slinkimas
  67. pdfjs-scroll-horizontal-button =
  68. .title = Naudoti horizontalų slinkimą
  69. pdfjs-scroll-horizontal-button-label = Horizontalus slinkimas
  70. pdfjs-scroll-wrapped-button =
  71. .title = Naudoti išklotą slinkimą
  72. pdfjs-scroll-wrapped-button-label = Išklotas slinkimas
  73. pdfjs-spread-none-button =
  74. .title = Nejungti puslapių į dvilapius
  75. pdfjs-spread-none-button-label = Be dvilapių
  76. pdfjs-spread-odd-button =
  77. .title = Sujungti į dvilapius pradedant nelyginiais puslapiais
  78. pdfjs-spread-odd-button-label = Nelyginiai dvilapiai
  79. pdfjs-spread-even-button =
  80. .title = Sujungti į dvilapius pradedant lyginiais puslapiais
  81. pdfjs-spread-even-button-label = Lyginiai dvilapiai
  82. ## Document properties dialog
  83. pdfjs-document-properties-button =
  84. .title = Dokumento savybės…
  85. pdfjs-document-properties-button-label = Dokumento savybės…
  86. pdfjs-document-properties-file-name = Failo vardas:
  87. pdfjs-document-properties-file-size = Failo dydis:
  88. # Variables:
  89. # $size_kb (Number) - the PDF file size in kilobytes
  90. # $size_b (Number) - the PDF file size in bytes
  91. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B)
  92. # Variables:
  93. # $size_mb (Number) - the PDF file size in megabytes
  94. # $size_b (Number) - the PDF file size in bytes
  95. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } B)
  96. pdfjs-document-properties-title = Antraštė:
  97. pdfjs-document-properties-author = Autorius:
  98. pdfjs-document-properties-subject = Tema:
  99. pdfjs-document-properties-keywords = Reikšminiai žodžiai:
  100. pdfjs-document-properties-creation-date = Sukūrimo data:
  101. pdfjs-document-properties-modification-date = Modifikavimo data:
  102. # Variables:
  103. # $date (Date) - the creation/modification date of the PDF file
  104. # $time (Time) - the creation/modification time of the PDF file
  105. pdfjs-document-properties-date-string = { $date }, { $time }
  106. pdfjs-document-properties-creator = Kūrėjas:
  107. pdfjs-document-properties-producer = PDF generatorius:
  108. pdfjs-document-properties-version = PDF versija:
  109. pdfjs-document-properties-page-count = Puslapių skaičius:
  110. pdfjs-document-properties-page-size = Puslapio dydis:
  111. pdfjs-document-properties-page-size-unit-inches = in
  112. pdfjs-document-properties-page-size-unit-millimeters = mm
  113. pdfjs-document-properties-page-size-orientation-portrait = stačias
  114. pdfjs-document-properties-page-size-orientation-landscape = gulsčias
  115. pdfjs-document-properties-page-size-name-a-three = A3
  116. pdfjs-document-properties-page-size-name-a-four = A4
  117. pdfjs-document-properties-page-size-name-letter = Laiškas
  118. pdfjs-document-properties-page-size-name-legal = Dokumentas
  119. ## Variables:
  120. ## $width (Number) - the width of the (current) page
  121. ## $height (Number) - the height of the (current) page
  122. ## $unit (String) - the unit of measurement of the (current) page
  123. ## $name (String) - the name of the (current) page
  124. ## $orientation (String) - the orientation of the (current) page
  125. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  126. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  127. ##
  128. # The linearization status of the document; usually called "Fast Web View" in
  129. # English locales of Adobe software.
  130. pdfjs-document-properties-linearized = Spartus žiniatinklio rodinys:
  131. pdfjs-document-properties-linearized-yes = Taip
  132. pdfjs-document-properties-linearized-no = Ne
  133. pdfjs-document-properties-close-button = Užverti
  134. ## Print
  135. pdfjs-print-progress-message = Dokumentas ruošiamas spausdinimui…
  136. # Variables:
  137. # $progress (Number) - percent value
  138. pdfjs-print-progress-percent = { $progress }%
  139. pdfjs-print-progress-close-button = Atsisakyti
  140. pdfjs-printing-not-supported = Dėmesio! Spausdinimas šioje naršyklėje nėra pilnai realizuotas.
  141. pdfjs-printing-not-ready = Dėmesio! PDF failas dar nėra pilnai įkeltas spausdinimui.
  142. ## Tooltips and alt text for side panel toolbar buttons
  143. pdfjs-toggle-sidebar-button =
  144. .title = Rodyti / slėpti šoninį polangį
  145. pdfjs-toggle-sidebar-notification-button =
  146. .title = Parankinė (dokumentas turi struktūrą / priedų / sluoksnių)
  147. pdfjs-toggle-sidebar-button-label = Šoninis polangis
  148. pdfjs-document-outline-button =
  149. .title = Rodyti dokumento struktūrą (spustelėkite dukart norėdami išplėsti/suskleisti visus elementus)
  150. pdfjs-document-outline-button-label = Dokumento struktūra
  151. pdfjs-attachments-button =
  152. .title = Rodyti priedus
  153. pdfjs-attachments-button-label = Priedai
  154. pdfjs-layers-button =
  155. .title = Rodyti sluoksnius (spustelėkite dukart, norėdami atstatyti visus sluoksnius į numatytąją būseną)
  156. pdfjs-layers-button-label = Sluoksniai
  157. pdfjs-thumbs-button =
  158. .title = Rodyti puslapių miniatiūras
  159. pdfjs-thumbs-button-label = Miniatiūros
  160. pdfjs-current-outline-item-button =
  161. .title = Rasti dabartinį struktūros elementą
  162. pdfjs-current-outline-item-button-label = Dabartinis struktūros elementas
  163. pdfjs-findbar-button =
  164. .title = Ieškoti dokumente
  165. pdfjs-findbar-button-label = Rasti
  166. pdfjs-additional-layers = Papildomi sluoksniai
  167. ## Thumbnails panel item (tooltip and alt text for images)
  168. # Variables:
  169. # $page (Number) - the page number
  170. pdfjs-thumb-page-title =
  171. .title = { $page } puslapis
  172. # Variables:
  173. # $page (Number) - the page number
  174. pdfjs-thumb-page-canvas =
  175. .aria-label = { $page } puslapio miniatiūra
  176. ## Find panel button title and messages
  177. pdfjs-find-input =
  178. .title = Rasti
  179. .placeholder = Rasti dokumente…
  180. pdfjs-find-previous-button =
  181. .title = Ieškoti ankstesnio frazės egzemplioriaus
  182. pdfjs-find-previous-button-label = Ankstesnis
  183. pdfjs-find-next-button =
  184. .title = Ieškoti tolesnio frazės egzemplioriaus
  185. pdfjs-find-next-button-label = Tolesnis
  186. pdfjs-find-highlight-checkbox = Viską paryškinti
  187. pdfjs-find-match-case-checkbox-label = Skirti didžiąsias ir mažąsias raides
  188. pdfjs-find-match-diacritics-checkbox-label = Skirti diakritinius ženklus
  189. pdfjs-find-entire-word-checkbox-label = Ištisi žodžiai
  190. pdfjs-find-reached-top = Pasiekus dokumento pradžią, paieška pratęsta nuo pabaigos
  191. pdfjs-find-reached-bottom = Pasiekus dokumento pabaigą, paieška pratęsta nuo pradžios
  192. pdfjs-find-not-found = Ieškoma frazė nerasta
  193. ## Predefined zoom values
  194. pdfjs-page-scale-width = Priderinti prie lapo pločio
  195. pdfjs-page-scale-fit = Pritaikyti prie lapo dydžio
  196. pdfjs-page-scale-auto = Automatinis mastelis
  197. pdfjs-page-scale-actual = Tikras dydis
  198. # Variables:
  199. # $scale (Number) - percent value for page scale
  200. pdfjs-page-scale-percent = { $scale }%
  201. ## PDF page
  202. # Variables:
  203. # $page (Number) - the page number
  204. pdfjs-page-landmark =
  205. .aria-label = { $page } puslapis
  206. ## Loading indicator messages
  207. pdfjs-loading-error = Įkeliant PDF failą įvyko klaida.
  208. pdfjs-invalid-file-error = Tai nėra PDF failas arba jis yra sugadintas.
  209. pdfjs-missing-file-error = PDF failas nerastas.
  210. pdfjs-unexpected-response-error = Netikėtas serverio atsakas.
  211. pdfjs-rendering-error = Atvaizduojant puslapį įvyko klaida.
  212. ## Annotations
  213. # Variables:
  214. # $date (Date) - the modification date of the annotation
  215. # $time (Time) - the modification time of the annotation
  216. pdfjs-annotation-date-string = { $date }, { $time }
  217. # .alt: This is used as a tooltip.
  218. # Variables:
  219. # $type (String) - an annotation type from a list defined in the PDF spec
  220. # (32000-1:2008 Table 169 – Annotation types).
  221. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  222. pdfjs-text-annotation-type =
  223. .alt = [„{ $type }“ tipo anotacija]
  224. ## Password
  225. pdfjs-password-label = Įveskite slaptažodį šiam PDF failui atverti.
  226. pdfjs-password-invalid = Slaptažodis neteisingas. Bandykite dar kartą.
  227. pdfjs-password-ok-button = Gerai
  228. pdfjs-password-cancel-button = Atsisakyti
  229. pdfjs-web-fonts-disabled = Saityno šriftai išjungti – PDF faile esančių šriftų naudoti negalima.
  230. ## Editing
  231. ## Alt-text dialog
  232. ## Editor resizers
  233. ## This is used in an aria label to help to understand the role of the resizer.