aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-pt-BR.js
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
committerRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
commitc45456fa3342bc72d30c20bafd029913930130aa (patch)
treef707891da9bd1c7272f04e455f33043bbb29ef1d /library/colorbox/i18n/jquery.colorbox-pt-BR.js
parent074be42e234a9d44ffe7875ffef6eb7a5e22f013 (diff)
parent5ce5de73051e0d68d277dc189b3bcc4593d7ab8d (diff)
downloadvolse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.gz
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.bz2
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.zip
Merge pull request #820 from pafcu/nomigrate
Steps towards not needing jquery-migrate
Diffstat (limited to 'library/colorbox/i18n/jquery.colorbox-pt-BR.js')
-rw-r--r--library/colorbox/i18n/jquery.colorbox-pt-BR.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/colorbox/i18n/jquery.colorbox-pt-BR.js b/library/colorbox/i18n/jquery.colorbox-pt-BR.js
new file mode 100644
index 000000000..a405d93df
--- /dev/null
+++ b/library/colorbox/i18n/jquery.colorbox-pt-BR.js
@@ -0,0 +1,15 @@
+/*
+ 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."
+}); \ No newline at end of file