Thank you hupe13; that is actually the next thing i need to do.
But I was talking about wp-gpx-maps-admin-settings.php file that uses esc_html($label); and admin is in English regardless the site language.
Changing it to esc_html__($label, ‘wp-gpx-maps’) actually display the site language in admin.
I just wanted to ask Bastiano, if that is how he intended.