runtime/PlcStatus.py
author Edouard Tisserant
Wed, 13 Feb 2019 09:41:35 +0100
changeset 2487 6a4f9a061994
parent 2416 1ca207782dde
permissions -rw-r--r--
Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
# -*- 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")