Some Buttons (i.e "Upload","insert file", "manage directories (from imce_mkdir)...) are displayed in english language, and error/info messages too (i.e. "Please select a file"...).
I precise that when I click on the Upload button, the imce upload form in the right language.

How to make all user interface elements in the good language ? I find no more translation files in the IMCE module.

Comments

ufku’s picture

Status: Active » Closed (fixed)

You can manually translate those using translation interface at admin/build/translate/search

lucuhb’s picture

Title: Interface translations » Interface translations with private file system
Category: support » bug
Status: Closed (fixed) » Active

When I look translation using the search translation interface, translations are OK.
For exemple, when I search for "Upload", I have, in the search results table, the translation for "Upload" in sites/all/modules/imce/js/imce.js.
Even after remove data from cache in Drupal and clear the navigator cache, nothing change on the imce interface.

The problem is the same for all my sites with a private file system : the problem does not appear with my sites with a public file system, so perhaps this is related to the file system ?

The labels of the delete button and of the unzip button (#956790: Add unzip functionality) have the good language for all cases.

ufku’s picture