CC-1960Internationalize Airtime / Support translations

-added gettext wrapper to strings missing it
-timepicker close button was not getting translated -fixed
This commit is contained in:
denise 2012-11-23 16:39:41 -05:00
parent c6a5db4a78
commit b677130a3f
9 changed files with 40 additions and 35 deletions

View file

@ -161,7 +161,7 @@ $(document).ready(function(){
oBaseTimePickerSettings = {
showPeriodLabels: false,
showCloseButton: true,
showButtonText: $.i18n._("Done"),
closeButtonText: $.i18n._("Done"),
showLeadingZero: false,
defaultTime: '0:00',
hourText: $.i18n._("Hour"),