PDA

View Full Version : Languague conversions for gknot?


BloodyRipper
22nd May 2003, 18:49
i thought about languague conversions in gknot. i'm from poland and i wanted to learn my sister how to rip & encode, but i'm afraid she won't like it because she isn't to computers too much. she knows english a lot, but the technical vocabulary is a nightmare for her...is there any way to translate gknot english-->polish? (i could do that!)

len0x
8th June 2003, 16:40
I'm about to release 0.28.4 in the next couple of days with international support. Now we have GK_language.ini files that can be translated by anyone in any language.

So, we need translators now. (So far we have french done and volunteer for polish).

Plz sign up :)

berndy2001
9th June 2003, 13:00
okay, i'll do the german translation... (if u want)

OBcecado
9th June 2003, 14:50
I'll do the Portuguese translation, if noone has already signed for that.



Cheers.

len0x
9th June 2003, 18:03
0.28.4 beta will be released later today.
So, for all translators:
you will find two ini in GK root dir files after performing upgrade:
gk_english.ini
gk_french.ini

copy gk_english.ini to gk_yourlanguage.ini and start modifying it.
(It's quite huge though :) ) After restart of GK it should display your new language in the combobox of options tab.

Good luck!

berndy2001
9th June 2003, 18:15
Originally posted by len0x
0.28.4 beta will be released later today.

fine, plz do a short post here --> i get an email...

BloodyRipper
9th June 2003, 19:09
well, well, so i'm doing the polish conversion...
IT'S GOING TO BE FUN!!!! :D

JagPanzer
9th June 2003, 20:20
I'll do the Slovenian translation. But it could take a while. ;)

bye

SubConscious
10th June 2003, 01:53
The new GK 0.28.4 beta has just been released.
Now you are able to translate GK following lenox instructions.

If you like your translation to be included in the next installation, attach you ini file to your post.

DaveEL
10th June 2003, 02:09
Originally posted by SubConscious
TIf you like your translation to be included in the next installation, attach you ini file to your post.

Attatchments are current broken IIRC please attatch to a feature request at sourceforge instead.

DaveEL

^n1ght5urf3r^
10th June 2003, 18:48
Italian Translation here...:):D

OBcecado
10th June 2003, 22:03
Hi, i was translating GK and found had some doubts related to syntax.
Is this right ?
cbAzidtsNotUsed_Caption=Don't check
or should it be like this?
cbAzidtsNotUsed_Caption =Don't check
I'm asking this because all the other functions have a space between the function name and the description.

Thanks for listening.

len0x
11th June 2003, 11:27
I think both ways are ok...

OBcecado
11th June 2003, 13:16
Hi again, just to tell I found something weird in the english GK language file LbAverageBitrate_Caption = Pour le moment Bitrate moyen désiré est13970 kbit/sec. There's some mixing of the languages ;)



Cheers.

len0x
11th June 2003, 13:21
Originally posted by OBcecado
Hi again, just to tell I found something weird in the english GK language file There's some mixing of the languages ;)


I pm-ed The Glouch who did the initial ini files. Thanks.
But regading this label - it might be dynamically updated, so that
caption from ini file never gets to be displayed (may be that's why nobody noticed that...)

tHe gLouCh
11th June 2003, 13:37
Originally posted by len0x
I think both ways are ok...

Yes, the spaces are important only IN the string to translate:

ie: yourcontrol[spaces]=[spaces]Your string[spaces]

OBcecado
11th June 2003, 13:42
Ok, thanks for your replies.

Back to translation :D


Stay well.

tHe gLouCh
11th June 2003, 13:50
Originally posted by OBcecado
Hi again, just to tell I found something weird in the english GK language file There's some mixing of the languages ;)

You can delete the line ("lbAverage...=..."): it is not used by the program anyway.

tHe gLouCh
11th June 2003, 15:19
I have update the english & french .ini files.

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gordianknot/gknot/Source/?only_with_tag=GK_0-28_BUGFIX&sortby=date#dirlist

New order for sections to work better with "Reset Ini" procedure. Hope it will be definitive.
Don't worry with your already translated strings: you can (or cannot) move the lines to synchronise with the new structure. (It doesn't matter for the program to work. The corrects lines must be in the correct section, that's all.)
BUT it is best to synchronize the lines in MY english.ini file with the lines in YOUR "language".ini file for easier translation.
If you want you can use ExamDiff (on sourceforge) or IniTranslator (on sourceforge too).

DO NOT USE YET THE "RESET INI" BUTTON.
It is "buggy" in this version (anyway, for now, you do not need to use it). I have send lenOx some corrections, so surely in the next release.

len0x
11th June 2003, 16:45
Originally posted by tHe gLouCh
I have update the english & french .ini files.


Ppl will start throwing stones at you if you change the structure too often :)

OBcecado
11th June 2003, 19:41
:eek: Redoing that all over again?
If i don't change the ini, it won't be supported in future versions of gknot, or it's only changed to "clean" the ini file?



Cheers.

tHe gLouCh
11th June 2003, 20:39
********** For all translators a QUICK TUTO: ************

When you start translation with GK 0.28.4 you must be aware that in future releases, some strings, components properties may be added internally by the programmers.

Don't worry, your changes won't be lost !

When a new version of GK is installed (ie 0.28.5):

1- The included GK_ENGLISH.INI file contains the new strings. So nothing to do for english language.

2- For others languages: if the GK_MYLANGUAGE.INI file is included in the distribution, be careful to not overwrite your customized ini file when installing GK !
If you want to keep YOUR ini file, save it, install the program, and copy your saved ini to the GK directory to overwrite the included ini, and follow step 3.

3- run the program, go to the "Options" tab, select the language file you want to update, and click "Reset ini" (I will surely rename it "Update ini").

4- All the program's windows will appear briefly on the screen. Now your GK_MYLANGUAGE.INI is updated. It means that ALL new strings are appended to the file, BUT the lines already on the file are not modified.

5- Open GK_MYLANGUAGE.INI and translate the new lines. Next run, the new strings will appear translated.

[Edit]
Note1 :
When you see %s or %d *** KEEP IT ! **** (reference to a string or a number)
ie: Adding this script to %s -> Ajoute ce script ŕ %s

^n1ght5urf3r^
12th June 2003, 06:20
Italian translation for GKnot completed...:D
You can find it attached to a feature request on sourceforge.
(File updated to Revision: 1.2.2.4 posted by tHe gLouCh in CVS)

Keep the good work guys!!!:cool:

tHe gLouCh
12th June 2003, 08:06
Originally posted by ^n1ght5urf3r^
Italian translation for GKnot completed...:D

Very good job !!! :)
All strings translated, structure preserved, well, what more to say ?:D

Added to cvs

[Edit] You can translate these lines if you want...

When you see %s or %d KEEP IT (reference to a string or a number)
ie: Adding this script to %s -> Ajoute ce script ŕ %s

SAddingThisScriptTo =Adding this script to %s :
... [Edit] Lines removed (translation done)
Item5=Lanczos (sharp)

^n1ght5urf3r^
12th June 2003, 11:06
@ tHe gLouCh

..thanks..

Ok...i've updated the strings...as usual--->Feature Requests->Updated Italian Language File...:cool:

len0x
12th June 2003, 16:24
FYI we have someone doing spanish translation as well...

Wilbert
12th June 2003, 17:14
If I'm bored this weekend, I will start with the dutch translation ...

Killstun
12th June 2003, 18:19
Danish translation for GKnot is in progress ;)

idanm19
12th June 2003, 19:56
does the update ini option works?
I based my hebrew translation on the english version that comes with gk0.28.4b not on the new one the tHe gLouCh posted later,
how do i convert it to the new one? I tried to copy the new english ini into gk folder and choose my hebrew ini and "reset ini" but I don't think that it worked couse the new lines (like FormVersion =0 ) still missing after that "reset" and other stuff that change like "gbVideo_Caption =Video (86 %)" changed to "gbVideo_Caption =Video (84 %)" wasn't changed...
and something with the newline char is also changed ?

tHe gLouCh
12th June 2003, 20:42
Originally posted by idanm19
does the update ini option works?
As I have said earlier, not with this version of GK (0.28.4). You must wait for the new version. But as I've said earlier you do not need to update. Why ? See below...
I based my hebrew translation on the english version that comes with gk0.28.4b not on the new one the tHe gLouCh posted later,
how do i convert it to the new one? I tried to copy the new english ini into gk folder and choose my hebrew ini and "reset ini" but I don't think that it worked couse the new lines (like FormVersion =0 ) still missing after that "reset"...
It is the PROGRAM itself that updates your ini file, not the ENGLISH.INI. The ENGLISH.INI file is here ONLY to show you WHAT to translate and help you to compare the two .INI files. So the update is PROGRAM VERSION DEPENDANT !!

Example:
0.28.4:
btKFToggle_Hint=Manually ...
btLoadEcf_Caption=Load

You get 0.28.5 with this new property: btLoadChapters_Caption.
You run the "Reset Ini" with YOURLANGUAGE.INI in tab "Options".
Now the lines are...

btKFToggle_Hint =Manually ...
btLoadChapters_Caption=Load
btLoadEcf_Caption =Load

.... and you can translate.
...and other stuff that change like "gbVideo_Caption =Video (86 %)" changed to "gbVideo_Caption =Video (84 %)" wasn't changed...
and something with the newline char is also changed ?
As I have said earlier, the "Reset ini" don't touch the lines already in the INI file.

Please read the QUICK TUTO...

BloodyRipper
12th June 2003, 21:54
yeah, yeah, yeah, it's all finished and ready to test...keep it up guyz ;-)

PS : Could I get the status "Polish translation creator" instead of "Junior Member"?

idanm19
12th June 2003, 22:05
As I have said earlier, the "Reset ini" don't touch the lines already in the INI file.
I read the TUTO, what I didn't understood was, If you change for instance "gbVideo_Caption =Video (86 %)" in old version to "gbVideo_Caption =Video (84 %)" in the new one, is it important for my translation ? (what are these % means anyway ?)
or why did you took of the .mpa in the new translation ? as I understand from what you said, in my translation it will remain as is with the .mpa.
What I'm tring to say is if you keep changing existing lines it won't effect other translations.

tHe gLouCh
13th June 2003, 13:18
"gbVideo_Caption" is not used. Delete the line...

If the existing strings are modified in the program your translation must adapt MANUALLY to these changes. That's the limitation of INTERNALIZATION for now.

why did you took of the .mpa in the new translation
?? where ?

tHe gLouCh
13th June 2003, 13:21
*** ATTENTION ALL USERS & TRANSLATATATORS ;)********

You must add/change the lines in red in the section below (especially if you use NTSC source)

[SAVE AVS.fgFieldOp_Items]
Count=7
Item0=None
Item1=Separate Fields (fast)
Item2=Field Deinterlace
Item3=Field Deinterlace (no blend)
Item4=Bob (fast)
Item5=TomsMoComp
Item6=Inverse Telecine

len0x
13th June 2003, 13:25
here is a hint. to make your life easy with ongoing changes always look here for current english ini file: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gordianknot/gknot/Source/?only_with_tag=GK_0-28_BUGFIX

once you see new version you can easily check what's new there by selecting "Diff to previous". For example i just updated english file with two lines:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gordianknot/gknot/Source/Attic/GK_english.ini.diff?r1=1.2.2.4&r2=1.2.2.5&only_with_tag=GK_0-28_BUGFIX

hope this helps

JagPanzer
13th June 2003, 13:36
You guys are fast! I still haven't finished the Slovenian translation. Like I said it will tkae a while. ;)

@BloodyRipper
You can change your status in User CP.

berndy2001
13th June 2003, 13:50
Originally posted by JagPanzer
Like I said it will tkae a while. ;)

you damn wright... me too..!

idanm19
13th June 2003, 14:29
Originally posted by tHe gLouCh
"gbVideo_Caption" is not used. Delete the line...
?? where ?

why there are still unused lines in the english ini ? can't you just delete them so we'll have less to translate ?

where ? line 665 original beta 4 english ini
"OpenAC3Dialog_Filter =Audio-Files (*.ac3, *.wav, *.mp3, *.ogg, *.dts, *.mpa)|*.ac3;*.wav;*.mp3;*.ogg;*.dts;*.mpa|AC3-Files (*.ac3)|*.ac3|Wave Files (*.wav)|*.wav|MP3-Files (*.mp3)|*.mp3|OGG Files(*.ogg)|*.ogg|DTS Files (*.dts)|*.dts|MPEG Audio Files (*.mpa)|*.mpa|All Files (*.*)|*.*"

at new english ini:
"OpenAC3Dialog_Filter =Audio-Files (*.ac3, *.wav, *.mp3, *.ogg, *.dts)|*.ac3;*.wav;*.mp3;*.ogg;*.dts|AC3-Files (*.ac3)|*.ac3|Wave Files (*.wav)|*.wav|MP3-Files (*.mp3)|*.mp3|OGG Files(*.ogg)|*.ogg|DTS Files (*.dts)|*.dts|All Files (*.*)|*.* "

tHe gLouCh
13th June 2003, 14:42
Originally posted by idanm19
why there are still unused lines in the english ini ? can't you just delete them so we'll have less to translate ?
Ha, ha, ha !!!:D Have you seen the NUMBER of lines ?!?! Sorry, I am not perfect!

where ? line 665 original beta 4 english ini
"OpenAC3Dialog_Filter =Audio-Files (*.ac3, *.wav, *.mp3, *.ogg, *.dts, *.mpa)|*.ac3;*.wav;*.mp3;*.ogg;*.dts;*.mpa|AC3-Files (*.ac3)|*.ac3|Wave Files (*.wav)|*.wav|MP3-Files (*.mp3)|*.mp3|OGG Files(*.ogg)|*.ogg|DTS Files (*.dts)|*.dts|MPEG Audio Files (*.mpa)|*.mpa|All Files (*.*)|*.*"

at new english ini:
"OpenAC3Dialog_Filter =Audio-Files (*.ac3, *.wav, *.mp3, *.ogg, *.dts)|*.ac3;*.wav;*.mp3;*.ogg;*.dts|AC3-Files (*.ac3)|*.ac3|Wave Files (*.wav)|*.wav|MP3-Files (*.mp3)|*.mp3|OGG Files(*.ogg)|*.ogg|DTS Files (*.dts)|*.dts|All Files (*.*)|*.* "

Where did you got the "new english ini" ? Just look at CVS (see previous lenox post with links).
The FIRST line is the GOOD line ! There is no remove of .mpa in the file !!!??? :confused:

len0x
13th June 2003, 14:45
Originally posted by tHe gLouCh
Ha, ha, ha !!!:D Have you seen the NUMBER of lines ?!?! Sorry, I am not perfect!


But we surely can try removing what was spotted as not being used...

tHe gLouCh
13th June 2003, 14:48
That's what I am doing. The english ini was updated again less than 1/2 hour ago !;)

len0x
13th June 2003, 15:04
Originally posted by tHe gLouCh
That's what I am doing. The english ini was updated again less than 1/2 hour ago !;)

I saw that :)


@all

So far we have six language done (creators are in brackets):

1. English (tHe gLouCh)
2. French (tHe gLouCh)
3. Hebrew (idanm19)
4. Italian (^n1ght5urf3r^)
5. Polish (BloodyRipper)
6. Spanish (I don't know who, but mtc forwarder it to me via email)

All files are in the CVS.
Before 0.28.5 comes out I'd like to have German as well.
(but it's probably gonna be out ealier next week anyway...)

berndy2001
13th June 2003, 17:08
Originally posted by len0x

Before 0.28.5 comes out I'd like to have German as well.
(but it's probably gonna be out ealier next week anyway...)

puh... its more work than i have thought... im working 8h/day in an office, so not much time, but i will work on on weekend. promise :)

but i think i have the half behind me

mtc
14th June 2003, 01:37
Just to give him some credit, the Spanish translation is being done by Mac Anudo, not sure if he's reading these forums or not :)

tHe gLouCh
14th June 2003, 09:31
**** ATTENTION ALL TRANSLATORS ***

I have update ALL .ini files in order to keep the same structure for better maintenance (+ added/removed new/unused lines): so UPDATE your language.ini !(modified this day: hebrew, spanish, polish)

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gordianknot/gknot/Source/?only_with_tag=GK_0-28_BUGFIX&sortby=date#dirlist

len0x
14th June 2003, 14:06
Originally posted by mtc
Just to give him some credit, the Spanish translation is being done by Mac Anudo, not sure if he's reading these forums or not :)

Can you ask him to join the forum, if he's not a member ?
I prefer all translators reading this forum, espesially at this early stage when main gk_english.ini is being changed by tHe gLouCh so often :)

mtc
14th June 2003, 14:34
Yeh I've told him he should join, he hasn't got back to me yet though so I don't know if he has or not.

epere4
14th June 2003, 20:07
MacAnudo is a member of the Spanish forum. We have a thread there dealing with this matter (read here if you speak Spanish (http://foro.doom9.org/viewtopic.php?t=3284)), and I have told him that he should read what it´s going on here.

Maybe he will show up:)

len0x
15th June 2003, 16:41
Originally posted by epere4

Maybe he will show up:)

Indeed he will :)
He contacted me already with an update which I've already put in the CVS. He's now waiting for 5 days to be able to post here...

Wilbert
16th June 2003, 10:00
Update: dutch translation is at 70%, it should be ready on wednesday!

len0x
16th June 2003, 18:04
It seems they have problems at SF updating the backup version against which web interface is being run, so updates for the last three days are not shown there...

But don't worry - if I said that I commited stuff there, then it's there :)

len0x
17th June 2003, 15:12
May be it's a good idea as someone suggested: to have all translators providing an email address which can be mentioned at info tab, so that corrections and suggestions can be mailed directly to them.
What do you think ?

P.S. how's german translation going ? :)

berndy2001
17th June 2003, 18:43
Originally posted by len0x
May be it's a good idea as someone suggested: to have all translators providing an email address which can be mentioned at info tab, so that corrections and suggestions can be mailed directly to them.
What do you think ?

P.S. how's german translation going ? :)

mail adress: berndy2000 @[at]@ gmx (dot) at (sorry get get a lot of spam mail...)

i think i have done the main strings and some of the advanced tabs, but there i need an expert vocabulary, which i have not...

if you want, i can send you the unready work...

are there other german peopele around here?

PS: where do i get, the lastest englisch-ini-file for updating my german.ini? on the cvs i just found the changelog.

PPS: i dont get an Email Notification, if a new reply is here...

len0x
17th June 2003, 18:50
Originally posted by berndy2001
PS: where do i get, the lastest englisch-ini-file for updating my german.ini? on the cvs i just found the changelog.



atm the latest version is here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/gordianknot/gknot/Source/Attic/GK_english.ini?rev=1.2.2.7&only_with_tag=GK_0-28_BUGFIX

Jukke
18th June 2003, 08:38
I've started the Swedish translation, 20% done, based on the 1.2.2.6 gk_english.ini, you reach me at joakim dot thulin at ringhals dot se

Wilbert
18th June 2003, 13:20
I attached the dutch translation (based on 1.2.2.7) at sourceforge.

edit: w.j.dijkhof at tue dot nl

^n1ght5urf3r^
18th June 2003, 14:17
Originally posted by len0x
May be it's a good idea as someone suggested: to have all translators providing an email address which can be mentioned at info tab, so that corrections and suggestions can be mailed directly to them.
What do you think ?



...Sounds good to me!:)...e-mail: n1ght5urf3r@yahoo (dot) com :rolleyes:

JagPanzer
19th June 2003, 19:38
The Slovenian translation is 60% done.

My e-mail is: nevermore at volja dot net

len0x
19th June 2003, 19:40
is hopefully Sunday, so if you want your language to be included please provide it by Sunday morning...

LRDX
19th June 2003, 21:52
Hi!

As I can see nobody voluteered yet for Hungarian translation... :)

But I will certainly NOT finish until sunday morning... :rolleyes:

Redin
19th June 2003, 21:59
I AM WORKING ON IT since yesterday!
Yahooooooooo!

(for now and not finished, here is a first version of this Portuguese lang.

----

http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini

Killstun
20th June 2003, 02:42
The Danish update will be ready saturday.

MacAnudo_sp
20th June 2003, 17:04
Hello to all, already I am here! :)

This is the update of the GK_spanish.ini tralation to version 1.2.2.7 of the GK_english.ini.

Download HERE (http://usuarios.lycos.es/macdivx/phpBB2/files/Temp/GK_spanish.ini).

Greetings and excuses for my english.

len0x
20th June 2003, 17:33
@MacAnudo_sp

10x, file have been put to the CVS.

@Redin

Link you provided doesn't seem to work...

Redin
21st June 2003, 11:52
Sory. the link is now ok.
and i repeat here.

http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini

berndy2001
21st June 2003, 14:02
Ok, here is the german version: http://gknot.sun.priv.at/GK_german.ini

@leon0x: would be fine, if gknot save the setting of the used language... ;)

tHe gLouCh
21st June 2003, 19:05
Originally posted by berndy2001
would be fine, if gknot save the setting of the used language... ;)

GK saves the language to registry already ! :confused:

Killstun
21st June 2003, 21:46
I have now updated the Danish language file for GKnot so it correspond to the English version 1.2.2.7.

berndy2001
21st June 2003, 23:34
Originally posted by tHe gLouCh
GK saves the language to registry already ! :confused:

nope, my gknot does not save the last used language...

ps: i just updated a string in the german language.

Redin
21st June 2003, 23:50
Portuguese translation now!
I AM WORKING ON IT since last week!
Yahooooooooo!

(for now and not finished, here is a second version of this Portuguese lang.

----

http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini

len0x
22nd June 2003, 00:20
Originally posted by berndy2001
nope, my gknot does not save the last used language...


what he meant is that CVS version has it already as 0.28.5 will as well...

SpAwN_gUy
22nd June 2003, 00:27
OK... I've Just Noticed this Branch and I think I'll do the RUSSiAN Translation in about 2 or 3 days...(I've Just Downloaded the UpDATED .ini)

And I can Say: Don't Wait for me with releasing the New GKnot :)

len0x
22nd June 2003, 00:48
Originally posted by SpAwN_gUy
OK... I've Just Noticed this Branch and I think I'll do the RUSSiAN Translation in about 2 or 3 days...

too late - it's already done :)
but thanks anyway.

len0x
22nd June 2003, 19:09
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gordianknot/gknot/Source/language/?only_with_tag=GK_0-28_BUGFIX

We moved them to separate directory (so versioning is changed a bit).
Current version of them can be found in 0.28.5 installer (just out), the ones on the web are a couple of days old (but I've updated everything which was posted in this thread)

berndy2001
22nd June 2003, 19:51
why isn't the german language in the package? :(

len0x
22nd June 2003, 20:06
Originally posted by berndy2001
why isn't the german language in the package? :(

aaa! :(
I'm working on that :)

*EDIT*
language was in the CVS, but not in the installer directory...
I've compiled new ones and uploading them as we speak.
Hope nobody notices :)

*Edit2*

should be ok now... (hopefully not many german speakers downloaded first version) :)

sillKotscha
22nd June 2003, 20:54
Originally posted by len0x
hopefully not many german speakers downloaded first version :)

ehrm... :D

bond
22nd June 2003, 21:33
there seems to be a problem with the english ini:
under resolution -> input pixel aspect ratio -> pal and ntsc (non) anamorphic is not shown everytime...

tHe gLouCh
22nd June 2003, 22:37
Yes! Edit GK_english.ini, search for [MAIN.rgAspectIn_Items], and modify these lines:

[MAIN.rgAspectIn_Items]
Count=5
Item0=PAL anamorphic (16:9)
Item1=PAL non anamorphic (4:3)
Item2=1:1
Item3=other .................
Item4=Display AR ........

idanm19
22nd June 2003, 22:39
good job len0x about the manual auto-split subs (as well as on the language support :0)
maybe it's a good idea to add a number box (the one with the up and down arrows...)
to specify the numbers of parts (2 or more, deafult 2)
so it won't be needed to re-split the 2nd part for 3 parts-movie for example...
just open subs, then open avi(1), open avi(2) (for 3 parts)
[ open subs, then open avi(1), open avi(2)... open avi(n-1) ]

tHe gLouCh
22nd June 2003, 23:17
You already can do it.
Avi: 90m
Idx: 90m

Avi1, Avi2, Avi3:30 m

1st pass:
Idx_1:30m
Idx_2:60m

Since the idx file is cut in 2 (idx_1 & idx_2), just reopen the idx_2 file, the Avi2 file and start again.

len0x
22nd June 2003, 23:21
Originally posted by idanm19
good job len0x about the manual auto-split subs (as well as on the language support :0)


thank tHe gLouCh for implementation - I just outlined the startegy for him :)

About number of parts - I think it's doable... (but I don't know when we gonna release next stable version of 0.28 branch, may be not at all if no serious bugs found...)

idanm19
23rd June 2003, 05:53
tHe gLouCh wrote:
You already can do it.
Since the idx file is cut in 2 (idx_1 & idx_2), just reopen the idx_2 file, the Avi2 file and start again.

I wrote:
so it won't be needed to re-split the 2nd part for 3 parts-movie for example...

I know that, and so I wrote, but may be an easier way... like I suggested...

len0x:
About number of parts - I think it's doable... (but I don't know when we gonna release next stable version of 0.28 branch, may be not at all if no serious bugs found...)

It's just an idea to think about in the next version... the corrent method will be good enough until its implemented...

MacAnudo_sp
23rd June 2003, 09:15
hi

I have observed which the GK_spanish.ini file that comes in pack of GKnot 0,28,5, is not the same one that above posted, (that is the updated version of GK_english.ini 1,2,2,7). :confused:

len0x
23rd June 2003, 11:39
Originally posted by MacAnudo_sp
I have observed which the GK_spanish.ini file that comes in pack of GKnot 0,28,5, is not the same one that above posted, (that is the updated version of GK_english.ini 1,2,2,7). :confused:

I'm pretty sure that I commited everything into CVS...
(there was a couple of modifications that I did myself, like removing a couple of labels and changing caption for "Smart Bob").

Anyway - we'll be releasing language pack regulary as a separate download to update just languages.

MacAnudo_sp
30th June 2003, 20:01
Hi

This is the new update of the GK_spanish.ini file to version 1.1.2.8 of the GK_english.ini file.

Download HERE (http://usuarios.lycos.es/macdivx/phpBB2/files/GK_spanish__@1.1.2.8_english.ini).

Regards

len0x
1st July 2003, 19:24
@All translators

Version 1.2 of the files is present only on HEAD brunch which is for 0.29 development only (and nowhere near the end) and should not be used for translation just yet...

Are there any more updates on current version of GK_english (1,1,2,8) on BUGFIX branch ? (I think we gonna have 0.28.5.1 update with just languages)

MacAnudo_sp
1st July 2003, 21:03
I understand :o, I have already corrected the post and previous link.

Sorry

len0x
2nd July 2003, 15:34
or languages?
(0.28.5.1 will be out soon...)

^n1ght5urf3r^
2nd July 2003, 17:27
...no updates for italian...latest version (based on GK_english Rev: 1.1.2.8) is already in CVS...checked!:D


@len0x
P.S.: after reading your reply, i've deleted the post on SourceForge with version for 0.29...;)

LRDX
3rd July 2003, 20:18
Hi!

I've uploaded the Hungarian translation (of the one wich came whith the latest relase...) to the feature requests...
It took me almost 2 weeks to make it fine. I had some problem with the apporach of the language file. Its structure reflects the very structure of the English (and similar in strucutre) languages.

For instance, how am I supposed to translate this:

SOf =of

It is easy to translate to e.g. German (I now, there are more meanings), but in Hugarian, its abolutely different: "of a dog" can be tranlated to German as: "von/aus/über/etc ein hund", in Hungarian It should be "kutyának". I underlined the "dog". What's in English a prefix, in Hugarian it is a suffix...

Also I had to translate some strings in this style (Ouch!):
"The following value will be the result:"

I hope You get my point. So that's why I had problem of translating half-sentences to an abolute different sentence structure.

My suggestion: Use (full) sentences like
"%codec% compression test results: %result%"
not the current structure
"compression results", and the program puts this string before the number it got...

I now, the currently done translations will be to be retranslated in this case, but in this case GK's language system would be very professional.

Second suggestion: Is it possible to use dynamic sized labels? Some strings in non-english lang can be longer than in english...

Huh, that was long, thanks for reading it :) And dont tear my head off for this :)

PS: I wonder if other translators have similar problems...
PS2: Sorry for my German :)

Redin
6th July 2003, 23:08
Hi

This is the ready and final update of the GK_portuguese.ini file to version 0.28.5.1 of the GK.

Download HERE. (http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini)

Regards.

opal
7th July 2003, 03:23
Chinese language pack is in progress:p

len0x
10th July 2003, 18:46
first, sorry about not mentioning your nick at info for 0.28.5.1
(I need email as well if you want) - I couldn't find who did that translation at SF :)

Good point about translations - we might have a look at those small strings for 0.29...

len0x
10th July 2003, 18:47
Originally posted by opal
Chinese language pack is in progress:p

I wonder if that would work, since Chinese is double byte encoding...
Have you tried a sample ?

opal
11th July 2003, 01:20
@len0x
It works :)
But there's a problem:

http://www.opalstudio.net/snap001.png

You can see that "Video Size" and "Average Bitrate" label can't be displayed completely. Dunno why this happens.

tHe gLouCh
11th July 2003, 07:42
@opal
I think that's because the font for the 2 labels is in BOLD !!

Could you test this label to be sure?
StaticText2_Caption=Width x Height

LRDX
11th July 2003, 21:13
Lenox: Im not registered @ SF, sorry for that.
My email: lrdx@freemail.hu

First thing: Why does GK 0.28.5 sometimes refuse to write the translations for some strigs?
I simply cant make it to print "Első hangsáv" instead of "Audio A" (and B, and Interleaving && Overhead, too). Why? :confused: Does it occur only @ me?

Second: What is it all about the CVS versions? What do I have to translate? MAIN Branch? Thx..

Third: Is 0.28.5.1 out now? (found on SF..) Put it (a link:) ) in the downloads @ http://gordianknot.fs.net

LRDX
11th July 2003, 22:27
I think I was too fast and translated both .28 bugfix and main 1.5, too :)

28 bugfix 1.1.2.9 HUN (http://members.chello.hu/lord_x/GK_Lang/28/GK_hungarian.ini) and MAIN 1.5 HUN (http://members.chello.hu/lord_x/GK_Lang/main/GK_hungarian.ini)

PLZ, if there's a possibility, update the 0.28.5.1's Hun translation, I found some serious mistakes :( ("Save" instead of "delete" :angry:)

opal
12th July 2003, 02:39
@tHe gLouCh

Screenshot of that label:


http://www.opalstudio.net/snap003.png

tHe gLouCh
12th July 2003, 08:44
@opal
Humm... I don't see !
Could you give me a link to the ini file ?

PS: Must I install something in XP to display Chinese ?

opal
15th July 2003, 15:00
@tHe gLouCh
the link is here,
http://www.opalstudio.net/GK_chinese.ini

You must install East-asia language support to display chinese in XP:)

len0x
19th September 2003, 19:07
Does anyone else wants to include new language packs (i.e. chinese for instance) with upcoming 0.28.6?

I just released 0.28.5.3 beta, with 2-3 more lines to translate, so if you want to update translation you've done, it's time to do that.
(I'll be releasing 0.28.6 around next weekend).

MacAnudo_sp
21st September 2003, 13:38
Hi

This is the new update of the GK_spanish.ini file to version 1.1.2.11 of the GK_english.ini file.

Download HERE (http://www.iespana.es/macdivx/Programas/Files/GK_spanish__@1.1.2.11_english.zip).

Regards

Killstun
21st September 2003, 17:00
The Danish GKnot language update 1.1.2.11 is ready. Can be downloaded HERE (http://www.home.no/ed2matricen/GK_danish.ini).

pixolex
21st September 2003, 17:09
excuse me but...where can i download the new ini file to update the new strings in portuguese :)

Redin
21st September 2003, 17:29
Originally posted by pixolex
excuse me but...where can i download the new ini file to update the new strings in portuguese :)

I am working on it.

But, you can download a last portuguese file in ...(gordianknot version 0.28.5.3) (http://sourceforge.net/projects/gordianknot)

pixolex
21st September 2003, 17:38
sendo assim já nao mexo o CU... :)

len0x
29th September 2003, 11:57
Originally posted by Killstun
The Danish GKnot language update 1.1.2.11 is ready. Can be downloaded HERE (http://www.home.no/ed2matricen/GK_danish.ini).

I can't get it... Is it still there ?

Killstun
29th September 2003, 12:19
Hi Len0x. Dont know why the file can't be reached, so I have another location instead. It can be downloaded here (http://www.uav.frac.dk/GK_danish.ini).

Redin
4th October 2003, 23:57
Originally posted by Redin
I am working on it.

But, you can download a last portuguese file in ...(gordianknot version 0.28.5.3) (http://sourceforge.net/projects/gordianknot)

SORRY PEOPLE: MY PC IS WITH A MAL-FUNCTION. It repairing now. Not Portuguese translate soon, because that.
When my PC back ok, I send to you some message to tell you.
Sorry, thanks.

Redin
11th October 2003, 23:20
Hi

FINALY MY PC IS OK...

This is the ready and final update of the GK_portuguese.ini file to version 0.28.5.3 of the GK.

Download HERE. (http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini)

Regards.

BloodyRipper
17th October 2003, 20:38
damn!!! i have to update the polish languague - coming very soon

Killstun
18th October 2003, 13:25
The Danish GKnot language update 1.1.2.12 is ready. Can be downloaded HERE (http://www.home.no/ed2matricen/GK_danish.ini).

len0x
21st October 2003, 12:33
Originally posted by Killstun
The Danish GKnot language update 1.1.2.12 is ready. Can be downloaded HERE (http://www.home.no/ed2matricen/GK_danish.ini).

I for some reasons already have exact the same file in 0.28.6 :)

Redin
24th October 2003, 02:04
Please, they accept my excuses, but here is a correction to my GK_portuguese.ini file.
New reference file version is to 0.28.6.2 of the GK.

Download HERE. (http://pwp.netcabo.pt/0680590301/varios/lagfiles_gk/GK_portuguese.ini)

Regards.

LRDX
3rd November 2003, 19:22
Hungarian translation's done for language file v1.15 (ftp://GKLang:GKLang@drake.sch.bme.hu/MAIN/1.15/GK_hungarian.ini) and v1.1.2.12 (ftp://GKLang:GKLang@drake.sch.bme.hu/GK_0-28_BUGFIX/1.1.2.12/GK_hungarian.ini)
(I suppose the branch "GK_0-28_GLTEST" is not to be translated - and DO NOT USE IE.. it hammers FTP servers on file DLs -> insant ban, sorry)

Or, if you like, you can browse the ftp:
server: drake.sch.bme.hu
user: GKLang
pass: GKLang
(You cannot access anything, but the lang files :P)

It's my desktop PC, so if it unaviable, I'm sleeping, not at home, etc.

Killstun
4th January 2004, 04:31
A have a new danish language update for GKnot. Some errors corrected and new words added. Grab it here! (http://www.home.no/ed2matricen/GK_danish.ini)

BloodyRipper
4th January 2004, 12:49
Something went wrong! I just knew it!! I wanted to start doing the 1.1 version of polish translation, but I pressed the "Reset INI" button and it deleted half of mine INI file!! damn!! (did i do anything wrong?)

BloodyRipper
5th January 2004, 23:38
yeah! version 1.1 of polish translation finally released! optimized for GK 0.28.7 ... hope this ver will be MUCH MUCH better

grab it here (http://himonline.w.interia.pl/GK_polish_v11.ini) ...

BloodyRipper
6th January 2004, 23:24
HOTFIX for polish translation has been released
it's now version 1.2
some important translation-bugs were fixed

grab it here (http://himonline.w.interia.pl/GK_polish_v12.ini)

seems there will be more hotfixes in some time....you just have to wait, because i'm running a bit out of time

len0x
7th January 2004, 10:14
I'm unable to access CVS until next week, so before that I won't be able to put new translations there anyway.

Jerry_Sm@rt
13th January 2004, 11:56
I'm doing chinese translation

cnwwwcn
5th February 2004, 06:35
Originally posted by Jerry_Sm@rt
I'm doing chinese translation



I abet!!
When?

berndy2001
10th February 2004, 19:49
I just updated the German Language, get it here: http://gknot.sun.priv.at/GK_german.ini

@len0x: you may put it on cvs server and add to the next release.

BloodyRipper
10th February 2004, 21:50
yawn...when are all these languague updates coming to gknot??

Jerry_Sm@rt
25th February 2004, 11:48
Chinese(GB) translation's done.
Get it here (http://www.doggiehome.com/attachment.php?s=&postid=7310)

cnwwwcn
25th February 2004, 15:20
Thank you!

Killstun
8th March 2004, 18:10
A new danish language update for GKnot. Some errors corrected. Grab it here! (http://www.home.no/ed2matricen/GK_danish.ini)

BloodyRipper
8th March 2004, 18:46
polish translation VERSION FINAL for 0.28.7.2

http://himonline.w.interia.pl/GK_polish_v13_FINAL_02872.ini

all bugs that i discovered - now fixed

len0x
18th March 2004, 19:37
Originally posted by Killstun
A new danish language update for GKnot. Some errors corrected. Grab it here! (http://www.home.no/ed2matricen/GK_danish.ini)

I finally had time to grab all new translations and this link doesn't work atm...

len0x
19th March 2004, 12:02
Originally posted by LRDX
Hungarian translation's done for language file v1.15 (ftp://GKLang:GKLang@drake.sch.bme.hu/MAIN/1.15/GK_hungarian.ini) and v1.1.2.12 (ftp://GKLang:GKLang@drake.sch.bme.hu/GK_0-28_BUGFIX/1.1.2.12/GK_hungarian.ini)
(I suppose the branch "GK_0-28_GLTEST" is not to be translated - and DO NOT USE IE.. it hammers FTP servers on file DLs -> insant ban, sorry)


canyou please attach it to the sourceforge requests section, as I can't pick it up from there, please

Killstun
9th April 2004, 12:24
Originally posted by len0x
I finally had time to grab all new translations and this link doesn't work atm...

Strange... I don't have another location for it, but the link works fine now.

Redin
13th June 2004, 05:49
I inform that already one meets in final phase of translation, the GK_portuguese.ini file for the version of the GordianKnot 0,29,9 alpha. Briefly here link will be placed respective.

Thanks

redin

BloodyRipper
13th June 2004, 14:41
i'll do the new Polish translation as soon as I will be able to download the new gknot...supposedly after 25th June (i'm waiting for my new ADSL link)

Redin
13th June 2004, 21:53
Update for Portuguese language (GK 0.29.9 alpha) again
A new portuguese language update for GKnot.

Grab it here! (http://doom9pt.layer.biz/GK_portuguese.ini)

MacAnudo_sp
16th June 2004, 00:38
Hello to all ;)

This is the update of the GK_spanish.ini translation to version 0.30.0 alpha of the GordianKnot
Download HERE (http://macdivx.webcindario.com/phpBB2/files/Temp/v_0.30.0_alpha/GK_spanish.ini).

Greetings and excuses for my english.

EDIT
I'm attach it to the sourceforge requests section

^n1ght5urf3r^
16th June 2004, 23:48
Italian Language Updated (...Finally! :D )
You can find it attached to a Feature Request on sourceforge.
The update is based on GK_English Revision 1.26 found on cvs...

@Lenox
Sorry for the delay...it's been a while since my last update.I'll try to update more often...;)

MacAnudo_sp
17th June 2004, 20:18
I have found some errors in the GK_Spanish.ini file.
It is already corrected.
The previous link continues being the valid one.
I will shortly update the GK_Spanish.ini file in sourceforge requests section.

I´m sorry for the annoyances.

Jukke
29th June 2004, 08:12
The swedish language file for 0.31.0 alpha is uploaded to the SF request section.

MacAnudo_sp
13th July 2004, 23:18
The spanish language file for GKnot 0.32 beta is uploaded to the sourceforge requests section.

Greetings.

Jukke
14th July 2004, 12:39
The Swedish language file for 0.32.0 beta is uploaded to the SF request section. It is based on GK_english.ini 1.29 in the CVS.

BloodyRipper
14th July 2004, 21:20
i don't have so much time to do the new Polish translation, so - sorry, you have to wait...i think i'll be able to finish it next week
really sorry :-/

berndy2001
27th August 2004, 20:13
i´m sorry to say that, but i´ll discontinue the translation of coming up versions, and the german support.

reason: i´m not using it anymore, because i got a dvd-burner and dvd+r's are cheap.

please remove my mail-adress in the next release.

Jerry_Sm@rt
1st October 2004, 13:58
Finally I got some time to do the translation for 0.32.
Simplified Chinese Language for gk 0.32 is here (http://web.muqin.com.cn/autogk/gk/gk_chinese.zip)

^n1ght5urf3r^
23rd December 2004, 11:20
Italian Language Updated
You can find it attached to a Feature Request on sourceforge.
The update is based on GK_English Revision 1.30 found on cvs...ready for GKnot v0.33.1...

killingspree
26th December 2004, 14:12
Originally posted by berndy2001
i´m sorry to say that, but i´ll discontinue the translation of coming up versions, and the german support.

if there is any need, i'll volunteer to maintain the german translation...

berndy2001
26th December 2004, 14:28
are you that, nico?

killingspree
26th December 2004, 14:41
eh?

len0x
30th December 2004, 11:08
Originally posted by killingspree
if there is any need, i'll volunteer to maintain the german translation...

sure, you can check current version of gk_german.ini and see what's missing (do you know to do that? I think this thread should covers everything you need to know).

killingspree
30th December 2004, 20:39
just to make sure i got it all right:

the only thing changed in the latest (0.33) english.ini file is this line:
SNotBeUsedForMaterialThatHasBeenR=not be used for material that has been recorded with video or tv-cameras or interlaced material. A much more reliable way to IVTC is to check "force film" in dvd2avi

to be specific there was only one word changed. dvd2avi -> DGIndex

so all i did was do the same edit in the german gknot language file: www.stefanstrobl.at/doom9/GK_german_upd.zip you can download it here...

the only thing i'm not quite clear about is, which lines actually get translated and which do not... any specifics on that? did i miss something?

kr
steVe

len0x
30th December 2004, 21:46
well, to check if anything needs to be updated:
- load GK and set the language in options
- press update ini file button
- quit GK
- examine file your_language.ini for english strings and translate them into your language

I do not remember if german file was updated for 0.32 already or not, but 0.33 indeed doesn't have much changes to 0.32

P.S. all strings from ini-file may be translated

MacAnudo_sp
16th January 2005, 13:56
The spanish language file for GKnot 0.33.1 is uploaded to the sourceforge Support Requests section.

This traduction is based on English.ini to GordianKnot.RipPack.0.33.1.Setup.exe

Greetings

len0x
16th January 2005, 14:06
10x, I'm hoping to get 0.33.2 patch out soon.

berndy2001
5th November 2005, 15:46
please remove my mail-adress in the next release.

i still get emails from users asking for support because my mailadress is in the info-tab. please remove my email adress!