runtime/PlcStatus.py
author Edouard Tisserant
Fri, 20 Sep 2019 13:38:58 +0200
branchsvghmi
changeset 2783 5ee6967f721d
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Starting to define JS side more in details.
# -*- 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")