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

Commit

Permalink
Merge pull request #8701 from Denisov21/patch-11
Browse files Browse the repository at this point in the history
Update strings.js (Italian Translate for Brackets 0.43)
  • Loading branch information
ingorichter committed Aug 8, 2014
2 parents f30febb + 7f7a5b3 commit 2b4f9d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nls/it/strings.js
Expand Up @@ -210,9 +210,9 @@ define({
*/
"STATUSBAR_CURSOR_POSITION" : "Linea {0}, Colonna {1}",
"STATUSBAR_SELECTION_CH_SINGULAR" : " \u2014 Selezionata {0} colonna",
"STATUSBAR_SELECTION_CH_PLURAL" : " \u2014 Selezionare {0} colonne",
"STATUSBAR_SELECTION_CH_PLURAL" : " \u2014 Selezionate {0} colonne",
"STATUSBAR_SELECTION_LINE_SINGULAR" : " \u2014 Selezionata {0} linea",
"STATUSBAR_SELECTION_LINE_PLURAL" : " \u2014 Selezionare {0} linee",
"STATUSBAR_SELECTION_LINE_PLURAL" : " \u2014 Selezionate {0} linee",
"STATUSBAR_INDENT_TOOLTIP_SPACES" : "Clicca per passare alla indentazione a spazi",
"STATUSBAR_INDENT_TOOLTIP_TABS" : "Clicca per passare alla indentazione a tabulazione",
"STATUSBAR_INDENT_SIZE_TOOLTIP_SPACES" : "Clicca per cambiare il numero di spazi usati per l’indentazione",
Expand Down Expand Up @@ -348,7 +348,7 @@ define({
"CMD_CHECK_FOR_UPDATE" : "Controlla aggiornamenti",
"CMD_HOW_TO_USE_BRACKETS" : "Come usare {APP_NAME}",
"CMD_FORUM" : "Forum di {APP_NAME}",
"CMD_RELEASE_NOTES" : "Note del lancio",
"CMD_RELEASE_NOTES" : "Note del rilascio",
"CMD_REPORT_AN_ISSUE" : "Segnala un problema",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Mostra cartella estensioni",
"CMD_HOMEPAGE" : "Sito WEB di {APP_TITLE}",
Expand All @@ -362,7 +362,7 @@ define({
// Strings for main-view.html
"EXPERIMENTAL_BUILD" : "Build sperimentale",
"DEVELOPMENT_BUILD" : "Build di sviluppo",
"CMD_SUGGEST" : "Suggerisci una feature",
"CMD_SUGGEST" : "Suggerisci una funzionalità",
"CMD_SUPPORT" : "Supporto per {APP_NAME}",
"RELOAD_FROM_DISK" : "Ricarica dal disco",
"CMD_GET_INVOLVED" : "Far parte",
Expand Down Expand Up @@ -557,5 +557,5 @@ define({
"DOCS_MORE_LINK" : "Leggi tutto"
});

/* Last translation of: 2f5acd9c6fb21330cad0dae16e26bf659859583e*/
/* Last translation of: e04798f182d2833a077e4e110b781e071c997c51*/

0 comments on commit 2b4f9d4

Please sign in to comment.