From ec3f9594d9a62e744f178008322feebbe506bb9b Mon Sep 17 00:00:00 2001 From: MaKK Date: Sat, 17 Oct 2015 01:54:11 +0100 Subject: [PATCH] [loc] update Spanish translation to latest --- res/localization/rufus.loc | 7 ++++++- src/rufus.rc | 10 +++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index 84226214..52ec725b 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -12937,7 +12937,7 @@ t MSG_281 "(Izberite sliko)" ################################################################################ l "es-ES" "Spanish (Español)" 0x040a, 0x080a, 0x0c0a, 0x100a, 0x140a, 0x180a, 0x1c0a, 0x200a, 0x240a, 0x280a, 0x2c0a, 0x300a, 0x340a, 0x380a, 0x3c0a, 0x400a, 0x440a, 0x480a, 0x4c0a, 0x500a, 0x540a, 0x580a -v 1.0.18 +v 1.0.19 b "en-US" # Main dialog @@ -13398,6 +13398,11 @@ t MSG_278 "Tipo de arranque" t MSG_279 "No autoarrancable" t MSG_280 "Selección de imagen" t MSG_281 "(Por favor seleccione una imagen)" +t MSG_282 "Dispositivo USB bloqueado de forma exclusiva" +t MSG_283 "Firma no válida" +t MSG_284 "El ejecutable descargado carece de firma digital." +t MSG_285 "El ejecutable descargado está firmado por '%s'.\nNo reconocemos este tipo de firma y podría " + "indicar alguna forma de actividad maliciosa...\n¿Está seguro de que quieres ejecutar este fichero?" ################################################################################ l "sv-SE" "Swedish (Svenska)" 0x041d, 0x081d diff --git a/src/rufus.rc b/src/rufus.rc index 06842e57..def3fe8e 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -32,7 +32,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 -CAPTION "Rufus 2.5.769" +CAPTION "Rufus 2.5.770" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -319,8 +319,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,5,769,0 - PRODUCTVERSION 2,5,769,0 + FILEVERSION 2,5,770,0 + PRODUCTVERSION 2,5,770,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -337,13 +337,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.5.769" + VALUE "FileVersion", "2.5.770" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.5.769" + VALUE "ProductVersion", "2.5.770" END END BLOCK "VarFileInfo"