Quote:
Originally Posted by ginger22
No, I mean, how can I create a language .xml file only for Language?
Can you say, what exactly I should to do?
|
- admincp => languages & phrases => {YOUR LANUGAGE} => translate phrases
- admincp => language.php?do=files => product advanced Warning System
- for each language you have installed vBulletin will display a corrosponding "translation box"
- please note you must be able to translate "from english"
- you will need the phrasetype id's used (you can see that in the product XML)
automatic warnings can be turned of by going to admincp => advanced warning system => manage system settings => use automatic warnings from posts and use automatic warnings from private messages set that to no
in case you get confused by the XML coding.You can also find the phrases you'll need to translate by quering your database like this
[sql]
SELECT * FROM vb3_phrase WHERE product = 'aws' ORDER BY fieldname DESC
[/sql]
if you use another table prefix (or none at all) you will need to replace that in the above example