diff options
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/strings.js b/templates/strings.js index f43eef3..b7b2388 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -33,6 +33,7 @@ location_error: '[% loc('Location error') %]', location_problem: '[% loc('There was a problem looking up your location.') %]', multiple_locations: '[% loc('More than one location matched that name. Select one below or try entering street name and area, or a postcode.') %]', + multiple_matches: '[% loc('Multiple matches found') %]', sync_error: '[% loc('An error was encountered when submitting your report: ') %]', unknown_sync_error: '[% loc('There was a problem submitting your report. Please try again later.') %]', report_send_error: '[% loc('There was a problem submitting your report. Please try again.') %]', @@ -55,7 +56,9 @@ try_again: '[% loc('Try Again') %]', save_for_later: '[% loc('Save for Later') %]', no_connection: '[% loc('No network connection available for submitting your report. Please try again later.') %]', - more_details: '[% loc('More details') %]' + more_details: '[% loc('More details') %]', + skip: '[% loc('Skip') %]', + save: '[% loc('Save') %]' } }); })(FMS, _); |