alexrabe could you help us?
If you deactivate the NextGen plugin what does that “Ajouter une image” window look like?
it’s look like this
The menu appears good look
here
Can you remove the language file for NGG and check it again
yes i have remove the french language and it’s the same !
i have always the problem
could you help please!
i have try with the news version and it’s the same could you help me alexrabe
thanks
Sorry for the late response, please disable all other plugins for a test
hello alex thanks for the response
i have disable all other plugins and it’s the same !
hello i have found the problem but i can solve
if i disable the french languages for wordpress (and not for the plugin)
it’s running
it seems to be a pb of translation in french who is too long
I looked at this a little more today.
It looks like line 11 of the admin/media-upload.php is not in the .pot file and therefore, not in any of the .po or .mo files.
As a quick test try this. Change line 11 of admin/media-upload.php from:
$newtab = array('nextgen' => __('NextGEN Gallery','nggallery'));
to
$newtab = array('nextgen' => __('NGG','nggallery'));
The text may fit on the French tabs if it’s really short like that.