Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(3 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

Development Forum

How can i add a new word variable to database?


You must be signed-in to post.

AuthorSubject
  Page: 1
ihnd

Avatar for ihnd
Subject: How can i add a new word variable to database?Quote this post in your reply
Hello.
I im translating the ATutor 1.6.3 in Farsi. I have a problem with some words.
My problem is that some words in English has two or more meaning in Farsi and inverse, some words in Farsi has more than one specific meaning in English.
So i need to add some new words to language database and specify a variable for those and insert its in correct place in the each page.
Is this work true and if yes, how can i add a new word variable to database?
Thanks.
Posted: 2009-09-26 04:28:59
greg

Avatar for greg
Subject: Re: How can i add a new word variable to database?Quote this post in your reply
Turn translation on by setting the value of AT_DEVEL_TRANSLATE to 1 at the top of include/vaials.inc.php. Then using the Translation tools, click on New next to Template.

You can add the variable to ATutor using the _AT() function.

<?php

echo _AT("my_word");
?>





Which words are giving you a problem?
Posted: 2009-09-26 08:40:45
ihnd

Avatar for ihnd
Changesintranslate.txt

Attachment: Changesintranslate.txt
Subject: Re: How can i add a new word variable to database?Quote this post in your reply
Hi.
Sorry for deferment on respond.

Some words and variables that i have problem with theme is in attached text file.
Posted: 2009-11-07 23:55:06
 Page: 1

You must be signed-in to post.