aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/seesomething/js/translation_strings.html
blob: 0ae40bf9711a146ff44702bfd55c315461c48dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    translation_strings = {
        detail: '[% loc('Please enter some details') | replace("'", "\\'") %]',
        name: {
            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 transport category') | replace("'", "\\'") %]',
        subcategory: '[% loc('Please choose an incident category') | replace("'", "\\'") %]',
        rznvy: {
            required: '[% loc('Please enter your email') | replace("'", "\\'") %]',
            email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]'
        },
        email: {
            email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]'
        }
    };