runtime/PlcStatus.py
author Martin Pihrt <martinpihrt@gmail.com>
Thu, 29 Feb 2024 09:36:52 +0100
changeset 3902 03278d95e58a
parent 2416 1ca207782dde
permissions -rw-r--r--
Create Beremiz.mo
# -*- 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")