Projet

Général

Profil

Paste
Télécharger (446 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-pt-BR.js @ 0aee3c58

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
});