runtime/PlcStatus.py
author Edouard Tisserant
Wed, 09 Oct 2019 11:15:14 +0200
branchsvghmi
changeset 2794 c10069a02ed0
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: deduce pages content out of geometry (elements contained in page bounding box are in)
# -*- 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")