Jump to content


Photo

Italian Translation Problem.


  • Please log in to reply
3 replies to this topic

#1 Rickyx

Rickyx

    Etomite Forum Newbie

  • Member
  • 38 posts

Posted 29 October 2012 - 01:30 PM

Hi,

I've got this file, translated into Italian.

It work well on one site, copied into another it I got this error:

syntax error, unexpected T_VARIABLE


Checked I found no syntax error, different lines ecc...

Can some one give an advice?

Thank you,
Rickyx

___________________________________________

ps. of course, if you get the error, manager will be non available to change language again.
You have to open manager/index.php, comment line 151
//include_once("includes/lang/".$manager_language.".inc.php");
and insert this instead
include_once("lang/english.inc.php");

and accesscontrol.inc.php, comment line 21
//include_once("lang/".$manager_language.".inc.php");
and insert this instead
include_once("lang/english.inc.php");

It will load the manager with english language, that you can reset language and then change back the file in the original version.

Attached Files



#2 Dean

Dean

    Loves Etomite Forums!

  • Admin
  • 4,787 posts

Posted 29 October 2012 - 03:42 PM

Try this file instead. I haven't uploaded it but fixed a line break error.

Attached Files



#3 Rickyx

Rickyx

    Etomite Forum Newbie

  • Member
  • 38 posts

Posted 30 October 2012 - 02:24 PM

It does not work: the error is the same.

Maybe a simple question: how did you find the line break error?
I usually use a simple text editor (gedit) to write code and I'm looking for some program that can do some basic check...

Thank you.
Rickyx

#4 Dean

Dean

    Loves Etomite Forums!

  • Admin
  • 4,787 posts

Posted 30 October 2012 - 03:06 PM

ok i'll take a new look tomorrow when i'm back at my desk.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users