runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 23 Nov 2018 00:45:51 +0100
changeset 2430 65ff9a309ff3
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed regression in connecting to LOCAL:// targets
# -*- 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")