runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 01 Oct 2021 23:19:04 +0200
changeset 3359 2c924cf26161
parent 2416 1ca207782dde
permissions -rw-r--r--
Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
# -*- 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")