aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
diff options
context:
space:
mode:
authorChris Miller <christopher@ctmiller.net>2010-02-19 22:34:36 -0500
committerChris Miller <christopher@ctmiller.net>2010-02-19 22:34:36 -0500
commit48ec7d720e9b81e7aa849587bef3a263bac2e8ca (patch)
treeed44303a9fcfd8fa15a20bcab14deed1e7b1cd41 /static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
downloadsnakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.tar.bz2
snakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.tar.xz
snakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.zip
Initial check for iterations. YMMV.
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js b/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
new file mode 100644
index 0000000..e3ac652
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
@@ -0,0 +1,19 @@
1/* Brazilian initialisation for the jQuery UI date picker plugin. */
2/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['pt-BR'] = {
5 closeText: 'Fechar',
6 prevText: '&#x3c;Anterior',
7 nextText: 'Pr&oacute;ximo&#x3e;',
8 currentText: 'Hoje',
9 monthNames: ['Janeiro','Fevereiro','Mar&ccedil;o','Abril','Maio','Junho',
10 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
11 monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
12 'Jul','Ago','Set','Out','Nov','Dez'],
13 dayNames: ['Domingo','Segunda-feira','Ter&ccedil;a-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
14 dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
15 dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['pt-BR']);
19}); \ No newline at end of file