diff options
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("'", "\\'") %]' }; |