diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 15:22:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 15:22:39 +0000 |
commit | 42a4d0357fb887526727beb0804f06cf3b7dbd73 (patch) | |
tree | 422e57388b05b541966fde26d6f2b885a370465d /templates/web/default/js | |
parent | 033eefc509fabf4046aba4e5dffe4eee758ef937 (diff) |
Get remaining English hardcoded strings from JavaScript into translatable template.
Diffstat (limited to 'templates/web/default/js')
-rw-r--r-- | templates/web/default/js/translation_strings.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index 6e586d943..a0cfc02c9 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -26,5 +26,15 @@ back: '[% loc('Back') | replace("'", "\\'") %]', how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]', more_details: '[% loc('Details') | replace("'", "\\'") %]', + + geolocation_declined: '[% loc('You declined; please fill in the box above') | replace("'", "\\'") %]', + geolocation_no_position: '[% loc('Could not look up location') | replace("'", "\\'") %]', + geolocation_no_result: '[% loc('No result returned') | replace("'", "\\'") %]', + geolocation_unknown: '[% loc('Unknown error') | replace("'", "\\'") %]', + + reporting_a_problem: '[% loc('Reporting a problem') | replace("'", "\\'") %]', + ok: '[% loc('OK') | replace("'", "\\'") %]', + map: '[% loc('MAP') | replace("'", "\\'") %]', + report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' }; |