diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-17 13:30:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-03 10:36:50 +0100 |
commit | 82350c8df0cb088e5d1eaf26833f9880700b496d (patch) | |
tree | 93891e67ed5bfd8e6e46430462cc0133ded28370 /templates | |
parent | 26b71d818cf023968e2ee9afd1c4934f57c9111f (diff) |
Use standard JS translation for show/hide pins.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index 428a250a3..bc2f013ff 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -51,6 +51,9 @@ permalink: '[% loc('Permalink') | replace("'", "\\'") %]', + show_pins: '[% loc('Show pins') | replace("'", "\\'") %]', + hide_pins: '[% loc('Hide pins') | replace("'", "\\'") %]', + upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | replace("'", "\\'") %]', upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]', upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]', |