| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930 |
- {
- "extensionDescription": {
- "message": "Salva una pagina completa in un singolo file HTML",
- "description": "Description of the extension."
- },
- "commandSaveSelectedTabs": {
- "message": "Salva la scheda selezionata o i suoi contenuti selezionati",
- "description": "Command (Ctrl+Shift+Y): 'Save the selected tabs or their selected contents'"
- },
- "commandSaveAllTabs": {
- "message": "Salva tutte le schede",
- "description": "Command (Ctrl+Shift+U): 'Save all tabs'"
- },
- "menuSavePage": {
- "message": "Salva pagina con SingleFile",
- "description": "Menu entry: 'Save page with SingleFile'"
- },
- "menuSaveSelectedLinks": {
- "message": "Salva link selezionati",
- "description": "Menu entry: 'Save selected links'"
- },
- "menuEditPage": {
- "message": "Annota la pagina...",
- "description": "Menu entry: 'Annotate the page...'"
- },
- "menuEditAndSavePage": {
- "message": "Annota e salva la pagina...",
- "description": "Menu entry: 'Annotate and save the page...'"
- },
- "menuSaveWithProfile": {
- "message": "Salva pagina con profilo",
- "description": "Menu entry: 'Save with profile'"
- },
- "menuViewPendingSaves": {
- "message": "Mostra salvataggi in attesa...",
- "description": "Menu entry: 'View pending saves...'"
- },
- "menuSelectProfile": {
- "message": "Seleziona il profilo predefinito",
- "description": "Menu entry: 'Select the default profile'"
- },
- "menuUpdateRule": {
- "message": "Seleziona il profilo della regola corrente",
- "description": "Menu entry: 'Select the profile of the current rule'"
- },
- "menuCreateDomainRule": {
- "message": "Seleziona il profilo del dominio corrente",
- "description": "Menu entry: 'Select the profile of the current domain'"
- },
- "menuSaveSelection": {
- "message": "Salva selezione",
- "description": "Menu entry: 'Save selection'"
- },
- "menuSaveFrame": {
- "message": "Salva frame",
- "description": "Menu entry: 'Save frame'"
- },
- "menuSaveTabs": {
- "message": "Salva schede",
- "description": "Menu entry (SingleFile button only): 'Save tabs'"
- },
- "menuSaveSelectedTabs": {
- "message": "Salva schede selezionate",
- "description": "Menu entry: 'Save selected tabs'"
- },
- "menuSaveUnpinnedTabs": {
- "message": "Salva schede sbloccate",
- "description": "Menu entry: 'Save unpinned tabs'"
- },
- "menuSaveAllTabs": {
- "message": "Salva tutte le schede",
- "description": "Menu entry: 'Save all tabs'"
- },
- "menuBatchSaveUrls": {
- "message": "Salvataggio batch di URL...",
- "description": "Menu entry: 'Batch save URLs...'"
- },
- "menuAutoSave": {
- "message": "Auto-salvataggio",
- "description": "Menu entry: 'Auto-save'"
- },
- "menuAutoSaveDisabled": {
- "message": "Disabilitato",
- "description": "Menu entry: 'Auto-save' > Disabled'"
- },
- "menuAutoSaveTab": {
- "message": "Auto-salva questa scheda",
- "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
- },
- "menuAutoSaveUnpinnedTabs": {
- "message": "Auto-sava schede sbloccate",
- "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
- },
- "menuAutoSaveAllTabs": {
- "message": "Auto-salva tutte le schede",
- "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
- },
- "buttonDefaultTooltip": {
- "message": "Salva pagina con SingleFile",
- "description": "Button title: 'Save page with SingleFile'"
- },
- "buttonBlockedBadge": {
- "message": "🚫",
- "description": "Button badge when the page is blocked: '🚫'"
- },
- "buttonBlockedTooltip": {
- "message": "Questa pagina non può essere salvata con SingleFile",
- "description": "Button title: 'This page cannot be saved with SingleFile'"
- },
- "buttonInitializingTooltip": {
- "message": "Inizializzazione SingleFile",
- "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
- },
- "buttonInitializingBadge": {
- "message": "•••",
- "description": "Badge label during initialization: '•••'"
- },
- "buttonSaveProgressTooltip": {
- "message": "Progressi salvataggio: ",
- "description": "Button title during save: 'Save progress: xx%'"
- },
- "buttonUploadProgressTooltip": {
- "message": "Progressi caricamento: ",
- "description": "Button title during save: 'Upload progress: xx%'"
- },
- "buttonOKBadge": {
- "message": "OK",
- "description": "Badge label: 'OK'"
- },
- "buttonErrorBadge": {
- "message": "ERR",
- "description": "Badge label for unexpected errors"
- },
- "buttonAutoSaveActiveTooltip": {
- "message": "Auto-salvataggio attivo",
- "description": "Button title: 'Auto-save active'"
- },
- "buttonAutoSaveActiveBadge": {
- "message": "[A]",
- "description": "Badge label when auto-save is active"
- },
- "optionsTitle": {
- "message": "Opzioni",
- "description": "Options page title"
- },
- "optionsUserInterfaceSubTitle": {
- "message": "Interfaccia utente",
- "description": "Options sub-title: 'User interface'"
- },
- "optionAddMenuEntry": {
- "message": "aggiunge voce nel menu contestuale della pagina web",
- "description": "Options page label: 'add entry in the context menu of the webpage'"
- },
- "optionDisplayShadow": {
- "message": "Sovrapponi un'ombra sulla pagina durante la lavorazione",
- "description": "Options page label: 'overlay a shadow on the page during processing'"
- },
- "optionDisplayInfobar": {
- "message": "Visualizza una barra informatica quando vedi una pagina salvata",
- "description": "Options page label: 'display an infobar when viewing a saved page'"
- },
- "optionInfobarTemplate": {
- "message": "Modello del contenuto della barra informativa",
- "description": "Options page label: 'template of the infobar content'"
- },
- "optionBlockMixedContent": {
- "message": "blocca contenuti misti",
- "description": "Options page label: 'block mixed content'"
- },
- "optionSaveOriginalURLs": {
- "message": "salva gli URL originali delle risorse incorporate",
- "description": "Options page label: 'save original URLs of embedded resources'"
- },
- "optionIncludeInfobar": {
- "message": "includi una barra informativa nella pagina salvata",
- "description": "Options page label: 'include the infobar in the saved page'"
- },
- "optionRemoveInfobarSavedDate": {
- "message": "non includere la data di salvataggio",
- "description": "Options page label: 'do not include the saved date'"
- },
- "optionConfirmInfobar": {
- "message": "Apri un finestra di dialogo per modificare il contenuto della barra informativa",
- "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
- },
- "optionAutoClose": {
- "message": "auto-chiudi la scheda dopo che la pagina è stata salvata",
- "description": "Options page label: 'auto-close the tab after the page is saved'"
- },
- "optionsFileNameSubTitle": {
- "message": "Nome file",
- "description": "Options sub-title: 'File name'"
- },
- "optionFilenameTemplate": {
- "message": "Modello",
- "description": "Options page label: 'template'"
- },
- "optionFilenameMaxLength": {
- "message": "lunghezza massima",
- "description": "Options page label: 'max length'"
- },
- "optionFilenameMaxLengthBytesUnit": {
- "message": "bytes",
- "description": "Options page label: 'bytes'"
- },
- "optionFilenameMaxLengthCharsUnit": {
- "message": "caratteri",
- "description": "Options page label: 'characters'"
- },
- "optionFilenameReplacementCharacter": {
- "message": "carattere di sostituzione",
- "description": "Options page label: 'replacement character'"
- },
- "optionReplaceEmojisInFilename": {
- "message": "sostituisci le emoji con il testo",
- "description": "Options page label: 'replace emojis with text'"
- },
- "optionConfirmFilename": {
- "message": "Apri la finesta di dialogo \"Salva come\" per confermare il nome del file",
- "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
- },
- "optionFilenameConflictAction": {
- "message": "Risoluzione conflitto nome file",
- "description": "Options page label: 'filename conflict resolution'"
- },
- "optionFilenameConflictActionUniquify": {
- "message": "crea un nome univoco",
- "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
- },
- "optionFilenameConflictActionOverwrite": {
- "message": "Sovrascirivi il file esistente",
- "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
- },
- "optionFilenameConflictActionPrompt": {
- "message": "chiedi un nome",
- "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
- },
- "optionFilenameConflictActionSkip": {
- "message": "ignora file duplicati",
- "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
- },
- "optionsHTMLContentSubTitle": {
- "message": "Contenuto HTML",
- "description": "Options sub-title: 'HTML content'"
- },
- "optionCompressHTML": {
- "message": "comprimi contenuto HTML",
- "description": "Options page label: 'compress HTML content'"
- },
- "optionRemoveFrames": {
- "message": "rimuovi frame",
- "description": "Options page label: 'remove frames'"
- },
- "optionRemoveHiddenElements": {
- "message": "rimuovi elementi nascosti",
- "description": "Options page label: 'remove hidden elements'"
- },
- "optionsFileFormatSubTitle": {
- "message": "Formato del file",
- "description": "Options sub-title: 'File format'"
- },
- "optionFileFormat": {
- "message": "formato",
- "description": "Options page label: 'format'"
- },
- "optionFileFormatSelectHTML": {
- "message": "HTML",
- "description": "Options page label: 'HTML'"
- },
- "optionFileFormatSelectSelfExtractingUniversal": {
- "message": "ZIP autoestraente (universale)",
- "description": "Options page label: 'self-extracting ZIP (universal)'"
- },
- "optionFileFormatSelectSelfExtracting": {
- "message": "ZIP autoestraente",
- "description": "Options page label: 'self-extracting ZIP'"
- },
- "optionFileFormatSelectZIP": {
- "message": "ZIP",
- "description": "Options page label: 'ZIP'"
- },
- "optionPassword": {
- "message": "password",
- "description": "Options page label: 'password'"
- },
- "optionCreateRootDirectory": {
- "message": "crea una cartella principale",
- "description": "Options page label: 'create a root directory'"
- },
- "optionInsertTextBody": {
- "message": "rendi il testo ricercabile",
- "description": "Options page label: 'make text searchable'"
- },
- "optionsInfobarSubTitle": {
- "message": "Barra informativa",
- "description": "Options sub-title: 'Infobar'"
- },
- "optionsImagesSubTitle": {
- "message": "Immagini",
- "description": "Options sub-title: 'Images'"
- },
- "optionGroupDuplicateImages": {
- "message": "raggruppa insieme immagini duplicate",
- "description": "Options page label: 'group duplicate images together'"
- },
- "optionLoadDeferredImages": {
- "message": "salva immagini differite",
- "description": "Options page label: 'save deferred images'"
- },
- "optionLoadDeferredImagesMaxIdleTime": {
- "message": "massimo tempo di attesa (ms)",
- "description": "Options page label: 'maximum idle time (ms)'"
- },
- "optionLoadDeferredImagesKeepZoomLevel": {
- "message": "zoom out pagina",
- "description": "Options page label: 'zoom out the page'"
- },
- "optionLoadDeferredImagesDispatchScrollEvent": {
- "message": "inviare evento \"scroll\"",
- "description": "Options page label: 'dispatch \"scroll\" event'"
- },
- "optionLoadDeferredImagesBeforeFrames": {
- "message": "salva frame differite",
- "description": "Options page label: 'load deferred frames'"
- },
- "optionRemoveAlternativeImages": {
- "message": "rimuovi immagini per risoluzioni dello schermo alternative",
- "description": "Options page label: 'remove images for alternative screen resolutions'"
- },
- "optionsFontsSubTitle": {
- "message": "Caratteri",
- "description": "Options sub-title: 'Fonts'"
- },
- "optionRemoveUnusedFonts": {
- "message": "rimuovi caratteri non utilizzati",
- "description": "Options page label: 'remove unused fonts'"
- },
- "optionRemoveAlternativeFonts": {
- "message": "rimuovi caratteri alternativi",
- "description": "Options page label: 'remove alternative fonts'"
- },
- "optionsStylesheetsSubTitle": {
- "message": "Fogli di stile",
- "description": "Options sub-title: 'Stylesheets'"
- },
- "optionCompressCSS": {
- "message": "comprimi contenuto CSS",
- "description": "Options page label: 'compress CSS content'"
- },
- "optionMoveStylesInHead": {
- "message": "sposta nell'elemento head gli stili trovati al di fuori di esso",
- "description": "Options page label: 'move in the head element the styles found outside of it'"
- },
- "optionRemoveUnusedStyles": {
- "message": "Rimuovi stili non utilizzati",
- "description": "Options page label: 'remove unused styles'"
- },
- "optionRemoveAlternativeMedias": {
- "message": "rimuovi stili non utilizzati per per schermi dispositivi alternativi",
- "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
- },
- "optionsNetworkSubTitle": {
- "message": "Rete",
- "description": "Options sub-title: 'Network'"
- },
- "optionsBlockedResources": {
- "message": "risorse bloccate",
- "description": "Options page label: 'blocked resources'"
- },
- "optionsAcceptHeaders": {
- "message": "Intestazione \"Accept\"",
- "description": "Options page label: '\"Accept\" header'"
- },
- "optionResourceScript": {
- "message": "scripts",
- "description": "Options page label: 'scripts'"
- },
- "optionResourceVideo": {
- "message": "videos",
- "description": "Options page label: 'videos'"
- },
- "optionResourceAudio": {
- "message": "audios",
- "description": "Options page label: 'audios'"
- },
- "optionResourceDocument": {
- "message": "documenti",
- "description": "Options page label: 'documents'"
- },
- "optionResourceFont": {
- "message": "caratteri",
- "description": "Options page label: 'fonts'"
- },
- "optionResourceStylesheet": {
- "message": "fogli di stile",
- "description": "Options page label: 'stylesheets'"
- },
- "optionResourceImage": {
- "message": "immagini",
- "description": "Options page label: 'images'"
- },
- "optionsDestinationSubTitle": {
- "message": "Destinazione",
- "description": "Options sub-title: 'Destination'"
- },
- "optionsBookmarkSubTitle": {
- "message": "Segnalibri",
- "description": "Options sub-title: 'Bookmarks'"
- },
- "optionsAutoSaveSubTitle": {
- "message": "Auto-salva",
- "description": "Options sub-title: 'Auto-save'"
- },
- "optionsAutoSettingsSubTitle": {
- "message": "Regole auto-impostazioni rules",
- "description": "Options sub-title: 'Auto-settings rules'"
- },
- "optionsDeleteDisplayedRulesConfirm": {
- "message": "Conferma l'eliminazione di tutte le regole visualizzate",
- "description": "Popup text 'Confirm the deletion of all displayed rules'"
- },
- "optionsDeleteRulesTooltip": {
- "message": "Elimina tutte le regole visualizzate",
- "description": "Popup text 'Delete all displayed rules'"
- },
- "optionsAutoSettingsUrl": {
- "message": "URL",
- "description": "Options label in the Auto-settings rules: 'URL'"
- },
- "optionsAutoSettingsUrlPlaceholder": {
- "message": "Tipo di URL completo o parziale (p.e. esempio.com)",
- "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
- },
- "optionsAutoSettingsProfile": {
- "message": "Profilo",
- "description": "Options label in the Auto-settings rules: 'Profile'"
- },
- "optionsAutoSettingsAutoSaveProfile": {
- "message": "Auto-salva profilo",
- "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
- },
- "optionsAutoSettingsShowAllProfiles": {
- "message": "mostra tutti i profili",
- "description": "Options label in the Auto-settings rules: 'display all profiles'"
- },
- "optionsAutoSettingsShowAutoSaveProfile": {
- "message": "mostra colonna 'Auto-salva profilo'",
- "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
- },
- "optionsUpdateRuleTooltip": {
- "message": "Aggiorna la regola",
- "description": "Popup text 'Update the rule' in the options page"
- },
- "optionsDeleteRuleTooltip": {
- "message": "Elimina la regola",
- "description": "Popup text 'Delete the rule' in the options page"
- },
- "optionsAddRuleTooltip": {
- "message": "Aggiungi la regola",
- "description": "Popup text 'Add the rule' in the options page"
- },
- "optionsValidateChangesTooltip": {
- "message": "Valida cambiamenti",
- "description": "Popup text 'Validate changes' in the options page"
- },
- "optionsDeleteRuleConfirm": {
- "message": "Conferma l'eliminazione delle regole selezionate",
- "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
- },
- "optionAutoSaveLoadOrUnload": {
- "message": "auto-salva dopo il caricamento della pagina o al non caricamento della pagina",
- "description": "auto-save after page load or on page unload"
- },
- "optionAutoSaveLoad": {
- "message": "auto-salva pagina dopo il caricamento",
- "description": "Options page label: 'auto-save after page load'"
- },
- "optionAutoSaveUnload": {
- "message": "auto-salva al non caricamento della pagina",
- "description": "Options page label: 'auto-save on page unload'"
- },
- "optionAutoSaveDiscard": {
- "message": "auto-salva all'uscita della scheda",
- "description": "Options page label: 'auto-save on tab discard'"
- },
- "optionAutoSaveRemove": {
- "message": "auto-save alla rimozione della scheda",
- "description": "Options page label: 'auto-save on tab removal'"
- },
- "optionAutoSaveDelay": {
- "message": "auto-salva ritardo attesa dopo caricamento pagina (s)",
- "description": "Options page label: 'auto-save waiting delay after page load (s)'"
- },
- "optionAutoSaveRepeat": {
- "message": "auto-salva periodicamente",
- "description": "Options page label: 'auto-save periodically'"
- },
- "optionAutoSaveRepeatDelay": {
- "message": "periodo (s.)",
- "description": "Options page label: 'period (s)'"
- },
- "optionAutoSaveExternalSave": {
- "message": "salva la pagina con SingleFile Companion",
- "description": "Options page label: 'save the page with SingleFile Companion'"
- },
- "optionsEditorSubTitle": {
- "message": "Editor annotazioni",
- "description": "Options sub-title: 'Annotation editor'"
- },
- "optionOpenEditor": {
- "message": "annota la pagina prima di salvarla",
- "description": "Options page label: 'annotate the page before saving'"
- },
- "optionOpenSavedPage": {
- "message": "apri pagine salvate in una nuova scheda",
- "description": "Options page label: 'open saved pages in a new tab'"
- },
- "optionAutoOpenEditor": {
- "message": "apri pagine salvate con SingleFile nell'editor annotazioni",
- "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
- },
- "optionDefaultEditorMode": {
- "message": "modalità predefinita",
- "description": "Options page label: 'default mode'"
- },
- "optionDefaultEditorModeNormal": {
- "message": "normale",
- "description": "Options page label: 'default mode > normal'"
- },
- "optionDefaultEditorModeEdit": {
- "message": "modifica la pagina",
- "description": "Options page label: 'default mode > edit the page'"
- },
- "optionDefaultEditorModeFormat": {
- "message": "formatta la pagina",
- "description": "Options page label: 'default mode > format the page'"
- },
- "optionDefaultEditorModeCut": {
- "message": "rimuovi elementi",
- "description": "Options page label: 'default mode > remove elements'"
- },
- "optionDefaultEditorModeCutExternal": {
- "message": "rimuovi elementi esterni",
- "description": "Options page label: 'default mode > remove external elements'"
- },
- "optionApplySystemTheme": {
- "message": "applica il tema di sistema quando formatti una pagina",
- "description": "Title of the button 'apply the system theme when formatting a page'"
- },
- "optionWarnUnsavedPage": {
- "message": "avvisa se si lascia una pagina con cambiamenti non salvati",
- "description": "Title of the button 'warn if leaving page with unsaved changes'"
- },
- "optionDisplayInfobarInEditor": {
- "message": "visualizzare la barra informativa",
- "description": "Title of the button 'display the infobar'"
- },
- "optionsMiscSubTitle": {
- "message": "Varie",
- "description": "Options sub-title: 'Misc.'"
- },
- "optionBackgroundSave": {
- "message": "salva pagine in background",
- "description": "Options page label: 'save pages in background'"
- },
- "optionDisplayStats": {
- "message": "mostra statistiche nella console dopo la lavorazione",
- "description": "Options page label: 'display stats in the console after processing'"
- },
- "optionSetMaxResourceSize": {
- "message": "imposta dimensione massima",
- "description": "Options page label: 'set maximum size'"
- },
- "optionMaxResourceSize": {
- "message": "dimensione massima (MB)",
- "description": "Options page label: 'maximum size (MB)'"
- },
- "optionSetMaxResourceDelay": {
- "message": "impostare tempo massimo di download",
- "description": "Options page label: 'set maximum download time'"
- },
- "optionMaxResourceDelay": {
- "message": "tempo massimo di download (s)",
- "description": "Options page label: 'maximum download time (s)'"
- },
- "optionPassReferrerOnError": {
- "message": "passa header \"Referer\" dopo un errore di richiesta cross-origin",
- "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
- },
- "optionSaveRawPage": {
- "message": "salva pagina grezza",
- "description": "Options page label: 'save raw page'"
- },
- "optionInsertMetaCSP": {
- "message": "imposta policy di sicurezza contenuto",
- "description": "Options page label: 'set content security policy'"
- },
- "optionSaveToClipboard": {
- "message": "copia negli appunti",
- "description": "Options page label: 'copy to clipboard'"
- },
- "optionSaveToFilesystem": {
- "message": "salva nel filesystem",
- "description": "Options page label: 'save to filesystem'"
- },
- "optionAddProof": {
- "message": "aggiungi una prova di esistenza",
- "description": "Options page label: 'add proof of existence'"
- },
- "optionsAddProofConfirm": {
- "message": "Conferma che permetti a SingleFile di inare alle API Woleet un hash SHA256 di ogni pagina che stai per salvare. Puoi trovare maggiori informazioni su questa caratteristica nella pagina di aiuto o facendo clic sul punto esclamativo accanto all'opzione.",
- "description": "Popup text displayed wen enabling the option 'add proof of existence'"
- },
- "optionWoleetKey": {
- "message": "token accesso",
- "description": "Options page label: 'access token'"
- },
- "optionSaveToGDrive": {
- "message": "carica su Google Drive",
- "description": "Options page label: 'upload to Google Drive'"
- },
- "optionSaveToGitHub": {
- "message": "carica su GitHub",
- "description": "Options page label: 'upload to GitHub'"
- },
- "optionGitHubToken": {
- "message": "token accesso",
- "description": "Options page label: 'access token'"
- },
- "optionGitHubUser": {
- "message": "nome utente",
- "description": "Options page label: 'user name'"
- },
- "optionGitHubRepository": {
- "message": "nome repository",
- "description": "Options page label: 'repository name'"
- },
- "optionGitHubBranch": {
- "message": "nome branch",
- "description": "Options page label: 'branch name'"
- },
- "optionSaveWithWebDAV": {
- "message": "carica su un server WebDAV",
- "description": "Options page label: 'upload to a WebDAV server'"
- },
- "optionWebDAVURL": {
- "message": "URL",
- "description": "Options page label: 'URL'"
- },
- "optionWebDAVUser": {
- "message": "identificatore utente",
- "description": "Options page label: 'user identifier'"
- },
- "optionWebDAVPassword": {
- "message": "password",
- "description": "Options page label: 'password'"
- },
- "optionSaveWithCompanion": {
- "message": "salva con SingleFile Companion",
- "description": "Options page label: 'save with SingleFile Companion'"
- },
- "optionSaveCreatedBookmarks": {
- "message": "salva la pagina di un nuovo segnalibro creato",
- "description": "Options page label: 'save the page of a newly created bookmark'"
- },
- "optionReplaceBookmarkURL": {
- "message": "collega il nuovo segnalibro alla pagina salvata",
- "description": "Options page label: 'link the new bookmark to the saved page'"
- },
- "optionAllowedBookmarkFolders": {
- "message": "cartelle permesse",
- "description": "Options page label: 'allowed folders'"
- },
- "optionIgnoredBookmarkFolders": {
- "message": "cartelle ignorate",
- "description": "Options page label: 'ignored folders'"
- },
- "optionsHelpLink": {
- "message": "aiuto",
- "description": "Options help link"
- },
- "optionSynchronize": {
- "message": "sincronizza opzioni",
- "description": "Options label: 'synchronize options'"
- },
- "optionsResetButton": {
- "message": "Ripristina",
- "description": "Options button: 'Reset'"
- },
- "optionsResetTooltip": {
- "message": "Ripristina tutte le opzioni ai loro valori predefiniti",
- "description": "Options 'Reset' button tooltip"
- },
- "optionsResetConfirm": {
- "message": "Conferma il ripristino di tutte le opzioni o del profilo corrente",
- "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
- },
- "optionsResetAllButton": {
- "message": "Ripristina tutte le opzioni",
- "description": "Options confirm button: 'Reset all options'"
- },
- "optionsResetCurrentButton": {
- "message": "Ripristina il profilo corrente",
- "description": "Options confirm button: 'Reset current profile'"
- },
- "optionsOKButton": {
- "message": "OK",
- "description": "Options confirm button: 'OK'"
- },
- "optionsCancelButton": {
- "message": "Annulla",
- "description": "Options confirm button: 'Cancel'"
- },
- "optionsExportButton": {
- "message": "Esporta",
- "description": "Options button: 'Export'"
- },
- "optionsImportButton": {
- "message": "Importa",
- "description": "Options button: 'Import'"
- },
- "logPanelDeferredImages": {
- "message": "Immagini differite",
- "description": "Label 'Deferred images' in the log panel"
- },
- "logPanelFrameContents": {
- "message": "Contenuti frame",
- "description": "Label 'Frame contents' in the log panel"
- },
- "logPanelStep": {
- "message": "Passo",
- "description": "Label 'Step' (for 'Step x / 4') in the log panel"
- },
- "logPanelWidth": {
- "message": "122",
- "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
- },
- "profileDefaultSettings": {
- "message": "Impostazioni predefinite",
- "description": "Label 'Default settings' of the default settings in the options page"
- },
- "profileDisabled": {
- "message": "Disabilitato",
- "description": "Label 'Disabled' of the disabled profile name in the options page"
- },
- "profileAddButtonTooltip": {
- "message": "Aggiungi un nuovo profilo",
- "description": "Tooltip 'Add a new profile' in the options page"
- },
- "profileRenameButtonTooltip": {
- "message": "Rinomina il profilo",
- "description": "Tooltip 'Rename the profile' in the options page"
- },
- "profileDeleteButtonTooltip": {
- "message": "Elimina il profilo",
- "description": "Tooltip 'Delete the profile' in the options page"
- },
- "profileAddPrompt": {
- "message": "Inserisci un nome per questo nuovo profilo",
- "description": "Popup text 'Enter a name for this new profile' in the options page"
- },
- "profileDeleteConfirm": {
- "message": "Conferma l'eliminazione del profilo selezionato",
- "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
- },
- "profileRenamePrompt": {
- "message": "Inserisci un nuovo nome per il profilo selezionato",
- "description": "Popup text 'Enter a new name for the selected profile' in the options page"
- },
- "editorAddYellowNote": {
- "message": "Aggiungi una nota gialla",
- "description": "Title of the button 'Add a yellow note' in the editor"
- },
- "editorAddPinkNote": {
- "message": "Aggiungi una nota rosa",
- "description": "Title of the button 'Add a pink note' in the editor"
- },
- "editorAddBlueNote": {
- "message": "Aggiungi una nota blu",
- "description": "Title of the button 'Add a blue note' in the editor"
- },
- "editorAddGreenNote": {
- "message": "Aggiungi una nota verde",
- "description": "Title of the button 'Add a green note' in the editor"
- },
- "editorHighlightYellow": {
- "message": "Evidenzia testo selezionato in giallo",
- "description": "Title of the button 'Highlight selected text in yellow' in the editor"
- },
- "editorHighlightPink": {
- "message": "Evidenzia testo selezionato in rosa",
- "description": "Title of the button 'Highlight selected text in pink' in the editor"
- },
- "editorHighlightBlue": {
- "message": "Evidenzia testo selezionato in blu",
- "description": "Title of the button 'Highlight selected text in blue' in the editor"
- },
- "editorHighlightGreen": {
- "message": "Evidenzia testo selezionato in verde",
- "description": "Title of the button 'Highlight selected text in green' in the editor"
- },
- "editorToggleNotes": {
- "message": "Mostra/nascondi note",
- "description": "Title of the button 'Display/hide notes' in the editor"
- },
- "editorToggleHighlights": {
- "message": "Mostra/nascondi il testo evidenziato",
- "description": "Title of the button 'Display/hide the highlighted text' in the editor"
- },
- "editorRemoveHighlight": {
- "message": "Rimuovi il testo evidenziato selezionato",
- "description": "Title of the button 'Remove the selected highlighted text' in the editor"
- },
- "editorEditPage": {
- "message": "Abilita/disabilita solo lettura",
- "description": "Title of the button 'Enable/disable read-only' in the editor"
- },
- "editorFormatPage": {
- "message": "Formatta la pagina per una migliore leggibilità",
- "description": "Title of the button 'Format the page for better readability' in the editor"
- },
- "editorCutInnerPage": {
- "message": "Abilita/disabilita la rimozione di elementi interni",
- "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
- },
- "editorCutOuterPage": {
- "message": "Abilita/disabilita la rimozioni di elementi esterni",
- "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
- },
- "editorUndoCutPage": {
- "message": "Ripristina ultimo elemento rimosso",
- "description": "Title of the button 'Restore last removed element' in the editor"
- },
- "editorUndoAllCutPage": {
- "message": "Ripristina tutti gli elementi rimossi",
- "description": "Title of the button 'Restore all removed elements' in the editor"
- },
- "editorRedoCutPage": {
- "message": "Rimuovi ultimo elemento ripristinato",
- "description": "Title of the button 'Remove last restored element' in the editor"
- },
- "editorSavePage": {
- "message": "Salva la pagina",
- "description": "Title of the button 'Save the page' in the editor"
- },
- "editorPrintPage": {
- "message": "Stampa la pagina",
- "description": "Title of the button 'Print the page' in the editor"
- },
- "pendingsTitle": {
- "message": "Salvataggi in attesa",
- "description": "Title of the pending save page 'Pending saves' in the editor"
- },
- "pendingsCancelAllButton": {
- "message": "Cancella tutto",
- "description": "Pending saves button 'Cancel all'"
- },
- "pendingsURLTitle": {
- "message": "URL",
- "description": "Title of the first column in the table of the pending saves 'URL'"
- },
- "pendingsTitleTitle": {
- "message": "Titolo",
- "description": "Title of the first column in the table of the pending saves 'Title'"
- },
- "pendingsStatusTitle": {
- "message": "stato",
- "description": "Title of the second column in the table of the pending saves 'status'"
- },
- "pendingsPendingStatus": {
- "message": "in attesa",
- "description": "Value of 'status' for pending saves"
- },
- "pendingsProcessingStatus": {
- "message": "in lavorazione",
- "description": "Value of 'status' for current saves"
- },
- "pendingsCancellingStatus": {
- "message": "cancellazione",
- "description": "Value of 'status' for cancelled saves"
- },
- "pendingsNoPendings": {
- "message": "Nessun salvataggio in attesa",
- "description": "Label displayed when they are no pending saves"
- },
- "pendingsAddUrlsButton": {
- "message": "Aggiungi URL",
- "description": "button 'Add URLs'"
- },
- "pendingsAddUrls": {
- "message": "Inserisci un elenco di URL separati da una nuova riga",
- "description": "Label of the add URLs input"
- },
- "pendingsAddUrlsOKButton": {
- "message": "OK",
- "description": "Add URLs popup confirm button: 'OK'"
- },
- "pendingsAddUrlsCancelButton": {
- "message": "Annulla",
- "description": "Add URLs popup cancel button: 'Cancel'"
- },
- "batchSaveUrlsTitle": {
- "message": "Salvataggio batch di URL",
- "description": "Title of the 'batch save URLs' page"
- },
- "batchSaveUrlsNoURLs": {
- "message": "Nessun URL",
- "description": "Label displayed when they are no URLs"
- },
- "batchSaveUrlsAddUrlButton": {
- "message": "Aggiungi URL",
- "description": "label of the button 'Add URL'"
- },
- "batchSaveUrlsAddUrlsButton": {
- "message": "Aggiungi URL...",
- "description": "label of the button 'Add URLs...'"
- },
- "batchSaveUrlsRemoveAllButton": {
- "message": "Rimuovi tutto",
- "description": "label of the button 'Remove all'"
- },
- "batchSaveUrlsSavePagesButton": {
- "message": "Salva le pagine",
- "description": "label of the button 'Save pages'"
- },
- "batchSaveUrlsURLTitle": {
- "message": "URL",
- "description": "Title of the column in the table of the URLs"
- }
- }
|