stylus/_locales/it/messages.json
2014-10-03 15:39:17 -05:00

218 lines
7.6 KiB
JSON

{
"addStyleLabel":{
"message":"Scrivi nuovo stile",
"description":"Label for the button to go to the add style page"
},
"addStyleTitle":{
"message":"Aggiunta di stili",
"description":"Title of the page for adding styles"
},
"appliesAdd":{
"message":"Aggiungi",
"description":"Label for the button to add an 'applies' entry"
},
"appliesDisplay":{
"message":"Applica a: $applies$",
"description":"Text on the manage screen to describe what the style applies to",
"placeholders":{
"applies":{
"content":"$1"
}
}
},
"appliesDisplayTruncatedSuffix":{
"message":"e altro ancora",
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
},
"appliesDomainOption":{
"message":"URL nel dominio",
"description":"Option to make the style apply to the entered string as a domain"
},
"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"
},
"appliesLabel":{
"message":"Vale per",
"description":"Label for 'applies to' fields on the edit\/add screen"
},
"appliesRegexpOption":{
"message":"URL corrispondenti all'espressione regolare",
"description":"Option to make the style apply to the entered string as a regular expression"
},
"appliesRemove":{
"message":"Rimuovi",
"description":"Label for the button to remove an 'applies' entry"
},
"appliesSpecify":{
"message":"Specifica",
"description":"Label for the button to make a style apply only to specific sites"
},
"appliesToEverything":{
"message":"Tutto",
"description":"Text displayed for styles that apply to all sites"
},
"appliesUrlPrefixOption":{
"message":"URL che iniziano con",
"description":"Option to make the style apply to the entered string as a URL prefix"
},
"checkAllUpdates":{
"message":"Verifica la disponibilità di aggiornamenti per tutti gli stili",
"description":"Label for the button to check all styles for updates"
},
"checkForUpdate":{
"message":"Verifica la presenza di aggiornamenti",
"description":"Label for the button to check a single style for an update"
},
"checkingForUpdate":{
"message":"Verifica in corso...",
"description":"Text to display when checking a style for an update"
},
"deleteStyleLabel":{
"message":"Elimina",
"description":"Label for the button to delete a style"
},
"deleteStyleConfirm":{
"message":"Vuoi eliminare questo stile?",
"description":"Confirmation before deleting a style"
},
"description":{
"message":"Modifica lo stile del Web con Stylish, un gestore di stili utente. Stylish consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
"description":"Extension description"
},
"disableStyleLabel":{
"message":"Disattiva",
"description":"Label for the button to disable a style"
},
"editStyleHeading":{
"message":"Modifica di stili",
"description":"Title of the page for editing styles"
},
"editStyleLabel":{
"message":"Modifica",
"description":"Label for the button to go to the edit style page"
},
"editStyleTitle":{
"message":"Modifica dello stile $stylename$",
"description":"Title of the page for editing styles",
"placeholders":{
"stylename":{
"content":"$1"
}
}
},
"enableStyleLabel":{
"message":"Attiva",
"description":"Label for the button to enable a style"
},
"findStylesForSite":{
"message":"Trova più stili per questo sito.",
"description":"Text for a link that gets a list of styles for the current site"
},
"helpAlt":{
"message":"Guida",
"description":"Alternate text for help buttons"
},
"installUpdate":{
"message":"Installa aggiornamento",
"description":"Label for the button to install an update for a single style"
},
"manageHeading":{
"message":"Stili installati",
"description":"Heading for the manage page"
},
"manageText":{
"message":"Visita il sito <a href='http:\/\/userstyles.org'>userstyles.org<\/a> per trovare stili già pronti. Utilizza <a href='http:\/\/forum.userstyles.org'>il forum<\/a> se hai bisogno di aiuto.",
"description":"Help text on the manage page"
},
"noStylesForSite":{
"message":"Nessuno stile installato per questo sito.",
"description":"Text displayed when no styles are installed for the current site"
},
"openManage":{
"message":"Gestisci gli stili installati.",
"description":"Link to open the manage page."
},
"sectionAdd":{
"message":"Aggiungi un'altra sezione",
"description":"Label for the button to add a section"
},
"sectionCode":{
"message":"Codice",
"description":"Label for the code for a section"
},
"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"
},
"sectionRemove":{
"message":"Rimuovi sezione",
"description":"Label for the button to remove a section"
},
"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"
},
"styleEnabledLabel":{
"message":"Attivato",
"description":"Label for the enabled state of styles"
},
"styleInstall":{
"message":"Installare \"$stylename$\" in Stylish?",
"description":"Confirmation when installing a style",
"placeholders":{
"stylename":{
"content":"$1"
}
}
},
"styleMissingName":{
"message":"Inserisci un nome.",
"description":"Error displayed when user saves without providing a name"
},
"styleNameLabel":{
"message":"Nome",
"description":"Label for the name of styles"
},
"styleSaveLabel":{
"message":"Salva",
"description":"Label for save button for style editing"
},
"styleSectionsTitle":{
"message":"Sezioni",
"description":"Title for the style sections section"
},
"styleToMozillaFormat":{
"message":"In formato Mozilla",
"description":"Label for the button that converts the code to Mozilla format"
},
"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 button that converts the code to Mozilla format"
},
"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"
}
}
},
"updateCheckFailServerUnreachable":{
"message":"Aggiornamento non riuscito - server non raggiungibile.",
"description":"Text that displays when an update check failed because the update server is unreachable"
},
"updateCheckSucceededNoUpdate":{
"message":"Lo stile è aggiornato.",
"description":"Text that displays when an update check completed and no update is available"
},
"updateCompleted":{
"message":"Aggiornamento completato.",
"description":"Text that displays when an update completed"
}
}