viewer.ftl 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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 = Páxina anterior
  7. pdfjs-previous-button-label = Anterior
  8. pdfjs-next-button =
  9. .title = Páxina siguiente
  10. pdfjs-next-button-label = Siguiente
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Páxina
  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 = de { $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 } de { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Alloñar
  24. pdfjs-zoom-out-button-label = Alloña
  25. pdfjs-zoom-in-button =
  26. .title = Averar
  27. pdfjs-zoom-in-button-label = Avera
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Cambiar al mou de presentación
  32. pdfjs-presentation-mode-button-label = Mou de presentación
  33. pdfjs-open-file-button-label = Abrir
  34. pdfjs-print-button =
  35. .title = Imprentar
  36. pdfjs-print-button-label = Imprentar
  37. ## Secondary toolbar and context menu
  38. pdfjs-tools-button =
  39. .title = Ferramientes
  40. pdfjs-tools-button-label = Ferramientes
  41. pdfjs-first-page-button-label = Dir a la primer páxina
  42. pdfjs-last-page-button-label = Dir a la última páxina
  43. pdfjs-page-rotate-cw-button =
  44. .title = Voltia a la derecha
  45. pdfjs-page-rotate-cw-button-label = Voltiar a la derecha
  46. pdfjs-page-rotate-ccw-button =
  47. .title = Voltia a la esquierda
  48. pdfjs-page-rotate-ccw-button-label = Voltiar a la esquierda
  49. pdfjs-cursor-text-select-tool-button =
  50. .title = Activa la ferramienta d'esbilla de testu
  51. pdfjs-cursor-text-select-tool-button-label = Ferramienta d'esbilla de testu
  52. pdfjs-cursor-hand-tool-button =
  53. .title = Activa la ferramienta de mano
  54. pdfjs-cursor-hand-tool-button-label = Ferramienta de mano
  55. pdfjs-scroll-vertical-button =
  56. .title = Usa'l desplazamientu vertical
  57. pdfjs-scroll-vertical-button-label = Desplazamientu vertical
  58. pdfjs-scroll-horizontal-button =
  59. .title = Usa'l desplazamientu horizontal
  60. pdfjs-scroll-horizontal-button-label = Desplazamientu horizontal
  61. pdfjs-scroll-wrapped-button =
  62. .title = Usa'l desplazamientu continuu
  63. pdfjs-scroll-wrapped-button-label = Desplazamientu continuu
  64. pdfjs-spread-none-button-label = Fueyes individuales
  65. pdfjs-spread-odd-button-label = Fueyes pares
  66. pdfjs-spread-even-button-label = Fueyes impares
  67. ## Document properties dialog
  68. pdfjs-document-properties-button =
  69. .title = Propiedaes del documentu…
  70. pdfjs-document-properties-button-label = Propiedaes del documentu…
  71. pdfjs-document-properties-file-name = Nome del ficheru:
  72. pdfjs-document-properties-file-size = Tamañu del ficheru:
  73. # Variables:
  74. # $size_kb (Number) - the PDF file size in kilobytes
  75. # $size_b (Number) - the PDF file size in bytes
  76. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  77. # Variables:
  78. # $size_mb (Number) - the PDF file size in megabytes
  79. # $size_b (Number) - the PDF file size in bytes
  80. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  81. pdfjs-document-properties-title = Títulu:
  82. pdfjs-document-properties-keywords = Pallabres clave:
  83. pdfjs-document-properties-creation-date = Data de creación:
  84. pdfjs-document-properties-modification-date = Data de modificación:
  85. # Variables:
  86. # $date (Date) - the creation/modification date of the PDF file
  87. # $time (Time) - the creation/modification time of the PDF file
  88. pdfjs-document-properties-date-string = { $date }, { $time }
  89. pdfjs-document-properties-producer = Productor del PDF:
  90. pdfjs-document-properties-version = Versión del PDF:
  91. pdfjs-document-properties-page-count = Númberu de páxines:
  92. pdfjs-document-properties-page-size = Tamañu de páxina:
  93. pdfjs-document-properties-page-size-unit-inches = in
  94. pdfjs-document-properties-page-size-unit-millimeters = mm
  95. pdfjs-document-properties-page-size-orientation-portrait = vertical
  96. pdfjs-document-properties-page-size-orientation-landscape = horizontal
  97. pdfjs-document-properties-page-size-name-a-three = A3
  98. pdfjs-document-properties-page-size-name-a-four = A4
  99. ## Variables:
  100. ## $width (Number) - the width of the (current) page
  101. ## $height (Number) - the height of the (current) page
  102. ## $unit (String) - the unit of measurement of the (current) page
  103. ## $name (String) - the name of the (current) page
  104. ## $orientation (String) - the orientation of the (current) page
  105. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  106. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  107. ##
  108. # The linearization status of the document; usually called "Fast Web View" in
  109. # English locales of Adobe software.
  110. pdfjs-document-properties-linearized = Vista web rápida:
  111. pdfjs-document-properties-linearized-yes = Sí
  112. pdfjs-document-properties-linearized-no = Non
  113. pdfjs-document-properties-close-button = Zarrar
  114. ## Print
  115. # Variables:
  116. # $progress (Number) - percent value
  117. pdfjs-print-progress-percent = { $progress }%
  118. pdfjs-print-progress-close-button = Encaboxar
  119. ## Tooltips and alt text for side panel toolbar buttons
  120. pdfjs-toggle-sidebar-button =
  121. .title = Alternar la barra llateral
  122. pdfjs-attachments-button =
  123. .title = Amosar los axuntos
  124. pdfjs-attachments-button-label = Axuntos
  125. pdfjs-layers-button-label = Capes
  126. pdfjs-thumbs-button =
  127. .title = Amosar les miniatures
  128. pdfjs-thumbs-button-label = Miniatures
  129. pdfjs-findbar-button-label = Atopar
  130. pdfjs-additional-layers = Capes adicionales
  131. ## Thumbnails panel item (tooltip and alt text for images)
  132. # Variables:
  133. # $page (Number) - the page number
  134. pdfjs-thumb-page-title =
  135. .title = Páxina { $page }
  136. ## Find panel button title and messages
  137. pdfjs-find-previous-button-label = Anterior
  138. pdfjs-find-next-button-label = Siguiente
  139. pdfjs-find-entire-word-checkbox-label = Pallabres completes
  140. pdfjs-find-reached-top = Algamóse'l comienzu de la páxina, síguese dende abaxo
  141. pdfjs-find-reached-bottom = Algamóse la fin del documentu, síguese dende arriba
  142. ## Predefined zoom values
  143. pdfjs-page-scale-auto = Zoom automáticu
  144. pdfjs-page-scale-actual = Tamañu real
  145. # Variables:
  146. # $scale (Number) - percent value for page scale
  147. pdfjs-page-scale-percent = { $scale }%
  148. ## PDF page
  149. # Variables:
  150. # $page (Number) - the page number
  151. pdfjs-page-landmark =
  152. .aria-label = Páxina { $page }
  153. ## Loading indicator messages
  154. pdfjs-loading-error = Asocedió un fallu mentanto se cargaba'l PDF.
  155. ## Annotations
  156. # Variables:
  157. # $date (Date) - the modification date of the annotation
  158. # $time (Time) - the modification time of the annotation
  159. pdfjs-annotation-date-string = { $date }, { $time }
  160. ## Password
  161. pdfjs-password-ok-button = Aceptar
  162. pdfjs-password-cancel-button = Encaboxar
  163. ## Editing
  164. ## Alt-text dialog
  165. ## Editor resizers
  166. ## This is used in an aria label to help to understand the role of the resizer.