1 2 3 4 5 6 7 8 9 10 11
<?php /** * Colorbox language strings * */ $english = array( "js:lightbox:current" => "image %s of %s", ); add_translation("en", $english);