Project

General

Profile

Download (446 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/*
2
	jQuery Colorbox language configuration
3
	language: Brazilian Portuguese (pt-br)
4
	translated by: ReinaldoMT
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
	current: "Imagem {current} de {total}",
8
	previous: "Anterior",
9
	next: "Próxima",
10
	close: "Fechar",
11
	slideshowStart: "iniciar apresentação de slides",
12
	slideshowStop: "parar apresentação de slides",
13
	xhrError: "Erro ao carregar o conteúdo.",
14
	imgError: "Erro ao carregar a imagem."
15
});
(19-19/24)