Subversion Repositories Kolibri OS

Rev

Rev 7162 | Rev 7538 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7162 Rev 7169
Line 690... Line 690...
690
 strCancel  db 'Žâ¬¥­ ',0
690
 strCancel  db 'Žâ¬¥­ ',0
691
 strUnpackOk  db "'“ᯥ譮 à á¯ ª®¢ ­®' -O",0
691
 strUnpackOk  db "'“ᯥ譮 à á¯ ª®¢ ­®' -O",0
692
 strUnpackFault  db "'Žè¨¡ª  à á¯ ª®¢ª¨' -E",0
692
 strUnpackFault  db "'Žè¨¡ª  à á¯ ª®¢ª¨' -E",0
693
 strNotSupport db "'¥¯®¤¤¥à¦¨¢ ¥¬ë© ä®à¬ â  à娢 ' -E",0
693
 strNotSupport db "'¥¯®¤¤¥à¦¨¢ ¥¬ë© ä®à¬ â  à娢 ' -E",0
694
 strNotFound db "'” ©« ­¥ ­ ©¤¥­' -E",0
694
 strNotFound db "'” ©« ­¥ ­ ©¤¥­' -E",0
-
 
695
else if lang eq es
-
 
696
 title db 'uNZ v0.12 - Desarchivador para Zip y 7z',0
-
 
697
 strGo db 'Desarchivar',0
-
 
698
 strInp db 'Archivar',0
-
 
699
 strPath db 'Extraer en',0
-
 
700
 strError db 'Error',0
-
 
701
 strErrorExc db 'Error desconocido',0
-
 
702
 strOk db 'OK',0
-
 
703
 strGetPass db 'Contrasena',0
-
 
704
 strCancel db 'Cancelar',0
-
 
705
 strUnpackOk db "'Extracion exitosa' -O",0
-
 
706
 strUnpackFault db "'Fallo al extraer' -E",0
-
 
707
 strNotSupport db "'El formato del archivo no es soportado' -E",0
-
 
708
 strNotFound db "'Archivo no encontrado' -E",0
695
else
709
else
696
 title db 'uNZ v0.12 - Unarchiver of Zip and 7z',0
710
 title db 'uNZ v0.12 - Unarchiver of Zip and 7z',0
697
 strGo db   'Unpack',0
711
 strGo db   'Unpack',0
698
 strInp db  'Archive',0
712
 strInp db  'Archive',0
699
 strPath db 'Extract to',0
713
 strPath db 'Extract to',0
Line 701... Line 715...
701
 strErrorExc db 'Unrecognized error',0
715
 strErrorExc db 'Unrecognized error',0
702
 strOk	db 'OK',0
716
 strOk	db 'OK',0
703
 strGetPass db 'Password',0
717
 strGetPass db 'Password',0
704
 strCancel  db 'Cancel',0
718
 strCancel  db 'Cancel',0
705
 strUnpackOk  db "'Unpacked successfuly' -O",0
719
 strUnpackOk  db "'Unpacked successfuly' -O",0
706
 strUnpackFault  db "'Unpack failed' -E",0
720
 strUnpackFault  db "'Unprack failed' -E",0
707
 strNotSupport db "'Archive format is not supported' -E",0
721
 strNotSupport db "'Archive format is not supported' -E",0
708
 strNotFound db "'File not found' -E",0
722
 strNotFound db "'File not found' -E",0
709
end if
723
end if
Line 710... Line 724...
710
 
724