Join Today
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Location
    Russia, Novosibirsk
    Posts
    94

    Default Interface localization

    Hi, everybody!
    Sorry if I repeat any posts, but search in this forum works the way I don't really understand...
    I need help in the following steps:
    • 1. in copying localization files from phone (tried to do it with qonsole:
      Code:
      # mkdir /mmc/mmca1/phone/
      # cp -p /ezxlocal/* /mmc/mmca1/phone/
      Result was:
      Code:
      ommitting directory [directories in /ezxlocal/]
      Any corrections to this method?
    • 2. in converting *.qm files into *.ts files to be edited in QT Linguist.
      I thought it was a script for convertion of *.qm files into *.ts files, I tried to google it, but google found only links for Linux, not for M$ Windows.
    e680 -> e680i -> e680g
    Alienware phone theme fan.

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default Re: Interface localization

    Quote Originally Posted by xyepblra
    Hi, everybody!
    Sorry if I repeat any posts, but search in this forum works the way I don't really understand...
    I need help in the following steps:
    • 1. in copying localization files from phone (tried to do it with qonsole:
      Code:
      # mkdir /mmc/mmca1/phone/
      # cp -p /ezxlocal/* /mmc/mmca1/phone/
      Result was:
      Code:
      ommitting directory [directories in /ezxlocal/]
      Any corrections to this method?
    hi xyepblra,

    have you used the # at the beginning?
    the mkdir is ok. but for the copy step i have made:

    cp -pr /ezxlocal/* /mmc/mmca1/phone/

    (the -r is needed for recursive directory copy)
    the result was some files with permission denied, but after restoring with:

    cp -pr /mmc/mmca1/phone/* /ezxlocal/

    all of my personal settings where restored (except the "Open With" thingie)
    for the emails a copy of the email-folder was neccesary.


    hope this helps

  3. #3
    Join Date
    Dec 2005
    Location
    Russia, Novosibirsk
    Posts
    94

    Default Re: Interface localization

    Quote Originally Posted by swifty
    hi xyepblra,

    have you used the # at the beginning?
    the mkdir is ok. but for the copy step i have made:

    cp -pr /ezxlocal/* /mmc/mmca1/phone/

    (the -r is needed for recursive directory copy)
    the result was some files with permission denied, but after restoring with:

    cp -pr /mmc/mmca1/phone/* /ezxlocal/

    all of my personal settings where restored (except the "Open With" thingie)
    for the emails a copy of the email-folder was neccesary.

    hope this helps
    Thank you, swifty, it worked well, although worked with cp -r /ezxlocal/* /mmc/mmca1/phone/, not with cp -pr /ezxlocal/* /mmc/mmca1/phone/.
    Anyway, I really needed that hint! As for the "#" sign, I reproduced it in my post just to show what exactly has been displayed on the screen, I didn't type it because I knew it wasn't necessary.
    Any suggestions about *.qm files convertion into *.ts?
    e680 -> e680i -> e680g
    Alienware phone theme fan.


 
+ Reply to Thread

Similar Threads

  1. The Hindi Language Localization Project
    By Konig in forum Development
    Replies: 75
    Last Post: 07-27-2010, 02:40 AM
  2. [INFO] Language Localization guide!
    By bOOster in forum Firmware Development
    Replies: 115
    Last Post: 12-24-2007, 03:43 AM
  3. Replies: 0
    Last Post: 11-14-2007, 04:47 AM
  4. is there a TUTORIAL/FAQ on localization??
    By jusstoogood in forum A1200 General Chat
    Replies: 5
    Last Post: 11-13-2007, 04:41 PM
  5. Introduce Threesearch C5 AE localization 3.0
    By chiennk in forum E680i General Chat
    Replies: 122
    Last Post: 01-23-2007, 08:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1