aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/strings.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/js/strings.js b/www/js/strings.js
index 1e2f727..dddaeff 100644
--- a/www/js/strings.js
+++ b/www/js/strings.js
@@ -20,6 +20,20 @@
password: 'Please enter a password'
},
strings: {
+ location_error: 'Location error',
+ location_problem: 'There was a problem looking up your location',
+ multiple_locations: 'More than one location matched that name',
+ sync_error: 'Sync error',
+ report_send_error: 'There was a problem submitting your report. Please try again',
+ missing_location: 'Please enter a location',
+ location_check_failed: 'Could not check your location',
+ geolocation_failed: 'Could not determine your location',
+ select_category: '-- Pick a categoy --',
+ required: 'required',
+ invalid_email: 'Invalid email',
+ photo_failed: 'There was a problem taking your photo',
+ no_connection: 'No network connection available for submitting your report. Please try again later',
+ more_details: 'More details'
}
})
})(FMS, _);