Thank you for your feed back.
I have 2 problems:
1- There are many words which are not translated (even when I give a translation in theme.po )
In item-edit.php, the instruction :
<?php echo osc_esc_js(__('Select a region', 'zara'));
does not translate the text ( as e_(..) ) do.
I tried to change the osc_esc_js(__('Select a region', 'zara')); to e_('Select a region', 'zara'));
but I get a error.
2- osc_esc_js( ? What does it mean? Is it a function ? In this case where is it defined?
Thank you for enlightening me on this subject.