diff --git a/res/loc/po/nb-NO.po b/res/loc/po/nb-NO.po index 00c66be3..bb19d079 100644 --- a/res/loc/po/nb-NO.po +++ b/res/loc/po/nb-NO.po @@ -1839,7 +1839,7 @@ msgstr "Ikke gi Windows To Go tilgang til interne harddisker" #. • MSG_333 msgid "Create a local account with username:" -msgstr "Lag en lokal brukerkongot med med brukernavnet:" +msgstr "Lag en lokal brukerkonto med brukernavnet:" #. • MSG_334 msgid "Set regional options to the same values as this user's" diff --git a/res/loc/rufus.loc b/res/loc/rufus.loc index 6456538f..2fc43bf6 100644 --- a/res/loc/rufus.loc +++ b/res/loc/rufus.loc @@ -9575,7 +9575,7 @@ t MSG_329 "Fjern krav om 4GB+ RAM, Secure Boot og TPM 2.0" t MSG_330 "Fjern krav om en Microsoft konto" t MSG_331 "SlÃ¥ av all datainnsamling (hopp over spørsmÃ¥lene)" t MSG_332 "Ikke gi Windows To Go tilgang til interne harddisker" -t MSG_333 "Lag en lokal brukerkongot med med brukernavnet:" +t MSG_333 "Lag en lokal brukerkonto med brukernavnet:" t MSG_334 "Sett regionale instillinger til det samme som den aktive brukerkontoen" t MSG_335 "Deaktiver BitLocker kryptering av enheten" t MSG_336 "Behold log" diff --git a/src/rufus.rc b/src/rufus.rc index d2909e36..f8d1391a 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 4.4.2093" +CAPTION "Rufus 4.4.2094" 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 4,4,2093,0 - PRODUCTVERSION 4,4,2093,0 + FILEVERSION 4,4,2094,0 + PRODUCTVERSION 4,4,2094,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", "4.4.2093" + VALUE "FileVersion", "4.4.2094" 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-4.4.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "4.4.2093" + VALUE "ProductVersion", "4.4.2094" END END BLOCK "VarFileInfo"