------------ EN --------------------------
Hi,
i unfortunatly do not have any answer from anybody from the project,i put the files here, perhaps it will help french speaking users.
Here is th french local updated for the 0.8.8sp2 release of P.P. perhaps not perfect, but i think complete.
cheers ;)
------------ FR --------------------------
Bonjour,
N'arrivant pas obteniir de réponse de qui que se soit du projet, je pose les fichiers ici, peut-être cela aidera-t-il les utilisateurs francophones.
C'est donc la traduction de pp 0.8.8sp2 pour la france.
@+
vvvvvvvvvv--- LINK --vvvvvvvvvvv
Hello,
Thanks a lot for sharing these files :)
Could you please let me know how to install this package? I uploaded the files on the server (in the right directories) but I do not see any option to switch to french.
Cheers
Bartux
hi :) you're welcome, if it could help it's with pleasure ;)
normally you've got to upload thelanguage files in the languages plugins folders /applications/plugins/plugin_name/language/fr_fr, the core i18n files in /language/fr_fr and that's all.
when you login you have an option link on the login panel on this one you can choose witch language you want to have.
personnaly i add some sql def in the database:
The first one to set the login panel's default language: (change YOUR-PREFIX by your table prefix chhosed at the install)
INSERT INTO `YOUR-PREFIX_config_options` ( `id` , `category_name` , `name` , `value` , `config_handler_class` , `is_system` , `option_order` , `dev_comment` ) VALUES ( NULL , 'general', 'installation_base_language', 'fr_fr', 'StringConfigHandler', '0', '12', NULL);
some user did another way, like here: http://www.projectpier.org/node/3099
ok file of the link of first post updated to correct the bug.