viewer.ftl
252 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 = Pagina precedentă |
| 10 | pdfjs-previous-button-label = Înapoi |
| 11 | pdfjs-next-button = |
| 12 | .title = Pagina următoare |
| 13 | pdfjs-next-button-label = Înainte |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Pagina |
| 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 = din { $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 } din { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Micșorează |
| 27 | pdfjs-zoom-out-button-label = Micșorează |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Mărește |
| 30 | pdfjs-zoom-in-button-label = Mărește |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoom |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Comută la modul de prezentare |
| 35 | pdfjs-presentation-mode-button-label = Mod de prezentare |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Deschide un fișier |
| 38 | pdfjs-open-file-button-label = Deschide |
| 39 | pdfjs-print-button = |
| 40 | .title = Tipărește |
| 41 | pdfjs-print-button-label = Tipărește |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Instrumente |
| 47 | pdfjs-tools-button-label = Instrumente |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Mergi la prima pagină |
| 50 | pdfjs-first-page-button-label = Mergi la prima pagină |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Mergi la ultima pagină |
| 53 | pdfjs-last-page-button-label = Mergi la ultima pagină |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Rotește în sensul acelor de ceas |
| 56 | pdfjs-page-rotate-cw-button-label = Rotește în sensul acelor de ceas |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Rotește în sens invers al acelor de ceas |
| 59 | pdfjs-page-rotate-ccw-button-label = Rotește în sens invers al acelor de ceas |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Activează instrumentul de selecție a textului |
| 62 | pdfjs-cursor-text-select-tool-button-label = Instrumentul de selecție a textului |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Activează instrumentul mână |
| 65 | pdfjs-cursor-hand-tool-button-label = Unealta mână |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Folosește derularea verticală |
| 68 | pdfjs-scroll-vertical-button-label = Derulare verticală |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Folosește derularea orizontală |
| 71 | pdfjs-scroll-horizontal-button-label = Derulare orizontală |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Folosește derularea încadrată |
| 74 | pdfjs-scroll-wrapped-button-label = Derulare încadrată |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Nu uni paginile broșate |
| 77 | pdfjs-spread-none-button-label = Fără pagini broșate |
| 78 | pdfjs-spread-odd-button = |
| 79 | .title = Unește paginile broșate începând cu cele impare |
| 80 | pdfjs-spread-odd-button-label = Broșare pagini impare |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Unește paginile broșate începând cu cele pare |
| 83 | pdfjs-spread-even-button-label = Broșare pagini pare |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Proprietățile documentului… |
| 89 | pdfjs-document-properties-button-label = Proprietățile documentului… |
| 90 | pdfjs-document-properties-file-name = Numele fișierului: |
| 91 | pdfjs-document-properties-file-size = Mărimea fișierului: |
| 92 | # Variables: |
| 93 | # $size_kb (Number) - the PDF file size in kilobytes |
| 94 | # $size_b (Number) - the PDF file size in bytes |
| 95 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } byți) |
| 96 | # Variables: |
| 97 | # $size_mb (Number) - the PDF file size in megabytes |
| 98 | # $size_b (Number) - the PDF file size in bytes |
| 99 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } byți) |
| 100 | pdfjs-document-properties-title = Titlu: |
| 101 | pdfjs-document-properties-author = Autor: |
| 102 | pdfjs-document-properties-subject = Subiect: |
| 103 | pdfjs-document-properties-keywords = Cuvinte cheie: |
| 104 | pdfjs-document-properties-creation-date = Data creării: |
| 105 | pdfjs-document-properties-modification-date = Data modificării: |
| 106 | # Variables: |
| 107 | # $date (Date) - the creation/modification date of the PDF file |
| 108 | # $time (Time) - the creation/modification time of the PDF file |
| 109 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 110 | pdfjs-document-properties-creator = Autor: |
| 111 | pdfjs-document-properties-producer = Producător PDF: |
| 112 | pdfjs-document-properties-version = Versiune PDF: |
| 113 | pdfjs-document-properties-page-count = Număr de pagini: |
| 114 | pdfjs-document-properties-page-size = Mărimea paginii: |
| 115 | pdfjs-document-properties-page-size-unit-inches = in |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = verticală |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = orizontală |
| 119 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 120 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 121 | pdfjs-document-properties-page-size-name-letter = Literă |
| 122 | pdfjs-document-properties-page-size-name-legal = Legal |
| 123 | |
| 124 | ## Variables: |
| 125 | ## $width (Number) - the width of the (current) page |
| 126 | ## $height (Number) - the height of the (current) page |
| 127 | ## $unit (String) - the unit of measurement of the (current) page |
| 128 | ## $name (String) - the name of the (current) page |
| 129 | ## $orientation (String) - the orientation of the (current) page |
| 130 | |
| 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 | ## |
| 135 | |
| 136 | # The linearization status of the document; usually called "Fast Web View" in |
| 137 | # English locales of Adobe software. |
| 138 | pdfjs-document-properties-linearized = Vizualizare web rapidă: |
| 139 | pdfjs-document-properties-linearized-yes = Da |
| 140 | pdfjs-document-properties-linearized-no = Nu |
| 141 | pdfjs-document-properties-close-button = Închide |
| 142 | |
| 143 | |
| 144 | |
| 145 | pdfjs-print-progress-message = Se pregătește documentul pentru tipărire… |
| 146 | # Variables: |
| 147 | # $progress (Number) - percent value |
| 148 | pdfjs-print-progress-percent = { $progress }% |
| 149 | pdfjs-print-progress-close-button = Renunță |
| 150 | pdfjs-printing-not-supported = Avertisment: Tipărirea nu este suportată în totalitate de acest browser. |
| 151 | pdfjs-printing-not-ready = Avertisment: PDF-ul nu este încărcat complet pentru tipărire. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Comută bara laterală |
| 157 | pdfjs-toggle-sidebar-button-label = Comută bara laterală |
| 158 | pdfjs-document-outline-button = |
| 159 | .title = Afișează schița documentului (dublu-clic pentru a extinde/restrânge toate elementele) |
| 160 | pdfjs-document-outline-button-label = Schița documentului |
| 161 | pdfjs-attachments-button = |
| 162 | .title = Afișează atașamentele |
| 163 | pdfjs-attachments-button-label = Atașamente |
| 164 | pdfjs-thumbs-button = |
| 165 | .title = Afișează miniaturi |
| 166 | pdfjs-thumbs-button-label = Miniaturi |
| 167 | pdfjs-findbar-button = |
| 168 | .title = Caută în document |
| 169 | pdfjs-findbar-button-label = Caută |
| 170 | |
| 171 | ## Thumbnails panel item (tooltip and alt text for images) |
| 172 | |
| 173 | # Variables: |
| 174 | # $page (Number) - the page number |
| 175 | pdfjs-thumb-page-title = |
| 176 | .title = Pagina { $page } |
| 177 | # Variables: |
| 178 | # $page (Number) - the page number |
| 179 | pdfjs-thumb-page-canvas = |
| 180 | .aria-label = Miniatura paginii { $page } |
| 181 | |
| 182 | ## Find panel button title and messages |
| 183 | |
| 184 | pdfjs-find-input = |
| 185 | .title = Caută |
| 186 | .placeholder = Caută în document… |
| 187 | pdfjs-find-previous-button = |
| 188 | .title = Mergi la apariția anterioară a textului |
| 189 | pdfjs-find-previous-button-label = Înapoi |
| 190 | pdfjs-find-next-button = |
| 191 | .title = Mergi la apariția următoare a textului |
| 192 | pdfjs-find-next-button-label = Înainte |
| 193 | pdfjs-find-highlight-checkbox = Evidențiază toate aparițiile |
| 194 | pdfjs-find-match-case-checkbox-label = Ține cont de majuscule și minuscule |
| 195 | pdfjs-find-entire-word-checkbox-label = Cuvinte întregi |
| 196 | pdfjs-find-reached-top = Am ajuns la începutul documentului, continuă de la sfârșit |
| 197 | pdfjs-find-reached-bottom = Am ajuns la sfârșitul documentului, continuă de la început |
| 198 | pdfjs-find-not-found = Nu s-a găsit textul |
| 199 | |
| 200 | ## Predefined zoom values |
| 201 | |
| 202 | pdfjs-page-scale-width = Lățime pagină |
| 203 | pdfjs-page-scale-fit = Potrivire la pagină |
| 204 | pdfjs-page-scale-auto = Zoom automat |
| 205 | pdfjs-page-scale-actual = Mărime reală |
| 206 | # Variables: |
| 207 | # $scale (Number) - percent value for page scale |
| 208 | pdfjs-page-scale-percent = { $scale }% |
| 209 | |
| 210 | ## PDF page |
| 211 | |
| 212 | |
| 213 | ## Loading indicator messages |
| 214 | |
| 215 | pdfjs-loading-error = A intervenit o eroare la încărcarea PDF-ului. |
| 216 | pdfjs-invalid-file-error = Fișier PDF nevalid sau corupt. |
| 217 | pdfjs-missing-file-error = Fișier PDF lipsă. |
| 218 | pdfjs-unexpected-response-error = Răspuns neașteptat de la server. |
| 219 | pdfjs-rendering-error = A intervenit o eroare la randarea paginii. |
| 220 | |
| 221 | ## Annotations |
| 222 | |
| 223 | # Variables: |
| 224 | # $date (Date) - the modification date of the annotation |
| 225 | # $time (Time) - the modification time of the annotation |
| 226 | pdfjs-annotation-date-string = { $date }, { $time } |
| 227 | # .alt: This is used as a tooltip. |
| 228 | # Variables: |
| 229 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 230 | # (32000-1:2008 Table 169 – Annotation types). |
| 231 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 232 | pdfjs-text-annotation-type = |
| 233 | .alt = [Adnotare { $type }] |
| 234 | |
| 235 | ## Password |
| 236 | |
| 237 | pdfjs-password-label = Introdu parola pentru a deschide acest fișier PDF. |
| 238 | pdfjs-password-invalid = Parolă nevalidă. Te rugăm să încerci din nou. |
| 239 | pdfjs-password-ok-button = OK |
| 240 | pdfjs-password-cancel-button = Renunță |
| 241 | pdfjs-web-fonts-disabled = Fonturile web sunt dezactivate: nu se pot folosi fonturile PDF încorporate. |
| 242 | |
| 243 | ## Editing |
| 244 | |
| 245 | |
| 246 | ## Alt-text dialog |
| 247 | |
| 248 | |
| 249 | ## Editor resizers |
| 250 | ## This is used in an aria label to help to understand the role of the resizer. |
| 251 | |
| 252 |