[loc] update Spanish translation to latest

This commit is contained in:
MaKK 2016-05-10 11:18:33 +01:00 committed by Pete Batard
parent 3227e2e5d1
commit 7387d891f1
2 changed files with 8 additions and 6 deletions

View File

@ -14693,7 +14693,7 @@ t MSG_285 "Oseba, ki je podpisala preneseno datoteko, je '%s'.\nTa podpis se ne
################################################################################
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.19
v 1.0.20
b "en-US"
# Main dialog
@ -15159,6 +15159,8 @@ 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?"
t MSG_286 "Borrando a ceros la unidad: %0.1f%% completado"
t MSG_287 "Detección de unidades extraibles no USB"
################################################################################
l "sv-SE" "Swedish (Svenska)" 0x041d, 0x081d

View File

@ -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.901"
CAPTION "Rufus 2.9.902"
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,901,0
PRODUCTVERSION 2,9,901,0
FILEVERSION 2,9,902,0
PRODUCTVERSION 2,9,902,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.901"
VALUE "FileVersion", "2.9.902"
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.901"
VALUE "ProductVersion", "2.9.902"
END
END
BLOCK "VarFileInfo"