runtime/PlcStatus.py
author Edouard Tisserant
Thu, 03 Sep 2020 11:16:08 +0200
changeset 2705 889ec6db6f7d
parent 2416 1ca207782dde
permissions -rw-r--r--
docsvg.py : Better error message when inkscape is not installed.
# -*- 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")