| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713 |
- {
- "appliesToEverything": {
- "message": "Tutto",
- "description": "Text displayed for styles that apply to all sites"
- },
- "linterIssues": {
- "message": "Problemi",
- "description": "Label for the CSS linter issues block on the style edit page"
- },
- "defaultTheme": {
- "message": "predefinito",
- "description": "Default CodeMirror CSS theme option on the edit style page"
- },
- "bckpInstStyles": {
- "message": "Esporta stili",
- "description": ""
- },
- "optionsUpdateInterval": {
- "message": "Controlla e installa automaticamente tutti gli aggiornamenti stili disponibili (in ore)",
- "description": ""
- },
- "exportLabel": {
- "message": "Esporta",
- "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
- },
- "installButton": {
- "message": "Installa",
- "description": "Label for install button"
- },
- "linterJSONError": {
- "message": "Formato JSON non valido",
- "description": "Setting linter config with invalid JSON"
- },
- "optionsBadgeNormal": {
- "message": "Colore sfondo",
- "description": ""
- },
- "updateCheckHistory": {
- "message": "Cronologia controlli aggiornamento",
- "description": ""
- },
- "enableStyleLabel": {
- "message": "Attiva",
- "description": "Label for the button to enable a style"
- },
- "styleMissingName": {
- "message": "Inserisci un nome",
- "description": "Error displayed when user saves without providing a name"
- },
- "genericHistoryLabel": {
- "message": "Cronologia",
- "description": "Used in various places to show a history log of something"
- },
- "shortcutsNote": {
- "message": "Definisci scorciatoie da tastiera",
- "description": ""
- },
- "appliesDomainOption": {
- "message": "URL nel dominio",
- "description": "Option to make the style apply to the entered string as a domain"
- },
- "checkForUpdate": {
- "message": "Verifica la presenza di aggiornamenti",
- "description": "Label for the button to check a single style for an update"
- },
- "optionsIconDark": {
- "message": "Temi browser scuri",
- "description": ""
- },
- "styleFromMozillaFormatError": {
- "message": "Importazione da formato Mozilla fallita",
- "description": "Label for the import error"
- },
- "optionsOpenManager": {
- "message": "Organizza stili",
- "description": ""
- },
- "updateAllCheckSucceededNoUpdate": {
- "message": "Nessun aggiornamento trovato",
- "description": "Text that displays when an update all check completed and no updates are available"
- },
- "importReportLegendAdded": {
- "message": "aggiunto",
- "description": "Text after the number of styles added in the report shown after importing styles"
- },
- "styleFromMozillaFormatPrompt": {
- "message": "Incolla il codice formato Mozilla",
- "description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
- },
- "helpAlt": {
- "message": "Guida",
- "description": "Alternate text for help buttons"
- },
- "search": {
- "message": "Cerca",
- "description": "Label before the search input field in the editor shown on Ctrl-F"
- },
- "versionInvalidOlder": {
- "message": "La versione dello stile è più vecchia di quella installata.",
- "description": "Displayed when the version of style is older than the installed one"
- },
- "confirmYes": {
- "message": "Si",
- "description": "'Yes' button in a confirm dialog"
- },
- "findStylesForSite": {
- "message": "Trova più stili per questo sito",
- "description": "Text for a link that gets a list of styles for the current site"
- },
- "manageHeading": {
- "message": "Stili installati",
- "description": "Heading for the manage page"
- },
- "styleEnabledLabel": {
- "message": "Attivato",
- "description": "Label for the enabled state of styles"
- },
- "styleToMozillaFormatHelp": {
- "message": "Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org.",
- "description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
- },
- "sectionAdd": {
- "message": "Aggiungi un'altra sezione",
- "description": "Label for the button to add a section"
- },
- "styleSaveLabel": {
- "message": "Salva",
- "description": "Label for save button for style editing"
- },
- "genericSavedMessage": {
- "message": "Salvato",
- "description": "Used in various parts of the UI to indicate that something was saved"
- },
- "confirmDelete": {
- "message": "Elimina",
- "description": ""
- },
- "confirmDefault": {
- "message": "Utilizza predefinito",
- "description": "'Set to default' button in a confirm dialog"
- },
- "confirmCancel": {
- "message": "Annulla",
- "description": ""
- },
- "retrieveBckp": {
- "message": "Importa stili",
- "description": ""
- },
- "writeStyleForURL": {
- "message": "questo URL",
- "description": "Text for link in toolbar pop-up to write a new style for the current URL"
- },
- "optionsSubheading": {
- "message": "Più Opzioni",
- "description": "Subheading for options section on manage page."
- },
- "appliesAdd": {
- "message": "Aggiungi",
- "description": "Label for the button to add an 'applies' entry"
- },
- "appliesRegexpOption": {
- "message": "URL corrispondenti all'espressione regolare",
- "description": "Option to make the style apply to the entered string as a regular expression"
- },
- "importReportLegendUpdatedCode": {
- "message": "codice aggiornato",
- "description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
- },
- "styleInstall": {
- "message": "Installare \"$stylename$\" in Stylus?",
- "description": "Confirmation when installing a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "optionsBadgeDisabled": {
- "message": "Colore sfondo quanto disattivato",
- "description": ""
- },
- "optionsCheck": {
- "message": "Aggiorna stili",
- "description": ""
- },
- "manageText": {
- "message": "<a href='https://userstyles.org'>Ottieni stili da userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Otteini aiuto</a>",
- "description": "Help text on the manage page"
- },
- "manageOnlyLocal": {
- "message": "Solo stili creati localmente",
- "description": "Checkbox to show only locally created styles i.e. non-updatable"
- },
- "searchStyles": {
- "message": "Contenuti ricerca",
- "description": "Label for the search filter textbox on the Manage styles page"
- },
- "checkAllUpdatesForce": {
- "message": "Controlla di nuovo, non ho modificato nessuno stile!",
- "description": "Label for the button to apply all detected updates"
- },
- "disableStyleLabel": {
- "message": "Disattiva",
- "description": "Label for the button to disable a style"
- },
- "prefShowBadge": {
- "message": "Stili attivi per il sito attuale",
- "description": "Label for the checkbox controlling toolbar badge text."
- },
- "styleCancelEditLabel": {
- "message": "Torna a gestione",
- "description": "Label for cancel button for style editing"
- },
- "styleChangesNotSaved": {
- "message": "Hai apportato modifiche a questo stile senza salvare.",
- "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
- },
- "importLabel": {
- "message": "Importa",
- "description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
- },
- "shortcuts": {
- "message": "Scorciatoie",
- "description": "Go to shortcut configuration"
- },
- "updateCheckFailServerUnreachable": {
- "message": "Aggiornamento non riuscito: server non raggiungibile.",
- "description": "Text that displays when an update check failed because the update server is unreachable"
- },
- "manageFilters": {
- "message": "Filtri",
- "description": "Label for filters container"
- },
- "applyAllUpdates": {
- "message": "Applica tutti gli aggiornamenti",
- "description": "Label for the button to apply all detected updates"
- },
- "optionsReset": {
- "message": "Reimposta le opzioni ai valori predefiniti",
- "description": ""
- },
- "optionsCustomizeUpdate": {
- "message": "Aggiornamenti",
- "description": ""
- },
- "deleteStyleConfirm": {
- "message": "Vuoi eliminare questo stile?",
- "description": "Confirmation before deleting a style"
- },
- "styleBadRegexp": {
- "message": "Regexp non valida.",
- "description": "Validation message for a bad regexp in a style"
- },
- "license": {
- "message": "Licenza",
- "description": "Label for the license"
- },
- "optionsHeading": {
- "message": "Opzioni",
- "description": "Heading for options section on manage page."
- },
- "appliesDisplay": {
- "message": "Applica a: $applies$",
- "description": "Text on the manage screen to describe what the style applies to",
- "placeholders": {
- "applies": {
- "content": "$1"
- }
- }
- },
- "optionsIconLight": {
- "message": "Temi browser chiari",
- "description": ""
- },
- "openStylesManager": {
- "message": "Apri gestore stili",
- "description": "Label for the style maanger opener in the browser action context menu."
- },
- "styleUpdate": {
- "message": "Sei sicuro di voler aggiornare '$stylename$'?",
- "description": "Confirmation when updating a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "dysfunctional": {
- "message": "Stylus non può funzionare in finestre anonime perché Firefox disattiva la connessione diretta al contesto della pagina di background interna dell'estensione.",
- "description": "Displayed in Firefox when its settings make Stylus dysfunctional"
- },
- "styleSectionsTitle": {
- "message": "Sezioni",
- "description": "Title for the style sections section"
- },
- "genericResetLabel": {
- "message": "Reimposta",
- "description": "Used in various parts of UI to indicate that something may be reset to its original state"
- },
- "editStyleTitle": {
- "message": "Modifica dello stile $stylename$",
- "description": "Title of the page for editing styles",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "updateCheckSucceededNoUpdate": {
- "message": "Lo stile è aggiornato.",
- "description": "Text that displays when an update check completed and no update is available"
- },
- "appliesUrlPrefixOption": {
- "message": "URL che iniziano con",
- "description": "Option to make the style apply to the entered string as a URL prefix"
- },
- "popupBordersTooltip": {
- "message": "Utile per temi scuri nelle nuove versioni di Chrome dato che non colora più i bordi laterali",
- "description": ""
- },
- "updateCheckManualUpdateHint": {
- "message": "Forzare un aggiornamento sovrascriverà tutte le modifiche locali",
- "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
- },
- "installUpdateFromLabel": {
- "message": "Controlla aggiornamenti",
- "description": "Label for the checkbox to save current URL for update check"
- },
- "sectionHelp": {
- "message": "Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito.",
- "description": "Help text for sections"
- },
- "noStylesForSite": {
- "message": "Nessuno stile installato per questo sito.",
- "description": "Text displayed when no styles are installed for the current site"
- },
- "appliesDisplayTruncatedSuffix": {
- "message": "e altro ancora",
- "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
- },
- "appliesRemove": {
- "message": "Rimuovi",
- "description": "Label for the button to remove an 'applies' entry"
- },
- "updatesCurrentlyInstalled": {
- "message": "Aggiornamenti installati:",
- "description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
- },
- "styleToMozillaFormatTitle": {
- "message": "Stile in formato Mozilla",
- "description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
- },
- "cm_colorpicker": {
- "message": "Selezionatore colore per colori CSS",
- "description": "Label for the checkbox controlling colorpicker option for the style editor."
- },
- "writeStyleFor": {
- "message": "Scrivi stile per:",
- "description": "Label for toolbar pop-up that precedes the links to write a new style"
- },
- "replace": {
- "message": "Sostituisci",
- "description": "Label before the replace input field in the editor shown on Ctrl-H"
- },
- "appliesLabel": {
- "message": "Vale per",
- "description": "Label for 'applies to' fields on the edit/add screen"
- },
- "openOptionsPopup": {
- "message": "Opzioni",
- "description": "Go to Options UI"
- },
- "openManage": {
- "message": "Gestisci gli stili installati",
- "description": "Link to open the manage page."
- },
- "updateCheckFailBadResponseCode": {
- "message": "Aggiornamento non riuscito: il server ha risposto con il codice $code$.",
- "description": "Text that displays when an update check failed because the response code indicates an error",
- "placeholders": {
- "code": {
- "content": "$1"
- }
- }
- },
- "appliesSpecify": {
- "message": "Specifica",
- "description": "Label for the button to make a style apply only to specific sites"
- },
- "installUpdate": {
- "message": "Installa aggiornamento",
- "description": "Label for the button to install an update for a single style"
- },
- "optionsCheckUpdate": {
- "message": "Controlla e installa gli aggiornamenti disponibili",
- "description": ""
- },
- "filteredStyles": {
- "message": "$numShown$ mostrati di $numTotal$ totali",
- "description": "TL note - make this message short",
- "placeholders": {
- "numTotal": {
- "content": "$2"
- },
- "numShown": {
- "content": "$1"
- }
- }
- },
- "importReportTitle": {
- "message": "Importazione stili terminata",
- "description": "Title of the report shown after importing styles"
- },
- "styleMozillaFormatHeading": {
- "message": "Formato Mozilla",
- "description": "Heading for the section with buttons to import/export Mozilla format of the style"
- },
- "sectionRemove": {
- "message": "Rimuovi sezione",
- "description": "Label for the button to remove a section"
- },
- "searchStylesTooltip": {
- "message": "Per mostrare gli stili per un URL, inserisci il prefisso 'url:'\nAd esempio, url:https://github.com/openstyles/stylus",
- "description": "Label for the search filter textbox on the Manage styles page"
- },
- "disableAllStyles": {
- "message": "Disattiva tutti gli stili",
- "description": "Label for the checkbox that turns all enabled styles off."
- },
- "undoGlobal": {
- "message": "Annulla in tutte le sezioni",
- "description": "CSS-beautify global Undo button label"
- },
- "updateCompleted": {
- "message": "Aggiornamento completato.",
- "description": "Text that displays when an update completed"
- },
- "dysfunctionalBackgroundConnection": {
- "message": "Non può funzionare correttamente a causa di un bug conosciuto in questa versione di Firefox: chrome.extension.getBackgroundPage() non restituisce un risultato valido",
- "description": "Displayed in style manager when unable to connect to the background page"
- },
- "checkingForUpdate": {
- "message": "Verifica in corso...",
- "description": "Text to display when checking a style for an update"
- },
- "popupManageTooltip": {
- "message": "Shift-click o click destro apre il gestore con gli stili applicabili per il sito corrente",
- "description": "Tooltip for the 'Manage' button in the popup."
- },
- "manageFaviconsHelp": {
- "message": "Stylus utilizza un servizio esterno https://www.google.com/s2/favicons",
- "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
- },
- "styleInstallOverwrite": {
- "message": "'$stylename$' è già installato. Vuoi sovrascriverlo?\nVersione: $oldVersion$ -> $newVersion$",
- "description": "Confirmation when re-installing a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- },
- "newVersion": {
- "content": "$3"
- },
- "oldVersion": {
- "content": "$2"
- }
- }
- },
- "updateCheckSkippedLocallyEdited": {
- "message": "Questo stile è stato editato localmente.",
- "description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
- },
- "linterRulesLink": {
- "message": "Vedi una lista completa di regole",
- "description": "Stylelint or CSSLint rules label added immediately before a link"
- },
- "optionsResetButton": {
- "message": "Reimposta opzioni",
- "description": ""
- },
- "sectionCode": {
- "message": "Codice",
- "description": "Label for the code for a section"
- },
- "optionsAdvancedContextDelete": {
- "message": "Aggiungi 'Elimina' al menu contestuale dell'editor",
- "description": ""
- },
- "configureStyle": {
- "message": "Configura",
- "description": "Label for the button to configure userstyle"
- },
- "cm_smartIndent": {
- "message": "Usa indentazione intelligente",
- "description": "Label for the checkbox controlling smart indentation option for the style editor."
- },
- "styleRegexpTestButton": {
- "message": "Test RegExp",
- "description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
- },
- "appliesHelp": {
- "message": "Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione.",
- "description": "Help text for 'applies to' section"
- },
- "editStyleHeading": {
- "message": "Modifica di stili",
- "description": "Title of the page for editing styles"
- },
- "editDeleteText": {
- "message": "Elimina",
- "description": "Label for the context menu item in the editor to delete selected text"
- },
- "cm_autocompleteOnTyping": {
- "message": "Completamento automatico durante digitazione",
- "description": "Label for the checkbox in the style editor."
- },
- "styleMetaErrorColor": {
- "message": "$color$ non è un colore valido",
- "description": "Error displayed when the value of @var color is invalid",
- "placeholders": {
- "color": {
- "content": "$1"
- }
- }
- },
- "manageOnlyDisabled": {
- "message": "Solo stili disattivati",
- "description": "Checkbox to show only disabled styles"
- },
- "cm_matchHighlightSelection": {
- "message": "Solo selezione",
- "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
- },
- "stylusUnavailableForURL": {
- "message": "Stylus non funziona in pagine come questa.",
- "description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
- },
- "popupBorders": {
- "message": "Aggiungi bordi bianchi sui lati",
- "description": ""
- },
- "manageOnlyUpdates": {
- "message": "Solo con aggiornamenti o problemi",
- "description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
- },
- "addStyleTitle": {
- "message": "Aggiunta di stili",
- "description": "Title of the page for adding styles"
- },
- "externalLink": {
- "message": "Link esterno",
- "description": "Label for external links"
- },
- "importReplaceLabel": {
- "message": "Sovrascrivi stile",
- "description": "Label for the button to import and overwrite current style"
- },
- "optionsAdvanced": {
- "message": "Avanzato",
- "description": ""
- },
- "alphaChannel": {
- "message": "Opacità",
- "description": "Label of color's opacity"
- },
- "editorStylesButton": {
- "message": "Cerca stili editor",
- "description": "Find styles for the editor"
- },
- "optionsOpen": {
- "message": "Apri",
- "description": ""
- },
- "manageOnlyExternal": {
- "message": "Solo stili esterni",
- "description": "Checkbox to show only externally installed styles i.e. updatable"
- },
- "replaceAll": {
- "message": "Sostituisci tutto",
- "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
- },
- "importReportUnchanged": {
- "message": "Non è stato cambiato nulla.",
- "description": "Message in the report shown after importing styles"
- },
- "optionsActions": {
- "message": "Azioni",
- "description": ""
- },
- "checkAllUpdates": {
- "message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
- "description": "Label for the button to check all styles for updates"
- },
- "openOptionsManage": {
- "message": "Opzioni UI",
- "description": "Go to Options UI"
- },
- "installUpdateFrom": {
- "message": "Attualmente lo stile è aggiornato da $url$",
- "description": "Label to describe where the style gets update",
- "placeholders": {
- "url": {
- "content": "$1"
- }
- }
- },
- "optionsPopupWidth": {
- "message": "Larghezza popup (in pixel)",
- "description": ""
- },
- "installButtonReinstall": {
- "message": "Reinstalla",
- "description": "Label for reinstall button"
- },
- "appliesLineWidgetWarning": {
- "message": "Non funziona con CSS minificato",
- "description": "A warning that applies-to information won't show properly with minified CSS"
- },
- "undo": {
- "message": "Annulla",
- "description": "Button label"
- },
- "externalSupport": {
- "message": "Supporto",
- "description": "Label for the external link to style's support site"
- },
- "confirmSave": {
- "message": "Salva",
- "description": "'Save' button in a confirm dialog"
- },
- "genericDisabledLabel": {
- "message": "Disattivato",
- "description": "Used in various lists/options to indicate that something is disabled"
- },
- "replaceWith": {
- "message": "Sostituisci con",
- "description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
- },
- "deleteStyleLabel": {
- "message": "Elimina",
- "description": "Label for the button to delete a style"
- },
- "updateCheckManualUpdateForce": {
- "message": "Installa aggiornamento (le modifiche locali verranno sovrascritte)",
- "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
- },
- "styleInstallFailed": {
- "message": "Installazione stile fallita!\n$error$",
- "description": "Warning when installation failed",
- "placeholders": {
- "error": {
- "content": "$1"
- }
- }
- },
- "addStyleLabel": {
- "message": "Scrivi nuovo stile",
- "description": "Label for the button to go to the add style page"
- },
- "optionsUpdateIntervalNote": {
- "message": "Per disattivare il controllo automatico degli aggiornamenti degli stili, imposta l'intervallo a 0",
- "description": ""
- },
- "installButtonUpdate": {
- "message": "Aggiorna",
- "description": "Label for update button"
- },
- "manageOnlyEnabled": {
- "message": "Solo stili attivati",
- "description": "Checkbox to show only enabled styles"
- },
- "editStyleLabel": {
- "message": "Modifica",
- "description": "Label for the button to go to the edit style page"
- },
- "installButtonInstalled": {
- "message": "Installato",
- "description": "Text displayed when the style is successfully installed"
- },
- "author": {
- "message": "Autore",
- "description": "Label for the style author"
- },
- "cm_theme": {
- "message": "Tema",
- "description": "Label for the style editor's CSS theme."
- },
- "popupOpenEditInWindow": {
- "message": "Apri editor in una nuova finestra",
- "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
- },
- "backupMessage": {
- "message": "Seleziona un file o trascinalo in questa pagina.",
- "description": "Message for backup"
- },
- "importReportUndone": {
- "message": "gli stili sono stati ripristinati",
- "description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
- },
- "helpKeyMapCommand": {
- "message": "Inserisci il nome di un comando",
- "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
- },
- "description": {
- "message": "Modifica lo stile del Web con Stylus, un gestore di stili utente. Stylus consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
- "description": "Extension description"
- },
- "confirmClose": {
- "message": "Chiudi",
- "description": "'Close' button in a confirm dialog"
- }
- }
|