From 506274687b493f54116679fd6739f30dbeedb1a8 Mon Sep 17 00:00:00 2001 From: Marcello Gianola Date: Fri, 17 Feb 2023 17:35:24 +0000 Subject: [PATCH] [loc] small additional update to the Italian translation --- res/loc/po/it-IT.po | 6 +++--- res/loc/rufus.loc | 4 ++-- src/rufus.rc | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/res/loc/po/it-IT.po b/res/loc/po/it-IT.po index 0e6f7fb5..b421cda1 100644 --- a/res/loc/po/it-IT.po +++ b/res/loc/po/it-IT.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: 3.22\n" "Report-Msgid-Bugs-To: pete@akeo.ie\n" "POT-Creation-Date: 2023-02-17 10:50+0100\n" -"PO-Revision-Date: 2023-02-17 17:08+0000\n" +"PO-Revision-Date: 2023-02-17 17:34+0000\n" "Last-Translator: \n" "Language-Team: \n" "Language: it_IT\n" @@ -1915,7 +1915,7 @@ msgstr "Crea unità avviabili da immagini disco avviabili, incluse quelle compre #. • MSG_914 msgid "Create BIOS or UEFI bootable drives, including UEFI bootable NTFS" -msgstr "Creare unità avviabili BIOS o UEFI, incluso NTFS avviabile UEFI" +msgstr "Crea unità avviabili BIOS o UEFI, incluso NTFS avviabile UEFI" #. • MSG_915 msgid "Create 'Windows To Go' drives" @@ -1923,7 +1923,7 @@ msgstr "Crea unità 'Windows To Go'" #. • MSG_916 msgid "Create Windows 11 installation drives for PCs that don't have TPM or Secure Boot" -msgstr "Creare unità di installazione di Windows 11 per PC che non dispongono di TPM o avvio protetto" +msgstr "Crea unità di installazione di Windows 11 per PC che non dispongono di TPM o avvio protetto" #. • MSG_917 msgid "Create persistent Linux partitions" diff --git a/res/loc/rufus.loc b/res/loc/rufus.loc index 5160f8c6..d6ff7f2d 100644 --- a/res/loc/rufus.loc +++ b/res/loc/rufus.loc @@ -6705,9 +6705,9 @@ t MSG_910 "Formatta USB, flash card unità virtuali in FAT/FAT32/NTFS/UDF/exFAT/ t MSG_911 "Crea unità USB avviabili FreeDOS" t MSG_912 "Crea unità avviabili da ISO avviabili (Windows, Linux, ecc.)" t MSG_913 "Crea unità avviabili da immagini disco avviabili, incluse quelle compresse" -t MSG_914 "Creare unità avviabili BIOS o UEFI, incluso NTFS avviabile UEFI" +t MSG_914 "Crea unità avviabili BIOS o UEFI, incluso NTFS avviabile UEFI" t MSG_915 "Crea unità 'Windows To Go'" -t MSG_916 "Creare unità di installazione di Windows 11 per PC che non dispongono di TPM o avvio protetto" +t MSG_916 "Crea unità di installazione di Windows 11 per PC che non dispongono di TPM o avvio protetto" t MSG_917 "Crea partizioni persistenti Linux" t MSG_918 "Crea immagini VHD/DD dell'unità selezionata" t MSG_919 "Calcola i checksum MD5, SHA-1, SHA-256 e SHA-512 dell'immagine selezionata" diff --git a/src/rufus.rc b/src/rufus.rc index 8b556a33..37049de4 100644 --- a/src/rufus.rc +++ b/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.22.1971" +CAPTION "Rufus 3.22.1972" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -392,8 +392,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,22,1971,0 - PRODUCTVERSION 3,22,1971,0 + FILEVERSION 3,22,1972,0 + PRODUCTVERSION 3,22,1972,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -411,13 +411,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.22.1971" + VALUE "FileVersion", "3.22.1972" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2023 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.22.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.22.1971" + VALUE "ProductVersion", "3.22.1972" END END BLOCK "VarFileInfo"