runtime/PlcStatus.py
author Edouard Tisserant
Fri, 28 Feb 2020 17:52:35 +0100
branchsvghmi
changeset 2845 61548f7d1bef
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI : documentation for new geometry intersection computation code + little fixes...
# -*- 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")