runtime/PlcStatus.py
author Edouard Tisserant
Tue, 02 Jun 2020 13:37:34 +0200
changeset 2653 8b612b357679
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: create .md5 file at the end of all transfered files being written to disk, so that it presence indicates completeness of transfer.
# -*- 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")