aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: a585ca9b58dc42ad37e86006808ce9709f98ae99 (plain)
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);