Date.js 292 B

1234567891011121314
  1. /**
  2. * Hungarian Translation by Zoltan Lippai <zoli@lippai.net>
  3. * 11 October 2017
  4. */
  5. Ext.define('Ext.locale.hu_HU.picker.Date', {
  6. override: 'Ext.picker.Date',
  7. config: {
  8. doneButton: 'OK',
  9. monthText: 'Hónap',
  10. dayText: 'Nap',
  11. yearText: 'Év'
  12. }
  13. });