runtime/PlcStatus.py
author Martin Pihrt <martinpihrt@seznam.cz>
Thu, 29 Feb 2024 17:30:13 +0100
changeset 3903 384be4c87b83
parent 2416 1ca207782dde
permissions -rw-r--r--
Create Beremiz_cs_CZ.po
# -*- 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")