runtime/PlcStatus.py
author Edouard Tisserant
Tue, 20 Aug 2019 10:01:18 +0200
branchsvghmi
changeset 2760 42a7ef43a0d8
parent 2416 1ca207782dde
permissions -rw-r--r--
yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
# -*- 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")