diff options
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 3 |
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}}"> |