runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 03 Aug 2020 18:22:19 +0200
branchsvghmi
changeset 3002 30b0635fe92e
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Add ForEach Widget is svghmi test
# -*- 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")