Hello Kyoma!
Thanks, your mod is great! If you can help me.. I've translated your mod into my language, for my own personal use. The translation is almost complete, but I'd like to know where to look for to translate the buttons like 'Write', 'Back', 'Done' into something else. There is a script that controls those buttons?
Congratulations for your work! As I said, this mod is one of the graeatest i've ever played.
Hello,
Interesting to see someone translated the mod, I didn't expect anybody else to understand the script layout.

Anyhow, the place you're looking for is in an XML file. Specifically:
menus\prefabs\journal\extra_buttons.xml. In that file you'll have the following:
...... <image name="_extra_button_done"><include src=http://forums.bethsoft.com/index.php?/topic/922284-relz-kyomas-journal-mod/"journal\button_short.xml"/> <user0> Done </user0>...... <image name="_extra_button_write"><include src="journal\button_short.xml"/> <user0> Write </user0>...... <image name="_extra_button_back"><include src="journal\button_short.xml"/> <user0> Back </user0>......
Change the text in the user0 tags.
P.S. Are other people interested in any translations? If so, then I'll need to change things a bit to allow easier translation (aka, put all the text stuff into one script). It's on my To-Do list but not a big priority. :shrug:
-Kyoma