From 0915370cc8ea9db07385f5927f5def4afd576ae3 Mon Sep 17 00:00:00 2001 From: Dinis Medeiros Date: Tue, 10 May 2016 11:36:01 +0100 Subject: [PATCH] [loc] update Portuguese (Standard) translation to latest --- res/localization/rufus.loc | 4 +++- src/rufus.rc | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index 7fd3a30c..e9ed0b1a 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -12018,7 +12018,7 @@ t MSG_287 "Detecção de drives não USB removíveis" ################################################################################ l "pt-PT" "Portuguese Standard (Português)" 0x0816 -v 1.0.19 +v 1.0.20 b "en-US" # Main dialog @@ -12475,6 +12475,8 @@ t MSG_283 "Assinatura inválida" t MSG_284 "No executável transferido está a faltar uma assinatura digital." t MSG_285 "O executável transferido está assinado por '%s'.\nNão é uma assinatura reconhecida e " "poderá indicar algum tipo de actividade mal intencionada...\nTem certeza de que deseja executar este ficheiro?" +t MSG_286 "A limpar disco: %0.1f%% concluído" +t MSG_287 "Detecção de unidades removíveis não-USB" ################################################################################ l "ro-RO" "Romanian (Română)" 0x0418, 0x0818 diff --git a/src/rufus.rc b/src/rufus.rc index 1c94f0fd..2d544cdc 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 242, 376 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 2.9.907" +CAPTION "Rufus 2.9.908" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -320,8 +320,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,9,907,0 - PRODUCTVERSION 2,9,907,0 + FILEVERSION 2,9,908,0 + PRODUCTVERSION 2,9,908,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -338,13 +338,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.9.907" + VALUE "FileVersion", "2.9.908" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.9.907" + VALUE "ProductVersion", "2.9.908" END END BLOCK "VarFileInfo"