viewer.ftl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Istrumentos
  54. pdfjs-tools-button-label = Istrumentos
  55. pdfjs-first-page-button =
  56. .title = Bae a sa prima pàgina
  57. pdfjs-first-page-button-label = Bae a sa prima pàgina
  58. pdfjs-last-page-button =
  59. .title = Bae a s'ùrtima pàgina
  60. pdfjs-last-page-button-label = Bae a s'ùrtima pàgina
  61. pdfjs-page-rotate-cw-button =
  62. .title = Gira in sensu oràriu
  63. pdfjs-page-rotate-cw-button-label = Gira in sensu oràriu
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Gira in sensu anti-oràriu
  66. pdfjs-page-rotate-ccw-button-label = Gira in sensu anti-oràriu
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Ativa s'aina de seletzione de testu
  69. pdfjs-cursor-text-select-tool-button-label = Aina de seletzione de testu
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Ativa s'aina de manu
  72. pdfjs-cursor-hand-tool-button-label = Aina de manu
  73. pdfjs-scroll-page-button =
  74. .title = Imprea s'iscurrimentu de pàgina
  75. pdfjs-scroll-page-button-label = Iscurrimentu de pàgina
  76. pdfjs-scroll-vertical-button =
  77. .title = Imprea s'iscurrimentu verticale
  78. pdfjs-scroll-vertical-button-label = Iscurrimentu verticale
  79. pdfjs-scroll-horizontal-button =
  80. .title = Imprea s'iscurrimentu orizontale
  81. pdfjs-scroll-horizontal-button-label = Iscurrimentu orizontale
  82. pdfjs-scroll-wrapped-button =
  83. .title = Imprea s'iscurrimentu continu
  84. pdfjs-scroll-wrapped-button-label = Iscurrimentu continu
  85. ## Document properties dialog
  86. pdfjs-document-properties-button =
  87. .title = Propiedades de su documentu…
  88. pdfjs-document-properties-button-label = Propiedades de su documentu…
  89. pdfjs-document-properties-file-name = Nòmine de s'archìviu:
  90. pdfjs-document-properties-file-size = Mannària de s'archìviu:
  91. # Variables:
  92. # $size_kb (Number) - the PDF file size in kilobytes
  93. # $size_b (Number) - the PDF file size in bytes
  94. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  95. # Variables:
  96. # $size_mb (Number) - the PDF file size in megabytes
  97. # $size_b (Number) - the PDF file size in bytes
  98. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  99. pdfjs-document-properties-title = Tìtulu:
  100. pdfjs-document-properties-author = Autoria:
  101. pdfjs-document-properties-subject = Ogetu:
  102. pdfjs-document-properties-keywords = Faeddos crae:
  103. pdfjs-document-properties-creation-date = Data de creatzione:
  104. pdfjs-document-properties-modification-date = Data de modìfica:
  105. # Variables:
  106. # $date (Date) - the creation/modification date of the PDF file
  107. # $time (Time) - the creation/modification time of the PDF file
  108. pdfjs-document-properties-date-string = { $date }, { $time }
  109. pdfjs-document-properties-creator = Creatzione:
  110. pdfjs-document-properties-producer = Produtore de PDF:
  111. pdfjs-document-properties-version = Versione de PDF:
  112. pdfjs-document-properties-page-count = Contu de pàginas:
  113. pdfjs-document-properties-page-size = Mannària de sa pàgina:
  114. pdfjs-document-properties-page-size-unit-inches = pòddighes
  115. pdfjs-document-properties-page-size-unit-millimeters = mm
  116. pdfjs-document-properties-page-size-orientation-portrait = verticale
  117. pdfjs-document-properties-page-size-orientation-landscape = orizontale
  118. pdfjs-document-properties-page-size-name-a-three = A3
  119. pdfjs-document-properties-page-size-name-a-four = A4
  120. pdfjs-document-properties-page-size-name-letter = Lìtera
  121. pdfjs-document-properties-page-size-name-legal = Legale
  122. ## Variables:
  123. ## $width (Number) - the width of the (current) page
  124. ## $height (Number) - the height of the (current) page
  125. ## $unit (String) - the unit of measurement of the (current) page
  126. ## $name (String) - the name of the (current) page
  127. ## $orientation (String) - the orientation of the (current) page
  128. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  129. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  130. ##
  131. # The linearization status of the document; usually called "Fast Web View" in
  132. # English locales of Adobe software.
  133. pdfjs-document-properties-linearized = Visualizatzione web lestra:
  134. pdfjs-document-properties-linearized-yes = Eja
  135. pdfjs-document-properties-linearized-no = Nono
  136. pdfjs-document-properties-close-button = Serra
  137. ## Print
  138. pdfjs-print-progress-message = Aparitzende s'imprenta de su documentu…
  139. # Variables:
  140. # $progress (Number) - percent value
  141. pdfjs-print-progress-percent = { $progress }%
  142. pdfjs-print-progress-close-button = Annulla
  143. pdfjs-printing-not-supported = Atentzione: s'imprenta no est funtzionende de su totu in custu navigadore.
  144. pdfjs-printing-not-ready = Atentzione: su PDF no est istadu carrigadu de su totu pro s'imprenta.
  145. ## Tooltips and alt text for side panel toolbar buttons
  146. pdfjs-toggle-sidebar-button =
  147. .title = Ativa/disativa sa barra laterale
  148. pdfjs-toggle-sidebar-notification-button =
  149. .title = Ativa/disativa sa barra laterale (su documentu cuntenet un'ischema, alligongiados o livellos)
  150. pdfjs-toggle-sidebar-button-label = Ativa/disativa sa barra laterale
  151. pdfjs-document-outline-button-label = Ischema de su documentu
  152. pdfjs-attachments-button =
  153. .title = Ammustra alligongiados
  154. pdfjs-attachments-button-label = Alliongiados
  155. pdfjs-layers-button =
  156. .title = Ammustra livellos (clic dòpiu pro ripristinare totu is livellos a s'istadu predefinidu)
  157. pdfjs-layers-button-label = Livellos
  158. pdfjs-thumbs-button =
  159. .title = Ammustra miniaturas
  160. pdfjs-thumbs-button-label = Miniaturas
  161. pdfjs-current-outline-item-button =
  162. .title = Agata s'elementu atuale de s'ischema
  163. pdfjs-current-outline-item-button-label = Elementu atuale de s'ischema
  164. pdfjs-findbar-button =
  165. .title = Agata in su documentu
  166. pdfjs-findbar-button-label = Agata
  167. pdfjs-additional-layers = Livellos additzionales
  168. ## Thumbnails panel item (tooltip and alt text for images)
  169. # Variables:
  170. # $page (Number) - the page number
  171. pdfjs-thumb-page-title =
  172. .title = Pàgina { $page }
  173. # Variables:
  174. # $page (Number) - the page number
  175. pdfjs-thumb-page-canvas =
  176. .aria-label = Miniatura de sa pàgina { $page }
  177. ## Find panel button title and messages
  178. pdfjs-find-input =
  179. .title = Agata
  180. .placeholder = Agata in su documentu…
  181. pdfjs-find-previous-button =
  182. .title = Agata s'ocurrèntzia pretzedente de sa fràsia
  183. pdfjs-find-previous-button-label = S'ischeda chi b'est primu
  184. pdfjs-find-next-button =
  185. .title = Agata s'ocurrèntzia imbeniente de sa fràsia
  186. pdfjs-find-next-button-label = Imbeniente
  187. pdfjs-find-highlight-checkbox = Evidèntzia totu
  188. pdfjs-find-match-case-checkbox-label = Distinghe intre majùsculas e minùsculas
  189. pdfjs-find-match-diacritics-checkbox-label = Respeta is diacrìticos
  190. pdfjs-find-entire-word-checkbox-label = Faeddos intreos
  191. pdfjs-find-reached-top = S'est lòmpidu a su cumintzu de su documentu, si sighit dae su bàsciu
  192. pdfjs-find-reached-bottom = Acabbu de su documentu, si sighit dae s'artu
  193. pdfjs-find-not-found = Testu no agatadu
  194. ## Predefined zoom values
  195. pdfjs-page-scale-auto = Ingrandimentu automàticu
  196. pdfjs-page-scale-actual = Mannària reale
  197. # Variables:
  198. # $scale (Number) - percent value for page scale
  199. pdfjs-page-scale-percent = { $scale }%
  200. ## PDF page
  201. # Variables:
  202. # $page (Number) - the page number
  203. pdfjs-page-landmark =
  204. .aria-label = Pàgina { $page }
  205. ## Loading indicator messages
  206. pdfjs-loading-error = Faddina in sa càrriga de su PDF.
  207. pdfjs-invalid-file-error = Archìviu PDF non vàlidu o corrùmpidu.
  208. pdfjs-missing-file-error = Ammancat s'archìviu PDF.
  209. pdfjs-unexpected-response-error = Risposta imprevista de su serbidore.
  210. pdfjs-rendering-error = Faddina in sa visualizatzione de sa pàgina.
  211. ## Annotations
  212. # Variables:
  213. # $date (Date) - the modification date of the annotation
  214. # $time (Time) - the modification time of the annotation
  215. pdfjs-annotation-date-string = { $date }, { $time }
  216. ## Password
  217. pdfjs-password-label = Inserta sa crae pro abèrrere custu archìviu PDF.
  218. pdfjs-password-invalid = Sa crae no est curreta. Torra a nche proare.
  219. pdfjs-password-ok-button = Andat bene
  220. pdfjs-password-cancel-button = Annulla
  221. pdfjs-web-fonts-disabled = Is tipografias web sunt disativadas: is tipografias incrustadas a su PDF non podent èssere impreadas.
  222. ## Editing
  223. pdfjs-editor-free-text-button =
  224. .title = Testu
  225. pdfjs-editor-free-text-button-label = Testu
  226. pdfjs-editor-ink-button =
  227. .title = Disinnu
  228. pdfjs-editor-ink-button-label = Disinnu
  229. pdfjs-editor-stamp-button =
  230. .title = Agiunghe o modìfica immàgines
  231. pdfjs-editor-stamp-button-label = Agiunghe o modìfica immàgines
  232. pdfjs-editor-highlight-button =
  233. .title = Evidèntzia
  234. pdfjs-editor-highlight-button-label = Evidèntzia
  235. pdfjs-highlight-floating-button1 =
  236. .title = Evidèntzia
  237. .aria-label = Evidèntzia
  238. pdfjs-highlight-floating-button-label = Evidèntzia
  239. ## Default editor aria labels
  240. ## Remove button for the various kind of editor.
  241. pdfjs-editor-remove-ink-button =
  242. .title = Boga su disinnu
  243. pdfjs-editor-remove-freetext-button =
  244. .title = Boga su testu
  245. pdfjs-editor-remove-stamp-button =
  246. .title = Boga s’immàgine
  247. pdfjs-editor-remove-highlight-button =
  248. .title = Boga s’evidèntzia
  249. ##
  250. # Editor Parameters
  251. pdfjs-editor-free-text-color-input = Colore
  252. pdfjs-editor-free-text-size-input = Mannària
  253. pdfjs-editor-ink-color-input = Colore
  254. pdfjs-editor-ink-thickness-input = Grussària
  255. pdfjs-editor-stamp-add-image-button =
  256. .title = Agiunghe un’immàgine
  257. pdfjs-editor-stamp-add-image-button-label = Agiunghe un’immàgine
  258. # This refers to the thickness of the line used for free highlighting (not bound to text)
  259. pdfjs-editor-free-highlight-thickness-input = Grussària
  260. pdfjs-free-text =
  261. .aria-label = Editore de testu
  262. pdfjs-free-text-default-content = Cumintza a iscrìere…
  263. pdfjs-ink =
  264. .aria-label = Editore de disinnos
  265. pdfjs-ink-canvas =
  266. .aria-label = Immàgine creada dae s’utente
  267. ## Alt-text dialog
  268. pdfjs-editor-alt-text-button-label = Testu alternativu
  269. pdfjs-editor-alt-text-edit-button-label = Modifica su testu alternativu
  270. pdfjs-editor-alt-text-dialog-label = Sèbera un’optzione
  271. pdfjs-editor-alt-text-dialog-description = Su testu alternativu (“alt text”) est ùtile pro persones chi non podent bìdere s’immàgine o cando non benit carrigada.
  272. pdfjs-editor-alt-text-add-description-label = Agiunghe una descritzione
  273. pdfjs-editor-alt-text-cancel-button = Annulla
  274. pdfjs-editor-alt-text-save-button = Sarva
  275. ## Editor resizers
  276. ## This is used in an aria label to help to understand the role of the resizer.
  277. ## Color picker
  278. pdfjs-editor-colorpicker-button =
  279. .title = Modifica su colore
  280. pdfjs-editor-colorpicker-dropdown =
  281. .aria-label = Colores a disponimentu
  282. pdfjs-editor-colorpicker-yellow =
  283. .title = Grogu
  284. pdfjs-editor-colorpicker-green =
  285. .title = Birde
  286. pdfjs-editor-colorpicker-blue =
  287. .title = Biaitu
  288. pdfjs-editor-colorpicker-pink =
  289. .title = Rosa
  290. ## Show all highlights
  291. ## This is a toggle button to show/hide all the highlights.
  292. ## New alt-text dialog
  293. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  294. pdfjs-editor-new-alt-text-missing-button-label = Mancat su testu alternativu
  295. pdfjs-editor-new-alt-text-to-review-button-label = Revisiona su testu alternativu
  296. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  297. # Variables:
  298. # $generatedAltText (String) - the generated alt-text.
  299. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creadu in automàticu: { $generatedAltText }
  300. ## Image alt-text settings
  301. pdfjs-image-alt-text-settings-button =
  302. .title = Cunfiguratzione de su testu alternativu de is immàgines
  303. pdfjs-image-alt-text-settings-button-label = Cunfiguratzione de su testu alternativu de is immàgines
  304. pdfjs-editor-alt-text-settings-dialog-label = Cunfiguratzione de su testu alternativu de is immàgines
  305. pdfjs-editor-alt-text-settings-automatic-title = Testu alternativu automàticu
  306. pdfjs-editor-alt-text-settings-create-model-button-label = Crea testu alternativu in automàticu
  307. pdfjs-editor-alt-text-settings-create-model-description = Cussìgiat descritziones pro agiudare a gente chi non podet bìdere s’immàgine o cando non benit carrigada.
  308. # Variables:
  309. # $totalSize (Number) - the total size (in MB) of the AI model.
  310. pdfjs-editor-alt-text-settings-download-model-label = Modellu de IA pro su testu alternativu ({ $totalSize } MB)
  311. pdfjs-editor-alt-text-settings-ai-model-description = Est esecutadu in locale in manera chi is datos tuos abarrent in privadu. Rechestu pro sa generatzione automàtica de testu alternativu.
  312. pdfjs-editor-alt-text-settings-delete-model-button = Cantzella
  313. pdfjs-editor-alt-text-settings-download-model-button = Iscàrriga
  314. pdfjs-editor-alt-text-settings-downloading-model-button = Iscarrighende…
  315. pdfjs-editor-alt-text-settings-editor-title = Editore de testu alternativu
  316. pdfjs-editor-alt-text-settings-show-dialog-button-label = Mustra deretu s’editore de testu alternativu cando siat agiunta un’immàgine
  317. pdfjs-editor-alt-text-settings-show-dialog-description = T’agiudat a assegurare chi totu is immàgines tuas tèngiant unu testu alternativu.
  318. pdfjs-editor-alt-text-settings-close-button = Serra
  319. ## "Annotations removed" bar
  320. ## Add a signature dialog
  321. ## Tab names
  322. ## Tab panels
  323. ## Controls
  324. ## Dialog buttons
  325. ## Main menu for adding/removing signatures
  326. ## Editor toolbar
  327. ## Edit signature description dialog