beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add warning_labels, same as optional_labels but emits warnings at build time if element is missing.
2022-06-24, Edouard Tisserant
f3a14422d56e
SVGHMI: add warning_labels, same as optional_labels but emits warnings at build time if element is missing.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")