runtime/PlcStatus.py
author Edouard Tisserant
Wed, 12 May 2021 11:36:56 +0200
changeset 2736 a81b72ef156c
parent 2416 1ca207782dde
permissions -rw-r--r--
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
# -*- 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")