runtime/PlcStatus.py
author Edouard Tisserant
Tue, 18 Jan 2022 10:55:14 +0100
changeset 3408 13c5cac55ac7
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
# -*- 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")