runtime/PlcStatus.py
author Edouard Tisserant
Tue, 15 Feb 2022 11:09:39 +0100
changeset 3439 2739fbd82569
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
# -*- 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")