1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang.git synced 2025-03-06 20:48:26 +01:00
pilang/rstrings.py
2020-04-09 23:44:06 +02:00

8 lines
225 B
Python

rstrings = {
"success": "Success",
"fail": "Failed",
"nochsuchcmd": "No such command",
"nosuchmodule": "No such module",
"nosuchvariable": "No such variable",
"badarguments": "Bad arguments"
}