[% FILTER collapse %]
var fixmystreet = fixmystreet || {};
fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %];
translation_strings = {
update: '[% loc('Please enter a message', "JS") %]',
error: '[% loc('Error', "JS") %]',
title: {
required: '[% loc('Please enter a subject', "JS") %]',
maxlength: '[% loc('Summaries are limited to {0} characters in length. Please shorten your summary', "JS") %]',
notEmail: '[% loc('Please make sure you are not including an email address', "JS") %]'
},
detail: {
required: '[% loc('Please enter some details', "JS") %]',
maxlength: '[% loc('Reports are limited to {0} characters in length. Please shorten your report', "JS") %]',
},
name: {
required: '[% loc('Please enter your name', "JS") %]',
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', "JS") %]'
},
category: '[% loc('Please choose a category', "JS") %]',
rznvy: {
required: '[% loc('Please enter your email', "JS") %]',
email: '[% loc('Please enter a valid email', "JS") %]'
},
email: {
required: '[% loc('Please enter your email', "JS") %]',
email: '[% loc('Please enter a valid email', "JS") %]'
},
password_sign_in: {
required: '[% loc('Please enter a password', "JS") %]'
},
password_register: {
short: '[% tprintf(loc('Please make sure your password is at least %d characters long', "JS"), c.cobrand.password_minimum_length) %]',
},
phone: {
required: '[% loc('Please enter your phone number', "JS") %]',
ukFormat: '[% loc('Please enter a valid UK phone number', "JS") %]'
},
fms_extra_title: '[% loc('Please enter your title', "JS") %]',
first_name: '[% loc('Please enter your first name', "JS") %]',
last_name: '[% loc('Please enter your second name', "JS") %]',
right_place: '[% loc('Reposition if needed, then hit Continue', "JS") %]',
place_pin_on_map: '[% loc('Choose location, pan and zoom to adjust', "JS") %]',
back: '[% loc('Back', "JS") %]',
how_to_send: '[% loc('How to send successful reports', "JS") %]',
more_details: '[% loc('Details', "JS") %]',
this_report: '[% loc('This report', "JS") %]',
this_is_the_problem: '[% loc('This is the problem', "JS") %]',
or: '[% loc(' or ', "JS") %]',
geolocation_declined: '[% loc('You declined; please fill in the box above', "JS") %]',
geolocation_no_position: '[% loc('Could not look up location', "JS") %]',
geolocation_no_result: '[% loc('No result returned', "JS") %]',
geolocation_unknown: '[% loc('Unknown error', "JS") %]',
correct_position: '[% loc('Right place?', "JS") %]',
viewing_a_location: '[% loc('Viewing a location', "JS") %]',
reporting_a_problem: '[% loc('Reporting a problem', "JS") %]',
ok: '[% loc('Continue', "JS") %]',
map_aerial: '[% loc('Aerial map', "JS") %]',
map_roads: '[% loc('Road map', "JS") %]',
expand_map: '[% loc('Expand map', "JS") %]',
collapse_map: '[% loc('Collapse map', "JS") %]',
filter: '[% loc('Filter', "JS") %]',
show_pins: '[% loc('Show pins', "JS") %]',
hide_pins: '[% loc('Hide pins', "JS") %]',
upload_max_files_exceeded: '[% loc('Sorry! You’ve hit the limit of images that can be attached to one report.', "JS") %]',
upload_default_message: '[% loc('Drag photos here or browse photos', "JS") %]',
upload_default_message_mobile: '[% loc('Take or choose existing photo', "JS") %]',
upload_cancel_confirmation: '[% loc('Are you sure you want to cancel this upload?', "JS") %]',
upload_invalid_file_type: '[% loc('Please upload an image only', "JS") %]',
upload_aria_label: '[% loc('You can add an optional photo', "JS") %]',
[% IF c.cobrand.sms_authentication ~%]
login_with_email: '[% loc('Log in with email/text', "JS") %]',
[% ELSE ~%]
login_with_email: '[% loc('Log in with email', "JS") %]',
[% END ~%]
redaction_link: '[% loc('Redact', "JS") %]',
redaction_help: '[% loc('Draw rectangles on the picture then click Done.', "JS") %]',
redaction_done: '[% loc('Done', "JS") %]',
redaction_undo: '[% loc('Undo last', "JS") %]',
report_a_problem_btn: {
default: '[% loc('Report a problem', "JS") %]',
here: '[% loc('Report a problem here', "JS") %]',
another: '[% loc('Report another problem here', "JS") %]'
},
offline: {
your_reports: '[% loc('Your offline reports', "JS") %]',
update_saved: '[% loc('Your update has been saved offline for submission when back online.', "JS") %]',
update_data_saved: '[% loc('Offline update data saved', "JS") %]',
clear_data: '[% loc('Clear offline data', "JS") %]',
are_you_sure: '[% loc('Are you sure?', "JS") %]',
data_cleared: '[% loc('Offline data cleared', "JS") %]',
reports_saved: '[% loc('Reports saved offline.', "JS") %]',
saving_reports: '[% loc('Saving reports offline', "This is followed by a progress count, e.g. 3/5", "JS") %]',
you_are_offline: '[% loc('You are offline', "JS") %]',
N_saved: '[% loc('%s saved.', "JS") %]',
saved_to_submit: '[% loc('You have %s saved to submit.', "JS") %]',
update_single: '[% loc('update', "JS") %]',
update_plural: '[% loc('updates', "JS") %]'
},
select_status_aria_label: '[% loc('Select report status', "JS") %]',
select_category_aria_label: '[% loc('Select a category to display', "JS") %]'
};
[% END %]