blob: 1b2fc614bb029e3e6ea0672e15edca74a9a5302e (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
from django.utils.translation import ugettext as _
# templates/chimere/edit.html, templates/chimere/edit_route.html
_(u"Multimedia files")
_(u"Picture files")
|