runtime/PlcStatus.py
author Edouard Tisserant
Wed, 25 Nov 2020 14:43:03 +0100
branchsvghmi
changeset 3075 2f9dbd3ee445
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Fix: on screen keyboard wasn't showing up when editing local variables through Input widget.
# -*- 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")