aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/js/translation_strings.html
blob: 5ccd9863e19b4ea78dcfb57e9ddbf3e7c69a80ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[% FILTER collapse %]
var fixmystreet = fixmystreet || {};
fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %];

    translation_strings = {
        update: '[% loc('Please enter a message') | replace("'", "\\'") %]',
        error: '[% loc('Error') | replace("'", "\\'") %]',
        title: {
            required: '[% loc('Please enter a subject') | replace("'", "\\'") %]',
            maxlength: '[% loc('Summaries are limited to {0} characters in length. Please shorten your summary') | replace("'", "\\'") %]',
            notEmail: '[% loc('Please make sure you are not including an email address') %]'
        },
        detail: {
            required: '[% loc('Please enter some details') | replace("'", "\\'") %]',
            maxlength: '[% loc('Reports are limited to {0} characters in length. Please shorten your report') | 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("'", "\\'") %]'
        },
        password_sign_in: {
            required: '[% loc('Please enter a password') | replace("'", "\\'") %]'
        },
        password_register: {
            short: '[% tprintf(loc('Please make sure your password is at least %d characters long'), c.cobrand.password_minimum_length) | replace("'", "\\'") %]',
        },
        phone: {
            required: '[% loc('Please enter your phone number') | 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("'", "\\'") %]',
        right_place: '[% loc('Right place?') | replace("'", "\\'") %]',
        try_again: '[% loc('Try again') | replace("'", "\\'") %]',
        place_pin_on_map: '[% loc('Place pin on map') | replace("'", "\\'") %]',
        back: '[% loc('Back') | replace("'", "\\'") %]',
        how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]',
        more_details: '[% loc('Details') | replace("'", "\\'") %]',

        this_report: '[% loc('This report') | replace("'", "\\'") %]',
        this_is_the_problem: '[% loc('This is the problem') | replace("'", "\\'") %]',

        or: '[% loc(' or ') | replace("'", "\\'") %]',

        geolocation_declined: '[% loc('You declined; please fill in the box above') | replace("'", "\\'") %]',
        geolocation_no_position: '[% loc('Could not look up location') | replace("'", "\\'") %]',
        geolocation_no_result: '[% loc('No result returned') | replace("'", "\\'") %]',
        geolocation_unknown: '[% loc('Unknown error') | replace("'", "\\'") %]',

        correct_position: '[% loc('Right place?') | replace("'", "\\'") %]',

        reporting_a_problem: '[% loc('Reporting a problem') | replace("'", "\\'") %]',
        ok: '[% loc('OK') | replace("'", "\\'") %]',
        map: '[% loc('MAP') | replace("'", "\\'") %]',

        map_map: '[% loc('Map') | replace("'", "\\'") %]',
        map_satellite: '[% loc('Satellite') | replace("'", "\\'") %]',

        expand_map: '[% loc('Expand map') | replace("'", "\\'") %]',
        collapse_map: '[% loc('Collapse map') | replace("'", "\\'") %]',

        filter: '[% loc('Filter') | replace("'", "\\'") %]',

        show_pins: '[% loc('Show pins') | replace("'", "\\'") %]',
        hide_pins: '[% loc('Hide pins') | replace("'", "\\'") %]',

        upload_max_files_exceeded: '[% loc ('Sorry! You’ve hit the limit of images that can be attached to one report.') | replace("'", "\\'") %]',
        upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]',
        upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]',
        upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]',

        [% IF c.config.SMS_AUTHENTICATION ~%]
        login_with_email: '[% loc('Log in with email/text') | replace("'", "\\'") %]',
        [% ELSE ~%]
        login_with_email: '[% loc('Log in with email') | replace("'", "\\'") %]',
        [% END ~%]

        report_a_problem_btn: {
            default: '[% loc('Report a problem') | replace("'", "\\'") %]',
            here: '[% loc('Report a problem here') | replace("'", "\\'") %]',
            another: '[% loc('Report another problem here') | replace("'", "\\'") %]'
        },

        offline: {
            your_reports: '[% loc('Your offline reports') | replace("'", "\\'") %]',
            update_saved: '[% loc('Your update has been saved offline for submission when back online.') | replace("'", "\\'") %]',
            update_data_saved: '[% loc('Offline update data saved') | replace("'", "\\'") %]',
            clear_data: '[% loc('Clear offline data') | replace("'", "\\'") %]',
            are_you_sure: '[% loc('Are you sure?') | replace("'", "\\'") %]',
            data_cleared: '[% loc('Offline data cleared') | replace("'", "\\'") %]',
            reports_saved: '[% loc('Reports saved offline.') | replace("'", "\\'") %]',
            saving_reports: '[% loc('Saving reports offline', "This is followed by a progress count, e.g. 3/5") | replace("'", "\\'") %]',
            you_are_offline: '[% loc('You are offline') | replace("'", "\\'") %]',
            N_saved: '[% loc('<span>%s</span> saved.') | replace("'", "\\'") %]',
            saved_to_submit: '[% loc('You have <a id="oFN" href=""><span>%s</span> saved to submit</a>.') | replace("'", "\\'") %]',
            update_single: '[% loc('update') | replace("'", "\\'") %]',
            update_plural: '[% loc('updates') | replace("'", "\\'") %]'
        }
    };
[% END %]