runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 16 Nov 2021 20:31:11 +0100
changeset 3390 6532d7a1a3b5
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
# -*- 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")