runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 03 Mar 2023 09:47:39 +0100
branchwxPython4
changeset 3739 99263915a91d
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS
# -*- 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")