runtime/PlcStatus.py
author Edouard Tisserant
Tue, 23 Mar 2021 14:09:55 +0100
branchsvghmi
changeset 3198 d9c8f8789fc8
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Fix typo in error message formating in i18n.
# -*- 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")