Koda ver 1.5 uploaded
#1
Posted 19 February 2006 - 03:16 AM
As well as support for multi language ( written by lazycat), currently there is english and russian, you can add your own language by editing the supplied template.xml.
feel free to send us your language templates and we will include them.
you can also create an icon with your flag to visually represent your language in Options -> Language.
Have fun!
#2
Posted 19 February 2006 - 12:30 PM
I would help you with translate to Dutch, but every time I go to the options I got this error:
Format '%c' invalid or incompatible with argument.
And then I couldn't see any language...
#3
Posted 19 February 2006 - 01:00 PM
For those who interesting in language creating: you have to download language "kit" here:
http://www.autoitscript.com/fileman/users/Lazycat/koda_language_kit.zip
It include all country icons, empty template and instruction.
@ YoseMite
Format '%c' invalid or incompatible with argument.
Where you got this error?
#4
Posted 19 February 2006 - 01:06 PM
Anyway, thanks for your language "kit"!
#5
Posted 19 February 2006 - 05:27 PM
Very nice program, congratulations to all the team of Koda.
Attached Files
#6
Posted 19 February 2006 - 08:00 PM
Very good work
Attached Files
Edited by Holger, 19 February 2006 - 08:03 PM.
#7
Posted 21 February 2006 - 01:30 AM
Ever thought of writing an installer for this? I could write one with NSIS if you are interested.
#8
Posted 22 February 2006 - 06:50 AM
Great job.
Ever thought of writing an installer for this? I could write one with NSIS if you are interested.
Thanks for the offer, It is very generous of you, however I don't think it's really needed do you?
It is a stand alone app that does not need any runtimes to install in any special place or registry entrys written
and it is already included in the Scite installer.
so users that have it installed with sctite can simply get updated version and unzip to the Koda folder under scite or place it anywhere else they wish on thier hdd, Or run it off usb stick.
#9
Posted 22 February 2006 - 01:03 PM
Thanks for the offer, It is very generous of you, however I don't think it's really needed do you?
It is a stand alone app that does not need any runtimes to install in any special place or registry entrys written
and it is already included in the Scite installer.
so users that have it installed with sctite can simply get updated version and unzip to the Koda folder under scite or place it anywhere else they wish on thier hdd, Or run it off usb stick.
I didn't realise that it came with SciTe. I use UltraEdit instead, but have SciTe installed for the 'extras'. I probably have an old version that didn't come with Koda.
Thanks, Stumpii
#10
Posted 22 February 2006 - 05:43 PM
translation as a template, so a little thanks goes to him
I came over some bugs in the Win32-tab btw. The text of the tooltips
started one item too late, so "Progress" was called "Slider" and so on.
For some reason I couldn't reproduce it, so I'll do some more testing..
Edited by Helge, 22 February 2006 - 05:43 PM.
#11
Posted 23 February 2006 - 02:45 AM
" Form has been modified, save?" . To include these strings in your current already translated language.
1. highlight your language file
2. export template
3. edit the "messages"
replace the old lang_xxx.xml with the new lang_xxx.xml
Thanks to Holger for German, GioVit for Spanish, Helge for Norwegian Translations, Thanks Guys !
these have all been included in Koda distribution.
#12
Posted 24 February 2006 - 12:43 PM
entries lookfar/lazycat. Updated Norwegian translation comming later today.
#13
Posted 24 February 2006 - 09:31 PM
#14
Posted 24 February 2006 - 10:55 PM
There are also some issues in the Win32-section:
- the first control (slider) has no function.
- then the following are started by silder, which has the button of the progressbar...and the Tab-button creates a listview - also the same with the tooltips
- the COM-button has also no function
Also the buttons for the "Something-changed-want-to-save?"-dialogs are only in english.
So long
Holger
Attached Files
#15
Posted 24 February 2006 - 11:43 PM
and what I mentioned (at least tried to, with very limited time) in one of my
previous posts in this topic.
Haven't been able to test it more, but I guess the problem occurs when you
change the language or something.. Gute Nacht !
And here the updated German translation.
There are also some issues in the Win32-section:
- the first control (slider) has no function.
- then the following are started by silder, which has the button of the progressbar...and the Tab-button creates a listview - also the same with the tooltips
- the COM-button has also no function
Also the buttons for the "Something-changed-want-to-save?"-dialogs are only in english.
So long
Holger
#16
Posted 25 February 2006 - 03:43 AM
the lang_nor.xml prior to adding "messages" did not have :Seems like you've forgotten to update the language kit with the new
entries lookfar/lazycat. Updated Norwegian translation comming later today.
<messages> <askCloseModified>%s has been modified. Save Form before removing?</askCloseModified> <askCloseQuery>%s has been modified. Save Form?</askCloseQuery> <askAlreadyContains>Project already contains "%s" with the same name.</askAlreadyContains> <askFileExists>File "%s" already exists. Overwrite?</askFileExists> <errOpFailed>Operation failed!</errOpFailed> <strAssociated>Associated</strAssociated> <strNotAssociated>Not associated</strNotAssociated> <strObjInit>Initalizing...</strObjInit> <strObjCreatedOk>Object created successfully</strObjCreatedOk> <strObjCreatedErr>Error creating object!</strObjCreatedErr> </message>
after you create a template.xml based on your existing language, all you really have to do is edit the above strings to your language, and rename template.xml to lang_nor.xml (or lang_xxx.xml)
the language_kit is useful when changing icon
#17
Posted 26 February 2006 - 07:43 AM
The tooltip-thing seems to be exactly what I experienced here the other day,
and what I mentioned (at least tried to, with very limited time) in one of my
previous posts in this topic.
Haven't been able to test it more, but I guess the problem occurs when you
change the language or something.. Gute Nacht !
Thank you both for pointing this out. It was caused when changing languages only because there was actually two buttons on the Win32 tab that are not visible and things shifted over one place.
these are now removed and it seems to function as it should. (new build uploaded)
koda distribution is updated with your new language files.
Edited by lookfar, 26 February 2006 - 07:43 AM.
#18
Posted 27 February 2006 - 12:14 PM
Have noticed if create a control, then copy the control and paste, then drag the new control where wanted the drawing of the new control is skewed.
Keep up the good work
Gary
SciTE for AutoItDirections for Submitting Standard UDFs
Don't argue with an idiot; people watching may not be able to tell the difference.
#19
Posted 27 February 2006 - 01:23 PM
Great work though. Really useful prog.
#20
Posted 27 February 2006 - 08:19 PM
#include <GUIConstants.au3
instead of
#include <GUIConstants.au3>
It used to be ok.
Get Beta versions Here Get latest SciTE editor HereAutoIt 1-2-3 by Valuater - A great starting point.Time you enjoyed wasting is not wasted time ......T.S. ElliotSuspense is worse than disappointment................Robert BurnsGod help the man who won't help himself, because no-one else will...........My Grandmother
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






