upload es translation for unz (from jose_a.valpo)

git-svn-id: svn://kolibrios.org@7169 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-03-02 13:12:42 +00:00
parent 4286d7bac3
commit 525630e56b
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,4 @@
@erase lang.inc
@echo lang fix es >lang.inc
@fasm unz.asm unz
@pause

View File

@ -692,6 +692,20 @@ if lang eq ru
strUnpackFault db "'舘芋<E88898> <20>嶍阸恥爸' -E",0
strNotSupport db "'摚祚中丞成<E4B89E>布諰 銈酮罱 恷憡<E681B7>' -E",0
strNotFound db "'<27>帖 郊 <20>岸平' -E",0
else if lang eq es
title db 'uNZ v0.12 - Desarchivador para Zip y 7z',0
strGo db 'Desarchivar',0
strInp db 'Archivar',0
strPath db 'Extraer en',0
strError db 'Error',0
strErrorExc db 'Error desconocido',0
strOk db 'OK',0
strGetPass db 'Contrasena',0
strCancel db 'Cancelar',0
strUnpackOk db "'Extracion exitosa' -O",0
strUnpackFault db "'Fallo al extraer' -E",0
strNotSupport db "'El formato del archivo no es soportado' -E",0
strNotFound db "'Archivo no encontrado' -E",0
else
title db 'uNZ v0.12 - Unarchiver of Zip and 7z',0
strGo db 'Unpack',0
@ -703,7 +717,7 @@ else
strGetPass db 'Password',0
strCancel db 'Cancel',0
strUnpackOk db "'Unpacked successfuly' -O",0
strUnpackFault db "'Unpack failed' -E",0
strUnpackFault db "'Unprack failed' -E",0
strNotSupport db "'Archive format is not supported' -E",0
strNotFound db "'File not found' -E",0
end if