Fork pd_web, remove everything we don't need

This commit is contained in:
2025-09-24 15:37:57 +02:00
parent 9dcdd94b3a
commit fd5cd0bfd1
415 changed files with 146269 additions and 120786 deletions

View File

@@ -0,0 +1,615 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
## Main toolbar buttons (tooltips and alt text for images)
pdfjs-previous-button =
.title = Pagina precedenta
pdfjs-previous-button-label = Enavos
pdfjs-next-button =
.title = Proxima pagina
pdfjs-next-button-label = Enavant
# .title: Tooltip for the pageNumber input.
pdfjs-page-input =
.title = Pagina
# Variables:
# $pagesCount (Number) - the total number of pages in the document
# This string follows an input field with the number of the page currently displayed.
pdfjs-of-pages = da { $pagesCount }
# Variables:
# $pageNumber (Number) - the currently visible page
# $pagesCount (Number) - the total number of pages in the document
pdfjs-page-of-pages = ({ $pageNumber } da { $pagesCount })
pdfjs-zoom-out-button =
.title = Empitschnir
pdfjs-zoom-out-button-label = Empitschnir
pdfjs-zoom-in-button =
.title = Engrondir
pdfjs-zoom-in-button-label = Engrondir
pdfjs-zoom-select =
.title = Zoom
pdfjs-presentation-mode-button =
.title = Midar en il modus da preschentaziun
pdfjs-presentation-mode-button-label = Modus da preschentaziun
pdfjs-open-file-button =
.title = Avrir datoteca
pdfjs-open-file-button-label = Avrir
pdfjs-print-button =
.title = Stampar
pdfjs-print-button-label = Stampar
pdfjs-save-button =
.title = Memorisar
pdfjs-save-button-label = Memorisar
# Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
pdfjs-download-button =
.title = Telechargiar
# Used in Firefox for Android as a label for the download button (“download” is a verb).
# Length of the translation matters since we are in a mobile context, with limited screen estate.
pdfjs-download-button-label = Telechargiar
pdfjs-bookmark-button =
.title = Pagina actuala (mussar l'URL da la pagina actuala)
pdfjs-bookmark-button-label = Pagina actuala
## Secondary toolbar and context menu
pdfjs-tools-button =
.title = Utensils
pdfjs-tools-button-label = Utensils
pdfjs-first-page-button =
.title = Siglir a l'emprima pagina
pdfjs-first-page-button-label = Siglir a l'emprima pagina
pdfjs-last-page-button =
.title = Siglir a la davosa pagina
pdfjs-last-page-button-label = Siglir a la davosa pagina
pdfjs-page-rotate-cw-button =
.title = Rotar en direcziun da l'ura
pdfjs-page-rotate-cw-button-label = Rotar en direcziun da l'ura
pdfjs-page-rotate-ccw-button =
.title = Rotar en direcziun cuntraria a l'ura
pdfjs-page-rotate-ccw-button-label = Rotar en direcziun cuntraria a l'ura
pdfjs-cursor-text-select-tool-button =
.title = Activar l'utensil per selecziunar text
pdfjs-cursor-text-select-tool-button-label = Utensil per selecziunar text
pdfjs-cursor-hand-tool-button =
.title = Activar l'utensil da maun
pdfjs-cursor-hand-tool-button-label = Utensil da maun
pdfjs-scroll-page-button =
.title = Utilisar la defilada per pagina
pdfjs-scroll-page-button-label = Defilada per pagina
pdfjs-scroll-vertical-button =
.title = Utilisar il defilar vertical
pdfjs-scroll-vertical-button-label = Defilar vertical
pdfjs-scroll-horizontal-button =
.title = Utilisar il defilar orizontal
pdfjs-scroll-horizontal-button-label = Defilar orizontal
pdfjs-scroll-wrapped-button =
.title = Utilisar il defilar en colonnas
pdfjs-scroll-wrapped-button-label = Defilar en colonnas
pdfjs-spread-none-button =
.title = Betg parallelisar las paginas
pdfjs-spread-none-button-label = Betg parallel
pdfjs-spread-odd-button =
.title = Parallelisar las paginas cun cumenzar cun paginas spèras
pdfjs-spread-odd-button-label = Parallel spèr
pdfjs-spread-even-button =
.title = Parallelisar las paginas cun cumenzar cun paginas pèras
pdfjs-spread-even-button-label = Parallel pèr
## Document properties dialog
pdfjs-document-properties-button =
.title = Caracteristicas dal document…
pdfjs-document-properties-button-label = Caracteristicas dal document…
pdfjs-document-properties-file-name = Num da la datoteca:
pdfjs-document-properties-file-size = Grondezza da la datoteca:
# Variables:
# $kb (Number) - the PDF file size in kilobytes
# $b (Number) - the PDF file size in bytes
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bytes)
# Variables:
# $mb (Number) - the PDF file size in megabytes
# $b (Number) - the PDF file size in bytes
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bytes)
# Variables:
# $size_kb (Number) - the PDF file size in kilobytes
# $size_b (Number) - the PDF file size in bytes
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
# Variables:
# $size_mb (Number) - the PDF file size in megabytes
# $size_b (Number) - the PDF file size in bytes
pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
pdfjs-document-properties-title = Titel:
pdfjs-document-properties-author = Autur:
pdfjs-document-properties-subject = Tema:
pdfjs-document-properties-keywords = Chavazzins:
pdfjs-document-properties-creation-date = Data da creaziun:
pdfjs-document-properties-modification-date = Data da modificaziun:
# Variables:
# $dateObj (Date) - the creation/modification date and time of the PDF file
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
# Variables:
# $date (Date) - the creation/modification date of the PDF file
# $time (Time) - the creation/modification time of the PDF file
pdfjs-document-properties-date-string = { $date } { $time }
pdfjs-document-properties-creator = Creà da:
pdfjs-document-properties-producer = Creà il PDF cun:
pdfjs-document-properties-version = Versiun da PDF:
pdfjs-document-properties-page-count = Dumber da paginas:
pdfjs-document-properties-page-size = Grondezza da la pagina:
pdfjs-document-properties-page-size-unit-inches = in
pdfjs-document-properties-page-size-unit-millimeters = mm
pdfjs-document-properties-page-size-orientation-portrait = vertical
pdfjs-document-properties-page-size-orientation-landscape = orizontal
pdfjs-document-properties-page-size-name-a-three = A3
pdfjs-document-properties-page-size-name-a-four = A4
pdfjs-document-properties-page-size-name-letter = Letter
pdfjs-document-properties-page-size-name-legal = Legal
## Variables:
## $width (Number) - the width of the (current) page
## $height (Number) - the height of the (current) page
## $unit (String) - the unit of measurement of the (current) page
## $name (String) - the name of the (current) page
## $orientation (String) - the orientation of the (current) page
pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
##
# The linearization status of the document; usually called "Fast Web View" in
# English locales of Adobe software.
pdfjs-document-properties-linearized = Fast Web View:
pdfjs-document-properties-linearized-yes = Gea
pdfjs-document-properties-linearized-no = Na
pdfjs-document-properties-close-button = Serrar
## Print
pdfjs-print-progress-message = Preparar il document per stampar…
# Variables:
# $progress (Number) - percent value
pdfjs-print-progress-percent = { $progress }%
pdfjs-print-progress-close-button = Interrumper
pdfjs-printing-not-supported = Attenziun: Il stampar na funcziunescha anc betg dal tut en quest navigatur.
pdfjs-printing-not-ready = Attenziun: Il PDF n'è betg chargià cumplettamain per stampar.
## Tooltips and alt text for side panel toolbar buttons
pdfjs-toggle-sidebar-button =
.title = Activar/deactivar la trav laterala
pdfjs-toggle-sidebar-notification-button =
.title = Activar/deactivar la trav laterala (il document cuntegna structura dal document/agiuntas/nivels)
pdfjs-toggle-sidebar-button-label = Activar/deactivar la trav laterala
pdfjs-document-outline-button =
.title = Mussar la structura dal document (cliccar duas giadas per extender/cumprimer tut ils elements)
pdfjs-document-outline-button-label = Structura dal document
pdfjs-attachments-button =
.title = Mussar agiuntas
pdfjs-attachments-button-label = Agiuntas
pdfjs-layers-button =
.title = Mussar ils nivels (cliccar dubel per restaurar il stadi da standard da tut ils nivels)
pdfjs-layers-button-label = Nivels
pdfjs-thumbs-button =
.title = Mussar las miniaturas
pdfjs-thumbs-button-label = Miniaturas
pdfjs-current-outline-item-button =
.title = Tschertgar l'element da structura actual
pdfjs-current-outline-item-button-label = Element da structura actual
pdfjs-findbar-button =
.title = Tschertgar en il document
pdfjs-findbar-button-label = Tschertgar
pdfjs-additional-layers = Nivels supplementars
## Thumbnails panel item (tooltip and alt text for images)
# Variables:
# $page (Number) - the page number
pdfjs-thumb-page-title =
.title = Pagina { $page }
# Variables:
# $page (Number) - the page number
pdfjs-thumb-page-canvas =
.aria-label = Miniatura da la pagina { $page }
## Find panel button title and messages
pdfjs-find-input =
.title = Tschertgar
.placeholder = Tschertgar en il document…
pdfjs-find-previous-button =
.title = Tschertgar la posiziun precedenta da l'expressiun
pdfjs-find-previous-button-label = Enavos
pdfjs-find-next-button =
.title = Tschertgar la proxima posiziun da l'expressiun
pdfjs-find-next-button-label = Enavant
pdfjs-find-highlight-checkbox = Relevar tuts
pdfjs-find-match-case-checkbox-label = Resguardar maiusclas/minusclas
pdfjs-find-match-diacritics-checkbox-label = Resguardar ils segns diacritics
pdfjs-find-entire-word-checkbox-label = Pleds entirs
pdfjs-find-reached-top = Il cumenzament dal document è cuntanschì, la tschertga cuntinuescha a la fin dal document
pdfjs-find-reached-bottom = La fin dal document è cuntanschì, la tschertga cuntinuescha al cumenzament dal document
# Variables:
# $current (Number) - the index of the currently active find result
# $total (Number) - the total number of matches in the document
pdfjs-find-match-count =
{ $total ->
[one] { $current } dad { $total } correspundenza
*[other] { $current } da { $total } correspundenzas
}
# Variables:
# $limit (Number) - the maximum number of matches
pdfjs-find-match-count-limit =
{ $limit ->
[one] Dapli che { $limit } correspundenza
*[other] Dapli che { $limit } correspundenzas
}
pdfjs-find-not-found = Impussibel da chattar l'expressiun
## Predefined zoom values
pdfjs-page-scale-width = Ladezza da la pagina
pdfjs-page-scale-fit = Entira pagina
pdfjs-page-scale-auto = Zoom automatic
pdfjs-page-scale-actual = Grondezza actuala
# Variables:
# $scale (Number) - percent value for page scale
pdfjs-page-scale-percent = { $scale }%
## PDF page
# Variables:
# $page (Number) - the page number
pdfjs-page-landmark =
.aria-label = Pagina { $page }
## Loading indicator messages
pdfjs-loading-error = Ina errur è cumparida cun chargiar il PDF.
pdfjs-invalid-file-error = Datoteca PDF nunvalida u donnegiada.
pdfjs-missing-file-error = Datoteca PDF manconta.
pdfjs-unexpected-response-error = Resposta nunspetgada dal server.
pdfjs-rendering-error = Ina errur è cumparida cun visualisar questa pagina.
## Annotations
# Variables:
# $date (Date) - the modification date of the annotation
# $time (Time) - the modification time of the annotation
pdfjs-annotation-date-string = { $date }, { $time }
# .alt: This is used as a tooltip.
# Variables:
# $type (String) - an annotation type from a list defined in the PDF spec
# (32000-1:2008 Table 169 Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
pdfjs-text-annotation-type =
.alt = [Annotaziun da { $type }]
# Variables:
# $dateObj (Date) - the modification date and time of the annotation
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
## Password
pdfjs-password-label = Endatescha il pled-clav per avrir questa datoteca da PDF.
pdfjs-password-invalid = Pled-clav nunvalid. Emprova anc ina giada.
pdfjs-password-ok-button = OK
pdfjs-password-cancel-button = Interrumper
pdfjs-web-fonts-disabled = Scrittiras dal web èn deactivadas: impussibel dad utilisar las scrittiras integradas en il PDF.
## Editing
pdfjs-editor-free-text-button =
.title = Text
pdfjs-editor-free-text-button-label = Text
pdfjs-editor-ink-button =
.title = Dissegnar
pdfjs-editor-ink-button-label = Dissegnar
pdfjs-editor-stamp-button =
.title = Agiuntar u modifitgar maletgs
pdfjs-editor-stamp-button-label = Agiuntar u modifitgar maletgs
pdfjs-editor-highlight-button =
.title = Marcar
pdfjs-editor-highlight-button-label = Marcar
pdfjs-highlight-floating-button1 =
.title = Marcar
.aria-label = Marcar
pdfjs-highlight-floating-button-label = Marcar
pdfjs-editor-signature-button =
.title = Agiuntar ina signatura
pdfjs-editor-signature-button-label = Agiuntar ina signatura
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editur per relevar
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editur per dissegnar
# Used when a signature editor is selected/hovered.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-signature-editor1 =
.aria-description = Editur da signatura: { $description }
pdfjs-editor-stamp-editor =
.aria-label = Editur per maletgs
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
.title = Allontanar il dissegn
pdfjs-editor-remove-freetext-button =
.title = Allontanar il text
pdfjs-editor-remove-stamp-button =
.title = Allontanar la grafica
pdfjs-editor-remove-highlight-button =
.title = Allontanar l'emfasa
pdfjs-editor-remove-signature-button =
.title = Allontanar la signatura
##
# Editor Parameters
pdfjs-editor-free-text-color-input = Colur
pdfjs-editor-free-text-size-input = Grondezza
pdfjs-editor-ink-color-input = Colur
pdfjs-editor-ink-thickness-input = Grossezza
pdfjs-editor-ink-opacity-input = Opacitad
pdfjs-editor-stamp-add-image-button =
.title = Agiuntar in maletg
pdfjs-editor-stamp-add-image-button-label = Agiuntar in maletg
# This refers to the thickness of the line used for free highlighting (not bound to text)
pdfjs-editor-free-highlight-thickness-input = Grossezza
pdfjs-editor-free-highlight-thickness-title =
.title = Midar la grossezza cun relevar elements betg textuals
pdfjs-editor-add-signature-container =
.aria-label = Controllas da signatura e signaturas memorisadas
pdfjs-editor-signature-add-signature-button =
.title = Agiuntar ina nova signatura
pdfjs-editor-signature-add-signature-button-label = Agiuntar ina nova signatura
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Signatura memorisada: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editur da text
.default-content = Cumenza a tippar…
pdfjs-free-text =
.aria-label = Editur da text
pdfjs-free-text-default-content = Cumenzar a tippar…
pdfjs-ink =
.aria-label = Editur dissegn
pdfjs-ink-canvas =
.aria-label = Maletg creà da l'utilisader
## Alt-text dialog
pdfjs-editor-alt-text-button-label = Text alternativ
pdfjs-editor-alt-text-edit-button =
.aria-label = Modifitgar il text alternativ
pdfjs-editor-alt-text-edit-button-label = Modifitgar il text alternativ
pdfjs-editor-alt-text-dialog-label = Tscherner ina opziun
pdfjs-editor-alt-text-dialog-description = Il text alternativ (alt text) gida en cas che persunas na vesan betg il maletg u sch'i na reussescha betg d'al chargiar.
pdfjs-editor-alt-text-add-description-label = Agiuntar ina descripziun
pdfjs-editor-alt-text-add-description-description = Scriva idealmain 1-2 frasas che descrivan l'object, la situaziun u las acziuns.
pdfjs-editor-alt-text-mark-decorative-label = Marcar sco decorativ
pdfjs-editor-alt-text-mark-decorative-description = Quai vegn duvrà per maletgs ornamentals, sco urs u filigranas.
pdfjs-editor-alt-text-cancel-button = Interrumper
pdfjs-editor-alt-text-save-button = Memorisar
pdfjs-editor-alt-text-decorative-tooltip = Marcà sco decorativ
# .placeholder: This is a placeholder for the alt text input area
pdfjs-editor-alt-text-textarea =
.placeholder = Per exempel: «In um giuven sesa a maisa per mangiar in past»
# Alternative text (alt text) helps when people can't see the image.
pdfjs-editor-alt-text-button =
.aria-label = Text alternativ
## Editor resizers
## This is used in an aria label to help to understand the role of the resizer.
pdfjs-editor-resizer-label-top-left = Chantun sura a sanestra — redimensiunar
pdfjs-editor-resizer-label-top-middle = Sura amez — redimensiunar
pdfjs-editor-resizer-label-top-right = Chantun sura a dretga — redimensiunar
pdfjs-editor-resizer-label-middle-right = Da vart dretga amez — redimensiunar
pdfjs-editor-resizer-label-bottom-right = Chantun sut a dretga — redimensiunar
pdfjs-editor-resizer-label-bottom-middle = Sutvart amez — redimensiunar
pdfjs-editor-resizer-label-bottom-left = Chantun sut a sanestra — redimensiunar
pdfjs-editor-resizer-label-middle-left = Vart sanestra amez — redimensiunar
pdfjs-editor-resizer-top-left =
.aria-label = Chantun sura a sanestra — redimensiunar
pdfjs-editor-resizer-top-middle =
.aria-label = Sura amez — redimensiunar
pdfjs-editor-resizer-top-right =
.aria-label = Chantun sura a dretga — redimensiunar
pdfjs-editor-resizer-middle-right =
.aria-label = Da vart dretga amez — redimensiunar
pdfjs-editor-resizer-bottom-right =
.aria-label = Chantun sut a dretga — redimensiunar
pdfjs-editor-resizer-bottom-middle =
.aria-label = Sutvart amez — redimensiunar
pdfjs-editor-resizer-bottom-left =
.aria-label = Chantun sut a sanestra — redimensiunar
pdfjs-editor-resizer-middle-left =
.aria-label = Vart sanestra amez — redimensiunar
## Color picker
# This means "Color used to highlight text"
pdfjs-editor-highlight-colorpicker-label = Colur per l'emfasa
pdfjs-editor-colorpicker-button =
.title = Midar la colur
pdfjs-editor-colorpicker-dropdown =
.aria-label = Colurs disponiblas
pdfjs-editor-colorpicker-yellow =
.title = Mellen
pdfjs-editor-colorpicker-green =
.title = Verd
pdfjs-editor-colorpicker-blue =
.title = Blau
pdfjs-editor-colorpicker-pink =
.title = Rosa
pdfjs-editor-colorpicker-red =
.title = Cotschen
## Show all highlights
## This is a toggle button to show/hide all the highlights.
pdfjs-editor-highlight-show-all-button-label = Mussar tut
pdfjs-editor-highlight-show-all-button =
.title = Mussar tut
## New alt-text dialog
## 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.
# Modal header positioned above a text box where users can edit the alt text.
pdfjs-editor-new-alt-text-dialog-edit-label = Modifitgar il text alternativ (descripziun dal maletg)
# Modal header positioned above a text box where users can add the alt text.
pdfjs-editor-new-alt-text-dialog-add-label = Agiuntar in text alternativ (descripziun dal maletg)
pdfjs-editor-new-alt-text-textarea =
.placeholder = Scriva qua tia descripziun…
# This text refers to the alt text box above this description. It offers a definition of alt text.
pdfjs-editor-new-alt-text-description = Curta descripziun per persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
pdfjs-editor-new-alt-text-disclaimer1 = Quest text alternativ è vegnì creà automaticamain ed è eventualmain nunprecis.
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ulteriuras infurmaziuns
pdfjs-editor-new-alt-text-create-automatically-button-label = Crear automaticamain il text alternativ
pdfjs-editor-new-alt-text-not-now-button = Betg ussa
pdfjs-editor-new-alt-text-error-title = I nè betg reussì da crear automaticamain il text alternativ
pdfjs-editor-new-alt-text-error-description = Scriva per plaschair tes agen text alternativ u emprova pli tard anc ina giada.
pdfjs-editor-new-alt-text-error-close-button = Serrar
# Variables:
# $totalSize (Number) - the total size (in MB) of the AI model.
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $totalSize } MB)
.aria-valuetext = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $totalSize } MB)
# This is a button that users can click to edit the alt text they have already added.
pdfjs-editor-new-alt-text-added-button =
.aria-label = Agiuntà text alternativ
pdfjs-editor-new-alt-text-added-button-label = Text alternativ agiuntà
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
pdfjs-editor-new-alt-text-missing-button =
.aria-label = Text alternativ manca
pdfjs-editor-new-alt-text-missing-button-label = Text alternativ manca
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
pdfjs-editor-new-alt-text-to-review-button =
.aria-label = Repassar il text alternativ
pdfjs-editor-new-alt-text-to-review-button-label = Repassar il text alternativ
# "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.
# Variables:
# $generatedAltText (String) - the generated alt-text.
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creà automaticamain: { $generatedAltText }
## Image alt-text settings
pdfjs-image-alt-text-settings-button =
.title = Parameters dal text alternativ da maletgs
pdfjs-image-alt-text-settings-button-label = Parameters dal text alternativ da maletgs
pdfjs-editor-alt-text-settings-dialog-label = Parameters dal text alternativ da maletgs
pdfjs-editor-alt-text-settings-automatic-title = Text alternativ automatic
pdfjs-editor-alt-text-settings-create-model-button-label = Crear automaticamain text alternativ
pdfjs-editor-alt-text-settings-create-model-description = Propona descripziuns per gidar a persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
# Variables:
# $totalSize (Number) - the total size (in MB) of the AI model.
pdfjs-editor-alt-text-settings-download-model-label = Model IA da text alternativ ({ $totalSize } MB)
pdfjs-editor-alt-text-settings-ai-model-description = Vegn exequì localmain sin tes apparat per che tias datas restian privatas. Necessari per text alternativ automatic.
pdfjs-editor-alt-text-settings-delete-model-button = Stizzar
pdfjs-editor-alt-text-settings-download-model-button = Telechargiar
pdfjs-editor-alt-text-settings-downloading-model-button = Telechargiar…
pdfjs-editor-alt-text-settings-editor-title = Editur per text alternativ
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mussar leditur per text alternativ directamain cun agiuntar in maletg
pdfjs-editor-alt-text-settings-show-dialog-description = Ta gida a garantir che tut tes maletgs hajan in text alternativ.
pdfjs-editor-alt-text-settings-close-button = Serrar
## "Annotations removed" bar
pdfjs-editor-undo-bar-message-highlight = Allontanà la marcaziun
pdfjs-editor-undo-bar-message-freetext = Allontanà il text
pdfjs-editor-undo-bar-message-ink = Allontanà il dissegn
pdfjs-editor-undo-bar-message-stamp = Allontanà il maletg
pdfjs-editor-undo-bar-message-signature = Allontanà la signatura
# Variables:
# $count (Number) - the number of removed annotations.
pdfjs-editor-undo-bar-message-multiple =
{ $count ->
[one] { $count } annotaziun allontanada
*[other] { $count } annotaziuns allontanadas
}
pdfjs-editor-undo-bar-undo-button =
.title = Revocar
pdfjs-editor-undo-bar-undo-button-label = Revocar
pdfjs-editor-undo-bar-close-button =
.title = Serrar
pdfjs-editor-undo-bar-close-button-label = Serrar
## Add a signature dialog
pdfjs-editor-add-signature-dialog-label = Questa fanestra permetta a lutilisader da crear ina signatura per lagiuntar ad in document PDF. Lutilisader po modifitgar il num (che serva era sco text alternativ) e memorisar opziunalmain la signatura per lutilisar anc ina giada en lavegnir.
pdfjs-editor-add-signature-dialog-title = Agiuntar ina signatura
## Tab names
# Type is a verb (you can type your name as signature)
pdfjs-editor-add-signature-type-button = Tippar
.title = Tippar
# Draw is a verb (you can draw your signature)
pdfjs-editor-add-signature-draw-button = Dissegnar
.title = Dissegnar
pdfjs-editor-add-signature-image-button = Maletg
.title = Maletg
## Tab panels
pdfjs-editor-add-signature-type-input =
.aria-label = Tippa tia signatura
.placeholder = Tippa tia signatura
pdfjs-editor-add-signature-draw-placeholder = Dissegna tia signatura
pdfjs-editor-add-signature-draw-thickness-range-label = Grossezza
# Variables:
# $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
pdfjs-editor-add-signature-draw-thickness-range =
.title = Grossezza dal stritg: { $thickness }
pdfjs-editor-add-signature-image-placeholder = Trair na qua ina datoteca per la transferir
pdfjs-editor-add-signature-image-browse-link =
{ PLATFORM() ->
[macos] U tscherner datotecas da maletg
*[other] U tscherner datotecas da maletg
}
## Controls
pdfjs-editor-add-signature-description-label = Descripziun (text alternativ)
pdfjs-editor-add-signature-description-input =
.title = Descripziun (text alternativ)
pdfjs-editor-add-signature-description-default-when-drawing = Signatura
pdfjs-editor-add-signature-clear-button-label = Stizzar la signatura
pdfjs-editor-add-signature-clear-button =
.title = Stizzar la signatura
pdfjs-editor-add-signature-save-checkbox = Memorisar la signatura
pdfjs-editor-add-signature-save-warning-message = Ti has cuntanschì il dumber maximal da 5 signaturas memorisadas. Allontanar ina per memorisar inautra.
pdfjs-editor-add-signature-image-upload-error-title = Impussibel da transferir il maletg
pdfjs-editor-add-signature-image-upload-error-description = Controllescha tia connexiun cun la rait u emprova cun inauter maletg.
pdfjs-editor-add-signature-error-close-button = Serrar
## Dialog buttons
pdfjs-editor-add-signature-cancel-button = Interrumper
pdfjs-editor-add-signature-add-button = Agiuntar
pdfjs-editor-edit-signature-update-button = Actualisar
## Main menu for adding/removing signatures
pdfjs-editor-delete-signature-button1 =
.title = Allontanar la signatura memorisada
pdfjs-editor-delete-signature-button-label1 = Allontanar la signatura memorisada
## Editor toolbar
pdfjs-editor-add-signature-edit-button-label = Modifitgar la descripziun
## Edit signature description dialog
pdfjs-editor-edit-signature-dialog-title = Modifitgar la descripziun

View File

@@ -1,261 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Pagina precedenta
previous_label=Enavos
next.title=Proxima pagina
next_label=Enavant
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Pagina
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=da {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} da {{pagesCount}})
zoom_out.title=Empitschnir
zoom_out_label=Empitschnir
zoom_in.title=Engrondir
zoom_in_label=Engrondir
zoom.title=Zoom
presentation_mode.title=Midar en il modus da preschentaziun
presentation_mode_label=Modus da preschentaziun
open_file.title=Avrir datoteca
open_file_label=Avrir
print.title=Stampar
print_label=Stampar
download.title=Telechargiar
download_label=Telechargiar
bookmark.title=Vista actuala (copiar u avrir en ina nova fanestra)
bookmark_label=Vista actuala
# Secondary toolbar and context menu
tools.title=Utensils
tools_label=Utensils
first_page.title=Siglir a l'emprima pagina
first_page.label=Siglir a l'emprima pagina
first_page_label=Siglir a l'emprima pagina
last_page.title=Siglir a la davosa pagina
last_page.label=Siglir a la davosa pagina
last_page_label=Siglir a la davosa pagina
page_rotate_cw.title=Rotar en direcziun da l'ura
page_rotate_cw.label=Rotar en direcziun da l'ura
page_rotate_cw_label=Rotar en direcziun da l'ura
page_rotate_ccw.title=Rotar en direcziun cuntraria a l'ura
page_rotate_ccw.label=Rotar en direcziun cuntraria a l'ura
page_rotate_ccw_label=Rotar en direcziun cuntraria a l'ura
cursor_text_select_tool.title=Activar l'utensil per selecziunar text
cursor_text_select_tool_label=Utensil per selecziunar text
cursor_hand_tool.title=Activar l'utensil da maun
cursor_hand_tool_label=Utensil da maun
scroll_vertical.title=Utilisar il defilar vertical
scroll_vertical_label=Defilar vertical
scroll_horizontal.title=Utilisar il defilar orizontal
scroll_horizontal_label=Defilar orizontal
scroll_wrapped.title=Utilisar il defilar en colonnas
scroll_wrapped_label=Defilar en colonnas
spread_none.title=Betg parallelisar las paginas
spread_none_label=Betg parallel
spread_odd.title=Parallelisar las paginas cun cumenzar cun paginas spèras
spread_odd_label=Parallel spèr
spread_even.title=Parallelisar las paginas cun cumenzar cun paginas pèras
spread_even_label=Parallel pèr
# Document properties dialog box
document_properties.title=Caracteristicas dal document…
document_properties_label=Caracteristicas dal document…
document_properties_file_name=Num da la datoteca:
document_properties_file_size=Grondezza da la datoteca:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
document_properties_title=Titel:
document_properties_author=Autur:
document_properties_subject=Tema:
document_properties_keywords=Chavazzins:
document_properties_creation_date=Data da creaziun:
document_properties_modification_date=Data da modificaziun:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}} {{time}}
document_properties_creator=Creà da:
document_properties_producer=Creà il PDF cun:
document_properties_version=Versiun da PDF:
document_properties_page_count=Dumber da paginas:
document_properties_page_size=Grondezza da la pagina:
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
document_properties_page_size_orientation_portrait=vertical
document_properties_page_size_orientation_landscape=orizontal
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=Letter
document_properties_page_size_name_legal=Legal
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=Fast Web View:
document_properties_linearized_yes=Gea
document_properties_linearized_no=Na
document_properties_close=Serrar
print_progress_message=Preparar il document per stampar…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=Interrumper
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Activar/deactivar la trav laterala
toggle_sidebar_notification.title=Activar/deactivar la trav laterala (structura dal document/agiuntas)
toggle_sidebar_notification2.title=Activar/deactivar la trav laterala (il document cuntegna structura dal document/agiuntas/nivels)
toggle_sidebar_label=Activar/deactivar la trav laterala
document_outline.title=Mussar la structura dal document (cliccar duas giadas per extender/cumprimer tut ils elements)
document_outline_label=Structura dal document
attachments.title=Mussar agiuntas
attachments_label=Agiuntas
layers.title=Mussar ils nivels (cliccar dubel per restaurar il stadi da standard da tut ils nivels)
layers_label=Nivels
thumbs.title=Mussar las miniaturas
thumbs_label=Miniaturas
current_outline_item.title=Tschertgar l'element da structura actual
current_outline_item_label=Element da structura actual
findbar.title=Tschertgar en il document
findbar_label=Tschertgar
additional_layers=Nivels supplementars
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pagina {{page}}
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Pagina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Pagina {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Miniatura da la pagina {{page}}
# Find panel button title and messages
find_input.title=Tschertgar
find_input.placeholder=Tschertgar en il document…
find_previous.title=Tschertgar la posiziun precedenta da l'expressiun
find_previous_label=Enavos
find_next.title=Tschertgar la proxima posiziun da l'expressiun
find_next_label=Enavant
find_highlight=Relevar tuts
find_match_case_label=Resguardar maiusclas/minusclas
find_entire_word_label=Pleds entirs
find_reached_top=Il cumenzament dal document è cuntanschì, la tschertga cuntinuescha a la fin dal document
find_reached_bottom=La fin dal document è cuntanschì, la tschertga cuntinuescha al cumenzament dal document
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]={{current}} dad {{total}} correspundenza
find_match_count[two]={{current}} da {{total}} correspundenzas
find_match_count[few]={{current}} da {{total}} correspundenzas
find_match_count[many]={{current}} da {{total}} correspundenzas
find_match_count[other]={{current}} da {{total}} correspundenzas
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=Dapli che {{limit}} correspundenzas
find_match_count_limit[one]=Dapli che {{limit}} correspundenza
find_match_count_limit[two]=Dapli che {{limit}} correspundenzas
find_match_count_limit[few]=Dapli che {{limit}} correspundenzas
find_match_count_limit[many]=Dapli che {{limit}} correspundenzas
find_match_count_limit[other]=Dapli che {{limit}} correspundenzas
find_not_found=Impussibel da chattar l'expressiun
# Error panel labels
error_more_info=Dapli infurmaziuns
error_less_info=Damain infurmaziuns
error_close=Serrar
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Messadi: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Stack: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Datoteca: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Lingia: {{line}}
rendering_error=Ina errur è cumparida cun visualisar questa pagina.
# Predefined zoom values
page_scale_width=Ladezza da la pagina
page_scale_fit=Entira pagina
page_scale_auto=Zoom automatic
page_scale_actual=Grondezza actuala
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Errur
# Loading indicator messages
loading=Chargiar…
loading_error=Ina errur è cumparida cun chargiar il PDF.
invalid_file_error=Datoteca PDF nunvalida u donnegiada.
missing_file_error=Datoteca PDF manconta.
unexpected_response_error=Resposta nunspetgada dal server.
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
# replaced by the modification date, and time, of the annotation.
annotation_date_string={{date}}, {{time}}
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[Annotaziun da {{type}}]
password_label=Endatescha il pled-clav per avrir questa datoteca da PDF.
password_invalid=Pled-clav nunvalid. Emprova anc ina giada.
password_ok=OK
password_cancel=Interrumper
printing_not_supported=Attenziun: Il stampar na funcziunescha anc betg dal tut en quest navigatur.
printing_not_ready=Attenziun: Il PDF n'è betg chargià cumplettamain per stampar.
web_fonts_disabled=Scrittiras dal web èn deactivadas: impussibel dad utilisar las scrittiras integradas en il PDF.
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.
unsupported_feature_signatures=Quest document PDF cuntegna signaturas digitalas. La validaziun da signaturas na vegn betg sustegnida.