forked from KolibriOS/kolibrios
fixed English build
git-svn-id: svn://kolibrios.org@309 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7038d7bc41
commit
487569711c
@ -8,8 +8,6 @@ include 'txtbut.inc'
|
|||||||
;include 'textwork.inc'
|
;include 'textwork.inc'
|
||||||
;include 'ini.inc'
|
;include 'ini.inc'
|
||||||
|
|
||||||
lang fix ru;en
|
|
||||||
|
|
||||||
;--- § £®«®¢®ª ---
|
;--- § £®«®¢®ª ---
|
||||||
macro meos_header par_buf,cur_dir_buf
|
macro meos_header par_buf,cur_dir_buf
|
||||||
{
|
{
|
||||||
|
@ -5,6 +5,7 @@ window_y=67
|
|||||||
;window_x=320
|
;window_x=320
|
||||||
window_x=640
|
window_x=640
|
||||||
include 'macros.inc'
|
include 'macros.inc'
|
||||||
|
include 'lang.inc'
|
||||||
meos_header par
|
meos_header par
|
||||||
use_edit_box
|
use_edit_box
|
||||||
use_txt_button
|
use_txt_button
|
||||||
@ -221,10 +222,10 @@ draw_status_text:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
|
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
|
||||||
run_but_text db '‡€<E280A1>“‘’ˆ’œ',0
|
|
||||||
input_fn edit_box 0,5,5,0xffffff,0,0xaaaaaa,0,511,fn,ed_focus+\
|
input_fn edit_box 0,5,5,0xffffff,0,0xaaaaaa,0,511,fn,ed_focus+\
|
||||||
ed_always_focus
|
ed_always_focus
|
||||||
|
|
||||||
|
if lang eq ru
|
||||||
hello db '‚¢¥¤¨â¥ ¯®«ë© ¯ãâì ª ä ©«ã ¨ ¦¬¨â¥ Enter',0
|
hello db '‚¢¥¤¨â¥ ¯®«ë© ¯ãâì ª ä ©«ã ¨ ¦¬¨â¥ Enter',0
|
||||||
bad_file_sys db '<27>¥¨§¢¥áâ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
|
bad_file_sys db '<27>¥¨§¢¥áâ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
|
||||||
file_not_find db '” ©« ¥ ©¤¥',0 ; 5
|
file_not_find db '” ©« ¥ ©¤¥',0 ; 5
|
||||||
@ -236,6 +237,22 @@ file_not_executable db '
|
|||||||
many_processes db '‘«¨èª®¬ ¬®£® ¯à®æ¥áᮢ',0 ; 32
|
many_processes db '‘«¨èª®¬ ¬®£® ¯à®æ¥áᮢ',0 ; 32
|
||||||
run_ok db '<27>à®£à ¬¬ ãá¯¥è® § ¯ãé¥ ',0
|
run_ok db '<27>à®£à ¬¬ ãá¯¥è® § ¯ãé¥ ',0
|
||||||
grab_text db '‡€<E280A1>“‘Š <20><>Žƒ<C5BD>€ŒŒ›',0
|
grab_text db '‡€<E280A1>“‘Š <20><>Žƒ<C5BD>€ŒŒ›',0
|
||||||
|
run_but_text db '‡€<E280A1>“‘’ˆ’œ',0
|
||||||
|
else
|
||||||
|
hello db 'Enter full path to file and press <Enter>',0
|
||||||
|
bad_file_sys db 'Unknown file system',0 ; 3
|
||||||
|
file_not_find db 'File not found',0 ; 5
|
||||||
|
bad_fat_table db 'FAT table corrupted',0 ; 9
|
||||||
|
acces_denyied db 'Access denied',0 ; 10
|
||||||
|
device_error db 'Device error',0 ; 11
|
||||||
|
out_of_memory db 'Out of memory',0 ; 30
|
||||||
|
file_not_executable db 'File is not executable',0 ; 31
|
||||||
|
many_processes db 'Too many processes',0 ; 32
|
||||||
|
run_ok db 'The program was started successfully',0
|
||||||
|
grab_text db 'RUN',0
|
||||||
|
run_but_text db 'RUN',0
|
||||||
|
end if
|
||||||
|
|
||||||
|
|
||||||
status dd hello
|
status dd hello
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user