runtime/PlcStatus.py
author Edouard Tisserant
Thu, 13 Jun 2019 15:49:48 +0200
changeset 2614 6b4061f6ced6
parent 2416 1ca207782dde
permissions -rw-r--r--
'Change POU Type To' becomes 'Duplicate as...', avoiding side effects of type change when POU is already instanciated. Also remove leftover returType tag in ex-function POUs, triggering exceptions at build time.
# -*- 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")