runtime/PlcStatus.py
author Edouard Tisserant
Tue, 04 Dec 2018 11:31:58 +0100
changeset 2463 8742337a9fe3
parent 2416 1ca207782dde
permissions -rw-r--r--
Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
# -*- 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")