Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4814 → Rev 4813

/programs/system/notify3/notify.asm
28,7 → 28,7
jge c }
 
LINEH equ 12
ICONS equ 11
ICONS equ 12
 
;=====================================================================
 
149,6 → 149,8
inc ebx
cmpe [eax], byte "D", .set_icon
inc ebx
cmpe [eax], byte "H", .set_icon
inc ebx
cmpe [eax], byte "P", .set_icon
 
jmp .next_char
562,6 → 564,7
"C - component\n", \
"M - mail\n", \
"D - download\n", \
"H - hard disk\n", \
"P - audio player", \
"' -td", 0
 
/programs/system/notify3/readme.txt
26,4 → 26,5
C - component
M - mail
D - download
H - hard disk
P - audio player
/programs/system/notify3/test#1.sh
1,5 → 1,6
#SHS
@notify Simple notification
@notify "Simple notification, which will not be closed" -d
@notify "Multiline notification\nwith second line"
@notify "Multiline notification\nwith title" -t
@notify "Notify 3\nNotification with information" -tI
/programs/system/notify3/test#2.sh
1,12 → 1,13
#SHS
@notify "Application" -tA
@notify "Error" -tE
@notify "Warning" -tW
@notify "Ok" -tO
@notify "Network" -tN
@notify "Info" -tI
@notify "Folder" -tF
@notify "Component" -tC
@notify "Mail" -tM
@notify "Download" -tD
@notify "Audio Player" -tP
@notify "Application" -dtA
@notify "Error" -dtE
@notify "Warning" -dtW
@notify "Ok" -dtO
@notify "Network" -dtN
@notify "Info" -dtI
@notify "Folder" -dtF
@notify "Component" -dtC
@notify "Mail" -dtM
@notify "Download" -dtD
@notify "Hard disk" -dtH
@notify "Audio Player" -dtP
/programs/system/icon_new/@icon.asm
1052,15 → 1052,15
end if
 
if lang eq ru
ErrRunProg db '"Icon\nŽè¨¡ª  § ¯ã᪠ ¯à®£à ¬¬ë" -tE"',0
WarningSave db '"Icon\n¥ § ¡ã¤ì⥠á®åà ­¨âì ¨§¬¥­¥­¨ï, § ¯ãáâ¨âì RDSave" -tI',0
ErrNotFoundIni db '"Icon\n¥ ­ ©¤¥­ icon.ini" -tE',0
ErrName db '"Icon\nˆ¬ï "rbmenu" § à¥§¥à¢¨à®¢ ­®" -tE',0
ErrRunProg db 'Žè¨¡ª  § ¯ã᪠ ¯à®£à ¬¬ë',0
WarningSave db '¥ § ¡ã¤ì⥠á®åà ­¨âì ¨§¬¥­¥­¨ï, § ¯ãáâ¨âì RDSave',0
ErrNotFoundIni db '¥ ­ ©¤¥­ icon.ini',0
ErrName db 'ˆ¬ï "rbmenu" § à¥§¥à¢¨à®¢ ­®',0
else
ErrRunProg db '"Icon\nError runing program" -tE',0
WarningSave db '"Icon\nDo not forget to save the changes, run the RDSave" -tI',0
ErrNotFoundIni db '"Icon\nicon.ini not found" -tE',0
ErrName db '"Icon\nThe name "rbmenu" reserved" -tE',0
ErrRunProg db 'Error runing program',0
WarningSave db 'Do not forget to save the changes, run the RDSave',0
ErrNotFoundIni db 'icon.ini not found',0
ErrName db 'The name "rbmenu" reserved',0
end if
 
;-------------------------------------------------------------------------------
/programs/system/mousemul/trunk/mousemul.asm
286,11 → 286,11
mouse_timer_ticks dd 0
;-----------------------------------------------------------------------------
if lang eq ru
ud_user_message db '"NumLock ¢ª«î砥⠨ ¢ëª«îç ¥â í¬ã«ïâ®à ¬ëè¨.\n“¯à ¢«¥­¨¥ ç¥à¥§ Numpad." -I',0
ud_user_message db 'NumLock ¢ª«î砥⠨ ¢ëª«îç ¥â í¬ã«ïâ®à ¬ëè¨. “¯à ¢«¥­¨¥ ç¥à¥§ Numpad',0
else if lang eq it
ud_user_message db '"NumLock - on/off - usa Numpad per muovere il cursore." -I',0
ud_user_message db 'NumLock - on/off - usa Numpad per muovere il cursore',0
else
ud_user_message db '"NumLock - on/off mouse emul. Numpad - move cursor." -I',0
ud_user_message db 'NumLock - on/off mouse emul. Numpad - move cursor',0
end if
 
notifyapp: