mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2053 from hpwamr/mui
MUI - Update translation in it-IT
This commit is contained in:
commit
27cded38bf
@ -1 +1 @@
|
||||
3
|
||||
4
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.303.3"
|
||||
version="5.20.303.4"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC2</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user