beremiz
Clone
Summary
Browse
Changes
Graph
Runtime web settings: allow customization of version string by extensions
modbus_hotfix
2023-11-09, Edouard Tisserant
8c7295ae9fd0
Runtime web settings: allow customization of version string by extensions
# -*- 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")