runtime/PlcStatus.py
author Edouard Tisserant
Wed, 05 Dec 2018 13:04:37 +0100
changeset 2466 98d28d809488
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type.
# -*- 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")