You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 lines
9.6KB

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