Page 1 of 2
v2.0.0 RC language pack with Joomla 1.6
Posted: 24 Jan 2011, 21:28
by AxorB
I have just installed Phoca Maps v2.0.0 RC that works as expected in Joomla 1.6, but I am unable to install language pack.
Trying to install it-IT.com_phocamaps.zip i get this error:
* Deprecated install format (client="both"), use package installer in future
* Aborting language installation: Unknown Client Type [both]
Thanks for any help.
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 24 Jan 2011, 22:18
by Benno
Hi,
Trying to install it-IT.com_phocamaps.zip i get this error:
* Deprecated install format (client="both"), use package installer in future
* Aborting language installation: Unknown Client Type [both]
Yes, because this language pack is for joomla 1.5 and Phoca Maps 1.x.x.
Kind regards,
Benno
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 25 Jan 2011, 02:41
by AxorB
Thank you Benno,
if the language pack is not available for Joomla 1.6 I can translate it.
Please, can you point me how to do that?
Thanks and regards.
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 25 Jan 2011, 10:56
by AxorB
Is this procedure also valid for Phoca Maps 2.0.0 RC?
https://www.phoca.cz/documents/46-transl ... extensions
Thanks.
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 25 Jan 2011, 12:54
by Benno
Hi,
Is this procedure also valid for Phoca Maps 2.0.0 RC?
No, it's a little bit different.
The structure of the xml file is different and the files are renamed.
Take a look to the german translation of Phoca Gallery v3.0.0, there you can see the changes.
Kind regards,
Benno
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 25 Jan 2011, 13:29
by AxorB
I'm sorry but I'm not able to recognize the various versions of language packs.
In the download area the version of language packs is not specified.
Can you, please, supply the link?
Thank and regards.
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 25 Jan 2011, 21:19
by Benno
Hi,
I'm sorry but I'm not able to recognize the various versions of language packs.
In the download area the version of language packs is not specified.
Can you, please, supply the link?
Sure!
http://joomlacode.org/gf/download/frsre ... ry_j16.zip
Kind regards,
Benno
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 08 Jul 2011, 08:53
by AxorB
Hi Benno,
I have translated the two frontend files, leaving ,for the moment, the three backend files in English.
Trying to load the file. Zip through the Extension Manager I get the error:
JInstaller:: Install: Impossible to find the XML setup file
which, moreover, is not even present in the zip cz-CZ and de-DE taken as an example.
Trying to send the two translated files directly on the site (/language/it-IT), instead of the labels I see the names of the variables (eg COM_PHOCAMAPS_FROM_ADDRESS).
Can you help, please?
Thanks.
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 08 Jul 2011, 10:15
by Benno
Hi,
Trying to send the two translated files directly on the site (/language/it-IT), instead of the labels I see the names of the variables (eg COM_PHOCAMAPS_FROM_ADDRESS).
This happens normaly if a " is missing.
Example:
COM_PHOCAMAPS_FROM_ADDRESS="your translation
should be:
COM_PHOCAMAPS_FROM_ADDRESS="your translation"
Kind regards,
Benno
Re: v2.0.0 RC language pack with Joomla 1.6
Posted: 08 Jul 2011, 12:55
by AxorB
Many thanks, solved!