viewer.ftl 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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 = Iepriekšējā lapa
  7. pdfjs-previous-button-label = Iepriekšējā
  8. pdfjs-next-button =
  9. .title = Nākamā lapa
  10. pdfjs-next-button-label = Nākamā
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Lapa
  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 = no { $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 } no { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Attālināt
  24. pdfjs-zoom-out-button-label = Attālināt
  25. pdfjs-zoom-in-button =
  26. .title = Pietuvināt
  27. pdfjs-zoom-in-button-label = Pietuvināt
  28. pdfjs-zoom-select =
  29. .title = Palielinājums
  30. pdfjs-presentation-mode-button =
  31. .title = Pārslēgties uz Prezentācijas režīmu
  32. pdfjs-presentation-mode-button-label = Prezentācijas režīms
  33. pdfjs-open-file-button =
  34. .title = Atvērt failu
  35. pdfjs-open-file-button-label = Atvērt
  36. pdfjs-print-button =
  37. .title = Drukāšana
  38. pdfjs-print-button-label = Drukāt
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Rīki
  42. pdfjs-tools-button-label = Rīki
  43. pdfjs-first-page-button =
  44. .title = Iet uz pirmo lapu
  45. pdfjs-first-page-button-label = Iet uz pirmo lapu
  46. pdfjs-last-page-button =
  47. .title = Iet uz pēdējo lapu
  48. pdfjs-last-page-button-label = Iet uz pēdējo lapu
  49. pdfjs-page-rotate-cw-button =
  50. .title = Pagriezt pa pulksteni
  51. pdfjs-page-rotate-cw-button-label = Pagriezt pa pulksteni
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Pagriezt pret pulksteni
  54. pdfjs-page-rotate-ccw-button-label = Pagriezt pret pulksteni
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Aktivizēt teksta izvēles rīku
  57. pdfjs-cursor-text-select-tool-button-label = Teksta izvēles rīks
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Aktivēt rokas rīku
  60. pdfjs-cursor-hand-tool-button-label = Rokas rīks
  61. pdfjs-scroll-vertical-button =
  62. .title = Izmantot vertikālo ritināšanu
  63. pdfjs-scroll-vertical-button-label = Vertikālā ritināšana
  64. pdfjs-scroll-horizontal-button =
  65. .title = Izmantot horizontālo ritināšanu
  66. pdfjs-scroll-horizontal-button-label = Horizontālā ritināšana
  67. pdfjs-scroll-wrapped-button =
  68. .title = Izmantot apkļauto ritināšanu
  69. pdfjs-scroll-wrapped-button-label = Apkļautā ritināšana
  70. pdfjs-spread-none-button =
  71. .title = Nepievienoties lapu izpletumiem
  72. pdfjs-spread-none-button-label = Neizmantot izpletumus
  73. pdfjs-spread-odd-button =
  74. .title = Izmantot lapu izpletumus sākot ar nepāra numuru lapām
  75. pdfjs-spread-odd-button-label = Nepāra izpletumi
  76. pdfjs-spread-even-button =
  77. .title = Izmantot lapu izpletumus sākot ar pāra numuru lapām
  78. pdfjs-spread-even-button-label = Pāra izpletumi
  79. ## Document properties dialog
  80. pdfjs-document-properties-button =
  81. .title = Dokumenta iestatījumi…
  82. pdfjs-document-properties-button-label = Dokumenta iestatījumi…
  83. pdfjs-document-properties-file-name = Faila nosaukums:
  84. pdfjs-document-properties-file-size = Faila izmērs:
  85. # Variables:
  86. # $size_kb (Number) - the PDF file size in kilobytes
  87. # $size_b (Number) - the PDF file size in bytes
  88. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } biti)
  89. # Variables:
  90. # $size_mb (Number) - the PDF file size in megabytes
  91. # $size_b (Number) - the PDF file size in bytes
  92. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } biti)
  93. pdfjs-document-properties-title = Nosaukums:
  94. pdfjs-document-properties-author = Autors:
  95. pdfjs-document-properties-subject = Tēma:
  96. pdfjs-document-properties-keywords = Atslēgas vārdi:
  97. pdfjs-document-properties-creation-date = Izveides datums:
  98. pdfjs-document-properties-modification-date = LAbošanas datums:
  99. # Variables:
  100. # $date (Date) - the creation/modification date of the PDF file
  101. # $time (Time) - the creation/modification time of the PDF file
  102. pdfjs-document-properties-date-string = { $date }, { $time }
  103. pdfjs-document-properties-creator = Radītājs:
  104. pdfjs-document-properties-producer = PDF producents:
  105. pdfjs-document-properties-version = PDF versija:
  106. pdfjs-document-properties-page-count = Lapu skaits:
  107. pdfjs-document-properties-page-size = Papīra izmērs:
  108. pdfjs-document-properties-page-size-unit-inches = collas
  109. pdfjs-document-properties-page-size-unit-millimeters = mm
  110. pdfjs-document-properties-page-size-orientation-portrait = portretorientācija
  111. pdfjs-document-properties-page-size-orientation-landscape = ainavorientācija
  112. pdfjs-document-properties-page-size-name-a-three = A3
  113. pdfjs-document-properties-page-size-name-a-four = A4
  114. pdfjs-document-properties-page-size-name-letter = Vēstule
  115. pdfjs-document-properties-page-size-name-legal = Juridiskie teksti
  116. ## Variables:
  117. ## $width (Number) - the width of the (current) page
  118. ## $height (Number) - the height of the (current) page
  119. ## $unit (String) - the unit of measurement of the (current) page
  120. ## $name (String) - the name of the (current) page
  121. ## $orientation (String) - the orientation of the (current) page
  122. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  123. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  124. ##
  125. # The linearization status of the document; usually called "Fast Web View" in
  126. # English locales of Adobe software.
  127. pdfjs-document-properties-linearized = Ātrā tīmekļa skats:
  128. pdfjs-document-properties-linearized-yes = Jā
  129. pdfjs-document-properties-linearized-no = Nē
  130. pdfjs-document-properties-close-button = Aizvērt
  131. ## Print
  132. pdfjs-print-progress-message = Gatavo dokumentu drukāšanai...
  133. # Variables:
  134. # $progress (Number) - percent value
  135. pdfjs-print-progress-percent = { $progress }%
  136. pdfjs-print-progress-close-button = Atcelt
  137. pdfjs-printing-not-supported = Uzmanību: Drukāšana no šī pārlūka darbojas tikai daļēji.
  138. pdfjs-printing-not-ready = Uzmanību: PDF nav pilnībā ielādēts drukāšanai.
  139. ## Tooltips and alt text for side panel toolbar buttons
  140. pdfjs-toggle-sidebar-button =
  141. .title = Pārslēgt sānu joslu
  142. pdfjs-toggle-sidebar-button-label = Pārslēgt sānu joslu
  143. pdfjs-document-outline-button =
  144. .title = Rādīt dokumenta struktūru (veiciet dubultklikšķi lai izvērstu/sakļautu visus vienumus)
  145. pdfjs-document-outline-button-label = Dokumenta saturs
  146. pdfjs-attachments-button =
  147. .title = Rādīt pielikumus
  148. pdfjs-attachments-button-label = Pielikumi
  149. pdfjs-thumbs-button =
  150. .title = Parādīt sīktēlus
  151. pdfjs-thumbs-button-label = Sīktēli
  152. pdfjs-findbar-button =
  153. .title = Meklēt dokumentā
  154. pdfjs-findbar-button-label = Meklēt
  155. ## Thumbnails panel item (tooltip and alt text for images)
  156. # Variables:
  157. # $page (Number) - the page number
  158. pdfjs-thumb-page-title =
  159. .title = Lapa { $page }
  160. # Variables:
  161. # $page (Number) - the page number
  162. pdfjs-thumb-page-canvas =
  163. .aria-label = Lapas { $page } sīktēls
  164. ## Find panel button title and messages
  165. pdfjs-find-input =
  166. .title = Meklēt
  167. .placeholder = Meklēt dokumentā…
  168. pdfjs-find-previous-button =
  169. .title = Atrast iepriekšējo
  170. pdfjs-find-previous-button-label = Iepriekšējā
  171. pdfjs-find-next-button =
  172. .title = Atrast nākamo
  173. pdfjs-find-next-button-label = Nākamā
  174. pdfjs-find-highlight-checkbox = Iekrāsot visas
  175. pdfjs-find-match-case-checkbox-label = Lielo, mazo burtu jutīgs
  176. pdfjs-find-entire-word-checkbox-label = Veselus vārdus
  177. pdfjs-find-reached-top = Sasniegts dokumenta sākums, turpinām no beigām
  178. pdfjs-find-reached-bottom = Sasniegtas dokumenta beigas, turpinām no sākuma
  179. pdfjs-find-not-found = Frāze nav atrasta
  180. ## Predefined zoom values
  181. pdfjs-page-scale-width = Lapas platumā
  182. pdfjs-page-scale-fit = Ietilpinot lapu
  183. pdfjs-page-scale-auto = Automātiskais izmērs
  184. pdfjs-page-scale-actual = Patiesais izmērs
  185. # Variables:
  186. # $scale (Number) - percent value for page scale
  187. pdfjs-page-scale-percent = { $scale }%
  188. ## PDF page
  189. ## Loading indicator messages
  190. pdfjs-loading-error = Ielādējot PDF notika kļūda.
  191. pdfjs-invalid-file-error = Nederīgs vai bojāts PDF fails.
  192. pdfjs-missing-file-error = PDF fails nav atrasts.
  193. pdfjs-unexpected-response-error = Negaidīa servera atbilde.
  194. pdfjs-rendering-error = Attēlojot lapu radās kļūda
  195. ## Annotations
  196. # .alt: This is used as a tooltip.
  197. # Variables:
  198. # $type (String) - an annotation type from a list defined in the PDF spec
  199. # (32000-1:2008 Table 169 – Annotation types).
  200. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  201. pdfjs-text-annotation-type =
  202. .alt = [{ $type } anotācija]
  203. ## Password
  204. pdfjs-password-label = Ievadiet paroli, lai atvērtu PDF failu.
  205. pdfjs-password-invalid = Nepareiza parole, mēģiniet vēlreiz.
  206. pdfjs-password-ok-button = Labi
  207. pdfjs-password-cancel-button = Atcelt
  208. pdfjs-web-fonts-disabled = Tīmekļa fonti nav aktivizēti: Nevar iegult PDF fontus.
  209. ## Editing
  210. ## Alt-text dialog
  211. ## Editor resizers
  212. ## This is used in an aria label to help to understand the role of the resizer.