comparison sat/memory/params.py @ 3390:7d8a04a1d3a2

core (memory/params): removed legacy "Register new account" label, it's not used anymore
author Goffi <goffi@goffi.org>
date Thu, 12 Nov 2020 14:53:15 +0100
parents 330a5f1d9eea
children be6d91572633
comparison
equal deleted inserted replaced
3389:c3943afb4cac 3390:7d8a04a1d3a2
90 "show_offline_contacts_label": D_("Show offline contacts"), 90 "show_offline_contacts_label": D_("Show offline contacts"),
91 "show_empty_groups": C.SHOW_EMPTY_GROUPS, 91 "show_empty_groups": C.SHOW_EMPTY_GROUPS,
92 "show_empty_groups_label": D_("Show empty groups"), 92 "show_empty_groups_label": D_("Show empty groups"),
93 "force_server_param": C.FORCE_SERVER_PARAM, 93 "force_server_param": C.FORCE_SERVER_PARAM,
94 "force_port_param": C.FORCE_PORT_PARAM, 94 "force_port_param": C.FORCE_PORT_PARAM,
95 "new_account_label": D_("Register new account"),
96 "autoconnect_backend_label": D_("Connect on backend startup"), 95 "autoconnect_backend_label": D_("Connect on backend startup"),
97 "autoconnect_label": D_("Connect on frontend startup"), 96 "autoconnect_label": D_("Connect on frontend startup"),
98 "autodisconnect_label": D_("Disconnect on frontend closure"), 97 "autodisconnect_label": D_("Disconnect on frontend closure"),
99 "check_certificate_label": D_("Check certificate (don't uncheck if unsure)"), 98 "check_certificate_label": D_("Check certificate (don't uncheck if unsure)"),
100 } 99 }