runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 29 Dec 2020 16:54:32 +0100
branchsvghmi
changeset 3104 14d15712fcca
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Meter widget: use animate() + cosmetic changes
# -*- 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")