Skip to content

Commit

Permalink
bower updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Feb 10, 2015
1 parent ea3fb89 commit 82e7fd7
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 33 deletions.
6 changes: 3 additions & 3 deletions public/css/admin.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/public.css

Large diffs are not rendered by default.

Binary file modified public/fonts/FontAwesome.otf
Binary file not shown.
Binary file modified public/fonts/fontawesome-webfont.eot
Binary file not shown.
61 changes: 53 additions & 8 deletions public/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified public/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added public/fonts/fontawesome-webfont.woff2
Binary file not shown.
30 changes: 15 additions & 15 deletions public/js/admin/components.min.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions public/js/pickadate-locales/fr_FR.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jQuery.extend( jQuery.fn.pickadate.defaults, {
firstDay: 1,
format: 'dd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext: 'Mois suivant',
labelMonthPrev: 'Mois précédent',
labelMonthSelect: 'Sélectionner un mois',
labelYearSelect: 'Sélectionner une année'
labelMonthNext:"Mois suivant",
labelMonthPrev:"Mois précédent",
labelMonthSelect:"Sélectionner un mois",
labelYearSelect:"Sélectionner une année"
});

jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Effacer'
});
7 changes: 6 additions & 1 deletion public/js/pickadate-locales/nl_NL.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ jQuery.extend( jQuery.fn.pickadate.defaults, {
weekdaysShort: [ 'zo', 'ma', 'di', 'wo', 'do', 'vr', 'za' ],
today: 'vandaag',
clear: 'verwijderen',
close: 'sluiten',
firstDay: 1,
format: 'dddd d mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
});

jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'verwijderen'
});

0 comments on commit 82e7fd7

Please sign in to comment.