diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-05 18:58:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | 950cb59825ae15830b27b4a1a996eaf77b1d04cc (patch) | |
tree | 3f7de20ad3e28963b6b82a7c48195be4baebca36 /ishtar_common/templates/base.html | |
parent | c68a0bb8412f261b535d8cebb4b533cdc7b148e7 (diff) | |
download | Ishtar-950cb59825ae15830b27b4a1a996eaf77b1d04cc.tar.bz2 Ishtar-950cb59825ae15830b27b4a1a996eaf77b1d04cc.zip |
Map: manage complete list of items
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 0a4f58e24..450882679 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -48,6 +48,7 @@ var activate_all_search_msg = "{% trans 'Searches in the shortcut menu deal with all items.' %}"; var activate_own_search_msg = "{% trans 'Searches in the shortcut menu deal with only your items.' %}"; var search_pinned_msg = "{% trans 'Search pinned' %}"; + var complete_list_label = "{% trans 'complete list...' %}"; var added_message = "{% trans " items added." %}"; var select_only_one_msg = "{% trans "Select only one item." %}"; var YES = "{% trans 'yes' %}"; |