From 8cd59d7e6dfb3d1cc06f8a99d100eabaf2d75fe9 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 7 May 2018 12:59:24 +0100 Subject: [PATCH] [loc] fix missing messages for Portuguese and Russian translation --- res/localization/rufus.loc | 8 +++++--- src/rufus.rc | 10 +++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index e673e2ab..3767b53e 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -12592,6 +12592,7 @@ t MSG_275 "A imagem selecionada é uma imagem 'ISOHybrid'. Isto significa que po "Selecione o modo que realmente pretende para escrever esta imagem:" t MSG_276 "Escrever no modo %s (Recomendado)" t MSG_277 "Escrever no modo %s" +t MSG_278 "A verificar processos em conflito..." t MSG_279 "Não inicializável" t MSG_280 "Disco ou imagem ISO" t MSG_281 "%s (Por favor, selecione)" @@ -12616,9 +12617,9 @@ t MSG_298 "O ficheiro ISO selecionado não corresponde ao tamanho declarado: fal "da Internet, deve tentar transferir uma nova cópia e verificar se os checksums MD5 ou SHA correspondem aos oficiais.\n\n" "Rufus que pode calcular o MD5 ou SHA se clicar no botão (✓)." t MSG_299 "Erro de validação de data/hora" -t MSG_300 "Rufus could not validate that the timestamp of the downloaded update is more recent than the one for the " - "current executable.\n\nIn order to prevent potential attack scenarios, the update process has been aborted and " - "the download will be deleted. Please check the log for more details." +t MSG_300 "Não foi possível ao Rufus confirmar que a data e hora da atualização transferida é mais recente que a do " + "executável atual.\n\nPara evitar possíveis cenários de ataque informático, o processo de atualização foi cancelado e " + "o ficheiro transferido será apagado. Por favor, verifique o registo para mais detalhes." t MSG_301 "Mostrar configurações da aplicação" t MSG_302 "Mostrar informações acerca da aplicação" t MSG_303 "Mostrar registo de eventos" @@ -13423,6 +13424,7 @@ t MSG_255 "NoDriveTypeAutorun будет удален при выходе" t MSG_256 "Обнаружен фальшивый диск" t MSG_257 "Joliet поддержка" t MSG_258 "Rock Ridge поддержка" +t MSG_259 "Принудительное обновление" t MSG_260 "NTFS-компрессия" t MSG_261 "Запись образа: %0.1f%% выполнено" t MSG_262 "Отключение поддержки ISO" diff --git a/src/rufus.rc b/src/rufus.rc index 6898e99a..74b99835 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.0.1265" +CAPTION "Rufus 3.0.1266" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -389,8 +389,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,1265,0 - PRODUCTVERSION 3,0,1265,0 + FILEVERSION 3,0,1266,0 + PRODUCTVERSION 3,0,1266,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -407,13 +407,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.0.1265" + VALUE "FileVersion", "3.0.1266" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", " 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.0.1265" + VALUE "ProductVersion", "3.0.1266" END END BLOCK "VarFileInfo"