Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Update strings.js for Italian language (Brackets 0.44) #9422

Closed
wants to merge 1 commit into from
Closed
Changes from all 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
15 changes: 12 additions & 3 deletions src/nls/it/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ define({
"NO_MODIFICATION_ALLOWED_ERR_FILE" : "Non hai i permessi necessari per effettuare la modifica.",
"CONTENTS_MODIFIED_ERR" : "Il file è stato modificato fuori {APP_NAME}.",
"UNSUPPORTED_ENCODING_ERR" : "Il file non è testo codificato in UTF-8",
"UNSUPPORTED_FILE_TYPE_ERR" : "Il file non è un tipo di file supportato.",
"FILE_EXISTS_ERR" : "Il file è già presente.",
"FILE" : "file",
"DIRECTORY" : "cartella",
Expand Down Expand Up @@ -211,6 +210,16 @@ define({
"BOTTOM" : "Inferiore",
"LEFT" : "Sinistra",
"RIGHT" : "Destra",

"CMD_SPLITVIEW_NONE" : "Nessuna Divisione",
"CMD_SPLITVIEW_VERTICAL" : "Dividere Verticalmente",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please fix the indentation for these lines.

"CMD_SPLITVIEW_HORIZONTAL" : "Dividere Orrizontalmente",
"SPLITVIEW_MENU_TOOLTIP" : "Dividere l'editor verticalmente o orizzontalmente",
"GEAR_MENU_TOOLTIP" : "Configura le impostazioni di lavoro",

"SPLITVIEW_INFO_TITLE" : "Già aperto",
"SPLITVIEW_MULTIPANE_WARNING" : "Il file è già aperto in un altro riquadro. {APP_NAME} sarà presto possibile aprire lo stesso file in più di un riquadro. Fino ad allora, il file verrà mostrato nel riquadro che è già aperto.<br /><br />(Tu vedrai questo messaggio solo una volta.)",


/**
* Keyboard modifier names
Expand Down Expand Up @@ -572,7 +581,7 @@ define({
"CMD_SHOW_PARAMETER_HINT" : "Mostra suggerimenti sul parametro",
"NO_ARGUMENTS" : "<nessun parametro>",
"DETECTED_EXCLUSION_TITLE" : "Problema Conseguente File JavaScript",
"DETECTED_EXCLUSION_INFO" : "Brackets ha dei problemi per elaborare il file:<br><br>{0}<br><br>This file will no longer be processed for code hints and jump to definition. To turn this back on, open <code>.brackets.json</code> nel tuo progetto e rimuovi il file da jscodehints.detectedExclusions.",
"DETECTED_EXCLUSION_INFO" : "Brackets ha dei problemi nel elaborare il processo <span class='dialog-filename'>{0}</span>.<br><br> Questo file non sarà più elaborato per i Suggerimenti sul codice, Vai a definizione o Modifica rapida. Per riattivare questo file , aprire <code>.brackets.json</code> nel progetto e modificare <code>jscodehints.detectedExclusions</code>.<br><br>Questo è probabilmente un bug di Brackets. Se è possibile fornire una copia di questo file, <a href='https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue'>un bug</a> con un collegamento al file denominato qui.",

// extensions/default/JSLint
"JSLINT_NAME" : "JSLint",
Expand All @@ -587,5 +596,5 @@ define({
"DOCS_MORE_LINK" : "Leggi tutto"
});

/* Last translation of: 0f21bf6b9740a302609ad0111c5cf0ae1951c3d4*/
/* Last translation of: 91b392bf349ece5058595b26a11c651697ee7ff6*/