1
0

viewer.ftl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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 = Seguinte páxina
  10. pdfjs-next-button-label = Seguinte
  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 = Reducir
  24. pdfjs-zoom-out-button-label = Reducir
  25. pdfjs-zoom-in-button =
  26. .title = Ampliar
  27. pdfjs-zoom-in-button-label = Ampliar
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Cambiar ao modo presentación
  32. pdfjs-presentation-mode-button-label = Modo presentación
  33. pdfjs-open-file-button =
  34. .title = Abrir ficheiro
  35. pdfjs-open-file-button-label = Abrir
  36. pdfjs-print-button =
  37. .title = Imprimir
  38. pdfjs-print-button-label = Imprimir
  39. pdfjs-save-button =
  40. .title = Gardar
  41. pdfjs-save-button-label = Gardar
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Descargar
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Descargar
  48. pdfjs-bookmark-button =
  49. .title = Páxina actual (ver o URL da páxina actual)
  50. pdfjs-bookmark-button-label = Páxina actual
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Ferramentas
  54. pdfjs-tools-button-label = Ferramentas
  55. pdfjs-first-page-button =
  56. .title = Ir á primeira páxina
  57. pdfjs-first-page-button-label = Ir á primeira páxina
  58. pdfjs-last-page-button =
  59. .title = Ir á última páxina
  60. pdfjs-last-page-button-label = Ir á última páxina
  61. pdfjs-page-rotate-cw-button =
  62. .title = Rotar no sentido das agullas do reloxo
  63. pdfjs-page-rotate-cw-button-label = Rotar no sentido das agullas do reloxo
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Rotar no sentido contrario ás agullas do reloxo
  66. pdfjs-page-rotate-ccw-button-label = Rotar no sentido contrario ás agullas do reloxo
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Activar a ferramenta de selección de texto
  69. pdfjs-cursor-text-select-tool-button-label = Ferramenta de selección de texto
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Activar a ferramenta de man
  72. pdfjs-cursor-hand-tool-button-label = Ferramenta de man
  73. pdfjs-scroll-page-button =
  74. .title = Usar o desprazamento da páxina
  75. pdfjs-scroll-page-button-label = Desprazamento da páxina
  76. pdfjs-scroll-vertical-button =
  77. .title = Usar o desprazamento vertical
  78. pdfjs-scroll-vertical-button-label = Desprazamento vertical
  79. pdfjs-scroll-horizontal-button =
  80. .title = Usar o desprazamento horizontal
  81. pdfjs-scroll-horizontal-button-label = Desprazamento horizontal
  82. pdfjs-scroll-wrapped-button =
  83. .title = Usar o desprazamento en bloque
  84. pdfjs-scroll-wrapped-button-label = Desprazamento por bloque
  85. pdfjs-spread-none-button =
  86. .title = Non agrupar páxinas
  87. pdfjs-spread-none-button-label = Ningún agrupamento
  88. pdfjs-spread-odd-button =
  89. .title = Crea grupo de páxinas que comezan con números de páxina impares
  90. pdfjs-spread-odd-button-label = Agrupamento impar
  91. pdfjs-spread-even-button =
  92. .title = Crea grupo de páxinas que comezan con números de páxina pares
  93. pdfjs-spread-even-button-label = Agrupamento par
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Propiedades do documento…
  97. pdfjs-document-properties-button-label = Propiedades do documento…
  98. pdfjs-document-properties-file-name = Nome do ficheiro:
  99. pdfjs-document-properties-file-size = Tamaño do ficheiro:
  100. # Variables:
  101. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  108. pdfjs-document-properties-title = Título:
  109. pdfjs-document-properties-author = Autor:
  110. pdfjs-document-properties-subject = Asunto:
  111. pdfjs-document-properties-keywords = Palabras clave:
  112. pdfjs-document-properties-creation-date = Data de creación:
  113. pdfjs-document-properties-modification-date = Data de modificación:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date }, { $time }
  118. pdfjs-document-properties-creator = Creado por:
  119. pdfjs-document-properties-producer = Xenerador do PDF:
  120. pdfjs-document-properties-version = Versión de PDF:
  121. pdfjs-document-properties-page-count = Número de páxinas:
  122. pdfjs-document-properties-page-size = Tamaño da páxina:
  123. pdfjs-document-properties-page-size-unit-inches = pol
  124. pdfjs-document-properties-page-size-unit-millimeters = mm
  125. pdfjs-document-properties-page-size-orientation-portrait = vertical
  126. pdfjs-document-properties-page-size-orientation-landscape = horizontal
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = Carta
  130. pdfjs-document-properties-page-size-name-legal = Legal
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = Visualización rápida das páxinas web:
  143. pdfjs-document-properties-linearized-yes = Si
  144. pdfjs-document-properties-linearized-no = Non
  145. pdfjs-document-properties-close-button = Pechar
  146. ## Print
  147. pdfjs-print-progress-message = Preparando o documento para imprimir…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }%
  151. pdfjs-print-progress-close-button = Cancelar
  152. pdfjs-printing-not-supported = Aviso: A impresión non é compatíbel de todo con este navegador.
  153. pdfjs-printing-not-ready = Aviso: O PDF non se cargou completamente para imprimirse.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Amosar/agochar a barra lateral
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Alternar barra lateral (o documento contén esquema/anexos/capas)
  159. pdfjs-toggle-sidebar-button-label = Amosar/agochar a barra lateral
  160. pdfjs-document-outline-button =
  161. .title = Amosar a estrutura do documento (dobre clic para expandir/contraer todos os elementos)
  162. pdfjs-document-outline-button-label = Estrutura do documento
  163. pdfjs-attachments-button =
  164. .title = Amosar anexos
  165. pdfjs-attachments-button-label = Anexos
  166. pdfjs-layers-button =
  167. .title = Mostrar capas (prema dúas veces para restaurar todas as capas o estado predeterminado)
  168. pdfjs-layers-button-label = Capas
  169. pdfjs-thumbs-button =
  170. .title = Amosar miniaturas
  171. pdfjs-thumbs-button-label = Miniaturas
  172. pdfjs-current-outline-item-button =
  173. .title = Atopar o elemento delimitado actualmente
  174. pdfjs-current-outline-item-button-label = Elemento delimitado actualmente
  175. pdfjs-findbar-button =
  176. .title = Atopar no documento
  177. pdfjs-findbar-button-label = Atopar
  178. pdfjs-additional-layers = Capas adicionais
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = Páxina { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = Miniatura da páxina { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Atopar
  191. .placeholder = Atopar no documento…
  192. pdfjs-find-previous-button =
  193. .title = Atopar a anterior aparición da frase
  194. pdfjs-find-previous-button-label = Anterior
  195. pdfjs-find-next-button =
  196. .title = Atopar a seguinte aparición da frase
  197. pdfjs-find-next-button-label = Seguinte
  198. pdfjs-find-highlight-checkbox = Realzar todo
  199. pdfjs-find-match-case-checkbox-label = Diferenciar maiúsculas de minúsculas
  200. pdfjs-find-match-diacritics-checkbox-label = Distinguir os diacríticos
  201. pdfjs-find-entire-word-checkbox-label = Palabras completas
  202. pdfjs-find-reached-top = Chegouse ao inicio do documento, continuar desde o final
  203. pdfjs-find-reached-bottom = Chegouse ao final do documento, continuar desde o inicio
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { $total ->
  209. [one] Coincidencia { $current } de { $total }
  210. *[other] Coincidencia { $current } de { $total }
  211. }
  212. # Variables:
  213. # $limit (Number) - the maximum number of matches
  214. pdfjs-find-match-count-limit =
  215. { $limit ->
  216. [one] Máis de { $limit } coincidencia
  217. *[other] Máis de { $limit } coincidencias
  218. }
  219. pdfjs-find-not-found = Non se atopou a frase
  220. ## Predefined zoom values
  221. pdfjs-page-scale-width = Largura da páxina
  222. pdfjs-page-scale-fit = Axuste de páxina
  223. pdfjs-page-scale-auto = Zoom automático
  224. pdfjs-page-scale-actual = Tamaño actual
  225. # Variables:
  226. # $scale (Number) - percent value for page scale
  227. pdfjs-page-scale-percent = { $scale }%
  228. ## PDF page
  229. # Variables:
  230. # $page (Number) - the page number
  231. pdfjs-page-landmark =
  232. .aria-label = Páxina { $page }
  233. ## Loading indicator messages
  234. pdfjs-loading-error = Produciuse un erro ao cargar o PDF.
  235. pdfjs-invalid-file-error = Ficheiro PDF danado ou non válido.
  236. pdfjs-missing-file-error = Falta o ficheiro PDF.
  237. pdfjs-unexpected-response-error = Resposta inesperada do servidor.
  238. pdfjs-rendering-error = Produciuse un erro ao representar a páxina.
  239. ## Annotations
  240. # Variables:
  241. # $date (Date) - the modification date of the annotation
  242. # $time (Time) - the modification time of the annotation
  243. pdfjs-annotation-date-string = { $date }, { $time }
  244. # .alt: This is used as a tooltip.
  245. # Variables:
  246. # $type (String) - an annotation type from a list defined in the PDF spec
  247. # (32000-1:2008 Table 169 – Annotation types).
  248. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  249. pdfjs-text-annotation-type =
  250. .alt = [Anotación { $type }]
  251. ## Password
  252. pdfjs-password-label = Escriba o contrasinal para abrir este ficheiro PDF.
  253. pdfjs-password-invalid = Contrasinal incorrecto. Tente de novo.
  254. pdfjs-password-ok-button = Aceptar
  255. pdfjs-password-cancel-button = Cancelar
  256. pdfjs-web-fonts-disabled = Desactiváronse as fontes web: foi imposíbel usar as fontes incrustadas no PDF.
  257. ## Editing
  258. pdfjs-editor-free-text-button =
  259. .title = Texto
  260. pdfjs-editor-free-text-button-label = Texto
  261. pdfjs-editor-ink-button =
  262. .title = Debuxo
  263. pdfjs-editor-ink-button-label = Debuxo
  264. pdfjs-editor-stamp-button =
  265. .title = Engadir ou editar imaxes
  266. pdfjs-editor-stamp-button-label = Engadir ou editar imaxes
  267. ## Default editor aria labels
  268. ## Remove button for the various kind of editor.
  269. pdfjs-editor-remove-freetext-button =
  270. .title = Eliminar o texto
  271. pdfjs-editor-remove-stamp-button =
  272. .title = Eliminar a imaxe
  273. pdfjs-editor-remove-highlight-button =
  274. .title = Eliminar o resaltado
  275. ##
  276. # Editor Parameters
  277. pdfjs-editor-free-text-color-input = Cor
  278. pdfjs-editor-free-text-size-input = Tamaño
  279. pdfjs-editor-ink-color-input = Cor
  280. pdfjs-editor-ink-thickness-input = Grosor
  281. pdfjs-editor-ink-opacity-input = Opacidade
  282. pdfjs-editor-stamp-add-image-button =
  283. .title = Engadir imaxe
  284. pdfjs-editor-stamp-add-image-button-label = Engadir imaxe
  285. # This refers to the thickness of the line used for free highlighting (not bound to text)
  286. pdfjs-editor-free-highlight-thickness-input = Grosor
  287. pdfjs-free-text =
  288. .aria-label = Editor de texto
  289. pdfjs-free-text-default-content = Comezar a teclear…
  290. pdfjs-ink =
  291. .aria-label = Editor de debuxos
  292. pdfjs-ink-canvas =
  293. .aria-label = Imaxe creada por unha usuaria
  294. ## Alt-text dialog
  295. pdfjs-editor-alt-text-button-label = Texto alternativo
  296. pdfjs-editor-alt-text-edit-button-label = Editar o texto alternativo
  297. pdfjs-editor-alt-text-dialog-label = Escoller unha opción
  298. pdfjs-editor-alt-text-add-description-label = Engadir unha descrición
  299. pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativo
  300. pdfjs-editor-alt-text-mark-decorative-description = Utilízase para imaxes ornamentais, como bordos ou marcas de auga.
  301. pdfjs-editor-alt-text-cancel-button = Cancelar
  302. pdfjs-editor-alt-text-save-button = Gardar
  303. pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
  304. # .placeholder: This is a placeholder for the alt text input area
  305. pdfjs-editor-alt-text-textarea =
  306. .placeholder = Por exemplo, «Un mozo séntase á mesa para comer»
  307. ## Editor resizers
  308. ## This is used in an aria label to help to understand the role of the resizer.
  309. pdfjs-editor-resizer-label-top-left = Esquina superior esquerda: cambia o tamaño
  310. pdfjs-editor-resizer-label-top-middle = Medio superior: cambia o tamaño
  311. pdfjs-editor-resizer-label-top-right = Esquina superior dereita: cambia o tamaño
  312. pdfjs-editor-resizer-label-middle-right = Medio dereito: cambia o tamaño
  313. pdfjs-editor-resizer-label-bottom-right = Esquina inferior dereita: cambia o tamaño
  314. pdfjs-editor-resizer-label-bottom-middle = Abaixo medio: cambia o tamaño
  315. pdfjs-editor-resizer-label-bottom-left = Esquina inferior esquerda: cambia o tamaño
  316. pdfjs-editor-resizer-label-middle-left = Medio esquerdo: cambia o tamaño
  317. pdfjs-editor-resizer-top-left =
  318. .aria-label = Esquina superior esquerda: cambia o tamaño
  319. pdfjs-editor-resizer-top-middle =
  320. .aria-label = Medio superior: cambia o tamaño
  321. pdfjs-editor-resizer-top-right =
  322. .aria-label = Esquina superior dereita: cambia o tamaño
  323. pdfjs-editor-resizer-middle-right =
  324. .aria-label = Medio dereito: cambia o tamaño
  325. pdfjs-editor-resizer-bottom-right =
  326. .aria-label = Esquina inferior dereita: cambia o tamaño
  327. pdfjs-editor-resizer-bottom-middle =
  328. .aria-label = Abaixo medio: cambia o tamaño
  329. pdfjs-editor-resizer-bottom-left =
  330. .aria-label = Esquina inferior esquerda: cambia o tamaño
  331. pdfjs-editor-resizer-middle-left =
  332. .aria-label = Medio esquerdo: cambia o tamaño
  333. ## Color picker
  334. ## Show all highlights
  335. ## This is a toggle button to show/hide all the highlights.
  336. ## New alt-text dialog
  337. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  338. ## Image alt-text settings
  339. ## "Annotations removed" bar
  340. ## Add a signature dialog
  341. ## Tab names
  342. ## Tab panels
  343. ## Controls
  344. ## Dialog buttons
  345. ## Main menu for adding/removing signatures
  346. ## Editor toolbar
  347. ## Edit signature description dialog