diff options
| author | winter Sparkles | 2026-08-09 18:48:59 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-09 18:48:59 +0100 |
| commit | f04f2e4b9aaee519a7549e58f3f9826281c90093 (patch) | |
| tree | 6c66f6dac58aeb354da3d229dbc23d9fb35548c3 /locale | |
| parent | f1019ef47772cecb29701332b64005a0f2031a24 (diff) | |
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini index cb1766d..e1c13f9 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -4,6 +4,9 @@ error.not-found.long = "The page you requested (%s) does not exist." error.wrong-method = "Invalid method" error.wrong-method.long = "Your request method (%s) is not valid for this path." error.uncaught = "Uncaught exception" +home.welcome = "Welcome to %s." +home.logged-in = "You are currently logged in as %s." +home.logged-out = "You are currently logged out." ui.powered-by = "Powered by Pleasant SSO" ui.source-code = "Source code" logout.title = "Log out" |
