runtime/PlcStatus.py
author Edouard Tisserant
Tue, 02 Mar 2021 10:11:45 +0100
changeset 2731 c6a55270d468
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Fix logging of external process execution time so that it is visible on windows as well.
# -*- 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")