runtime/PlcStatus.py
author Edouard Tisserant
Tue, 21 Feb 2023 11:38:45 +0100
changeset 3731 549763a28934
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: move LC_NUMERIC locale setting to Beremiz_service.py.
# -*- 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")