runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 20 Mar 2024 16:44:29 +0100
changeset 3919 0ce4b50d1182
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: i18n: minimize warnings for incomplete/fuzzy/outdated translations
# -*- 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")