Website translation

Author Message
 Posted 2/12/2007 11:59:12 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/1/2009 2:18:34 PM
Posts: 1, Visits: 4

Dear all,


Could someone explain to me what is a website translation? I mean what the translator is suppose to translate in a website, what tools are involved and in what format the translated files should be delievered?


Cheers

Post #987
Add to Twitter Add to Facebook
 Posted 2/15/2007 9:26:23 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/23/2010 10:38:38 AM
Posts: 1, Visits: 149
Hi, I'm new to this site but I've done a website translation once where the client sent me the webpages to be translated as html files (Internet Explorer, Mozilla...). I then copied the Page Source and saved it in a program such as Notepad, translated the words (not any of the html tags), saved it again in Notepad and in html and then double-checked the web page to make sure only the text was translated and I hadn't accidentally changed any html. Hope this helps. - puffin
Post #998
Add to Twitter Add to Facebook
 Posted 3/4/2007 10:05:46 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/31/2007 2:54:15 AM
Posts: 1, Visits: 0

hi, you'd better find some tools like UltraEdit, FrontPage, Dreamweaver, or Trados to ensure to translate only what need to be translated. These tools will color-mark those tags in webpage that should not be touched or Protect them (make them not editable unless you Unprotect them). However, some of the tags doo need to be changed to ensure correct display in target languages, for example, the "charset=UTF-8" tag for English webpage should be changed to "charset=gb2312" when translated into simplified chinese webpage, otherwise the webpage will not be displayed correctly in S chinese. most of these charset code can  be found from IE (menu)->View->Code. Hope this can be helpful. :-)


nice day!

Post #1050
Add to Twitter Add to Facebook
 Posted 4/21/2008 6:28:54 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/1/2010 8:53:29 PM
Posts: 2, Visits: 366
I believe that Mozzila Suite 1.7 is bundled with a webpage editing function so that u can do the translation of the page and preview it before formally send it back to the client. Cheers!
Post #1444
Add to Twitter Add to Facebook
 Posted 10/30/2008 9:42:42 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 12/14/2009 5:25:49 AM
Posts: 98, Visits: 165
Hey, you can edit any website in Notepad provided you know what is translatable and what isn't.
Post #1631
Add to Twitter Add to Facebook
 Posted 12/18/2008 3:42:11 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/22/2010 12:55:07 PM
Posts: 1, Visits: 14
Hi, i have previously translated websites and i have used CatsCradle as my tool. It is very easy to use. w00t
Post #1689
Add to Twitter Add to Facebook
 Posted 4/14/2009 1:21:53 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 12/14/2009 5:25:49 AM
Posts: 98, Visits: 165
Any, and I mean ANY CAT tool can process HTML documents, whether it be Trados, CatsCradle, WordFast, MemoQ, across, StarTransit or anything else. But if you don't require any CAT tool to deal with repetitive text, you can use any text editor.
Post #1911
Add to Twitter Add to Facebook
 Posted 4/16/2009 9:15:35 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 8/10/2009 12:37:39 PM
Posts: 2, Visits: 73
Hi

If you are familiar with XHTML or HTML tags in the DOCTYPE tag you will see the language for example

<!DOCTYPE html PUBLIC "-//W3C// DTD XHTML 1.0 Transitional//EN" http://www.w3.org./TR/xhtml11/DTD/xhtm11- transitional.dtd

As you can see the EN is for english for the tag language for content language you may use

<?xml version="1.0" encoding="ISO-8859-1"?>  for Spanish

or utf-8 encoding

Post #1915
Add to Twitter Add to Facebook
 Posted 6/23/2009 4:34:03 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/23/2009 4:17:15 PM
Posts: 2, Visits: 1
To translate a website, you have to translate not only the body of each web page (this is, the text you actually see on a browser), but also you must translate other "hidden" text, like metatags (text that describe the web page content) and alternative text (the text you see when you put the mouse over an image).  So, when you estimate a website localization project, don't forget to take into account these items.

I can recommend you a tool called TransAbacus (http://www.transabacus.com).  This tool counts the number of words on a website, including the items I mentioned above, so the estimation is always complete.

Post #2001
Add to Twitter Add to Facebook
 Posted 10/17/2009 2:29:35 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/13/2010 12:31:22 PM
Posts: 1, Visits: 7
As someone who has coded a few HTML pages, but has also translated, I would say that normally the visible text of website is placed between <body> and </body> 'tags' in HTML, but, yes, that is not all. There is <title> ( / in a 'tag' at the beginning means that this tag is  'closed' as in </title>, similarly if published at the end of it in some versions of markup languages as in tag for line break, used also for lines without text: <br/>, for example), placed in <head> section of webpage in HTML, and it is visible in the IE8 browser on top, this page has title "Translatorsbase.com Forum", for example. There is description of image, also, found normally in <img> tag as vaalue of attribute alt, normally in "quotation tags" as here in example "Insert Hyperlink" in the editor, similarly to what I see now as I type this. So called javascript has such texts, also, as seen on the right side in emoticons, the uppermost has simply "Smile". Needed is translation (if needed at all) of what is placed inside " " characters. Now there is link ALT text, also, found in <a> tag after href attribute in alt="" attribute value (inbetween " and " characters), or in older versions simply after equation character (=). Link saying "Website translation" atop this page has ALT text "Click to view Website translation" (visible when mouse pointer is over this two underlined words as I type. Similarly, <meta name="keywords" content=""> and
<meta name="description" content=""> tags' attributes' values are to be translated, but this is specific to languages and is part of SEO (especially multilingual), actually. Regarding definitions of what language content is in, I think it is not responsibility of translator to do this, at least not normally. Knowing this, practically everybody is more able to translate webpages. More information is published on http://www.w3.org/ and found following links to various versions of HTML, XML, RSS, WML and XHTML, among others.

But surely names of colors are NOT tranlated, as they are (if found) normative and part of specifications, used everytime as they are specified. Practical advice for those, who are translating typing directly into HTML, would be to search aforementioned tags. I'd also recommend that translator should ask if anything isn't clear enough, perhaps on this forum. I tried to clarify this a little bit.

Post #2108
Add to Twitter Add to Facebook


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse