runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 09 Jan 2025 09:46:43 +0100 (3 months ago)
changeset 4080 803d4e64cc68
parent 2416 1ca207782dde
permissions -rw-r--r--
python runtime: fix exception when transfering files with identical content.
# -*- 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")