PHP Classes

File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-vi.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-vi.js   Download  
File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-vi.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 5 years ago
Size: 1,094 bytes
 

Contents

Class file image Download
/* Vietnamese initialisation for the jQuery UI date picker plugin. */ /* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ jQuery(function($){ $.datepicker.regional['vi'] = { closeText: '?óng', prevText: '<Tr??c', nextText: 'Ti?p>', currentText: 'Hôm nay', monthNames: ['Tháng M?t', 'Tháng Hai', 'Tháng Ba', 'Tháng T?', 'Tháng N?m', 'Tháng Sáu', 'Tháng B?y', 'Tháng Tám', 'Tháng Chín', 'Tháng M??i', 'Tháng M??i M?t', 'Tháng M??i Hai'], monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'], dayNames: ['Ch? Nh?t', 'Th? Hai', 'Th? Ba', 'Th? T?', 'Th? N?m', 'Th? Sáu', 'Th? B?y'], dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], weekHeader: 'Tu', dateFormat: 'dd/mm/yy', firstDay: 0, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['vi']); });