runtime/PlcStatus.py
author Edouard Tisserant
Fri, 15 Mar 2019 14:11:49 +0100
branchsearch_in_CTN
changeset 2523 aa7f138648f3
parent 2416 1ca207782dde
permissions -rw-r--r--
WIP adding searching capabilities in python files:
- Added recursive Search capability to config tree nodes
- Added stub search to code editors, for test
# -*- 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")