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.
v2.0.0 RC language pack with Joomla 1.6
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: v2.0.0 RC language pack with Joomla 1.6
Hi,
Kind regards,
Benno
Yes, because this language pack is for joomla 1.5 and Phoca Maps 1.x.x.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]
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 9
- Joined: 24 Jan 2011, 21:16
Re: v2.0.0 RC language pack with Joomla 1.6
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.
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.
-
- Phoca Newbie
- Posts: 9
- Joined: 24 Jan 2011, 21:16
Re: v2.0.0 RC language pack with Joomla 1.6
Is this procedure also valid for Phoca Maps 2.0.0 RC?
https://www.phoca.cz/documents/46-transl ... extensions
Thanks.
https://www.phoca.cz/documents/46-transl ... extensions
Thanks.
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: v2.0.0 RC language pack with Joomla 1.6
Hi,
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
No, it's a little bit different.Is this procedure also valid for Phoca Maps 2.0.0 RC?
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
-
- Phoca Newbie
- Posts: 9
- Joined: 24 Jan 2011, 21:16
Re: v2.0.0 RC language pack with Joomla 1.6
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.
In the download area the version of language packs is not specified.
Can you, please, supply the link?
Thank and regards.
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: v2.0.0 RC language pack with Joomla 1.6
Hi,
http://joomlacode.org/gf/download/frsre ... ry_j16.zip
Kind regards,
Benno
Sure!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?
http://joomlacode.org/gf/download/frsre ... ry_j16.zip
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 9
- Joined: 24 Jan 2011, 21:16
Re: v2.0.0 RC language pack with Joomla 1.6
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.
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.
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: v2.0.0 RC language pack with Joomla 1.6
Hi,
Example:
COM_PHOCAMAPS_FROM_ADDRESS="your translation
should be:
COM_PHOCAMAPS_FROM_ADDRESS="your translation"
Kind regards,
Benno
This happens normaly if a " is missing.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).
Example:
COM_PHOCAMAPS_FROM_ADDRESS="your translation
should be:
COM_PHOCAMAPS_FROM_ADDRESS="your translation"
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 9
- Joined: 24 Jan 2011, 21:16
Re: v2.0.0 RC language pack with Joomla 1.6
Many thanks, solved!