runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 20 Jun 2023 15:05:21 +0200
changeset 3822 d311880b9d15
parent 2416 1ca207782dde
permissions -rw-r--r--
Tests: fix systematically rebuilding matiec
# -*- 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")