Hi there,
how can I translate tooltips for toolbar buttons in yor plugin..?
Now when I move mouse over button I see [ Rotate let | Rotate right | Zoom in / out | Play / Stop | Hot-spots on /off ]
In html file generated by SpotEditor there are some rows fro those purpose:
But here in your plugin I can't find any phrases to translate...
Please help...
Regards...
how can I translate tooltips for toolbar buttons in yor plugin..?
Now when I move mouse over button I see [ Rotate let | Rotate right | Zoom in / out | Play / Stop | Hot-spots on /off ]
In html file generated by SpotEditor there are some rows fro those purpose:
Code:
// If you need to translate or change toolbar tooltips, uncomment these lines
// _imageRotator.settings.i18n.zoomButtonsTooltip = "??";
// _imageRotator.settings.i18n.hotspotButtonTooltip = "??";
// _imageRotator.settings.i18n.fullScreenButtonTooltip = "??";
// _imageRotator.settings.i18n.togglePlayButtonTooltip = "??";
// _imageRotator.settings.i18n.arrowLeftButtonTooltip = "??";
// _imageRotator.settings.i18n.arrowRightButtonTooltip = "??";
But here in your plugin I can't find any phrases to translate...
Please help...
Regards...