runtime/PlcStatus.py
author Edouard Tisserant
Mon, 26 Nov 2018 15:12:18 +0100
changeset 2460 89abeece2c71
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
# -*- 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")