runtime/PlcStatus.py
author Edouard Tisserant
Fri, 21 Dec 2018 13:39:41 +0100
changeset 2475 39ba6a125a97
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix exception dialog with non recognized URI schemes
# -*- 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")