runtime/PlcStatus.py
author Edouard Tisserant
Tue, 18 Jan 2022 10:57:11 +0100
changeset 3409 440183be80a2
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI test: add special commandline to launch chromium as new intependent window, without GPU acceleration.
# -*- 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")