aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-08 19:46:05 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-18 13:06:28 +0100
commitd2ddffb524bea84c63f77c74beedf6155352ac75 (patch)
tree2fe50f710a488d6d73f0ab6941e6a732ab227794 /templates
parent1f37513b67568ed38d4f7582b62102f1b9c503fb (diff)
Update translations with new source strings.
Plus a few new ca_ES strings.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/js/translation_strings.html2
-rw-r--r--templates/web/base/reports/_list-filters.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html
index b90a4d576..428a250a3 100644
--- a/templates/web/base/js/translation_strings.html
+++ b/templates/web/base/js/translation_strings.html
@@ -66,7 +66,7 @@
are_you_sure: '[% loc('Are you sure?') | replace("'", "\\'") %]',
data_cleared: '[% loc('Offline data cleared') | replace("'", "\\'") %]',
reports_saved: '[% loc('Reports saved offline.') | replace("'", "\\'") %]',
- saving_reports: '[% loc('Saving reports offline', 'This is followed by a progress count, e.g. 3/5') | replace("'", "\\'") %]',
+ saving_reports: '[% loc('Saving reports offline', "This is followed by a progress count, e.g. 3/5") | replace("'", "\\'") %]',
you_are_offline: '[% loc('You are offline') | replace("'", "\\'") %]',
N_saved: '[% loc('<span>%s</span> saved.') | replace("'", "\\'") %]',
saved_to_submit: '[% loc('You have <a id="oFN" href=""><span>%s</span> saved to submit</a>.') | replace("'", "\\'") %]',
diff --git a/templates/web/base/reports/_list-filters.html b/templates/web/base/reports/_list-filters.html
index e657e0375..efb917c16 100644
--- a/templates/web/base/reports/_list-filters.html
+++ b/templates/web/base/reports/_list-filters.html
@@ -34,7 +34,7 @@
[% END %]
<p class="report-list-filters">
- [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', 'The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories'), select_status, select_category) %]
+ [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', "The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories"), select_status, select_category) %]
<input type="submit" name="filter_update" value="[% loc('Go') %]">
</p>