HTMLSArea doesn't work with spanish backend

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

HTMLSArea doesn't work with spanish backend

Post by soroa »

Hi all,
on my installation (V1.2.1-DEV) spanish backend, the HTMLArea doesn't work.
Error: "Zeile 262, Zeichen 3, Fehler HTMLArea.l18N.tooltips ist nicht null oder kein Objekt, code 0".

It works without any problems with the german´and uk version.

But it is for a spanish customer so I really need the spanish backend.

Any ideas? What can be wrong?

Regards

Rafael
Neelix
Posts: 80
Joined: Wed 29. Sep 2004, 12:06
Location: España

Re: HTMLSArea doesn't work with spanish backend

Post by Neelix »

saludos!
only an :idea: / possibility ...
soroa wrote: Error: "Zeile 262, Zeichen 3, Fehler HTMLArea.l18N.tooltips ist nicht null oder kein Objekt, code 0".
- look in your include/inc_ext/htmlarea/lang directory:
- in the es.js [spanish] file is missing a lot of values - by **** with de.js:

Code: Select all

	tooltips: {
        ...
        backcolor:          ...,
        horizontalrule: ...,
        help:              ...,
        lefttoright:      ...,
        righttoleft:      ...
        ...
	},
- if you an good translater get the en.js / de.js and translate the missing values ;)
PS: see here http://www.htmlarea.com/forum/
Erfahrung ist das, was man besitzt, kurz nach dem es gebraucht wurde.
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
Locked