diff options
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 |
commit | ee7eeebb4fa34d73ae9f64ab661862e0e7c89f77 (patch) | |
tree | de63f86c1371aa45972f4fcedc8b4c8065917cf1 /ishtar_common/templates/base.html | |
parent | fd2531f407c0d2db884a09563a6c25ae924a19b8 (diff) | |
download | Ishtar-ee7eeebb4fa34d73ae9f64ab661862e0e7c89f77.tar.bz2 Ishtar-ee7eeebb4fa34d73ae9f64ab661862e0e7c89f77.zip |
Update translations
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}}"> |