runtime/PlcStatus.py
author Edouard Tisserant
Mon, 29 Mar 2021 15:46:02 +0200
changeset 2734 3768af52835a
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed misuse of GridCellEditor in DurationCellEditor, potentially leading to crash on windows.
# -*- 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")