runtime/PlcStatus.py
author Edouard Tisserant
Thu, 28 Mar 2019 14:06:53 +0100
changeset 2572 9622418ac28c
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix problem introduced in 9c5f835b031e : Exception in LDPowerRailDialog.py because of change in OnPaint/RefreshView/DrawPreview.
# -*- 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")