Shortcuts: Mobile | Active Topics | Newest Posts | Latest Freeware | Private Messaging | Contribute News | Archive 
  NEWS
  Search News
Browse by Category
News History
1SRC News RSS Feed
1SRC Podcast RSS Feed
Contribute News
  FORUMS
  Search Forums
Topic Specific
News
General
Applications
  Games
  Video
Deals & Promos
Developers
E-books
Mac / Linux
Medical
Podcast
Skins & Backgrounds
Wireless
Off-Topic
  Audio/Video
  Cellphones
  Digital Cameras
  Gaming
  Gadgets & Gizmos
  Non-Palm OS PDAs
  PCs/Laptops
  Tech Web
palm
pre
Foleo
T|X-Series
Z-Series
LifeDrive
Zire
Treo
Tungsten
Older Palms
Sony
VZ-Series
TH-Series
UX-Series
TJ-Series
NX-Series
TG-Series
NZ-Series
Older Clies
Tapwave
Zodiac
Garmin
iQue
Other Licensees
AlphaSmart
Fossil
Group Sense
Kyocera
LG
Samsung
Site Specific
Arcade
Comment/Suggest
  FREEWARE
  Search Freeware
Applications
Ebooks
Skins
Backgrounds
  ABOUT US
  Contact Us
Contribute News
About Us
Privacy Statement
  LOW PRICE SEARCH

Search for the lowest prices: 




  LINKS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Back   1src Forums > Sony > Clie VZ-series
User Name
Password
FAQ Members List Calendar Chat Arcade Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-01-2004, 06:50 PM   #1
CliePet
Registered User
 
Join Date: Feb 2003
Posts: 1,424 CliePet is on a distinguished road
CliePet's VZ90 Review/Discussion - day 3 "Translation" (technology)

Day 3 - Translation - Technology

Did you go out and purchase a VZ-90, but now the Japanese UI is getting on your nerves, because you don't understand it at all?
How about changing some of the programs to have partial English menus, forms and other strings ?

This article ("Day 3") covers some of the technology and techniques for translation. The "Day 4" article includes some of the results, and other advice for making a "good enough" translated Japanese device.

-----
Background: How programs are built

The standard recommended way of building PalmOS applications is to separate the program code from the language specific user interface (strings, menus, forms etc).
This is done by placing the user interface parts in resources which can be edited using standard resource editors. Usually the language specific resources are stored in the same .PRC as the rest of the program. Sometimes the language specific resources are stored separately in an overlay file (common for some system parts).

There are other ways that some programs are built that don't follow this model (eg: hard coded strings, or application specific string database file). Since these are non-standard and relatively rare, I won't discuss them further in this article.

------
Issue: Duplication / Copyright

When translating menus and other strings, there is the problem of duplicating other (non-string) parts.
This duplication does eat up memory (program storage RAM), but for most programs, this is not a problem. Also the VZ90 has lots of storage RAM to fill up (compared to past CLIE models ;-)

BTW: posting the resulting translated programs is potentially a copyright violation (depending on what else is included besides the translated strings). A light gray are of piracy as I call it.

------
Chapter 2: the lazy approach - live with it

If you have spent the $$$ on a VZ90, I assume it is not your first PalmOS PDA. You can generally 'figure out' the Japanese user interface for many programs because the programs are very similar to their English counterparts.

For Japanese programs you don't use/need, you can hide them with SharkROM.

------
Chapter 3: How to translate: the lazy approach - find the same version on an English CLIE

The absolute easiest way to translate your CLIE is to find the same program on an English language CLIE and copy it over to the VZ90. Then run it and see if it works acceptably.

This is a good approach for the standard built-in apps (eg: ToDo, MemoPad, Address Book, etc). The best match for many programs is the UX40/50, since it has a landscape orientation. However for most of the simple built-in apps are the same for all recent PalmOS devices (ie. they run 320x320).

Sometimes copying the English program over will not run because of model differeces or other problems. Sometimes it runs mostly in English, but some things will remain in Japanese (usually parts of the user interface provided by the system).

-------
Chapter 4: How to translate: the lazy approach - find a 3rd party alternative

For more complicated programs, it is sometimes easier to install a 3rd party English version you are familar with.
For example, instead of worrying about translating the CLIEFiles and CardInfo utilities, I just use the English version of FileZ (free).

Similarly there are English replacement apps for many common system utilities, including big ones like NetFront, PicSelViewer and Organizer.

------
Chapter 5: How to translate: RsrcEdit Technique (on VZ90 itself)

If the lazy approaches listed above don't work for you, then you have to do a true translation.

The most direct way is to edit the resources in the program yourself, on the CLIE itself, using the RsrcEdit Palm program:
http://www.palmblvd.com/software/pc...15-palm-pc.html

This works well if you have an application with a small number of strings, and you have a general idea what the Japanese program does.

Instructions:
Find the program you wish to translate, usually found in ROM.
Make a duplicate of it, now in RAM.
Edit the resources of the RAM copy.
Run that modified version of the program
(sometimes a soft reset is needed)
Repeat until you are happy with your new English translation.

Note: this is not a good answer for apps with many strings or if you don't understand the original Japanese app well enough to translate the strings.

------
Chapter 6: How to translate: PC technique and batch processing

For heavy-duty translation, the best way is to use a dictionary lookup of strings or other batch processing.

The process goes something like this:
a) copy the .PRC you wish to translate from the CLIE to your PC
b) dump the translatable resources (forms, strings, menus, etc) into a text readable form (eg: using prc2pilrc or other tools)
c) lookup the Japanese strings and replace with English strings (from a dictionary or other source)
d) re-compile the translated resource (now English)
e) merge with the original .prc (for the non-language parts)
f) install that modified .prc on your CLIE

NOTE: this approach changes the strings only, it does not adjust the location of text and controls in a form. Therefore in many cases, the English string should be the same length or shorter than the original Japanese string.

I won't go into the gorry detail in this article, but it does automate a lot of the more tedious translation. It also allows you to tweek the user interface in more detailed ways.
For example: copying over the English UX50 General Prefs panel user interface solves 99% of the problems. What is missing is the last color theme ("Black") that is unique to the VZ90. With a little resource editing this extra item can be added.

The harder part is knowing what the strings should be translated to.
I don't understand Japanese, and an automatic translation process is fastest.
Translation software can do a credible job of longer strings.
Translation software usually does a poor job on shorter strings. If the translated string is too large, it won't fit in the space

Fortunately you can get the best of both worlds, using existing PalmOS E<->J translations for many standard things (including short strings like those in menus and on buttons) and automatic translation for longer strings.

As mentioned, the resulting .prcs may contain significant copyrighted material (by Sony, PalmSource or whoever wrote the program) in addition to the translated strings.

------
Chapter 7: How to translate: standard overlay resources

The standard Prefs panel, Security, Calculator etc use an overlay technique.
The user interface resources are stored in a separate .PRC (eg: Boot_jpJP for the Japanese version, Boot_enUS for the US English version)

The technique for translation is the same as 'Chapter 6', with the added advantage there isn't an extra copy of the language independent code and data.
For many of the Prefs panels, I simply tweeked a few values in the UX50 versions and they work great on the VZ90.

------
That covers a lot of technical problems, intentionally glossed over.

Please check out "Day 4" report (to be posted soon) for the result of my translation.

It changes many of the commonly used core system features, and gives advice on how to live with the remaining Japanese parts.

I call this a "good enough" translation. More elaborate translations are possible, if you don't want to use the "lazy" techniques mentioned above (copying over English apps, or living with Japanese for some things).

Last edited by CliePet : 11-01-2004 at 06:53 PM.
CliePet is offline   Reply With Quote
Old 11-01-2004, 07:42 PM   #2
Sharkk717
What does Ludus mean?
 
Sharkk717's Avatar
 
Join Date: Apr 2004
Location: USA
Posts: 1,488 Sharkk717 will become famous soon enough
excellent resource (a large amount of pun intended) CP! Hmm, as soon as I see the Day 4 report i may just have to buy it. Unfortunately, i don't happen to have $1000 bucks right now, but possibly if i sell a few (read: a lot) more copies of my programs it could be a reality. probably time to start working on SharkButton lol.

regards, sharky
__________________
Ludus Technologies
LudusW, SharkMsg, SharkLinks, SharkBtn, SharkSwipe, SharkNav, SharkCache, SharkROM.

What's next? Shark(insert word here).
Sharkk717 is offline   Reply With Quote
Old 11-02-2004, 06:47 AM   #3
Captain Cork
Registered User
 
Join Date: Oct 2004
Posts: 7 Captain Cork is on a distinguished road
Cliepet - thanks for your great review - very interesting - the following apps from my tj37 work fine and in landscape/portrait without problems on my vz90.

- clie files
- netfront
- all PIMs
- Data import
- Card Info

Problems with:
- MS Backup (only possible with Memorystick)

not working:
- all the preferences
- Hotsync
- Decuma



I think really helpful for everybody will be a translation of the preferences - and the meaning of the japanese words in the categorie-menu (e.g. ALL)
After that I think it will be nice if the status-windows (like recieving infrared, connecting wlan, errormessages ) will be translated.

greetings from germany (good old europe)
Captain Cork is offline   Reply With Quote
Old 11-02-2004, 02:27 PM   #4
CliePet
Registered User
 
Join Date: Feb 2003
Posts: 1,424 CliePet is on a distinguished road
> I think really helpful for everybody will be a translation of the preferences ...
Correct, that's the main focus for "Day 4" - things that are system wide - and are a hassle to deal with when you don't understand the text or menus or a list of items.

On the other hand, I am ignoring graphical things like DataExport (if you don't already understand that you need to press the big button to start/stop the program -- then you are beyond help ;-)

I have most Prefs working now, and Category menu (All, Edit Categories..., but I haven't found 'Default' yet), many of the general system strings. Also the standard launcher, and a few other mini apps (HotSync, Security, Calculator, CardInfo).

The common Prefs are IMHO the most important (expecially if you guess the wrong Japanese word and start the darn stylus calibration...)
CliePet is offline   Reply With Quote
Old 11-02-2004, 02:32 PM   #5
Sharkk717
What does Ludus mean?
 
Sharkk717's Avatar
 
Join Date: Apr 2004
Location: USA
Posts: 1,488 Sharkk717 will become famous soon enough
CliePet,

that's fantastic! if you'd like help with the translation, i'm very happy to give it a try (don't know japanese, but i DO know how to work a translator lol). regards, sharky
__________________
Ludus Technologies
LudusW, SharkMsg, SharkLinks, SharkBtn, SharkSwipe, SharkNav, SharkCache, SharkROM.

What's next? Shark(insert word here).
Sharkk717 is offline   Reply With Quote
Old 11-02-2004, 05:54 PM   #6
lmame
Registered User
 
lmame's Avatar
 
Join Date: Feb 2003
Location: France :)
Posts: 1,106 lmame is on a distinguished road
Good work, I'll give it a try
__________________
I'm a knight seeking for love :)
lmame is offline   Reply With Quote
Old 11-02-2004, 09:53 PM   #7
jeo4long
Registered User
 
jeo4long's Avatar
 
Join Date: Sep 2002
Location: Long Beach, CA
Posts: 3 jeo4long is on a distinguished road
Send a message via Yahoo to jeo4long
So CliePet, the basic idea is to copy the program that you are going to translate from ROM to RAM? I believe that is the only way you can edit or alter the file right?
jeo4long is offline   Reply With Quote
Old 11-03-2004, 09:09 AM   #8
CliePet
Registered User
 
Join Date: Feb 2003
Posts: 1,424 CliePet is on a distinguished road
> the basic idea is to copy the program that you are going to translate from ROM to RAM? I believe that is the only way you can edit or alter the file right?

Correct, that's the approach for "Chapter 5: How to translate: RsrcEdit Technique (on VZ90 itself)". See above for the caveats to that approach.

For most of my conversions, I do changes on a PC (see Chapters 6 and 7) and then install new .PRCs using FileZ. My upcoming "Day 4" report will include a ZIP of those working .PRCs (so you don't have to do the work). Doesn't eat up much RAM.
CliePet is offline   Reply With Quote
Old 11-03-2004, 12:18 PM   #9
The Mad Dog
CLIE FTW!
 
The Mad Dog's Avatar
 
Join Date: Oct 2003
Location: near Hamburg, Germany
Posts: 698 The Mad Dog is on a distinguished road
Send a message via ICQ to The Mad Dog
I translated (or used some stuff by CliePet (CP)*THANX*:

PIMS
Clié Organiser
Calculator (CP)
Clié Files
Clié Mail (deleted, because I dont use it)
HotSync (CP)
NetFront
Prefs (CP (BIG Thanks))
Sercurity (CP)

Added:
WA Clock
Flash Player
__________________
DESU
The Mad Dog is offline   Reply With Quote
Old 11-03-2004, 06:47 PM   #10
Sharkk717
What does Ludus mean?
 
Sharkk717's Avatar
 
Join Date: Apr 2004
Location: USA
Posts: 1,488 Sharkk717 will become famous soon enough
CliePet- just wondering, what do you think about editing the main status bar and VG area? would it be an ovly file or direct PRC tinkering? regards, sharky
__________________
Ludus Technologies
LudusW, SharkMsg, SharkLinks, SharkBtn, SharkSwipe, SharkNav, SharkCache, SharkROM.

What's next? Shark(insert word here).
Sharkk717 is offline   Reply With Quote
Old 11-04-2004, 09:22 AM   #11
CliePet
Registered User
 
Join Date: Feb 2003
Posts: 1,424 CliePet is on a distinguished road
> what do you think about editing the main status bar and VG area?
Like anything, it can be done with more work. The system hooks for some of these things can be tricky (BTW: there are two different versions of the VG - portrait with plugins, and landscape without plugins)

The status bar itself is graphical, but brings up Japanese forms (eg: Volume, Brightness etc). Similarly the VG area is mostly graphical. If you have used a CLIE before you should be able to figure it out.

My goal is not to remove all Japanese text (IMHO: it adds a little uniqueness to the device). My goal is to add English where you need it. If a button or graphic (that you already know how to use) has a little Japanese text beside it, that's fine by me.
CliePet is offline   Reply With Quote
Old 11-04-2004, 10:18 AM   #12
Sharkk717
What does Ludus mean?
 
Sharkk717's Avatar
 
Join Date: Apr 2004
Location: USA
Posts: 1,488 Sharkk717 will become famous soon enough
right of course i totally understand the graphics. so then would it be possible to use a UX or NZ skin with the VZ? If so, the whole SB/VG issue would be terminated.

regards, sharky
__________________
Ludus Technologies
LudusW, SharkMsg, SharkLinks, SharkBtn, SharkSwipe, SharkNav, SharkCache, SharkROM.

What's next? Shark(insert word here).
Sharkk717 is offline   Reply With Quote
Old 11-04-2004, 11:48 AM   #13
Eddy
Registered User
 
Eddy's Avatar
 
Join Date: Mar 2003
Location: 22°18'N/114°10'E
Posts: 3,924 Eddy is on a distinguished road
nice day 3! thanks cliepet!
__________________
PalmTX + 512SD
UX50(JP)+256MB MS Pro
NX70/V (JP)+1G SanDisk CF
Eddy is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -5. The time now is 06:47 AM.

  AD HOSTS ?
  GOOGLE ADS ?
  AMAZON ADS ?

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
©2001 Entity City, LLC. All rights reserved.