friendica/library/colorbox/i18n/jquery.colorbox-pt-BR.js

15 lines
446 B
JavaScript
Raw Normal View History

2015-12-30 14:53:02 +01:00
/*
jQuery Colorbox language configuration
language: Brazilian Portuguese (pt-BR)
translated by: ReinaldoMT
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Imagem {current} de {total}",
previous: "Anterior",
next: "Próxima",
close: "Fechar",
slideshowStart: "iniciar apresentação de slides",
slideshowStop: "parar apresentação de slides",
xhrError: "Erro ao carregar o conteúdo.",
imgError: "Erro ao carregar a imagem."
});