The captions below the images can be localized to languages other than English.
<script type="text/javascript"> new QuickBox({ counter: "{TOTAL}枚中の{NUM}枚目" }); </script>
Custom counter messages are easy in QuickBox, just pass it as the counter option in the constructor. {NUM} is the number of the current image. {TOTAL} is the total number of images. As in the example, you can have the total come before the counter itself, too.