Merge pull request #2053 from hpwamr/mui

MUI - Update translation in it-IT
This commit is contained in:
Pairi Daiza 2020-03-03 16:11:28 +01:00 committed by GitHub
commit 27cded38bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
3
4

View File

@ -447,16 +447,16 @@ BEGIN
BEGIN
POPUP "&Rendering"
BEGIN
MENUITEM "Default &GDI (no ligatures)", IDM_SET_RENDER_TECH_DEFAULT
MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D
MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN
MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC
MENUITEM "Default &GDI (senza legature)", IDM_SET_RENDER_TECH_DEFAULT
MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D
MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN
MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC
END
POPUP "Bidirezionale"
BEGIN
MENUITEM "Nessuno", IDM_SET_BIDIRECTIONAL_NONE
MENUITEM "Da SX a DX", IDM_SET_BIDIRECTIONAL_L2R
MENUITEM "Da DX a SX", IDM_SET_BIDIRECTIONAL_R2L
MENUITEM "Nessuno", IDM_SET_BIDIRECTIONAL_NONE
MENUITEM "Da SX a DX", IDM_SET_BIDIRECTIONAL_L2R
MENUITEM "Da DX a SX", IDM_SET_BIDIRECTIONAL_R2L
END
END
POPUP "Configurazione &avanzata"

View File

@ -146,7 +146,7 @@ BEGIN
"Il file ""%s"" non può essere salvato e potrebbe essere protetto.\n\nVuoi aprire %s con diritti amministrativi?"
IDS_MUI_ERR_ADMINEXE "Nessun eseguibile di administration trovato.\nControllare https://rizonesoft.com?"
IDS_MUI_WARN_LOAD_BIG_FILE
"Sei sicuro di voler aprire questo file grande?\n\t(dimensione: %s >= %s)!\n(Styling and Syntax Highlighting will not be applied!)"
"Sei sicuro di voler aprire questo file grande?\n\t(dimensione: %s >= %s)!\n(Le evidenziature di stile e sintassi non saranno applicate!)"
IDS_MUI_ERR_FILE_TOO_LARGE
"Impossibile gestire un file così grande (dimensione: %s)!"
IDS_MUI_WARN_UNKNOWN_EXT

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.303.3"
version="5.20.303.4"
type="win32"
/>
<description>Notepad3 RC2</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 303
#define VERSION_BUILD 3
#define VERSION_BUILD 4
#define SCINTILLA_VER 431
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27