mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
parent
30f940308a
commit
f5fb5586c6
3 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Project-Id-Version: 3.5\n"
|
||||
"Report-Msgid-Bugs-To: pete@akeo.ie\n"
|
||||
"POT-Creation-Date: 2019-03-19 08:16+0100\n"
|
||||
"PO-Revision-Date: 2019-03-19 13:03+0000\n"
|
||||
"PO-Revision-Date: 2019-03-31 22:16+0100\n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -905,7 +905,7 @@ msgstr ""
|
|||
"\n"
|
||||
"A causa di un *BUG MICROSOFT*, questo supporto si arresta in modo anomalo durante l'avvio di Windows (Blue Screen Of Death), a meno che non si sostituisca manualmente il file 'WppRecorder.sys' con una versione 1803.\n"
|
||||
"\n"
|
||||
"Nota inoltre che il motivo per cui Rufus non può risolvere automaticamente questo problema è che 'WppRecorder.sys' è un file protetto da copyright di Microsoft, quindi non è possibile incorporarlo legalmente una copia del file nell'applicazione ..."
|
||||
"Nota inoltre che il motivo per cui Rufus non può risolvere automaticamente questo problema è che 'WppRecorder.sys' è un file protetto da copyright di Microsoft, quindi non è possibile incorporare legalmente una copia del file nell'applicazione..."
|
||||
|
||||
#. • MSG_134
|
||||
msgid ""
|
||||
|
|
|
@ -6523,7 +6523,7 @@ t MSG_129 "Hai appena creato un media che utilizza il bootloader UEFI:NTFS.\nRic
|
|||
t MSG_130 "Selezione immagine Windows"
|
||||
t MSG_131 "Questa immagine ISO contiene più immagini di Windows.\nSeleziona l'immagine che vuoi usare per questa installazione:"
|
||||
t MSG_132 "Un altro programma o processo sta accedendo a questa unità. \nVuoi formattare comunque l'unità?"
|
||||
t MSG_133 "Rufus ha rilevato che stai tentando di creare un media 'Windows To Go' basato su una ISO 1809.\n\nA causa di un *BUG MICROSOFT*, questo supporto si arresta in modo anomalo durante l'avvio di Windows (Blue Screen Of Death), a meno che non si sostituisca manualmente il file 'WppRecorder.sys' con una versione 1803.\n\nNota inoltre che il motivo per cui Rufus non può risolvere automaticamente questo problema è che 'WppRecorder.sys' è un file protetto da copyright di Microsoft, quindi non è possibile incorporarlo legalmente una copia del file nell'applicazione ..."
|
||||
t MSG_133 "Rufus ha rilevato che stai tentando di creare un media 'Windows To Go' basato su una ISO 1809.\n\nA causa di un *BUG MICROSOFT*, questo supporto si arresta in modo anomalo durante l'avvio di Windows (Blue Screen Of Death), a meno che non si sostituisca manualmente il file 'WppRecorder.sys' con una versione 1803.\n\nNota inoltre che il motivo per cui Rufus non può risolvere automaticamente questo problema è che 'WppRecorder.sys' è un file protetto da copyright di Microsoft, quindi non è possibile incorporare legalmente una copia del file nell'applicazione..."
|
||||
t MSG_134 "Poiché è stato selezionato 'MBR' per lo schema partizione, Rufus può creare su questo supporto solo una partizione fino ad un amx di 2 TB, che lascerà %s di spazio su disco non disponibile.\n\nSei sicuro di voler continuare?"
|
||||
t MSG_135 "Versione"
|
||||
t MSG_137 "Edizione"
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDD_DIALOG DIALOGEX 12, 12, 232, 326
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_ACCEPTFILES
|
||||
CAPTION "Rufus 3.5.1503"
|
||||
CAPTION "Rufus 3.5.1504"
|
||||
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
|
||||
|
@ -394,8 +394,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,5,1503,0
|
||||
PRODUCTVERSION 3,5,1503,0
|
||||
FILEVERSION 3,5,1504,0
|
||||
PRODUCTVERSION 3,5,1504,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -413,13 +413,13 @@ BEGIN
|
|||
VALUE "Comments", "https://akeo.ie"
|
||||
VALUE "CompanyName", "Akeo Consulting"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "3.5.1503"
|
||||
VALUE "FileVersion", "3.5.1504"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2019 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus-3.5.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "3.5.1503"
|
||||
VALUE "ProductVersion", "3.5.1504"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue