Author Topic: Zsafe Gui In German?  (Read 2257 times)

endeey

  • Newbie
  • *
  • Posts: 14
    • View Profile
Zsafe Gui In German?
« on: March 21, 2005, 12:45:49 am »
I have googled some, and searched the forums, but I still can't understand why zsafe's menu titles, menu options, and dialog buttons are all in German, even though the dialogs themselvs are in English.  When I
Code: [Select]
strings zsafe | grep nein and several other German words, I get nothing. Has anyone else dealt with this before?
Thanks,
ND

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Zsafe Gui In German?
« Reply #1 on: March 22, 2005, 05:29:54 am »
Only the english string are stored in the binary by default (unless the author happens to be German - then the will be)

The tranlations for the menus, dialogs etc are usually found in .qm files they usually have the same name as the binary (but not always) and are found in /home/QtPalmtop/i18n/<lang code>/ , where <lang code> is the 2 letter code for languages
de - German
en - English
ja - Japanese

It's possible that the person who did the translation didn't get finished with the whole app, in which case the untranslated parts will show up as English

hope this helps more than it confuses

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
Zsafe Gui In German?
« Reply #2 on: March 22, 2005, 12:45:49 pm »
Quote
Only the english string are stored in the binary by default (unless the author happens to be German - then the will be)

[div align=\"right\"][a href=\"index.php?act=findpost&pid=71745\"][{POST_SNAPBACK}][/a][/div]

Default language in Qtopia and Opie apps should always be English. Even the Japanese Sharp roms have a default of English.
American English at that! We have had a few discussions in my office about this. Every so often, an Australian spelling creeps in.
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

endeey

  • Newbie
  • *
  • Posts: 14
    • View Profile
Zsafe Gui In German?
« Reply #3 on: April 14, 2005, 11:43:44 pm »
Probably a sin to resurrect this thread, but I just wanted to post my fix in case anyone else has the same problem:
When I went to
/opt/QtPalmtop/i18n/en and did
Code: [Select]
du -h * I found all the files to be 512 bytes big, except for zsafe.qm. so I mv'd zsafe.qm to zsafe.qm.bak and copied an arbitrary *.qm file into zsafe.qm, and my problem was fixed.  Odd, eh?
-n