Topic: Thumbnail pages

Hello

I use some galleries and if I have more than 8 pictures or 10, there is more than one Thumnail page
I choose to show the Thumbnail page number
Is there a possibility to show something else than : 1 of 3
It is in english and my site is in french
Is there a possibility for example to show 1/3 so it works in all languages?

Thanks for your answer

Best regards

Laurent

Re: Thumbnail pages

You can use the languageList configuration option to translate the word 'of' (the last entry in the languageList) to something else, such as 'des' or '/'. Please see here for details.
For example, you could use the following to display "1 / 3", "2 / 3", etc.

languageList="Show Thumbnails|Hide Thumbnails|Expand Gallery|Close Gallery|Open Image in New Window|Images|View Gallery|Next Image|Previous Image|Play Audio|Pause Audio|Show Information|Hide Information|Start AutoPlay|Stop AutoPlay|AutoPlay ON|AutoPlay OFF|Go Back|Buy this Image|Share on Facebook|Share on Twitter|Share on Google+|Share on Pinterest|Share on Tumblr|/"

(Alternatively, you could hide the paging text completely by setting showPagingText="FALSE" and showSmallPagingText="FALSE".)