How to change main menubar label

Hi:
I’m using OJS 2.4.8.0, spanish version. I want to change the “files” navigation menu to “Números anteriores" (Previous Issues). Could you tell me what files I have to modify to replace that menu?
Thank you in advance

Hi @atilakaos

Hmmm… Could you point where to find that “files” navigation menu ?

Best,
Bozana

menubar

Thank you Bozana.

I want to change “Archivos” label menu for “Nºs Anteriores”. “Archivos” is the seveth option in the menu bar. I’ve been seraching the OJS php and xml files with grep but I am not able to find the file or files that specify those labels for the main bar menu. I don’t know what files do i have to patch.
I am talking about patch files becouse I have not been able to find any option in the administration to change those labels. I can add options in the menu from cofiguration but I want to change the options alredy in place.

Hi @atilakaos

I think that text is in the file locale/es_ES/locale.xml:
<message key="navigation.archives">Archivos</message>
You would need to change it there…

Best,
Bozana

Thanks a lot, Bozana¡¡¡ It’s works:slight_smile: