aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js/validation_strings.html
blob: 3148d1993b83f122d0b860d5dbccda636e9cd2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    validation_strings = {
        update: '[% loc('Please enter a message') | replace("'", "\\'") %]',
        title: '[% loc('Please enter a subject') | replace("'", "\\'") %]',
        detail: '[% loc('Please enter some details') | replace("'", "\\'") %]',
        name: {
            required: '[% loc('Please enter your name') | replace("'", "\\'") %]',
            validName: '[% loc('Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below') | replace("'", "\\'") %]'
        },
        category: '[% loc('Please choose a category') | replace("'", "\\'") %]',
        rznvy: {
            required: '[% loc('Please enter your email') | replace("'", "\\'") %]',
            email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]'
        },
        email: {
            required: '[% loc('Please enter your email') | replace("'", "\\'") %]',
            email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]'
        },
        fms_extra_title: '[% loc('Please enter your title') | replace("'", "\\'") %]',
        first_name: '[% loc('Please enter your first name') | replace("'", "\\'") %]',
        last_name: '[% loc('Please enter your second name') | replace("'", "\\'") %]'
    };