beremiz
Clone
Summary
Browse
Changes
Graph
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
python3
2023-04-12, Edouard Tisserant
c98646b1c981
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
# -*- 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")