Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3587 → Rev 3586

/programs/system/calendar/trunk/calendar.txt
10,10 → 10,10
Today I let you to judge a desktop calendar, similar to the Windows one.
Application abilities are:
 
1. Interface is translated into Russian,English, German, French, Italian
and Finnish (not completely - there was no help). Day sequence
difference is taken into account as well. You may change localization
through 'lang' constant while compiling.
1. Interface is translated into Russian,English, German, French, and Finnish
(not completely - there was no help). Day sequence difference is taken
into account as well. You may change localization through 'lang' constant
while compiling.
2. Calendar is equipped with additional buttons 'Today' and 'New style' that
are self-explaining.
3. I tied to follow world GUI standards: use TAB to move along fields; while
/programs/system/colrdial/makefile
File deleted
/programs/system/desktop/trunk/makefile
File deleted
/programs/system/desktop/trunk/idata.inc
76,8 → 76,6
title db '€‘’Ž‰Š€ ŽŠŽ',0
else if lang eq et
title db 'AKNA SEADED - VALI VÄRV JA VAJUTA OBJEKTILE',0
else if lang eq it
title db 'Impostazioni - definire il colore e cliccare lo oggetto',0
else
title db 'WINDOWS SETTINGS - DEFINE COLOR AND CLICK ON TARGET',0
end if
/programs/system/end/light/makefile
File deleted
/programs/system/end/light/end.asm
160,14 → 160,6
label4:
db 'Save your settings (Ctrl-S)',0
 
else if lang eq it
label2:
db ' Spegni Kernel',0
label3:
db ' Riavvio Annulla',0
label4:
db 'Salva impostazioni (Ctrl-S)',0
 
else
label2:
db 'Power off Kernel',0
/programs/system/cpu/trunk/makefile
File deleted
/programs/system/cpu/trunk/cpu.asm
690,19 → 690,6
check_text db '@ ¢ª«/¢ëª«',0
title db '„¨á¯¥âç¥à ¯à®æ¥áᮢ - Ctrl/Alt/Del',0
;--------------------------------------
else if lang eq it
text:
db 'NOME-PROGRAMMA PID USO CPU % '
db 'MEMORY START/USAGE W-STACK W-POS'
text_len = $-text
 
tbts: db 'INDIETRO AVANTI RIAVVIA SISTEMA'
tbte:
tbts_3 db 'START'
tbte_2:
check_text db '@ on/off',0
title db 'Gestore processi - Ctrl/Alt/Del',0
;--------------------------------------
else
text:
db 'NAME/TERMINATE PID CPU-USAGE % '
/programs/system/cropflat/makefile
File deleted
/programs/system/docpack/trunk/makefile
File deleted
/programs/system/clip/trunk/makefile
File deleted
/programs/system/clip/trunk/cliptest.ASM
7,7 → 7,7
 
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\macros.inc"
include "..\..\..\MACROS.INC"
 
TEST_SIZE = 100000 ; ¤®«¦­® ¤¥«¨âìáï ­  4
 
/programs/system/clip/trunk/test2.asm
8,7 → 8,7
 
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\macros.inc"
include "..\..\..\MACROS.INC"
 
; <--- start of MenuetOS application --->
MEOS_APP_START
/programs/system/commouse/trunk/makefile
File deleted
/programs/system/cd_tray/makefile
File deleted
/programs/system/cd_tray/CD_tray.ASM
16,7 → 16,6
dd 0x0 ; çàðåçåðâèðîâàíî
 
include 'MACROS.INC' ; ìàêðîñû îáëåã÷àþò æèçíü àññåìáëåðùèêîâ!
include 'lang.inc'
 
;---------------------------------------------------------------------
;--- ÍÀ×ÀËÎ ÏÐÎÃÐÀÌÌÛ ----------------------------------------------
88,11 → 87,7
; 1 - íà÷èíàåì ðèñîâàòü
; ÑÎÇÄÀèÌ ÎÊÍÎ
 
if lang eq it
mcall 0, <100,250>, <100,110>, 0x03AABBCC, 0x805080D0, 0x005080D0
else
mcall 0, <100,230>, <100,110>, 0x03AABBCC, 0x805080D0, 0x005080D0
end if
mcall 71, 1 ,header
mcall 8,<15,42>,<40,20>,2,0xaaaaaa
call draw_buttons
101,11 → 96,7
mcall
call draw_buttons
 
if lang eq it
mcall 4, <16,25>, 0x80ffffff,text1
else
mcall 4, <25,25>, 0x80ffffff,text1
end if
mov edx,text2
 
add ebx,3 shl 16+20
122,25 → 113,13
 
draw_buttons:
pusha
if lang eq it
add ebx,60 shl 16
else
add ebx,50 shl 16
end if
inc edx
mcall
if lang eq it
add ebx,60 shl 16
else
add ebx,50 shl 16
end if
inc edx
mcall
if lang eq it
add ebx,60 shl 16
else
add ebx,50 shl 16
end if
inc edx
mcall
popa
149,16 → 128,9
;--- ÄÀÍÍÛÅ ÏÐÎÃÐÀÌÌÛ ----------------------------------------------
;---------------------------------------------------------------------
header db ' ATAPI Device Tray Control',0
if lang eq it
text3 db 'espelli espelli espelli espelli',0
text2 db 'carica carica carica carica',0
text1 db '/cd0/ /cd1/ /cd2/ /cd3/',0
else
text3 db 'eject eject eject eject',0
text2 db 'load load load load',0
text1 db '/cd0/ /cd1/ /cd2/ /cd3/',0
end if
 
;---------------------------------------------------------------------
 
I_END: ; ìåòêà êîíöà ïðîãðàììû
/programs/system/cpuid/trunk/makefile
File deleted
/programs/system/cpuid/trunk/CPUID.ASM
28,8 → 28,6
dd 0x0
dd 0x0
 
include 'lang.inc' ; language support
 
include '..\..\..\macros.inc' ; useful macroses
include 'draw.inc'
include 'brand.inc' ;Brand ID decoding
1726,13 → 1724,7
title db 'CPUID 2.21 by S.Kuzmin & the KolibriOS team',0
 
tsum:
if lang eq it
db 'Frequenza: . MHz'
else
db 'Frequency: . MHz'
end if
 
 
tsumlen:
 
total dd 0x0
1741,13 → 1733,7
rat dd 0x0 ;
 
ram:
if lang eq it
db 'RAM libera: su'
else
db 'Available RAM: out of'
end if
 
 
ramlen:
 
NEF:
1763,13 → 1749,7
;logcpuslen:
 
speed :
if lang eq it
db 'Performance'
else
db 'PERFORMANCE:'
end if
 
 
speedlen:
 
kbpersec:
1777,13 → 1757,7
kbperseclen:
 
instruct:
if lang eq it
db 'Set istruzioni'
else
db 'Instruction sets'
end if
 
 
instructlen:
 
standard db 'Standard and Extended features plus Performance test',0
1805,54 → 1779,23
brandidlen:
 
oblom:
if lang eq it
db 'CPUID non e disponibile'
else
db 'SORRY, CPUID IS NOT AVAILABLE'
end if
 
oblomlen:
other:
if lang eq it
db 'Questo vendor non e supportato'
else
db 'SORRY, THIS VENDOR IS NOT SUPPORTED YET'
end if
 
otherlen:
 
cpuname:
if lang eq it
db 'Vendor CPU '
else
db 'CPU VENDOR: '
end if
 
cpunamelen:
fam:
if lang eq it
db 'Famiglia: std ext'
else
db 'FAMILY: std ext'
end if
 
 
famlen:
mode:
if lang eq it
db 'Modello: std ext'
else
db 'MODEL: std ext'
end if
 
modelen:
step:
if lang eq it
db 'Stepping:'
else
db 'STEPPING:'
end if
 
steplen:
 
cache2:
1879,22 → 1822,11
cacheP4len:
 
tech:
if lang eq it
db 'Tecnologia: 0. micron '
else
db 'Technology: 0. micron '
end if
 
 
techlen:
 
typen:
if lang eq it
db 'Tipo:'
else
db 'Type:'
end if
 
typenlen:
 
pr:
1910,12 → 1842,7
freqllen:
 
name:
if lang eq it
db 'Codename:'
else
db 'CODENAME:'
end if
 
namelen:
 
AMDn:
2183,12 → 2110,7
NGlen:
 
stm:
if lang eq it
db 'Nome: '
else
db 'Internal name:'
end if
 
stmlen:
 
athloncoef db 110, 115, 120, 125, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 120
/programs/games/gomoku/trunk/makefile
File deleted
/programs/games/bnc/trunk/makefile
File deleted
/programs/games/bnc/trunk/bk100.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/games/bnc/trunk/bk5.PNG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/games/bnc/trunk/bnc4.PNG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/games/bnc/trunk/bnc6.PNG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/games/bnc/trunk/lang.inc
1,0 → 0,0
lang fix en
lang fix ru
/programs/cmm/browser/img/URLgoto.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/cmm/browser/img/toolbar_icons.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/other/kpack/linux/kpack.asm