runtime/PlcStatus.py
author Edouard Tisserant
Thu, 12 Sep 2019 12:54:36 +0200
branchsvghmi
changeset 2772 3f1dd8312710
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: few fixes on serving
# -*- 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")