Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3484 → Rev 3483

/programs/games/15/trunk/makefile
File deleted
/programs/games/15/trunk/15.ASM
3,7 → 3,6
; Author: Lloyd, coded by Ivushkin Andrey
; Compile with FASM
;
 
include 'lang.inc'
include '..\..\..\macros.inc' ; decreases program size (not required)
 
421,10 → 420,6
txtMoves:
if lang eq ru
db '•®¤®¢:'
else if lang eq it
db 'Movimenti:'
else if lang eq de
db 'Bewegungen:'
else
db 'Moves:'
end if
433,10 → 428,6
txtSh:
if lang eq ru
db '’ á®¢ª '
else if lang eq it
db 'Mischia'
else if lang eq de
db 'Mischen'
else
db 'Shuffle'
end if
445,10 → 436,6
txtCnf:
if lang eq ru
db '‚ë¡¥à¨â¥ § ¤ çã ¨ ­ ¦¬¨â¥->'
else if lang eq it
db 'Seleziona un compito, poi premi->'
else if lang eq de
db 'Waehle eine Aufgabe, dann clicke au->'
else
db 'Select task, then press ->'
end if
457,10 → 444,6
txtTitle: ; áâப  § £®«®¢ª 
if lang eq ru
db 'ˆ£à  15 - § ¤ ç  X', 0
else if lang eq it
db 'Gioco del quindici - partita X', 0
else if lang eq de
db '15-Puzzle - Spiel X', 0
else
db 'Game 15 - puzzle X', 0
end if
468,10 → 451,6
txtVictory:
if lang eq ru
db '‚ë à¥è¨«¨ § ¤ çã!  ¦¬¨â¥->'
else if lang eq it
db 'Gioco completato! Premi ->'
else if lang eq de
db 'Spiel beendet! Druecken sie auf ->'
else
db 'Puzzle completed! Press->'
end if