viewer.ftl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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 = Pagina precedenta
  7. pdfjs-previous-button-label = Precedent
  8. pdfjs-next-button =
  9. .title = Pagina seguenta
  10. pdfjs-next-button-label = Seguent
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Pagina
  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 = sus { $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 = Zoom arrièr
  24. pdfjs-zoom-out-button-label = Zoom arrièr
  25. pdfjs-zoom-in-button =
  26. .title = Zoom avant
  27. pdfjs-zoom-in-button-label = Zoom avant
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Bascular en mòde presentacion
  32. pdfjs-presentation-mode-button-label = Mòde Presentacion
  33. pdfjs-open-file-button =
  34. .title = Dobrir lo fichièr
  35. pdfjs-open-file-button-label = Dobrir
  36. pdfjs-print-button =
  37. .title = Imprimir
  38. pdfjs-print-button-label = Imprimir
  39. pdfjs-save-button =
  40. .title = Enregistrar
  41. pdfjs-save-button-label = Enregistrar
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Telecargar
  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 = Telecargar
  48. pdfjs-bookmark-button =
  49. .title = Pagina actuala (mostrar l’adreça de la pagina actuala)
  50. pdfjs-bookmark-button-label = Pagina actuala
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = Dobrir amb l’aplicacion
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = Dobrir amb l’aplicacion
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = Aisinas
  60. pdfjs-tools-button-label = Aisinas
  61. pdfjs-first-page-button =
  62. .title = Anar a la primièra pagina
  63. pdfjs-first-page-button-label = Anar a la primièra pagina
  64. pdfjs-last-page-button =
  65. .title = Anar a la darrièra pagina
  66. pdfjs-last-page-button-label = Anar a la darrièra pagina
  67. pdfjs-page-rotate-cw-button =
  68. .title = Rotacion orària
  69. pdfjs-page-rotate-cw-button-label = Rotacion orària
  70. pdfjs-page-rotate-ccw-button =
  71. .title = Rotacion antiorària
  72. pdfjs-page-rotate-ccw-button-label = Rotacion antiorària
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = Activar l'aisina de seleccion de tèxte
  75. pdfjs-cursor-text-select-tool-button-label = Aisina de seleccion de tèxte
  76. pdfjs-cursor-hand-tool-button =
  77. .title = Activar l’aisina man
  78. pdfjs-cursor-hand-tool-button-label = Aisina man
  79. pdfjs-scroll-page-button =
  80. .title = Activar lo defilament per pagina
  81. pdfjs-scroll-page-button-label = Defilament per pagina
  82. pdfjs-scroll-vertical-button =
  83. .title = Utilizar lo defilament vertical
  84. pdfjs-scroll-vertical-button-label = Defilament vertical
  85. pdfjs-scroll-horizontal-button =
  86. .title = Utilizar lo defilament orizontal
  87. pdfjs-scroll-horizontal-button-label = Defilament orizontal
  88. pdfjs-scroll-wrapped-button =
  89. .title = Activar lo defilament continú
  90. pdfjs-scroll-wrapped-button-label = Defilament continú
  91. pdfjs-spread-none-button =
  92. .title = Agropar pas las paginas doas a doas
  93. pdfjs-spread-none-button-label = Una sola pagina
  94. pdfjs-spread-odd-button =
  95. .title = Mostrar doas paginas en començant per las paginas imparas a esquèrra
  96. pdfjs-spread-odd-button-label = Dobla pagina, impara a drecha
  97. pdfjs-spread-even-button =
  98. .title = Mostrar doas paginas en començant per las paginas paras a esquèrra
  99. pdfjs-spread-even-button-label = Dobla pagina, para a drecha
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = Proprietats del document…
  103. pdfjs-document-properties-button-label = Proprietats del document…
  104. pdfjs-document-properties-file-name = Nom del fichièr :
  105. pdfjs-document-properties-file-size = Talha del fichièr :
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } Ko ({ $size_b } octets)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } Mo ({ $size_b } octets)
  114. pdfjs-document-properties-title = Títol :
  115. pdfjs-document-properties-author = Autor :
  116. pdfjs-document-properties-subject = Subjècte :
  117. pdfjs-document-properties-keywords = Mots claus :
  118. pdfjs-document-properties-creation-date = Data de creacion :
  119. pdfjs-document-properties-modification-date = Data de modificacion :
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date }, a { $time }
  124. pdfjs-document-properties-creator = Creator :
  125. pdfjs-document-properties-producer = Aisina de conversion PDF :
  126. pdfjs-document-properties-version = Version PDF :
  127. pdfjs-document-properties-page-count = Nombre de paginas :
  128. pdfjs-document-properties-page-size = Talha de la pagina :
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = retrach
  132. pdfjs-document-properties-page-size-orientation-landscape = païsatge
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = Letra
  136. pdfjs-document-properties-page-size-name-legal = Document juridic
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = Vista web rapida :
  149. pdfjs-document-properties-linearized-yes = Òc
  150. pdfjs-document-properties-linearized-no = Non
  151. pdfjs-document-properties-close-button = Tampar
  152. ## Print
  153. pdfjs-print-progress-message = Preparacion del document per l’impression…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = { $progress }%
  157. pdfjs-print-progress-close-button = Anullar
  158. pdfjs-printing-not-supported = Atencion : l'impression es pas complètament gerida per aqueste navegador.
  159. pdfjs-printing-not-ready = Atencion : lo PDF es pas entièrament cargat per lo poder imprimir.
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = Afichar/amagar lo panèl lateral
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = Afichar/amagar lo panèl lateral (lo document conten esquèmas/pèças juntas/calques)
  165. pdfjs-toggle-sidebar-button-label = Afichar/amagar lo panèl lateral
  166. pdfjs-document-outline-button =
  167. .title = Mostrar los esquèmas del document (dobleclicar per espandre/reduire totes los elements)
  168. pdfjs-document-outline-button-label = Marcapaginas del document
  169. pdfjs-attachments-button =
  170. .title = Visualizar las pèças juntas
  171. pdfjs-attachments-button-label = Pèças juntas
  172. pdfjs-layers-button =
  173. .title = Afichar los calques (doble-clicar per reïnicializar totes los calques a l’estat per defaut)
  174. pdfjs-layers-button-label = Calques
  175. pdfjs-thumbs-button =
  176. .title = Afichar las vinhetas
  177. pdfjs-thumbs-button-label = Vinhetas
  178. pdfjs-current-outline-item-button =
  179. .title = Trobar l’element de plan actual
  180. pdfjs-current-outline-item-button-label = Element de plan actual
  181. pdfjs-findbar-button =
  182. .title = Cercar dins lo document
  183. pdfjs-findbar-button-label = Recercar
  184. pdfjs-additional-layers = Calques suplementaris
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = Pagina { $page }
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = Vinheta de la pagina { $page }
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = Recercar
  197. .placeholder = Cercar dins lo document…
  198. pdfjs-find-previous-button =
  199. .title = Tròba l'ocurréncia precedenta de la frasa
  200. pdfjs-find-previous-button-label = Precedent
  201. pdfjs-find-next-button =
  202. .title = Tròba l'ocurréncia venenta de la frasa
  203. pdfjs-find-next-button-label = Seguent
  204. pdfjs-find-highlight-checkbox = Suslinhar tot
  205. pdfjs-find-match-case-checkbox-label = Respectar la cassa
  206. pdfjs-find-match-diacritics-checkbox-label = Respectar los diacritics
  207. pdfjs-find-entire-word-checkbox-label = Mots entièrs
  208. pdfjs-find-reached-top = Naut de la pagina atenh, perseguida del bas
  209. pdfjs-find-reached-bottom = Bas de la pagina atench, perseguida al començament
  210. pdfjs-find-not-found = Frasa pas trobada
  211. ## Predefined zoom values
  212. pdfjs-page-scale-width = Largor plena
  213. pdfjs-page-scale-fit = Pagina entièra
  214. pdfjs-page-scale-auto = Zoom automatic
  215. pdfjs-page-scale-actual = Talha vertadièra
  216. # Variables:
  217. # $scale (Number) - percent value for page scale
  218. pdfjs-page-scale-percent = { $scale }%
  219. ## PDF page
  220. # Variables:
  221. # $page (Number) - the page number
  222. pdfjs-page-landmark =
  223. .aria-label = Pagina { $page }
  224. ## Loading indicator messages
  225. pdfjs-loading-error = Una error s'es producha pendent lo cargament del fichièr PDF.
  226. pdfjs-invalid-file-error = Fichièr PDF invalid o corromput.
  227. pdfjs-missing-file-error = Fichièr PDF mancant.
  228. pdfjs-unexpected-response-error = Responsa de servidor imprevista.
  229. pdfjs-rendering-error = Una error s'es producha pendent l'afichatge de la pagina.
  230. ## Annotations
  231. # Variables:
  232. # $date (Date) - the modification date of the annotation
  233. # $time (Time) - the modification time of the annotation
  234. pdfjs-annotation-date-string = { $date } a { $time }
  235. # .alt: This is used as a tooltip.
  236. # Variables:
  237. # $type (String) - an annotation type from a list defined in the PDF spec
  238. # (32000-1:2008 Table 169 – Annotation types).
  239. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  240. pdfjs-text-annotation-type =
  241. .alt = [Anotacion { $type }]
  242. ## Password
  243. pdfjs-password-label = Picatz lo senhal per dobrir aqueste fichièr PDF.
  244. pdfjs-password-invalid = Senhal incorrècte. Tornatz ensajar.
  245. pdfjs-password-ok-button = D'acòrdi
  246. pdfjs-password-cancel-button = Anullar
  247. pdfjs-web-fonts-disabled = Las polissas web son desactivadas : impossible d'utilizar las polissas integradas al PDF.
  248. ## Editing
  249. pdfjs-editor-free-text-button =
  250. .title = Tèxte
  251. pdfjs-editor-free-text-button-label = Tèxte
  252. pdfjs-editor-ink-button =
  253. .title = Dessenhar
  254. pdfjs-editor-ink-button-label = Dessenhar
  255. pdfjs-editor-stamp-button =
  256. .title = Apondre o modificar d’imatges
  257. pdfjs-editor-stamp-button-label = Apondre o modificar d’imatges
  258. # Editor Parameters
  259. pdfjs-editor-free-text-color-input = Color
  260. pdfjs-editor-free-text-size-input = Talha
  261. pdfjs-editor-ink-color-input = Color
  262. pdfjs-editor-ink-thickness-input = Espessor
  263. pdfjs-editor-ink-opacity-input = Opacitat
  264. pdfjs-editor-stamp-add-image-button =
  265. .title = Apondre imatge
  266. pdfjs-editor-stamp-add-image-button-label = Apondre imatge
  267. pdfjs-free-text =
  268. .aria-label = Editor de tèxte
  269. pdfjs-free-text-default-content = Començatz d’escriure…
  270. pdfjs-ink =
  271. .aria-label = Editor de dessenh
  272. pdfjs-ink-canvas =
  273. .aria-label = Imatge creat per l’utilizaire
  274. ## Alt-text dialog
  275. # Alternative text (alt text) helps when people can't see the image.
  276. pdfjs-editor-alt-text-button-label = Tèxt alternatiu
  277. pdfjs-editor-alt-text-edit-button-label = Modificar lo tèxt alternatiu
  278. pdfjs-editor-alt-text-dialog-label = Causir una opcion
  279. pdfjs-editor-alt-text-add-description-label = Apondre una descripcion
  280. pdfjs-editor-alt-text-cancel-button = Anullar
  281. pdfjs-editor-alt-text-save-button = Enregistrar
  282. ## Editor resizers
  283. ## This is used in an aria label to help to understand the role of the resizer.