1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[loc] small improvements to Italian translation

This commit is contained in:
ROBERTO 2014-04-24 00:19:22 +01:00 committed by Pete Batard
parent daa7a6effd
commit 5e39c9c71f
2 changed files with 9 additions and 9 deletions

View file

@ -4387,7 +4387,7 @@ t IDC_START "Avvia"
t IDS_ADVANCED_OPTIONS_GRP "Opzioni avanzate"
m IDC_ADVANCED +31,0
t IDC_ENABLE_FIXED_DISKS "Elenca dischi fissi USB"
t IDC_EXTRA_PARTITION "Aggiungi correzzioni per vecchi BIOS"
t IDC_EXTRA_PARTITION "Aggiungi correzioni per vecchi BIOS"
t IDC_RUFUS_MBR "Usa MBR Rufus con ID BIOS:"
m IDC_DISK_ID 3,0
@ -4473,7 +4473,7 @@ t MSG_015 "Settimanale"
t MSG_016 "Mensile"
t MSG_017 "Personalizzato"
t MSG_018 "Versione installata: %d.%d.%d (Build %d)"
t MSG_019 "Versione più recente: %d.%d.%d (Build %d)"
t MSG_019 "Versione aggiornata: %d.%d.%d (Build %d)"
t MSG_020 "byte"
t MSG_021 "KB"
t MSG_022 "MB"
@ -4485,7 +4485,7 @@ t MSG_027 "kilobyte"
t MSG_028 "megabyte"
t MSG_029 "Predefinito"
t MSG_030 "%s (predefinito)"
t MSG_031 "Sschema partizione %s per computer con BIOS o UEFI"
t MSG_031 "Schema partizione %s per computer con BIOS o UEFI"
t MSG_032 "Schema partizione %s per computer con BIOS"
t MSG_033 "Schema partizione %s per computer con UEFI"
t MSG_034 "%d test"

View file

@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 206, 329
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rufus 1.4.7.455"
CAPTION "Rufus 1.4.7.456"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
@ -165,7 +165,7 @@ END
RTL_IDD_DIALOG DIALOGEX 12, 12, 206, 329
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL
CAPTION "Rufus 1.4.7.455"
CAPTION "Rufus 1.4.7.456"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
@ -427,8 +427,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,7,455
PRODUCTVERSION 1,4,7,455
FILEVERSION 1,4,7,456
PRODUCTVERSION 1,4,7,456
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -445,13 +445,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.4.7.455"
VALUE "FileVersion", "1.4.7.456"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "1.4.7.455"
VALUE "ProductVersion", "1.4.7.456"
END
END
BLOCK "VarFileInfo"