Skip to content

Commit

Permalink
[iso] fix an assertion with mt86plus_7.00_64.grub.iso
Browse files Browse the repository at this point in the history
* Also fix a couple typos in Brazilian Portuguese translation.
  • Loading branch information
pbatard committed May 6, 2024
1 parent ddc7f1b commit 2106be0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions res/loc/po/pt-BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: 4.5\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-05-01 14:24-0300\n"
"PO-Revision-Date: 2024-05-01 16:45-0300\n"
"PO-Revision-Date: 2024-05-04 12:06+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
Expand Down Expand Up @@ -1853,7 +1853,7 @@ msgid ""
"Note: The file will be downloaded in the application's directory and will be reused automatically if present."
msgstr ""
"Um arquivo adicional ('diskcopy.dll') precisa ser baixado da Microsoft para instalar o MS-DOS:\n"
"- Selecione 'Sim\" para se conectar à Internet e baixá-lo\n"
"- Selecione 'Sim' para se conectar à Internet e baixá-lo\n"
"- Selecione 'Não' para cancelar a operação\n"
"\n"
"Nota: O arquivo será baixado no diretório da aplicação e será reutilizado automaticamente caso presente."
Expand Down Expand Up @@ -1901,7 +1901,7 @@ msgid ""
"- Select 'No' to cancel the operation"
msgstr ""
"Alguns dados adicionais precisam ser baixados da Microsoft para usar essa funcionalidade:\n"
"- Selecione 'Sim\" para se conectar à Internet e baixá-los\n"
"- Selecione 'Sim' para se conectar à Internet e baixá-los\n"
"- Selecione 'Não' para cancelar a operação"

#. • MSG_346
Expand Down
6 changes: 3 additions & 3 deletions res/loc/rufus.loc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#########################################################################

# List of all languages included in this file (with version)
# • v4.5 "en-US" "English (English)"
# • v4.5 "en-US" "English (English)"
# • v4.5 "ar-SA" "Arabic (العربية)"
# • v3.22 "bg-BG" "Bulgarian (Български)"
# • v4.5 "zh-CN" "Chinese Simplified (简体中文)"
Expand Down Expand Up @@ -10917,15 +10917,15 @@ t MSG_333 "Criar uma conta local com nome de usuário:"
t MSG_334 "Definir as opções regionais com os mesmos valores deste usuário"
t MSG_335 "Desativar a encriptação automática BitLocker"
t MSG_336 "Registo persistente"
t MSG_337 "Um arquivo adicional ('diskcopy.dll') precisa ser baixado da Microsoft para instalar o MS-DOS:\n- Selecione 'Sim\" para se conectar à Internet e baixá-lo\n- Selecione 'Não' para cancelar a operação\n\nNota: O arquivo será baixado no diretório da aplicação e será reutilizado automaticamente caso presente."
t MSG_337 "Um arquivo adicional ('diskcopy.dll') precisa ser baixado da Microsoft para instalar o MS-DOS:\n- Selecione 'Sim' para se conectar à Internet e baixá-lo\n- Selecione 'Não' para cancelar a operação\n\nNota: O arquivo será baixado no diretório da aplicação e será reutilizado automaticamente caso presente."
t MSG_338 "Detectado carregador de inicialização UEFI revogado"
t MSG_339 "Rufus detectou que o ISO selecionado contém um carregador de inicialização UEFI que foi revogado e produzirá %s quando Secure Boot estiver habilitado em um sistema UEFI atualizado.\n\n- Se você obteve essa imagem ISO de uma fonte não confiável, você deve considerar a possibilidade da mesma conter malware UEFI e evitar inicializar através dela.\n- Se você a obteve de uma fonte confiável, você deve tentar achar uma versão mais recente, que não produza este aviso."
t MSG_340 "uma tela \"Security Violation\""
t MSG_341 "uma tela de Reparo do Windows (BSOD) com '%s'"
t MSG_342 "Imagem VHDX comprimida"
t MSG_343 "Imagem VHD não comprimida"
t MSG_344 "Imagem Full Flash Update"
t MSG_345 "Alguns dados adicionais precisam ser baixados da Microsoft para usar essa funcionalidade:\n- Selecione 'Sim\" para se conectar à Internet e baixá-los\n- Selecione 'Não' para cancelar a operação"
t MSG_345 "Alguns dados adicionais precisam ser baixados da Microsoft para usar essa funcionalidade:\n- Selecione 'Sim' para se conectar à Internet e baixá-los\n- Selecione 'Não' para cancelar a operação"
t MSG_346 "Restringir Windows ao modo S (INCOMPATÍVEL com remoção de exigência de conta online)"
t MSG_347 "Modo Especialista"
t MSG_348 "Extraindo arquivos: %s"
Expand Down
2 changes: 1 addition & 1 deletion src/libcdio/iso9660/iso9660_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ iso9660_ifs_read_superblock (iso9660_t *p_iso,
if (p_iso->boot_img[j].lsn == 0)
continue;
/* Find the closest LSN after the one from this image */
cdio_assert(p_iso->boot_img[j].lsn < next_lsn);
cdio_assert(p_iso->boot_img[j].lsn <= next_lsn);
for (k = 0; k < MAX_BOOT_IMAGES; k++) {
if (p_iso->boot_img[k].lsn > p_iso->boot_img[j].lsn &&
p_iso->boot_img[k].lsn < next_lsn)
Expand Down
10 changes: 5 additions & 5 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2156"
CAPTION "Rufus 4.5.2157"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
Expand Down Expand Up @@ -397,8 +397,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,5,2156,0
PRODUCTVERSION 4,5,2156,0
FILEVERSION 4,5,2157,0
PRODUCTVERSION 4,5,2157,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -416,13 +416,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.5.2156"
VALUE "FileVersion", "4.5.2157"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2024 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.5.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.5.2156"
VALUE "ProductVersion", "4.5.2157"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2106be0

Please sign in to comment.