runtime/PlcStatus.py
author Edouard Tisserant
Thu, 29 Jul 2021 11:59:28 +0200
branchsvghmi
changeset 3293 d2b0c768755d
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: Better handling of nested strings in spawn_subprocess commandline parsing
# -*- 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")