aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-ca.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-ca.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-ca.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-ca.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-ca.js b/static/development-bundle/ui/i18n/ui.datepicker-ca.js
new file mode 100644
index 0000000..ad47af0
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-ca.js
@@ -0,0 +1,19 @@
1/* Inicialitzaci� en catal� per a l'extenci� 'calendar' per jQuery. */
2/* Writers: (joan.leon@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['ca'] = {
5 closeText: 'Tancar',
6 prevText: '&#x3c;Ant',
7 nextText: 'Seg&#x3e;',
8 currentText: 'Avui',
9 monthNames: ['Gener','Febrer','Mar&ccedil;','Abril','Maig','Juny',
10 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'],
11 monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun',
12 'Jul','Ago','Set','Oct','Nov','Des'],
13 dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
14 dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
15 dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
16 dateFormat: 'mm/dd/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['ca']);
19}); \ No newline at end of file