Files
amap/backend/src/messages.py
2026-02-17 00:54:36 +01:00

8 lines
331 B
Python

notfound = "Resource was not found."
pdferror = "An error occured during PDF generation please contact administrator"
tokenexipired = "Token expired"
invalidtoken = "Invalid token"
notauthenticated = "Not authenticated"
usernotfound = "User not found"
userloggedout = "User logged out"
failtogettoken = "Failed to get token"