runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 05 Sep 2021 05:01:34 +0200
branchwxPython4
changeset 3304 3d736248ab3b
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix exception when canvas becomes null because of window resize, and avoid useless parameter+condition in GetLogicalDC
# -*- 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")