Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion src/nls/it/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ define({
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>", // We shoudl use normal dashes on Windows instead of em dash eventually
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Si è verificato un errore nel recuperare le informazioni aggiornate",
"ERROR_FETCHING_UPDATE_INFO_MSG" : "Si è verificato un errore nel recuperare le informazioni aggiornate dal server. Assicurati di essere connesso a internet e riprova.",
"ERROR_CSSQUICKEDIT_BETWEENCLASSES" : "CSS Quick Edit: posiziona il cursore sul nome di una classe singola.",
"ERROR_CSSQUICKEDIT_CLASSNOTFOUND" : "CSS Quick Edit: attributo classe incompleto",
"ERROR_CSSQUICKEDIT_IDNOTFOUND" : "CSS Quick Edit: attributo id incompleto",
"ERROR_CSSQUICKEDIT_UNSUPPORTEDATTR" : "CSS Quick Edit: posiziona il cursore su etichetta, classe, oppure id",
"ERROR_JSQUICKEDIT_FUNCTIONNOTFOUND" : "JS Quick Edit: posiziona il cursore su nome della funziona",
"EDIT_FILE_FILTER" : "Modifica\u2026",
"ERROR_QUICK_DOCS_PROVIDER_NOT_FOUND" : "Quick Docs non disponibile per posizione attuale del cursore",
"ERROR_QUICK_EDIT_PROVIDER_NOT_FOUND" : "Quick Edit non disponibile per posizione attuale del cursore"
"ERROR_TIMINGQUICKEDIT_INVALIDSYNTAX" : "Funzione CSS Timing Quick Edit: sintassi invalida",
"FILE_FILTER_CLIPPED_SUFFIX" : "e {0} in più ",

/**
* ProjectManager
Expand Down Expand Up @@ -263,6 +273,8 @@ define({
"CMD_DELETE_LINES" : "Elimina linea",
"CMD_COMMENT" : "Commenta/De-commenta linee",
"CMD_BLOCK_COMMENT" : "Commenta/De-commenta blocco",
"CMD_ADD_NEXT_MATCH" : "Aggiungi la prossima correspondenza alla selezione",
"CMD_SKIP_CURRENT_MATCH" : "Salta e aggiungi prossima correspondenza",
"CMD_LINE_UP" : "Sposta la riga in alto",
"CMD_LINE_DOWN" : "Sposta la riga in basso",
"CMD_OPEN_LINE_ABOVE" : "Apri linea sopra",
Expand Down Expand Up @@ -315,12 +327,18 @@ define({
"CMD_SHOW_EXTENSIONS_FOLDER" : "Mostra cartella estensioni",
"CMD_TWITTER" : "{TWITTER_NAME} su Twitter",
"CMD_ABOUT" : "Informazioni su {APP_TITLE}",
"CMD_SHOW_IN_EXPLORER" : "Mostra in Explorer",
"CMD_SHOW_IN_FINDER" : "Mostra nel finder",

"CMD_OPEN_PREFERENCES" : "Apri il file delle preferenze",

// Strings for main-view.html
"EXPERIMENTAL_BUILD" : "Build sperimentale",
"DEVELOPMENT_BUILD" : "Build di sviluppo",
"CMD_SUGGEST" : "Suggerisci una feature",
"CMD_SUPPORT" : "Supporto per {APP_NAME}",
"RELOAD_FROM_DISK" : "Ricarica dal disco",
"CMD_GET_INVOLVED" : "Far parte",
"KEEP_CHANGES_IN_EDITOR" : "Conserva le modifiche nell’editor",
"CLOSE_DONT_SAVE" : "Chiudi (non salvare)",
"RELAUNCH_CHROME" : "Riavvia Google Chrome",
Expand Down Expand Up @@ -451,6 +469,9 @@ define({
"CMD_ENABLE_NODE_DEBUGGER" : "Abilita Node Debugger",
"CMD_LOG_NODE_STATE" : "Registra i Log Node State nella Console",
"CMD_RESTART_NODE" : "Riavvia Node",
"CMD_SHOW_ERRORS_IN_STATUS_BAR" : "Mostra errori nella barra di stato",
"ERRORS" : "Errori",


"LANGUAGE_TITLE" : "Cambia la lingua",
"LANGUAGE_MESSAGE" : "Lingua:",
Expand Down Expand Up @@ -491,4 +512,4 @@ define({
"DOCS_MORE_LINK" : "Leggi tutto"
});

/* Last translation of: 9b6c0bdafc63db035ffba98c008700e8cef1f19b */
/* Last translation of: 9b6c0bdafc63db035ffba98c008700e8cef1f19b */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be updated to mach the SHA of Brackets upstream when you last updated from the English strings