Subversion Repositories Kolibri OS

Rev

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

Rev 6081 Rev 7610
Line 289... Line 289...
289
txt_not_delete db 'I can not delete the selected chunk. It is protected.',0
289
txt_not_delete db 'I can not delete the selected chunk. It is protected.',0
290
end if
290
end if
Line 291... Line 291...
291
 
291
 
292
if lang eq ru
292
if lang eq ru
293
txt_open_3ds db 'Žâªàëâ ä ©«:',0
293
txt_open_3ds db 'Žâªàëâ ä ©«:',0
-
 
294
txt_no_3ds: db 'Žâªàëâë© ä ©« ­¥ ¢ ä®à¬ â¥ *.3ds ',39
-
 
295
	.zag: rb 8
294
txt_no_3ds db 'Žâªàëâë© ä ©« ­¥ ¢ ä®à¬ â¥ *.3ds',0
296
	db 39,0
295
txt_3ds_err_sizes db '‚®§¬®¦­® ä ©« ¯®¢à¥¦¤¥­',0
297
txt_3ds_err_sizes db '‚®§¬®¦­® ä ©« ¯®¢à¥¦¤¥­',0
296
txt_count db 'Š®«¨ç¥á⢮',0
298
txt_count db 'Š®«¨ç¥á⢮',0
297
txt_3ds_offs:
299
txt_3ds_offs:
298
	db '‘¬¥é¥­¨¥: '
300
	db '‘¬¥é¥­¨¥: '
299
	.dig: rb 8
301
	.dig: rb 8
300
	db '   §¬¥à: '
302
	db '   §¬¥à: '
301
	.siz: rb 8
303
	.siz: rb 8
-
 
304
	db 0
302
	db 0
305
txt_mat_null db 'Œ â¥à¨ «ë ­¥ ­ ©¤¥­ë',0
303
else
306
else
304
txt_open_3ds db 'Open file:',0
307
txt_open_3ds db 'Open file:',0
-
 
308
txt_no_3ds: db 'Open file not in format *.3ds ',39
-
 
309
	.zag: rb 8
305
txt_no_3ds db 'Žâªàëâë© ä ©« ­¥ ¢ ä®à¬ â¥ *.3ds',0
310
	db 39,0
306
txt_3ds_err_sizes db '‚®§¬®¦­® ä ©« ¯®¢à¥¦¤¥­',0
311
txt_3ds_err_sizes db 'File may be corrupted',0
307
txt_count db 'Count',0
312
txt_count db 'Count',0
308
txt_3ds_offs:
313
txt_3ds_offs:
309
	db 'Offset: '
314
	db 'Offset: '
310
	.dig: rb 8
315
	.dig: rb 8
311
	db '  Size: '
316
	db '  Size: '
312
	.siz: rb 8
317
	.siz: rb 8
-
 
318
	db 0
313
	db 0
319
txt_mat_null db 'No materials found',0
314
end if
320
end if