its ok found how to do it needed to edit
top.jsp
line 16 add e.g.
<fmt:message key="top.sync" var="sync"/>
line 61 add e.g.
<td style="min-width:4em;padding-right:2em;text-align: center">
<a href="musicFolderSettings.view?scanNow" target="main"><img src="../icons/default_light/sync.png" title="${sync}" alt="${sync}"></a><br>
<a href="musicFolderSettings.view?scanNow" target="main">${sync}</a>
</td>
then edit ResourceBundle.properties
line 64 add e.g.
top.sync = Sync

then restart Subsonic all done.