divesh123456 / jqueryjs

Automatically exported from code.google.com/p/jqueryjs
0 stars 0 forks source link

Dutch translation for Date methods #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi I've made a dutch translation for the date methods in /plugins/methods/
may be useful to othters..

Sorry to post it like this but google generates a server error when I
attach a file:

Contents of date_nl.js:
// date localization for locale 'nl'
// generated by Jörn Zaefferer using Java's java.util.SimpleDateFormat
// adapted by Remco Wendt to add Dutch translation
Date.dayNames = ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag',
'Vrijdag', 'Zaterdag'];
Date.abbrDayNames = ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'];
Date.monthNames = ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni',
'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'];
Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul',
'Aug', 'Sep', 'Okt', 'Nov', 'Dec'];

Original issue reported on code.google.com by remco.wendt@gmail.com on 15 Sep 2007 at 2:16

GoogleCodeExporter commented 9 years ago
Thank you for writing up this problem.  Unfortunately we use a different bug 
tracking system at http://dev.jquery.com/ so this issue was just noticed.  In 
the 
future, please use that system for tracking issues.  We are going to check the 
current google issues and then close this issue database to help stop any 
confusion 
about which to use.

This issues has been moved to the following ticket:

http://dev.jquery.com/ticket/2151

Thanks.

Original comment by davidser...@gmail.com on 11 Jan 2008 at 6:17