viewer.ftl 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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àgina anterior
  7. pdfjs-previous-button-label = Anterior
  8. pdfjs-next-button =
  9. .title = Pàgina següent
  10. pdfjs-next-button-label = Següent
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Pàgina
  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 = Redueix
  24. pdfjs-zoom-out-button-label = Redueix
  25. pdfjs-zoom-in-button =
  26. .title = Amplia
  27. pdfjs-zoom-in-button-label = Amplia
  28. pdfjs-zoom-select =
  29. .title = Escala
  30. pdfjs-presentation-mode-button =
  31. .title = Canvia al mode de presentació
  32. pdfjs-presentation-mode-button-label = Mode de presentació
  33. pdfjs-open-file-button =
  34. .title = Obre el fitxer
  35. pdfjs-open-file-button-label = Obre
  36. pdfjs-print-button =
  37. .title = Imprimeix
  38. pdfjs-print-button-label = Imprimeix
  39. pdfjs-save-button =
  40. .title = Desa
  41. pdfjs-save-button-label = Desa
  42. pdfjs-bookmark-button =
  43. .title = Pàgina actual (mostra l'URL de la pàgina actual)
  44. pdfjs-bookmark-button-label = Pàgina actual
  45. ## Secondary toolbar and context menu
  46. pdfjs-tools-button =
  47. .title = Eines
  48. pdfjs-tools-button-label = Eines
  49. pdfjs-first-page-button =
  50. .title = Vés a la primera pàgina
  51. pdfjs-first-page-button-label = Vés a la primera pàgina
  52. pdfjs-last-page-button =
  53. .title = Vés a l'última pàgina
  54. pdfjs-last-page-button-label = Vés a l'última pàgina
  55. pdfjs-page-rotate-cw-button =
  56. .title = Gira cap a la dreta
  57. pdfjs-page-rotate-cw-button-label = Gira cap a la dreta
  58. pdfjs-page-rotate-ccw-button =
  59. .title = Gira cap a l'esquerra
  60. pdfjs-page-rotate-ccw-button-label = Gira cap a l'esquerra
  61. pdfjs-cursor-text-select-tool-button =
  62. .title = Habilita l'eina de selecció de text
  63. pdfjs-cursor-text-select-tool-button-label = Eina de selecció de text
  64. pdfjs-cursor-hand-tool-button =
  65. .title = Habilita l'eina de mà
  66. pdfjs-cursor-hand-tool-button-label = Eina de mà
  67. pdfjs-scroll-page-button =
  68. .title = Usa el desplaçament de pàgina
  69. pdfjs-scroll-page-button-label = Desplaçament de pàgina
  70. pdfjs-scroll-vertical-button =
  71. .title = Utilitza el desplaçament vertical
  72. pdfjs-scroll-vertical-button-label = Desplaçament vertical
  73. pdfjs-scroll-horizontal-button =
  74. .title = Utilitza el desplaçament horitzontal
  75. pdfjs-scroll-horizontal-button-label = Desplaçament horitzontal
  76. pdfjs-scroll-wrapped-button =
  77. .title = Activa el desplaçament continu
  78. pdfjs-scroll-wrapped-button-label = Desplaçament continu
  79. pdfjs-spread-none-button =
  80. .title = No agrupis les pàgines de dues en dues
  81. pdfjs-spread-none-button-label = Una sola pàgina
  82. pdfjs-spread-odd-button =
  83. .title = Mostra dues pàgines començant per les pàgines de numeració senar
  84. pdfjs-spread-odd-button-label = Doble pàgina (senar)
  85. pdfjs-spread-even-button =
  86. .title = Mostra dues pàgines començant per les pàgines de numeració parell
  87. pdfjs-spread-even-button-label = Doble pàgina (parell)
  88. ## Document properties dialog
  89. pdfjs-document-properties-button =
  90. .title = Propietats del document…
  91. pdfjs-document-properties-button-label = Propietats del document…
  92. pdfjs-document-properties-file-name = Nom del fitxer:
  93. pdfjs-document-properties-file-size = Mida del fitxer:
  94. # Variables:
  95. # $size_kb (Number) - the PDF file size in kilobytes
  96. # $size_b (Number) - the PDF file size in bytes
  97. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  98. # Variables:
  99. # $size_mb (Number) - the PDF file size in megabytes
  100. # $size_b (Number) - the PDF file size in bytes
  101. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  102. pdfjs-document-properties-title = Títol:
  103. pdfjs-document-properties-author = Autor:
  104. pdfjs-document-properties-subject = Assumpte:
  105. pdfjs-document-properties-keywords = Paraules clau:
  106. pdfjs-document-properties-creation-date = Data de creació:
  107. pdfjs-document-properties-modification-date = Data de modificació:
  108. # Variables:
  109. # $date (Date) - the creation/modification date of the PDF file
  110. # $time (Time) - the creation/modification time of the PDF file
  111. pdfjs-document-properties-date-string = { $date }, { $time }
  112. pdfjs-document-properties-creator = Creador:
  113. pdfjs-document-properties-producer = Generador de PDF:
  114. pdfjs-document-properties-version = Versió de PDF:
  115. pdfjs-document-properties-page-count = Nombre de pàgines:
  116. pdfjs-document-properties-page-size = Mida de la pàgina:
  117. pdfjs-document-properties-page-size-unit-inches = polzades
  118. pdfjs-document-properties-page-size-unit-millimeters = mm
  119. pdfjs-document-properties-page-size-orientation-portrait = vertical
  120. pdfjs-document-properties-page-size-orientation-landscape = apaïsat
  121. pdfjs-document-properties-page-size-name-a-three = A3
  122. pdfjs-document-properties-page-size-name-a-four = A4
  123. pdfjs-document-properties-page-size-name-letter = Carta
  124. pdfjs-document-properties-page-size-name-legal = Legal
  125. ## Variables:
  126. ## $width (Number) - the width of the (current) page
  127. ## $height (Number) - the height of the (current) page
  128. ## $unit (String) - the unit of measurement of the (current) page
  129. ## $name (String) - the name of the (current) page
  130. ## $orientation (String) - the orientation of the (current) page
  131. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  132. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  133. ##
  134. # The linearization status of the document; usually called "Fast Web View" in
  135. # English locales of Adobe software.
  136. pdfjs-document-properties-linearized = Vista web ràpida:
  137. pdfjs-document-properties-linearized-yes = Sí
  138. pdfjs-document-properties-linearized-no = No
  139. pdfjs-document-properties-close-button = Tanca
  140. ## Print
  141. pdfjs-print-progress-message = S'està preparant la impressió del document…
  142. # Variables:
  143. # $progress (Number) - percent value
  144. pdfjs-print-progress-percent = { $progress }%
  145. pdfjs-print-progress-close-button = Cancel·la
  146. pdfjs-printing-not-supported = Avís: la impressió no és plenament funcional en aquest navegador.
  147. pdfjs-printing-not-ready = Atenció: el PDF no s'ha acabat de carregar per imprimir-lo.
  148. ## Tooltips and alt text for side panel toolbar buttons
  149. pdfjs-toggle-sidebar-button =
  150. .title = Mostra/amaga la barra lateral
  151. pdfjs-toggle-sidebar-notification-button =
  152. .title = Mostra/amaga la barra lateral (el document conté un esquema, adjuncions o capes)
  153. pdfjs-toggle-sidebar-button-label = Mostra/amaga la barra lateral
  154. pdfjs-document-outline-button =
  155. .title = Mostra l'esquema del document (doble clic per ampliar/reduir tots els elements)
  156. pdfjs-document-outline-button-label = Esquema del document
  157. pdfjs-attachments-button =
  158. .title = Mostra les adjuncions
  159. pdfjs-attachments-button-label = Adjuncions
  160. pdfjs-layers-button =
  161. .title = Mostra les capes (doble clic per restablir totes les capes al seu estat per defecte)
  162. pdfjs-layers-button-label = Capes
  163. pdfjs-thumbs-button =
  164. .title = Mostra les miniatures
  165. pdfjs-thumbs-button-label = Miniatures
  166. pdfjs-current-outline-item-button =
  167. .title = Cerca l'element d'esquema actual
  168. pdfjs-current-outline-item-button-label = Element d'esquema actual
  169. pdfjs-findbar-button =
  170. .title = Cerca al document
  171. pdfjs-findbar-button-label = Cerca
  172. pdfjs-additional-layers = Capes addicionals
  173. ## Thumbnails panel item (tooltip and alt text for images)
  174. # Variables:
  175. # $page (Number) - the page number
  176. pdfjs-thumb-page-title =
  177. .title = Pàgina { $page }
  178. # Variables:
  179. # $page (Number) - the page number
  180. pdfjs-thumb-page-canvas =
  181. .aria-label = Miniatura de la pàgina { $page }
  182. ## Find panel button title and messages
  183. pdfjs-find-input =
  184. .title = Cerca
  185. .placeholder = Cerca al document…
  186. pdfjs-find-previous-button =
  187. .title = Cerca l'anterior coincidència de l'expressió
  188. pdfjs-find-previous-button-label = Anterior
  189. pdfjs-find-next-button =
  190. .title = Cerca la següent coincidència de l'expressió
  191. pdfjs-find-next-button-label = Següent
  192. pdfjs-find-highlight-checkbox = Ressalta-ho tot
  193. pdfjs-find-match-case-checkbox-label = Distingeix entre majúscules i minúscules
  194. pdfjs-find-match-diacritics-checkbox-label = Respecta els diacrítics
  195. pdfjs-find-entire-word-checkbox-label = Paraules senceres
  196. pdfjs-find-reached-top = S'ha arribat al principi del document, es continua pel final
  197. pdfjs-find-reached-bottom = S'ha arribat al final del document, es continua pel principi
  198. pdfjs-find-not-found = No s'ha trobat l'expressió
  199. ## Predefined zoom values
  200. pdfjs-page-scale-width = Amplada de la pàgina
  201. pdfjs-page-scale-fit = Ajusta la pàgina
  202. pdfjs-page-scale-auto = Zoom automàtic
  203. pdfjs-page-scale-actual = Mida real
  204. # Variables:
  205. # $scale (Number) - percent value for page scale
  206. pdfjs-page-scale-percent = { $scale }%
  207. ## PDF page
  208. # Variables:
  209. # $page (Number) - the page number
  210. pdfjs-page-landmark =
  211. .aria-label = Pàgina { $page }
  212. ## Loading indicator messages
  213. pdfjs-loading-error = S'ha produït un error en carregar el PDF.
  214. pdfjs-invalid-file-error = El fitxer PDF no és vàlid o està malmès.
  215. pdfjs-missing-file-error = Falta el fitxer PDF.
  216. pdfjs-unexpected-response-error = Resposta inesperada del servidor.
  217. pdfjs-rendering-error = S'ha produït un error mentre es renderitzava la pàgina.
  218. ## Annotations
  219. # Variables:
  220. # $date (Date) - the modification date of the annotation
  221. # $time (Time) - the modification time of the annotation
  222. pdfjs-annotation-date-string = { $date }, { $time }
  223. # .alt: This is used as a tooltip.
  224. # Variables:
  225. # $type (String) - an annotation type from a list defined in the PDF spec
  226. # (32000-1:2008 Table 169 – Annotation types).
  227. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  228. pdfjs-text-annotation-type =
  229. .alt = [Anotació { $type }]
  230. ## Password
  231. pdfjs-password-label = Introduïu la contrasenya per obrir aquest fitxer PDF.
  232. pdfjs-password-invalid = La contrasenya no és vàlida. Torneu-ho a provar.
  233. pdfjs-password-ok-button = D'acord
  234. pdfjs-password-cancel-button = Cancel·la
  235. pdfjs-web-fonts-disabled = Els tipus de lletra web estan desactivats: no es poden utilitzar els tipus de lletra incrustats al PDF.
  236. ## Editing
  237. pdfjs-editor-free-text-button =
  238. .title = Text
  239. pdfjs-editor-free-text-button-label = Text
  240. pdfjs-editor-ink-button =
  241. .title = Dibuixa
  242. pdfjs-editor-ink-button-label = Dibuixa
  243. ## Default editor aria labels
  244. ## Remove button for the various kind of editor.
  245. ##
  246. # Editor Parameters
  247. pdfjs-editor-free-text-color-input = Color
  248. pdfjs-editor-free-text-size-input = Mida
  249. pdfjs-editor-ink-color-input = Color
  250. pdfjs-editor-ink-thickness-input = Gruix
  251. pdfjs-editor-ink-opacity-input = Opacitat
  252. pdfjs-free-text =
  253. .aria-label = Editor de text
  254. pdfjs-free-text-default-content = Escriviu…
  255. pdfjs-ink =
  256. .aria-label = Editor de dibuix
  257. pdfjs-ink-canvas =
  258. .aria-label = Imatge creada per l'usuari
  259. ## Alt-text dialog
  260. ## Editor resizers
  261. ## This is used in an aria label to help to understand the role of the resizer.
  262. ## Color picker
  263. ## Show all highlights
  264. ## This is a toggle button to show/hide all the highlights.
  265. ## New alt-text dialog
  266. ## 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.
  267. ## Image alt-text settings
  268. ## "Annotations removed" bar
  269. ## Add a signature dialog
  270. ## Tab names
  271. ## Tab panels
  272. ## Controls
  273. ## Dialog buttons
  274. ## Main menu for adding/removing signatures
  275. ## Editor toolbar
  276. ## Edit signature description dialog