summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-20 17:42:07 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:38:57 +0200
commitee7eeebb4fa34d73ae9f64ab661862e0e7c89f77 (patch)
treede63f86c1371aa45972f4fcedc8b4c8065917cf1 /ishtar_common/templates/base.html
parentfd2531f407c0d2db884a09563a6c25ae924a19b8 (diff)
downloadIshtar-ee7eeebb4fa34d73ae9f64ab661862e0e7c89f77.tar.bz2
Ishtar-ee7eeebb4fa34d73ae9f64ab661862e0e7c89f77.zip
Update translations
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r--ishtar_common/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html
index 2a757b6a4..bcf965ab2 100644
--- a/ishtar_common/templates/base.html
+++ b/ishtar_common/templates/base.html
@@ -69,6 +69,9 @@
var geoloc_disabled_msg = "{% trans "Geolocation disabled" %}";
var limit_map_msg = "{% trans "Limit to {0} items" %}";
var limit_map_help_msg = "{% trans "Unchecking this limit on a poorly performing device may result in web browser freeze" %}";
+ var displayed_map_msg = "{% trans "{0} items displayed on the map" %}";
+ var non_displayed_map_msg = "{% trans "{0} items not displayed" %}";
+ var non_displayed_map_link_msg = "{% trans "(list)" %}";
</script>
{% endcompress %}
<link rel="stylesheet" href="{{STATIC_URL}}ol/ol.css?ver={{VERSION}}">