aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-07 15:36:09 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-07 15:36:09 +0000
commitb0fbfebd42eb9d3377bd22d6c31ac6a991355c58 (patch)
tree85e4cca7f996cce814cd6194e3ea63deeac97aec /www/js
parent7dc2f8a945e095e2b03ea9dbc4b7405d8c1b8a07 (diff)
populate strings object
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, _);