viewer.ftl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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 anteriore
  7. pdfjs-previous-button-label = S'ischeda chi b'est primu
  8. pdfjs-next-button =
  9. .title = Pàgina imbeniente
  10. pdfjs-next-button-label = Imbeniente
  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 = Impitica
  24. pdfjs-zoom-out-button-label = Impitica
  25. pdfjs-zoom-in-button =
  26. .title = Ismànnia
  27. pdfjs-zoom-in-button-label = Ismànnia
  28. pdfjs-zoom-select =
  29. .title = Ismànnia
  30. pdfjs-presentation-mode-button =
  31. .title = Cola a sa modalidade de presentatzione
  32. pdfjs-presentation-mode-button-label = Modalidade de presentatzione
  33. pdfjs-open-file-button =
  34. .title = Aberi s'archìviu
  35. pdfjs-open-file-button-label = Abertu
  36. pdfjs-print-button =
  37. .title = Imprenta
  38. pdfjs-print-button-label = Imprenta
  39. pdfjs-save-button =
  40. .title = Sarva
  41. pdfjs-save-button-label = Sarva
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Iscàrriga
  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 = Iscàrriga
  48. pdfjs-bookmark-button =
  49. .title = Pàgina atuale (ammustra s’URL de sa pàgina atuale)
  50. pdfjs-bookmark-button-label = Pàgina atuale
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = Aberi in un’aplicatzione
  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 = Aberi in un’aplicatzione
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = Istrumentos
  60. pdfjs-tools-button-label = Istrumentos
  61. pdfjs-first-page-button =
  62. .title = Bae a sa prima pàgina
  63. pdfjs-first-page-button-label = Bae a sa prima pàgina
  64. pdfjs-last-page-button =
  65. .title = Bae a s'ùrtima pàgina
  66. pdfjs-last-page-button-label = Bae a s'ùrtima pàgina
  67. pdfjs-page-rotate-cw-button =
  68. .title = Gira in sensu oràriu
  69. pdfjs-page-rotate-cw-button-label = Gira in sensu oràriu
  70. pdfjs-page-rotate-ccw-button =
  71. .title = Gira in sensu anti-oràriu
  72. pdfjs-page-rotate-ccw-button-label = Gira in sensu anti-oràriu
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = Ativa s'aina de seletzione de testu
  75. pdfjs-cursor-text-select-tool-button-label = Aina de seletzione de testu
  76. pdfjs-cursor-hand-tool-button =
  77. .title = Ativa s'aina de manu
  78. pdfjs-cursor-hand-tool-button-label = Aina de manu
  79. pdfjs-scroll-page-button =
  80. .title = Imprea s'iscurrimentu de pàgina
  81. pdfjs-scroll-page-button-label = Iscurrimentu de pàgina
  82. pdfjs-scroll-vertical-button =
  83. .title = Imprea s'iscurrimentu verticale
  84. pdfjs-scroll-vertical-button-label = Iscurrimentu verticale
  85. pdfjs-scroll-horizontal-button =
  86. .title = Imprea s'iscurrimentu orizontale
  87. pdfjs-scroll-horizontal-button-label = Iscurrimentu orizontale
  88. pdfjs-scroll-wrapped-button =
  89. .title = Imprea s'iscurrimentu continu
  90. pdfjs-scroll-wrapped-button-label = Iscurrimentu continu
  91. ## Document properties dialog
  92. pdfjs-document-properties-button =
  93. .title = Propiedades de su documentu…
  94. pdfjs-document-properties-button-label = Propiedades de su documentu…
  95. pdfjs-document-properties-file-name = Nòmine de s'archìviu:
  96. pdfjs-document-properties-file-size = Mannària de s'archìviu:
  97. # Variables:
  98. # $size_kb (Number) - the PDF file size in kilobytes
  99. # $size_b (Number) - the PDF file size in bytes
  100. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  101. # Variables:
  102. # $size_mb (Number) - the PDF file size in megabytes
  103. # $size_b (Number) - the PDF file size in bytes
  104. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  105. pdfjs-document-properties-title = Tìtulu:
  106. pdfjs-document-properties-author = Autoria:
  107. pdfjs-document-properties-subject = Ogetu:
  108. pdfjs-document-properties-keywords = Faeddos crae:
  109. pdfjs-document-properties-creation-date = Data de creatzione:
  110. pdfjs-document-properties-modification-date = Data de modìfica:
  111. # Variables:
  112. # $date (Date) - the creation/modification date of the PDF file
  113. # $time (Time) - the creation/modification time of the PDF file
  114. pdfjs-document-properties-date-string = { $date }, { $time }
  115. pdfjs-document-properties-creator = Creatzione:
  116. pdfjs-document-properties-producer = Produtore de PDF:
  117. pdfjs-document-properties-version = Versione de PDF:
  118. pdfjs-document-properties-page-count = Contu de pàginas:
  119. pdfjs-document-properties-page-size = Mannària de sa pàgina:
  120. pdfjs-document-properties-page-size-unit-inches = pòddighes
  121. pdfjs-document-properties-page-size-unit-millimeters = mm
  122. pdfjs-document-properties-page-size-orientation-portrait = verticale
  123. pdfjs-document-properties-page-size-orientation-landscape = orizontale
  124. pdfjs-document-properties-page-size-name-a-three = A3
  125. pdfjs-document-properties-page-size-name-a-four = A4
  126. pdfjs-document-properties-page-size-name-letter = Lìtera
  127. pdfjs-document-properties-page-size-name-legal = Legale
  128. ## Variables:
  129. ## $width (Number) - the width of the (current) page
  130. ## $height (Number) - the height of the (current) page
  131. ## $unit (String) - the unit of measurement of the (current) page
  132. ## $name (String) - the name of the (current) page
  133. ## $orientation (String) - the orientation of the (current) page
  134. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  135. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  136. ##
  137. # The linearization status of the document; usually called "Fast Web View" in
  138. # English locales of Adobe software.
  139. pdfjs-document-properties-linearized = Visualizatzione web lestra:
  140. pdfjs-document-properties-linearized-yes = Eja
  141. pdfjs-document-properties-linearized-no = Nono
  142. pdfjs-document-properties-close-button = Serra
  143. ## Print
  144. pdfjs-print-progress-message = Aparitzende s'imprenta de su documentu…
  145. # Variables:
  146. # $progress (Number) - percent value
  147. pdfjs-print-progress-percent = { $progress }%
  148. pdfjs-print-progress-close-button = Cantzella
  149. pdfjs-printing-not-supported = Atentzione: s'imprenta no est funtzionende de su totu in custu navigadore.
  150. pdfjs-printing-not-ready = Atentzione: su PDF no est istadu carrigadu de su totu pro s'imprenta.
  151. ## Tooltips and alt text for side panel toolbar buttons
  152. pdfjs-toggle-sidebar-button =
  153. .title = Ativa/disativa sa barra laterale
  154. pdfjs-toggle-sidebar-notification-button =
  155. .title = Ativa/disativa sa barra laterale (su documentu cuntenet un'ischema, alligongiados o livellos)
  156. pdfjs-toggle-sidebar-button-label = Ativa/disativa sa barra laterale
  157. pdfjs-document-outline-button-label = Ischema de su documentu
  158. pdfjs-attachments-button =
  159. .title = Ammustra alligongiados
  160. pdfjs-attachments-button-label = Alliongiados
  161. pdfjs-layers-button =
  162. .title = Ammustra livellos (clic dòpiu pro ripristinare totu is livellos a s'istadu predefinidu)
  163. pdfjs-layers-button-label = Livellos
  164. pdfjs-thumbs-button =
  165. .title = Ammustra miniaturas
  166. pdfjs-thumbs-button-label = Miniaturas
  167. pdfjs-current-outline-item-button =
  168. .title = Agata s'elementu atuale de s'ischema
  169. pdfjs-current-outline-item-button-label = Elementu atuale de s'ischema
  170. pdfjs-findbar-button =
  171. .title = Agata in su documentu
  172. pdfjs-findbar-button-label = Agata
  173. pdfjs-additional-layers = Livellos additzionales
  174. ## Thumbnails panel item (tooltip and alt text for images)
  175. # Variables:
  176. # $page (Number) - the page number
  177. pdfjs-thumb-page-title =
  178. .title = Pàgina { $page }
  179. # Variables:
  180. # $page (Number) - the page number
  181. pdfjs-thumb-page-canvas =
  182. .aria-label = Miniatura de sa pàgina { $page }
  183. ## Find panel button title and messages
  184. pdfjs-find-input =
  185. .title = Agata
  186. .placeholder = Agata in su documentu…
  187. pdfjs-find-previous-button =
  188. .title = Agata s'ocurrèntzia pretzedente de sa fràsia
  189. pdfjs-find-previous-button-label = S'ischeda chi b'est primu
  190. pdfjs-find-next-button =
  191. .title = Agata s'ocurrèntzia imbeniente de sa fràsia
  192. pdfjs-find-next-button-label = Imbeniente
  193. pdfjs-find-highlight-checkbox = Evidèntzia totu
  194. pdfjs-find-match-case-checkbox-label = Distinghe intre majùsculas e minùsculas
  195. pdfjs-find-match-diacritics-checkbox-label = Respeta is diacrìticos
  196. pdfjs-find-entire-word-checkbox-label = Faeddos intreos
  197. pdfjs-find-reached-top = S'est lòmpidu a su cumintzu de su documentu, si sighit dae su bàsciu
  198. pdfjs-find-reached-bottom = Acabbu de su documentu, si sighit dae s'artu
  199. pdfjs-find-not-found = Testu no agatadu
  200. ## Predefined zoom values
  201. pdfjs-page-scale-auto = Ingrandimentu automàticu
  202. pdfjs-page-scale-actual = Mannària reale
  203. # Variables:
  204. # $scale (Number) - percent value for page scale
  205. pdfjs-page-scale-percent = { $scale }%
  206. ## PDF page
  207. # Variables:
  208. # $page (Number) - the page number
  209. pdfjs-page-landmark =
  210. .aria-label = Pàgina { $page }
  211. ## Loading indicator messages
  212. pdfjs-loading-error = Faddina in sa càrriga de su PDF.
  213. pdfjs-invalid-file-error = Archìviu PDF non vàlidu o corrùmpidu.
  214. pdfjs-missing-file-error = Ammancat s'archìviu PDF.
  215. pdfjs-unexpected-response-error = Risposta imprevista de su serbidore.
  216. pdfjs-rendering-error = Faddina in sa visualizatzione de sa pàgina.
  217. ## Annotations
  218. # Variables:
  219. # $date (Date) - the modification date of the annotation
  220. # $time (Time) - the modification time of the annotation
  221. pdfjs-annotation-date-string = { $date }, { $time }
  222. ## Password
  223. pdfjs-password-label = Inserta sa crae pro abèrrere custu archìviu PDF.
  224. pdfjs-password-invalid = Sa crae no est curreta. Torra a nche proare.
  225. pdfjs-password-ok-button = Andat bene
  226. pdfjs-password-cancel-button = Cantzella
  227. pdfjs-web-fonts-disabled = Is tipografias web sunt disativadas: is tipografias incrustadas a su PDF non podent èssere impreadas.
  228. ## Editing
  229. pdfjs-editor-free-text-button =
  230. .title = Testu
  231. pdfjs-editor-free-text-button-label = Testu
  232. pdfjs-editor-ink-button =
  233. .title = Disinnu
  234. pdfjs-editor-ink-button-label = Disinnu
  235. pdfjs-editor-stamp-button =
  236. .title = Agiunghe o modìfica immàgines
  237. pdfjs-editor-stamp-button-label = Agiunghe o modìfica immàgines
  238. # Editor Parameters
  239. pdfjs-editor-free-text-color-input = Colore
  240. pdfjs-editor-free-text-size-input = Mannària
  241. pdfjs-editor-ink-color-input = Colore
  242. pdfjs-editor-ink-thickness-input = Grussària
  243. pdfjs-editor-stamp-add-image-button =
  244. .title = Agiunghe un’immàgine
  245. pdfjs-editor-stamp-add-image-button-label = Agiunghe un’immàgine
  246. pdfjs-free-text =
  247. .aria-label = Editore de testu
  248. pdfjs-free-text-default-content = Cumintza a iscrìere…
  249. pdfjs-ink =
  250. .aria-label = Editore de disinnos
  251. pdfjs-ink-canvas =
  252. .aria-label = Immàgine creada dae s’utente
  253. ## Alt-text dialog
  254. ## Editor resizers
  255. ## This is used in an aria label to help to understand the role of the resizer.