runtime/PlcStatus.py
author Edouard Tisserant
Wed, 17 Jul 2019 09:44:11 +0200
branchsvghmi
changeset 2747 e96aa2e3231e
parent 2416 1ca207782dde
permissions -rw-r--r--
Enable svghmi plugin in features, and small fixes to skeleton.
# -*- 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")