Results 1 to 5 of 5

Thread: javascript translation

  1. #1
    Join Date
    Jun 2008
    Posts
    3

    Default javascript translation

    my site is fully working, no problem at all so far
    used php regexp to translate date and time in italian..
    but still cannot translate these:
    - when menaging friends, the "new list" js text where i have to put the new list name;
    - abuse report when fields are missing (e.g. "Please select abuse value")
    - add to favourites (when not logged in i have "You must login to add favorite this video." to translate)
    help would be appreciated
    rgds

  2. #2
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: javascript translation

    andreaa wrote
    - when menaging friends, the "new list" js text where i have to put the new list name;
    - abuse report when fields are missing (e.g. "Please select abuse value")
    - add to favourites (when not logged in i have "You must login to add favorite this video." to translate)
    you can change only two portions first one is
    go to the folder templates-> friends.tpl edit this following code
    Code:
    new list
    The second one is
    go to the folder js->video_inappropriate.js edit this following code
    Code:
    alert("Please Select Abuse value");
    the third one is is php file i think its not edit by the user
    ok
    thanks

  3. #3
    Join Date
    Jun 2008
    Posts
    3

    Default Re: javascript translation

    Ok for the 2nd and 3rd.
    As regards the 1st, i mean the javascript box which appears when you click on "new list".. that box displays a text like "type a new name list" (that has to be translated) or something like that, with a textarea.
    thanks!

  4. #4
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: javascript translation

    i think you want to replace this Enter a name for a new contact group into this type a new name list

    Solution for this text:go to the folder js edit the common.js replace the with your own text
    Code:
    var name = prompt("Enter a name for a new contact group.", "");
    ok
    thanks :)

  5. #5

    Default Re: javascript translation

    .I am looking for Italian version of VShare script for my real estate http://www.viacasa.it/ can we do a deal?

Similar Threads

  1. My own template and translation
    By lasideascreativas in forum Frequently Asked Questions
    Replies: 4
    Last Post: 11-27-2008, 03:43 PM
  2. v2.6 Spanish translation
    By marcp in forum General Discussions
    Replies: 4
    Last Post: 10-19-2008, 12:00 PM
  3. List of COUNTRIES for translation - TPL file ???
    By EinfachClicken in forum Template Modifications
    Replies: 1
    Last Post: 10-01-2008, 02:22 PM
  4. Translation of special words
    By Weby in forum Installation Support
    Replies: 0
    Last Post: 02-08-2008, 09:05 AM
  5. Javascript errors
    By k3lvin in forum Template Modifications
    Replies: 1
    Last Post: 01-26-2008, 04:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •