runtime/PlcStatus.py
author Edouard Tisserant
Fri, 23 Jul 2021 13:15:19 +0200
branchsvghmi
changeset 3288 8f3cb4b47cbb
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Add a "undo" button for each field in CTN config panel to reset to default value.
# -*- 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")