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

Commit cea666f

Browse files
committed
Merge pull request #8569 from Denisov21/patch-10
String.js (Italian Language) for Release 0.42
2 parents 9c6affa + e04798f commit cea666f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

src/nls/it/strings.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ define({
390390
"BASEURL_ERROR_INVALID_CHAR" : "I caratteri speciali come '{0}' devono essere %-encodate.",
391391
"BASEURL_ERROR_UNKNOWN_ERROR" : "Trovato un carattere sconosciuto durante l'analisi del URL di base",
392392

393+
// Strings for themes-settings.html and themes-general.html
394+
"CURRENT_THEME" : "Tema attuale",
395+
"USE_THEME_SCROLLBARS" : "Utilizzare le barre di scorrimento a tema",
396+
"FONT_SIZE" : "Dimensioni carattere",
397+
"FONT_FAMILY" : "Tipo di carattere",
398+
399+
393400
// CSS Quick Edit
394401
"BUTTON_NEW_RULE" : "Nuova regola",
395402

@@ -436,6 +443,9 @@ define({
436443
// For NOT_FOUND_ERR, see generic strings above
437444
"EXTENSION_MANAGER_TITLE" : "Manager delle Estensioni",
438445
"EXTENSION_MANAGER_ERROR_LOAD" : "Impossibile accedere al registro delle estensioni. Riprova più tardi.",
446+
"INSTALL_EXTENSION_DRAG" : "Trascina .zip qui o",
447+
"INSTALL_EXTENSION_DROP" : "Rilascia .zip per l'installazione",
448+
"INSTALL_EXTENSION_DROP_ERROR" : "Installazione/Aggiornamento interrotto a causa dei seguenti errori:",
439449
"INSTALL_FROM_URL" : "Installo dall’indirizzo URL\u2026",
440450
"EXTENSION_AUTHOR" : "Autore",
441451
"EXTENSION_DATE" : "Data",
@@ -447,6 +457,9 @@ define({
447457
"EXTENSION_MORE_INFO" : "Più info...",
448458
"EXTENSION_ERROR" : "Errore di estensione",
449459
"EXTENSION_KEYWORDS" : "Parole chiave",
460+
"EXTENSION_TRANSLATED_USER_LANG" : "Tradotto in {0} lingue, inclusa la tua",
461+
"EXTENSION_TRANSLATED_GENERAL" : "Tradotto in {0} lingue",
462+
"EXTENSION_TRANSLATED_LANGS" : "Questa estensione è stata tradotta in queste lingue: {0}",
450463
"EXTENSION_INSTALLED" : "Installata",
451464
"EXTENSION_UPDATE_INSTALLED" : "Questo aggiornamento dell’estensione è stato scaricato e sarà installato dopo il riavvio di {APP_NAME}.",
452465
"EXTENSION_SEARCH_PLACEHOLDER" : "Cerca",
@@ -528,6 +541,8 @@ define({
528541
"CMD_JUMPTO_DEFINITION" : "Passa alla definizione",
529542
"CMD_SHOW_PARAMETER_HINT" : "Mostra suggerimenti sul parametro",
530543
"NO_ARGUMENTS" : "<nessun parametro>",
544+
"DETECTED_EXCLUSION_TITLE" : "Problema Conseguente File JavaScript",
545+
"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.",
531546

532547
// extensions/default/JSLint
533548
"JSLINT_NAME" : "JSLint",
@@ -542,5 +557,5 @@ define({
542557
"DOCS_MORE_LINK" : "Leggi tutto"
543558
});
544559

545-
/* Last translation of: 46de60683124768aa7f074aa3168f99d23f6c016*/
560+
/* Last translation of: 2f5acd9c6fb21330cad0dae16e26bf659859583e*/
546561

0 commit comments

Comments
 (0)