summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
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
commit032aea793747a159885c1b2ce2f8e143b6291b09 (patch)
treede63f86c1371aa45972f4fcedc8b4c8065917cf1 /ishtar_common/templates
parent7b761eac6ac86af327ae61ad3406d0f12f33b092 (diff)
downloadIshtar-032aea793747a159885c1b2ce2f8e143b6291b09.tar.bz2
Ishtar-032aea793747a159885c1b2ce2f8e143b6291b09.zip
Update translations
Diffstat (limited to 'ishtar_common/templates')
-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}}">