{% load i18n %} DELETE_MESSAGES = ["{% trans "Really delete item?" %}", "{% trans "Confirm to delete item" %}", "{% trans "Item deleted successfully." %}", "{% trans "Cannot delete item" %}", "{% trans "Cannot delete item, because it is parent of at least one other item." %}"]; TREE_SAVED_MESSAGE = "{% trans "Tree saved successfully." %}"; CHANGE_TEMPLATE_MESSAGES = ["{% trans "Change template" %}", "{% trans "Really change template?
All changes are saved." %}", "{% trans "Really change template?
All changes are saved and content from %(source_regions)s is moved to %(target_region)s." %}"]; DROP_FAILURE_MESSAGE = "{% trans "Cannot make a node a child of itself." %}";