diff options
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rw-r--r--[-rwxr-xr-x] | view/tpl/js_strings.tpl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 58426e20c..8f05165f1 100755..100644 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -66,8 +66,16 @@ 'month' : "{{$month}}", 'week' : "{{$week}}", 'day' : "{{$day}}", - 'allday' : "{{$allday}}" + 'allday' : "{{$allday}}", + + // mod cloud + 'download_info' : "{{$download_info}}", + + // mod register + 'email_not_valid' : "{{$email_not_valid}}", + 'email_required' : "{{$email_required}}" + }; </script> - + |