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