summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/tests/phpunit/data/pythontest.py
blob: 921383dba6e928ae519486074de320d4130dfc21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-
msg = {
	'en': {
		'user': u'Users',
	},
	'qqq': {
		'user': u'The people who report bugs and request features.',
	},
	# Author: Nike
	'encrypted': {
		'user': u'Käyttäjät',
	}
}