1

(4 replies, posted in Setup)

Yes, I to that, the cookies, and all old files...

That error I get with Internet Explorer and Google Chrome...

I try and try...

Now, I close the 2 browser, and open again google chrome (with out the clean cache for this time) and now is working... smile

I don't what happent, only close the browser and now is working smile

smile

2

(4 replies, posted in Setup)

I try to add a new translation to FrontAccounting running on my Ubuntu 8

I use:

Setup > Install/Update Languages > Create a new language

And fill the form:

Language Code: es_AR
Language Name: espanol
Encoding: ISO-8859-1 (try UTF-8 too)
Right To Left: [no]
Default Language: [no]
Language File (po): [es_AR.po]
Language File (mo): [es_AR.mo]
SAVE

When I click on Save the item is added... I go to

Preferences > Language

and I change to the new langugage (espanol) and I get the message: "Display settings have been updated."  But all is continue in english...

I go for the 2th time to Preferences > Language and I see that the language is espanol sad ... but is englis sad I edit the .po and .mo and the file is spanish sad

At the console of my ubuntu I run the comand locale-gen and I get:

root@pbx:~# locale-gen
Generating locales...
  en_US.UTF-8... up-to-date
Generation complete.

I add the es_AR UTF- and es_AR ISO-8859-1 and now I have:

root@pbx:~# locale-gen
Generating locales...
  en_US.UTF-8... up-to-date
  es_AR.ISO-8859-1... up-to-date
  es_AR.UTF-8... up-to-date
  es_ES.UTF-8... up-to-date
Generation complete.


But the script continue in english sad

any idea for fix the problem?

Thankyou