Skip to content

Commit

Permalink
Changed text encoding to utf-8 for the Czech translation...
Browse files Browse the repository at this point in the history
  • Loading branch information
vitch committed Oct 4, 2011
1 parent 89e86c1 commit a0b35a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions date_cz.js
@@ -1,10 +1,10 @@
// date localization for locale 'cz' // date localization for locale 'cz'
// provided by yesagency (http://www.yesagency.cz/) // provided by yesagency (http://www.yesagency.cz/)


Date.dayNames = ['Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota']; Date.dayNames = ['Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota'];
Date.abbrDayNames = ['Ne', 'Po', 'Út', 'St', 'Èt', 'Pá', 'So']; Date.abbrDayNames = ['Ne', 'Po', 'Út', 'St', 'Èt', 'Pá', 'So'];
Date.monthNames = ['Leden', 'Únor', 'Bøezen', 'Duben', 'Kvìten', 'Èerven', 'Èervenec', 'Srpen', 'Záøí', 'Øíjen', 'Listopad', 'Prosinec']; Date.monthNames = ['Leden', 'Únor', 'Bøezen', 'Duben', 'Kvìten', 'Èerven', 'Èervenec', 'Srpen', 'Záøí', 'Øíjen', 'Listopad', 'Prosinec'];
Date.abbrMonthNames = ['Led', 'Úno', 'Bøe', 'Dub', 'Kvì', 'Erven', 'Ervenec', 'Srp', 'Záø', 'Øíj', 'Lis', 'Pro']; Date.abbrMonthNames = ['Led', 'Úno', 'Bøe', 'Dub', 'Kvì', 'Erven', 'Ervenec', 'Srp', 'Záø', 'Øíj', 'Lis', 'Pro'];




Date.firstDayOfWeek = 1; Date.firstDayOfWeek = 1;
Expand Down

0 comments on commit a0b35a4

Please sign in to comment.