aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js
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
parent197770171474954c9bc94687adce0223b2471c56 (diff)
Add some missing JS translatable strings, update .po files.
Diffstat (limited to 'templates/web/default/js')
-rw-r--r--templates/web/default/js/translation_strings.html (renamed from templates/web/default/js/validation_strings.html)8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/js/validation_strings.html b/templates/web/default/js/translation_strings.html
index c33bd2b81..926b59047 100644
--- a/templates/web/default/js/validation_strings.html
+++ b/templates/web/default/js/translation_strings.html
@@ -1,4 +1,4 @@
- validation_strings = {
+ translation_strings = {
update: '[% loc('Please enter a message') | replace("'", "\\'") %]',
title: '[% loc('Please enter a subject') | replace("'", "\\'") %]',
detail: '[% loc('Please enter some details') | replace("'", "\\'") %]',
@@ -19,5 +19,11 @@
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("'", "\\'") %]',
+ right_place: '[% loc('Right place?') | replace("'", "\\'") %]',
+ try_again: '[% loc('Try again') | replace("'", "\\'") %]',
+ place_pin_on_map: '[% loc('Place pin on map') | replace("'", "\\'") %]',
+ home: '[% loc('Home') | replace("'", "\\'") %]',
+ back: '[% loc('Back') | replace("'", "\\'") %]',
+ how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]',
report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]'
};