To translate means to convert a program written in one language into a semantically equivalent program written in another, usually a lower lever, language.
0
votes
0answers
2 views
Hiding Google Translate Box on Certain Pages
I would like the website visitor to be able to select the language on certain pages using the code I am provided which all works fine:
function googleTranslateElementInit() { new
...
0
votes
1answer
26 views
How to translate views exposed filter
I have taxonomy term field in acount fields list. I translated this term (using Translation mode: "Localize. Terms are common for all languages, but their name and description may be localized." ). ...
-5
votes
0answers
82 views
How to translate Python to C++ or Java? [closed]
I want to translate the Python code presented here to C++ code. I am C++ and Java programmer and don't know much about Python and I don't want to learn Python to translate the algorithm and then use ...
-1
votes
3answers
46 views
translate rotate and scale object after drawing in opengl? [closed]
I am writing a drawing program that it is simple paint.
I want to translate or rotate or scale last object in the scene similar ms paint.
For this what i can do?
1
vote
1answer
28 views
Opening UTF16 URL with urllib in Python
I'm trying to use the Google Translate API to translate text that is in Kannada (and hence encoded utf-16) to English. Manually entering my URL, after pluggin in my google api key, ...
0
votes
0answers
8 views
Get original text when in another locale with Translatable / Doctrine
I'm trying to get the original value of a text when I'm in another locale.
My site is PT ( default ), EN and ES. In some pages, when I'm navigating in EN locale, I need to fetch de PT value of some ...
0
votes
0answers
17 views
Online orthography service for website [closed]
I am looking for online orthography service or just php+java script that can be implemented to website code with following functions:
Selecting text on webpage (auto translation) with possible ...
1
vote
0answers
13 views
Translating an app's open graph object
I'm trying to translate some open graph objects I just got accepted, the object phrases got custom edit. But when I tried to edit them they show the default phrases, not the custom phrases. I ...
0
votes
2answers
38 views
Replace characters in a string with whitespaces
I am writing a simple Python script that retrieves the latest tweet of any twitter user (in this case BBC) and uses the integrated text-to-speech system on Mac to read out the content of that ...
0
votes
1answer
49 views
Automatically translate web page
How can i automatically translate my web page when i entered it.
This is my translater there is connected to my dropdown
<script type="text/javascript">
function googleTranslateElementInit() {
...
1
vote
0answers
22 views
WordPress Theme .pot Language File
I've purchased a WordPress theme which has a .pot language file at below path:
./wp-content/themes/THEME_NAME/include/languages/THEME_NAME.pot
I've translated some phrases by Poedit software ...
0
votes
3answers
25 views
Multilingual site and views
I have content type: (filed_name1_en, field_name1_de, filed_name2_en, field_name2_de) and I want to make view so that if enter site in English that view must display (filed_name1_en, filed_name2_en) ...
-4
votes
1answer
24 views
Translate Text from an Excel in Java [closed]
i hava a simple problem and my head tells me it is very easy:
I read some Datas out of a Database and get technical Texts. Now i cant show my customers the technical things and i made a xls which ...
0
votes
0answers
21 views
Android image animation - moving on a trajectory
I'd like to have an animated image in my activity:
just a white circle moving on a trajectory (black line).
What is the best way to do it?
Translate animation
FrameAnimation
Canvas
The ...
0
votes
0answers
83 views
Symfony2 translate form entity property
I have a symfony2 form for edit users. My users has roles and you can select multiple roles for one user.
In my form I display the UserRoles entity:
$builder->add( 'rolesAsObject', 'entity', ...
0
votes
2answers
29 views
Single integer to multiple integer translation in Python
I'm trying to translate a single integer input to a multiple integer output, and am currently using the transtab function. For instance,
intab3 = "abcdefg"
outtab3 = "ABCDEFG"
trantab3 = ...
0
votes
0answers
46 views
overflow:hidden not working with translation in positive direction
I came across with a weird thing lately with overflow: hidden;. I set it to an element, and then I want to transform the elements in it with translate(), when it translates in negative direction it ...
-1
votes
0answers
12 views
What's the best app translation tool?
I have come across Ackuna (www.ackuna.com) and it works really well to translate the text in my files without having to extract it beforehand. Are there any others like it out there?
0
votes
0answers
23 views
Android move same image view to many image view's in same layout using Translate Animation
I have 8 image views in my relative layout. i want to move the top image view to remaining image views randomly or by condition.I'm using translate animation to move the image view . but i'm not able ...
0
votes
0answers
26 views
Google Translate not showing Language Options
I have put Google translate code on my site, but it's not showing Language option in select field:
And the code is:
<div id="google_translate_element"></div><script ...
0
votes
1answer
52 views
How do I correctly translate my map after scaling?
I'm creating a camera in canvas like the one in Super Smash Bros, where the center of the camera follows the center point of all players and scales to encompass all the players.
I have it set up to ...
0
votes
0answers
18 views
2D Camera using translate and scale
I'm creating a translating and scaling camera in HTML5's canvas that encompasses both players inside the game window.
First I set the cameraX and cameraY to the midpoint between both players.
cameraX ...
0
votes
0answers
15 views
Does using the inline translate configuration opties make Magento slower?
I could now find any resources on this topic. Some downloaded translation files are not 100% correct. There are 2 ways to fix these translations, with the backend option which enables frontend ...
-2
votes
3answers
54 views
Android moving Image view to center of the screen
I have one button and one image view at the bottom of my screen . when the button is clicked i want to move the image view to center of my screen. i'm trying with the following code . i'm not getting ...
0
votes
1answer
40 views
Translate empty value in Symfony form
I have a form with select box, and that field has an empty value property. I want to have it translated but adding translation_domain doesn't change anything.
<?php
namespace ...
1
vote
1answer
22 views
CSS3 translate issue Overflow
First of all, here is a jsfiddle to illustrate my issue : http://jsfiddle.net/EKxkx/
I don't know why on jsfiddle, the css translate is only working on chrome, but on the live version the issue is ...
0
votes
1answer
33 views
Translate Animation in Firefox
I'm trying to do a simple CSS3 translate animation on a div and it seems to work on on all browsers except for Firefox. This is really grinding my gears. Here is my JS.
var translateAnimationTime = ...
-1
votes
0answers
11 views
pootle apache connection error [closed]
I have installed Pootle server an a Debin distro. I have successfully connected from localhost:8000, but when I try to connect from remote machine I'm getting connection error. I have tried to apply ...
-5
votes
1answer
49 views
How to create a programming language with other [closed]
How to create a programming language with other
I Want to Create a Programming language that can translate to java code and compile with javac ??
for example
var x=2;
if x== 2 then x=5;
...
-2
votes
0answers
20 views
convert from docx to xml in php
I'd like to facilitate the usage of a system. Instead for the user to convert "save as" his file to xml inside word and then give that converted files inside the system, I'd like the user just gives ...
0
votes
0answers
29 views
Google Translator, how to manually restore original language with javascript
I am using google translate on my website. (https://translate.google.com/manager/website/suggestions)
Everything works as I want, but how do I manually (with javascript) restore the original language ...
0
votes
1answer
50 views
D3 how to make dynamic sequential transitions work using transform/translate and offset coordinates?
I am trying to create an interactive org chart such that when I click on a box that box is repositioned in the centre of the SVG container and all other elements transition as well but remain in the ...
0
votes
1answer
100 views
Converting some Java to C#
This is the line of code I am having trouble converting:
Vector3 n1 = m.normals.get((int) face.normal.X - 1);
I am not sure what this translates to in c# as I have tried quite a few things. I think ...
0
votes
1answer
42 views
boost translate: po file not work
I was used boost::locale to make a multilanguage exe, but it doesn't work.
The exe always output "Hello World".
How can it output "您好"?
I used the example code from ...
0
votes
1answer
31 views
CakePHP Get translated data from the model
I am using cakephp 2.x to make one site multilingual and I am using the i18n extract and the TranslateBehavior Core Library.
The i18n works fine and the TranslateBehavior Core Library works fine when ...
1
vote
0answers
128 views
Android translate animation with image view not getting position properly. Help needed
I have few issues in my code:
1.i'm using getX(), getY() to get the position of imageview in relative layout. Is it correct method to get positions?
2.Translate Animate doesn't stop with exact ...
0
votes
0answers
29 views
Google Translate : How to prevent certain words in a string from being translated in REST based Translate API Call
We have certain string like "Hello %s, how are you". Similarly we have %d,\n,%x etc present in the strings. When we send these strings for translation to Google using REST API call, usually some space ...
1
vote
0answers
46 views
How to user GG Translate API v2 with android
i'm researching android..and try to develop an app, what can translate a paragraph using google translate API v2.
i search more topics but has not any specific answer for my question "how to user ...
0
votes
0answers
32 views
How to translate flexible sentence facebook open graph?
Facebook will crawl sentences automatically for translations that can be seen here :
https://www.facebook.com/translations/admin/browse.php?app=app_id
I can see action's sentences which was ...
-5
votes
0answers
29 views
How to change English into Chinese [closed]
So I would like to create a English translate to Chinese. So I would like the user to write English after it puts the next word in. It translate to Chinese. I have been making a database of some ...
0
votes
0answers
13 views
Batch Texts translation
I have a database table (SQL Server 2008) with one column. The table contains 9 thousand (records) texts.
I need them to have them translated into Greek language.
Doing it manually will take forever.
...
0
votes
2answers
42 views
Translate text in ioncube encoded files using jQuery
I am having a Ioncube php script i would like to translate entierly.
I have worked hard to perform the first part : translating the template files. But, there is still lots of text stuck in the ...
1
vote
1answer
61 views
Translate from two tables with i18n database tables (cakePHP)
I have four tables:
gallery_categories table:
id (int);
title (varchar);
gallery_pictures table:
id (int);
title (varchar);
gallery_categories_gallery_pictures table to joint above tables:
...
-1
votes
0answers
56 views
i want 1 textbox to keep original text and another textbox should display translaated text
translated text should be displayed in (transliterateDiv2)
and original text will be in (transliterateDiv)
i want (transliterateDiv) to keep original text
and (transliterateDiv2) should display ...
-1
votes
1answer
66 views
how can you translate the statement if(isalpha(c)) from C++ to MIPS? [closed]
I am trying to translate the statement if(isalpha(c)), where c is a char variable, from C++ to MIPS assembly. I tried to google it, but I could not find an answer. Does anyone have any idea? Thanks ...
2
votes
0answers
40 views
Symfony2 : how to translate @Assert\Callback message
I have a callBack methode in my entitie
@Assert\Callback(methods={"isStudentsOK"})
....
public function isStudentsOK(ExecutionContext $context)
{
if ( $this->students->isEmpty())
...
1
vote
1answer
97 views
Compaq Visual Fortran versus gfortran FORMAT statement differences
I have a huge piece of Fortran code and I want to compile that code with gfortran. I have not worked with Fortran before. I do not know exactly what specification the code is of, but I found out that ...
0
votes
0answers
57 views
Translate PHP code to JAVA [closed]
i need to tanslate my site from PHP to JSP&Servlet. The DB and Entity parts are complete, but now i'm trying to code the Controls. But i'm having some troubles . Here is the original code:
...
1
vote
0answers
23 views
position fixed in combination with css3 transform
I'm trying to move the a container containing a fixed element by using -webkit-transform:translatex(80%);
By doing this my fixed elements loses it's fixed style until i remove the transform style..
...
0
votes
1answer
23 views
Silverlight controls resize themselves at runtime
I have an app with two versions. One is a standard silverlight app running withing the default web page (Running on windows 7). The other is a Windows Store app (running on windows 8) with almost the ...




