beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Use 8x8 grid by default
22 months ago, Edouard Tisserant
22870ae8d8e1
IDE: Use 8x8 grid by default
# -*- 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")