runtime/PlcStatus.py
author etisserant <edouard.tisserant@gmail.com>
Thu, 29 Feb 2024 17:35:03 +0100
changeset 3904 af48442313d5
parent 2416 1ca207782dde
permissions -rw-r--r--
Merge pull request #31 from martinpihrt/python3

Czech translation from Martin Pihrt
# -*- 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")