stylus/_locales/it/messages.json

206 lines
6.9 KiB
JSON
Raw Normal View History

2012-04-22 02:12:03 +00:00
{
"appliesToEverything": {
2017-07-12 07:14:37 +00:00
"message": "Tutto",
"description": "Text displayed for styles that apply to all sites"
},
"enableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Attiva",
"description": "Label for the button to enable a style"
},
"styleMissingName": {
2017-07-12 07:14:37 +00:00
"message": "Inserisci un nome.",
"description": "Error displayed when user saves without providing a name"
},
"appliesDomainOption": {
2017-07-12 07:14:37 +00:00
"message": "URL nel dominio",
"description": "Option to make the style apply to the entered string as a domain"
},
"checkForUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Verifica la presenza di aggiornamenti",
"description": "Label for the button to check a single style for an update"
},
"helpAlt": {
2017-07-12 07:14:37 +00:00
"message": "Guida",
"description": "Alternate text for help buttons"
},
"findStylesForSite": {
2017-07-12 07:14:37 +00:00
"message": "Trova più stili per questo sito",
"description": "Text for a link that gets a list of styles for the current site"
},
"manageHeading": {
2017-07-12 07:14:37 +00:00
"message": "Stili installati",
"description": "Heading for the manage page"
},
"styleEnabledLabel": {
2017-07-12 07:14:37 +00:00
"message": "Attivato",
"description": "Label for the enabled state of styles"
},
"styleToMozillaFormatHelp": {
2017-07-12 07:14:37 +00:00
"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": {
2017-07-12 07:14:37 +00:00
"message": "Aggiungi un'altra sezione",
"description": "Label for the button to add a section"
},
"styleSaveLabel": {
2017-07-12 07:14:37 +00:00
"message": "Salva",
"description": "Label for save button for style editing"
},
"appliesAdd": {
2017-07-12 07:14:37 +00:00
"message": "Aggiungi",
"description": "Label for the button to add an 'applies' entry"
},
"appliesRegexpOption": {
2017-07-12 07:14:37 +00:00
"message": "URL corrispondenti all'espressione regolare",
"description": "Option to make the style apply to the entered string as a regular expression"
},
"styleInstall": {
2017-01-30 19:26:25 +00:00
"message": "Installare \"$stylename$\" in Stylus?",
2017-07-12 07:14:37 +00:00
"description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"disableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Disattiva",
"description": "Label for the button to disable a style"
},
"styleCancelEditLabel": {
2017-07-12 07:14:37 +00:00
"message": "Torna a gestione",
"description": "Label for cancel button for style editing"
},
"styleChangesNotSaved": {
2017-07-12 07:14:37 +00:00
"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": {
2017-07-12 07:14:37 +00:00
"message": "Aggiornamento non riuscito: server non raggiungibile.",
"description": "Text that displays when an update check failed because the update server is unreachable"
},
"deleteStyleConfirm": {
2017-07-12 07:14:37 +00:00
"message": "Vuoi eliminare questo stile?",
"description": "Confirmation before deleting a style"
},
"appliesDisplay": {
"message": "Applica a: $applies$",
2017-07-12 07:14:37 +00:00
"description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"styleSectionsTitle": {
2017-07-12 07:14:37 +00:00
"message": "Sezioni",
"description": "Title for the style sections section"
},
"editStyleTitle": {
"message": "Modifica dello stile $stylename$",
2017-07-12 07:14:37 +00:00
"description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"updateCheckSucceededNoUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Lo stile è aggiornato.",
"description": "Text that displays when an update check completed and no update is available"
},
"appliesUrlPrefixOption": {
2017-07-12 07:14:37 +00:00
"message": "URL che iniziano con",
"description": "Option to make the style apply to the entered string as a URL prefix"
},
"sectionHelp": {
2017-07-12 07:14:37 +00:00
"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": {
2017-07-12 07:14:37 +00:00
"message": "Nessuno stile installato per questo sito.",
"description": "Text displayed when no styles are installed for the current site"
},
"appliesDisplayTruncatedSuffix": {
2017-07-12 07:14:37 +00:00
"message": "e altro ancora",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
},
"appliesRemove": {
2017-07-12 07:14:37 +00:00
"message": "Rimuovi",
"description": "Label for the button to remove an 'applies' entry"
},
"appliesLabel": {
2017-07-12 07:14:37 +00:00
"message": "Vale per",
"description": "Label for 'applies to' fields on the edit/add screen"
},
"openManage": {
2017-07-12 07:14:37 +00:00
"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$.",
2017-07-12 07:14:37 +00:00
"description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
},
"appliesSpecify": {
2017-07-12 07:14:37 +00:00
"message": "Specifica",
"description": "Label for the button to make a style apply only to specific sites"
},
"installUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Installa aggiornamento",
"description": "Label for the button to install an update for a single style"
},
"sectionRemove": {
2017-07-12 07:14:37 +00:00
"message": "Rimuovi sezione",
"description": "Label for the button to remove a section"
},
"updateCompleted": {
2017-07-12 07:14:37 +00:00
"message": "Aggiornamento completato.",
"description": "Text that displays when an update completed"
},
"checkingForUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Verifica in corso...",
"description": "Text to display when checking a style for an update"
},
"sectionCode": {
2017-07-12 07:14:37 +00:00
"message": "Codice",
"description": "Label for the code for a section"
},
"appliesHelp": {
2017-07-12 07:14:37 +00:00
"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": {
2017-07-12 07:14:37 +00:00
"message": "Modifica di stili",
"description": "Title of the page for editing styles"
},
"addStyleTitle": {
2017-07-12 07:14:37 +00:00
"message": "Aggiunta di stili",
"description": "Title of the page for adding styles"
},
"checkAllUpdates": {
2017-07-12 07:14:37 +00:00
"message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
"description": "Label for the button to check all styles for updates"
},
"deleteStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Elimina",
"description": "Label for the button to delete a style"
},
"addStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Scrivi nuovo stile",
"description": "Label for the button to go to the add style page"
},
"editStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Modifica",
"description": "Label for the button to go to the edit style page"
},
"description": {
2017-07-12 07:14:37 +00:00
"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"
}
2017-07-12 07:14:37 +00:00
}