mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 21:24:17 -04:00
[loc] update Spanish translation to latest
This commit is contained in:
parent
24edf49313
commit
ec3f9594d9
2 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
10
src/rufus.rc
10
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue