runtime/PlcStatus.py
author Edouard Tisserant
Mon, 01 Jun 2020 14:47:31 +0200
changeset 2651 231f8bd2cd7d
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: fsync() files when transfering them, to prebent data loss when poweroff soon after programming. Fixed variable naming as a side effect.
# -*- 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")