Hi i have an Icon font in my android application, for this i have defined some strings like this
<string name="icon_bottom_button_map"></string>
<string name="icon_bottom_button_keyboard"></string>
<string name="icon_bottom_button_service"></string>
but lint plots the error "MissingTranslation"
Where should i store these language independent strings?