Re: translate kolibri
Posted: Sat Jun 01, 2013 11:08 pm
fedesco
Yes attach the entire file to your next post.
Yes attach the entire file to your next post.
Code: Select all
if lang eq it
text3 db 'espelli espelli espelli espelli',0
text2 db 'carica carica carica carica',0
else
text3 db 'eject eject eject eject',0
text2 db 'load load load load',0
end ifCode: Select all
mov edx,text2
add ebx,3 shl 16+20
mcall
mov edx,text3
add ebx,30
sub ebx,3 shl 16
mcallOK, sorry if I bother you, but since I have no idea of how assembly works...Mario_r4 wrote: So you need to adjust the code that displays the text2 and text3. This function is 4, and you can easily find its description. In my opinion you are need to change the code [...]
Are you serious? Because I had written all of this code.fedesco wrote:mcall4 stands for the 4th function? How did you know that we need to modify this function? Because there where the words "text2" and "text3" or did you identify it by something else?
FASM allows the use of several types of records for numbers.fedesco wrote:searching on the web I found that "shl" stands for shift left, I assume value 16+20 or 16 is, in other words, the space beetwen two arrays or something else?
If this is the case, it should be enough to increase their value, right?
Let's see docs...fedesco wrote: mcall4 stands for the 4th function? How did you know that we need to modify this function? Because there where the words "text2" and "text3" or did you identify it by something else?
searching on the web I found that "shl" stands for shift left, I assume value 16+20 or 16 is, in other words, the space beetwen two arrays or something else?
If this is the case, it should be enough to increase their value, right?
So, eax=4; ebx= x*65536+y, or (x shl 16 + y)======================================================================
============ Function 4 - draw text string in the window. ============
======================================================================
Parameters:
* eax = 4 - function number
* ebx = [coordinate on axis x]*65536 + [coordinate on axis y]
etc like in docs
I don't see the translation here http://kolibrios.org/. The link you provided is for testing only?Leency wrote:http://kolibri-n.org/kolibri-php/index. ... page=index
Site rewriten from HTML to PHP. So it is easy to change and translate it now. Thanks everyone, who send me translations, they all are integrated. There are links to Spanish and Italian distros on every download pages now.
But I have a bug with language pop-up position at some lenguages of site. May be someone know how to solve it?
Also, please, send me remaining translation.
Yes, that's another site - for testing only. When testing has passed, it would be moved to main website.esevece wrote:I don't see the translation here http://kolibrios.org/. The link you provided is for testing only?
It was before, but fixed now. Please refresh your browser cache.Freeman wrote:Dutch version showed at menu under the flag of Iran. O_o
Ok, I didn't understand.yogev_ezra wrote:Yes, that's another site - for testing only. When testing has passed, it would be moved to main website.esevece wrote:I don't see the translation here http://kolibrios.org/. The link you provided is for testing only?