runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 09 Feb 2021 07:41:24 +0100
branchsvghmi
changeset 3127 d4dfd47f8156
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Enforce formating HMI_LOCAL and PAGE_LOCAL variables until the end of variable name
# -*- 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")