Script language: translate or not?
Thread poster: Elvira Schmid
Elvira Schmid
Elvira Schmid  Identity Verified
Italy
Local time: 08:18
English to German
Aug 6, 2007

A number of sample scripts are shown in the translation. Should I translate these or do they have to remain in English for the application to work? Thank you all.

If lResult = 0 Or bSendOnError = True Then
' Set email parameters, including CosmoCall parameters, and send it.
With g_objMailer

Call LogEvent("CallXMLsendEmail", "Not sending email because an error was encountered (" & lResult & ") and Send On Error was set to " & bSendOnError)
End If


 
Enes Kuru
Enes Kuru
Türkiye
Local time: 09:18
Turkish to German
+ ...
Scrip translation Aug 6, 2007

Hi, only translate thıs part.

Elvira Schmid wrote:

..Not sending email because an error was encountered... ...and Send On Error was set to..


The other part is the Script code.


 
Hynek Palatin
Hynek Palatin  Identity Verified
Czech Republic
Local time: 08:18
Member (2003)
English to Czech
+ ...
Script language: translate or not? Aug 6, 2007

The script commands should not be translated, of course. You should only translate the comment and the strings in double quotes (in bold):

If lResult = 0 Or bSendOnError = True Then
' Set email parameters, including CosmoCall parameters, and send it.
With g_objMailer

Call LogEvent("CallXMLsendEmail", "Not sending email because an error was encountered (" & lResult & ") and Send On Error was set to " & bSendOnError)
End If


 
Elvira Schmid
Elvira Schmid  Identity Verified
Italy
Local time: 08:18
English to German
TOPIC STARTER
Thank you! Aug 6, 2007

Thank you all!

 
megane_wang
megane_wang  Identity Verified
Spain
Local time: 08:18
Member (2007)
English to Spanish
+ ...
Don't be afraid to ask the customer for the rest :) Aug 6, 2007

Hello Elvira,

Enes and Hynek are right, but don't be afraid to ask the customer to mark the texts that have to be translated. In these cases it's absolutely normal (I would say mandatory) that they do so. It avoids lots of errors and spares translation and revision time.

Best luck,

Ruth @ MW



[Edited at 2007-08-06 11:18]


 
eesegura
eesegura  Identity Verified
Local time: 01:18
Spanish to English
+ ...
absolutely right Aug 6, 2007

Elvira Schmid wrote:

Should I translate these or do they have to remain in English for the application to work?

If you change anything in the script part (whether it's in English or another language - and although I've never seen scripts in another language, they might exist), the software application will not work.

[Edited at 2007-08-06 14:47]


 
dom_fr
dom_fr
France
Local time: 08:18
English to French
From a programmer point of vue Aug 6, 2007

1/ I would prefer :

If lResult = 0 Or bSendOnError = True Then
' Set email parameters, including CosmoCall parameters, and send it.
With g_objMailer

Call LogEvent("CallXMLsendEmail", "Not sending email because an error was encountered (" & lResult & ") and Send On Error was set to " & bSendOnError)
End If


Because variables help to understand the script.

2/ I hope the code will be tested ! Just imagine an example, that is not working.


 
Claudia Krysztofiak
Claudia Krysztofiak  Identity Verified
Germany
Local time: 08:18
English to German
+ ...
Beware the variables ... Aug 6, 2007

While I assume it is correct that you should only translate the text parts pointed out by Hynek (if any at all, according to your customer's wishes) you also have to stay aware of the context.

The English output of the second part would look something like:

Not sending email because an error was encountered (SomeError) and Send On Error was set to False.

In my example I replaced the variables
lResult with SomeError
and
bSendOnError with
... See more
While I assume it is correct that you should only translate the text parts pointed out by Hynek (if any at all, according to your customer's wishes) you also have to stay aware of the context.

The English output of the second part would look something like:

Not sending email because an error was encountered (SomeError) and Send On Error was set to False.

In my example I replaced the variables
lResult with SomeError
and
bSendOnError with False
(You do not do that for translation! It is just an example for how this line works.)

When you translate the surrounding text you have to take care that these variables are placed in the right position, otherwise the resulting message won't make sense in the target language. Also, if it is not obvious from the translation, it may be wise to ask what exactly the first variable stands for, because it is sometimes helpful for the translation.
Collapse


 


To report site rules violations or get help, contact a site moderator:


You can also contact site staff by submitting a support request »

Script language: translate or not?






Protemos translation business management system
Create your account in minutes, and start working! 3-month trial for agencies, and free for freelancers!

The system lets you keep client/vendor database, with contacts and rates, manage projects and assign jobs to vendors, issue invoices, track payments, store and manage project files, generate business reports on turnover profit per client/manager etc.

More info »
TM-Town
Manage your TMs and Terms ... and boost your translation business

Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.

More info »