mirror of
https://gitlab.com/niansa/pilang.git
synced 2025-03-06 20:48:26 +01:00
8 lines
225 B
Python
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"
|
|
}
|