Hi,
in your functions file around line 1190:
/wp-content/themes/Newspaper/functions.php
<div class="td-gallery-slide-count"><span class="td-gallery-slide-item-focus">1</span> ' . __td('of') . ' ' . $nr_of_slides . '</div>
just change ‘of’ to ‘whatever-you-want’
(this will be gone after a theme update, remember to keep tabs on things like that)
hope this helps, cheers!
Hi,
Thanks @nf_prt!
You can translate it form functions file like @nf_prt suggested – http://screencast.com/t/BTXXxunM5n
Thanks!
Hi,
This can be translated from the javascript file – http://screencast.com/t/MG461Sfpt
Result: http://screencast.com/t/8vV5luCqaXxg
Thanks!
Hi,
Now i have the same problem after aupdare from 4 to 6 newspaper.
I found this code (<div class=”td-gallery-slide-count”><span class=”td-gallery-slide-item-focus”>1</span> ‘ . __td(‘of’) . ‘ ‘ . $nr_of_slides . ‘</div>) in file td_wp_booster_functions.php but when I changed ‘of’ into russian ‘из’ nothing changed.
Hi,
There is an optio to translate it in Theme Panel > Translations – http://screencast.com/t/9XCeLLNT – http://screencast.com/t/Fwkrfaug8t – http://screencast.com/t/WQrG3JRBT7s
Thanks!

