aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js/validation_strings.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-16 12:06:29 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-16 12:21:13 +0000
commit84021a8fb660661d60c68b4ee75906062dfb7f73 (patch)
tree069ca711bb3052b9888eefec87b05e01ead590ca /templates/web/default/js/validation_strings.html
parent197770171474954c9bc94687adce0223b2471c56 (diff)
Add some missing JS translatable strings, update .po files.
Diffstat (limited to 'templates/web/default/js/validation_strings.html')
-rw-r--r--templates/web/default/js/validation_strings.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/web/default/js/validation_strings.html b/templates/web/default/js/validation_strings.html
deleted file mode 100644
index c33bd2b81..000000000
--- a/templates/web/default/js/validation_strings.html
+++ /dev/null
@@ -1,23 +0,0 @@
- validation_strings = {
- update: '[% loc('Please enter a message') | replace("'", "\\'") %]',
- title: '[% loc('Please enter a subject') | replace("'", "\\'") %]',
- detail: '[% loc('Please enter some details') | 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("'", "\\'") %]'
- },
- 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("'", "\\'") %]',
- geolocate: '[% loc('or locate me automatically') | replace("'", "\\'") %]',
- report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]'
- };