runtime/PlcStatus.py
author Edouard Tisserant
Wed, 03 Apr 2019 13:20:28 +0200
branchrename_on_location_change
changeset 2574 48a486000e84
parent 2416 1ca207782dde
permissions -rw-r--r--
LocationCellEditor use better source for variable name replacement, and validate variable name before applying it or complains otherwise.
# -*- 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")