From 8140fcb14ce0a32273d3e98327968d77e98fa002 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Sat, 31 Aug 2013 11:56:47 +0100 Subject: Make 'Permalink' JS string translatable. --- templates/web/default/js/translation_strings.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/web/default/js/translation_strings.html') diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index a0cfc02c9..f6c4f7d41 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -36,5 +36,7 @@ ok: '[% loc('OK') | replace("'", "\\'") %]', map: '[% loc('MAP') | replace("'", "\\'") %]', + permalink: '[% loc('Permalink') | replace("'", "\\'") %]', + report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' }; -- cgit v1.2.3 From 9727f3849c998216eb29ed2a7cbe78c85951e4b8 Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Thu, 5 Sep 2013 17:30:24 +0100 Subject: [Zurich] Add translation string for phone number error --- templates/web/default/js/translation_strings.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/web/default/js/translation_strings.html') diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index f6c4f7d41..8f834a81c 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -15,6 +15,9 @@ required: '[% loc('Please enter your email') | replace("'", "\\'") %]', email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]' }, + phone: { + required: '[% loc('Please enter your phone number') | 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("'", "\\'") %]', -- cgit v1.2.3