Welcome, Guest. Please login or register.

Username: Password:
Pages: 1 ... 3 4 [5] 6

Author Topic: Translations?  (Read 2266 times)

Vanger

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Translations?
« Reply #60 on: May 17, 2012, 08:53:01 AM »

...and even that won't quite work unless your language of choice uses latin1.

I think, I'll throw in some ogg player and reimplement MLI's char typing, so that it would be easier to tweak timing accordingly.
Logged

Naleastie~~

  • Hero Member
  • *****
  • Posts: 1382
  • L'essentiel est d'être tel que nous fit la nature
    • View Profile
Re: Translations?
« Reply #61 on: May 17, 2012, 08:58:22 AM »

User-friendly guide to using this rather useless utility:
1. Open .case file with your unpacking software (e.g. 7-Zip).
2. Extract case.xml to some folder.
3. Put mli_parser.jar in the same directory as case.xml you've extracted.
4. Open this folder from command prompt (to open command prompt, hit Windows+R and write "cmd").
5. In your command prompt, paste this: java -jar mli_parser.jar export
6. Edit newly created file case_for_tranlation.txt as you wish.
7. Tweak numbers in {Pause} tags until you get proper timing, or wait for GabuEx to implement {Duration} tags. Either way takes great amount of time. You can also skip this step, but by doing this, you will officially become lame.
8. Save your file, navigate to this folder in command promt once again (if you closed it in the meanwhile), and paste this: java -jar mli_parser.jar import
9. In .case file, replace case.xml with newly created translated_case.xml (remember to change the name of the latter back to "case.xml").
10. Make your prayers.
11. Run game.
12. Make your curses (or say "close enough").



Edit: this is 15th post of the page. Cadance Avatar Special Power failed again. Does Cadance have a period every other day?


Hum, the problem for me is : "java" isn't an internal or external command, an excutable programme or a command folder (this is the approximately translation ).  Could you help me?  :-[
Logged

"Il y a moins de désordre dans la nature que dans l'humanité."Morin Ed
"C'est une triste chose de songer que la nature parle et que le genre humain n'écoute pas."Victor Hugo

Xirdus

  • Hero Member
  • *****
  • Posts: 1181
  • Level 17 Paladin / Senior Sergeant
    • View Profile
Re: Translations?
« Reply #62 on: May 17, 2012, 09:14:33 AM »

...and even that won't quite work unless your language of choice uses latin1.
Really no Unicode? WTF? This is Java, for goodness sake!

I think, I'll throw in some ogg player and reimplement MLI's char typing, so that it would be easier to tweak timing accordingly.
GabuEx, Y U NO Open Source?

Hum, the problem for me is : "java" isn't an internal or external command, an excutable programme or a command folder (this is the approximately translation ).  Could you help me?  :-[
I'll give it one try, and one try only. Not because I don't want - because I don't know Java well enough.

Windows+Pause Break, "Advanced" tab, "Environmental variables" button (on the bottom, to the left), on the lower list select "Path", click "Edit" and post what you have there.
Logged

Naleastie~~

  • Hero Member
  • *****
  • Posts: 1382
  • L'essentiel est d'être tel que nous fit la nature
    • View Profile
Re: Translations?
« Reply #63 on: May 17, 2012, 09:29:20 AM »

Windows+Pause Break, "Advanced" tab, "Environmental variables" button (on the bottom, to the left), on the lower list select "Path", click "Edit" and post what you have there.

   " C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Smart Projects\IsoBuster;%PROGRAMFILES%\Internet Explorer "

       
I'll give it one try, and one try only. Not because I don't want - because I don't know Java well enough.

  I understand   :grin:
Logged

"Il y a moins de désordre dans la nature que dans l'humanité."Morin Ed
"C'est une triste chose de songer que la nature parle et que le genre humain n'écoute pas."Victor Hugo

Xirdus

  • Hero Member
  • *****
  • Posts: 1181
  • Level 17 Paladin / Senior Sergeant
    • View Profile
Re: Translations?
« Reply #64 on: May 17, 2012, 10:02:00 AM »

Solution 1: replace java word at the beginning of commands from my guide with actual path to Java executable, which will be something like "C:\Program Files\Java\jre6\bin\java.exe" (with quotemarks).

Solution 2: add that path (without final java.exe) at the end of your Path variable, after semicolon and without quotemarks (just like the other paths there). This will allow to use java command in cmd whenever you want (which can be never again).
Logged

Naleastie~~

  • Hero Member
  • *****
  • Posts: 1382
  • L'essentiel est d'être tel que nous fit la nature
    • View Profile
Re: Translations?
« Reply #65 on: May 17, 2012, 10:49:05 AM »

Solution 1: replace java word at the beginning of commands from my guide with actual path to Java executable, which will be something like "C:\Program Files\Java\jre6\bin\java.exe" (with quotemarks).

Solution 2: add that path (without final java.exe) at the end of your Path variable, after semicolon and without quotemarks (just like the other paths there). This will allow to use java command in cmd whenever you want (which can be never again).

 Thanks to trying to help me but it doesn't find the way of java.exe (I've check all letters etc.. but it doesn't work)

About the second, "C:\Program Files (x86)\Java\jre6\bin\" (without quotemarks) is what I put in "worth of the variable"; it still doesn't work (about the "java -jar..." ). 

   Thanks anyway, I will try something else.

Logged

"Il y a moins de désordre dans la nature que dans l'humanité."Morin Ed
"C'est une triste chose de songer que la nature parle et que le genre humain n'écoute pas."Victor Hugo

Xirdus

  • Hero Member
  • *****
  • Posts: 1181
  • Level 17 Paladin / Senior Sergeant
    • View Profile
Re: Translations?
« Reply #66 on: May 17, 2012, 11:14:05 AM »

Are you sure you have your Java in that exact directory? Try to navigate to it from Explorer.
Logged

Naleastie~~

  • Hero Member
  • *****
  • Posts: 1382
  • L'essentiel est d'être tel que nous fit la nature
    • View Profile
Re: Translations?
« Reply #67 on: May 17, 2012, 11:18:32 AM »

Are you sure you have your Java in that exact directory? Try to navigate to it from Explorer.

 I confirm, the only thing different is I have "Program Files(x86)" .
Logged

"Il y a moins de désordre dans la nature que dans l'humanité."Morin Ed
"C'est une triste chose de songer que la nature parle et que le genre humain n'écoute pas."Victor Hugo

Doctor Pythooves

  • Hero Member
  • *****
  • Posts: 2174
  • Wherever the wind blows, I will be the Tornado...
    • View Profile
    • Pythonstrangle8 YouTube channel
Re: Translations?
« Reply #68 on: May 23, 2012, 07:04:56 PM »

There are translators on Livemocha.com
they helped me speak Greek and German
So I recommend them :))
Logged
Spoiler (click to show/hide)

Deih

  • Newbie
  • *
  • Posts: 8
  • sentient life form
    • View Profile
Re: Translations?
« Reply #69 on: June 21, 2012, 01:15:50 PM »

I would gladly lend my mothertongue, Danish, skills to translate from English if this game would become big enough for younglings who don't speak English to wish to play this.
Though I honestly doubt it would spread that far  :annoyedrar:
Logged
primary function is failure

negimap

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • My Blog for all my translation projects or let`s plays
Re: Translations?
« Reply #70 on: June 22, 2012, 06:11:59 AM »

Since one of my hobbys is translating things from english to german,, I did a translation of the Demo 1 Patch 1 for my 1500 subscribers special on youtube. It`s just a beta since the timing is off and there are some typing errors, but every english text is translated ... well, except the buttons. Couldn`t find them in the class files, but some bronies already offered help^^.

So, here you go: http://www.mediafire.com/?6nm071zv5thpa2u
Logged

Zemido

  • Newbie
  • *
  • Posts: 2
  • Fluttershy said.
    • View Profile
Re: Translations?
« Reply #71 on: August 31, 2012, 01:06:38 PM »

Wow, 2nd post, and already reviving an old thread  :grin:
Anyway, I made a small translation tool for the game ; it's an html file, and it should work with Firefox and Chrome (sorry IE users :idunno:)

Features :
- Editing translatable texts (no way ?!)
- Displaying the text you are editing, in the same way it would appear in-game (approximately)
- Dubbing, so you can make your text fit with the voice  :woohoo:

Download - http://www.mediafire.com/download.php?1ynxlvbip1xvjz6

There are already instructions with it, but I will repeat them here :
1 - Extract the .case file into a folder
2 - Place it in the same folder as "MLI-translate.html"
3 - Launch MLI-translate.html
(3bis - If you're using Chrome, you have to launch it with the option --allow-file-access-from-files)
(3ter - On Windows : [Win]+[R], then type "chrome --allow-file-access-from-files")

4 - If the folder containing the case files is named "whatever", type "whatever" in the text box.
5 - Click on the texts on the left to edit them.
6 - When your done, click on "save".
7 - Copy all the text from the new tab and paste it to your notepad.
8 - Save it as "case.xml".
9 - Place it back to the .case file.

The browser may nearly crash while opening/saving, so if it tells you something like "mlt.js does not respond", don't listen to it. :stare:
It may be right, but don't listen anyway.
If it takes more than 30sec, listen to it.

If there are some feedbacks, the tool may have some extra features. Later. :eyebrowpp:
Logged

antpie94

  • Hero Member
  • *****
  • Posts: 2365
  • Hey look I'm a pony :3
    • View Profile
Re: Translations?
« Reply #72 on: August 31, 2012, 01:09:32 PM »

Since this is now alive I will happily help translate from American English to ones proper language  :P

Xirdus

  • Hero Member
  • *****
  • Posts: 1181
  • Level 17 Paladin / Senior Sergeant
    • View Profile
Re: Translations?
« Reply #73 on: September 01, 2012, 08:00:25 AM »

No offence, but you don't seem to be best person in writing in proper English...
Logged

antpie94

  • Hero Member
  • *****
  • Posts: 2365
  • Hey look I'm a pony :3
    • View Profile
Re: Translations?
« Reply #74 on: September 01, 2012, 09:46:44 AM »

No offence, but you don't seem to be best person in writing in proper English...
Oh it's true :sadrar2: one can't even use one's proper language :P
Pages: 1 ... 3 4 [5] 6