206 lines
6.9 KiB
JSON
206 lines
6.9 KiB
JSON
{
|
|
"appliesToEverything": {
|
|
"message": "Tutto",
|
|
"description": "Text displayed for styles that apply to all sites"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"helpAlt": {
|
|
"message": "Guida",
|
|
"description": "Alternate text for help buttons"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"styleInstall": {
|
|
"message": "Installare \"$stylename$\" in Stylus?",
|
|
"description": "Confirmation when installing a style",
|
|
"placeholders": {
|
|
"stylename": {
|
|
"content": "$1"
|
|
}
|
|
}
|
|
},
|
|
"disableStyleLabel": {
|
|
"message": "Disattiva",
|
|
"description": "Label for the button to disable a style"
|
|
},
|
|
"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"
|
|
},
|
|
"updateCheckFailServerUnreachable": {
|
|
"message": "Aggiornamento non riuscito: server non raggiungibile.",
|
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
},
|
|
"deleteStyleConfirm": {
|
|
"message": "Vuoi eliminare questo stile?",
|
|
"description": "Confirmation before deleting a style"
|
|
},
|
|
"appliesDisplay": {
|
|
"message": "Applica a: $applies$",
|
|
"description": "Text on the manage screen to describe what the style applies to",
|
|
"placeholders": {
|
|
"applies": {
|
|
"content": "$1"
|
|
}
|
|
}
|
|
},
|
|
"styleSectionsTitle": {
|
|
"message": "Sezioni",
|
|
"description": "Title for the style sections section"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"appliesLabel": {
|
|
"message": "Vale per",
|
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
},
|
|
"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"
|
|
},
|
|
"sectionRemove": {
|
|
"message": "Rimuovi sezione",
|
|
"description": "Label for the button to remove a section"
|
|
},
|
|
"updateCompleted": {
|
|
"message": "Aggiornamento completato.",
|
|
"description": "Text that displays when an update completed"
|
|
},
|
|
"checkingForUpdate": {
|
|
"message": "Verifica in corso...",
|
|
"description": "Text to display when checking a style for an update"
|
|
},
|
|
"sectionCode": {
|
|
"message": "Codice",
|
|
"description": "Label for the code for a section"
|
|
},
|
|
"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"
|
|
},
|
|
"addStyleTitle": {
|
|
"message": "Aggiunta di stili",
|
|
"description": "Title of the page for adding styles"
|
|
},
|
|
"checkAllUpdates": {
|
|
"message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
|
|
"description": "Label for the button to check all styles for updates"
|
|
},
|
|
"deleteStyleLabel": {
|
|
"message": "Elimina",
|
|
"description": "Label for the button to delete a style"
|
|
},
|
|
"addStyleLabel": {
|
|
"message": "Scrivi nuovo stile",
|
|
"description": "Label for the button to go to the add style page"
|
|
},
|
|
"editStyleLabel": {
|
|
"message": "Modifica",
|
|
"description": "Label for the button to go to the edit style page"
|
|
},
|
|
"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"
|
|
}
|
|
} |