diff options
| author | winter | 2024-12-31 22:30:16 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 22:31:26 +0000 |
| commit | 4cd7017da9a37e5b9f38c3f50dd1c904ea41cbcb (patch) | |
| tree | d77f1fd223dae44f40b22c9810aeba238733310d /locale | |
| parent | 982e6213622bcb78a40d17f54cda27225a1d84b3 (diff) | |
implement user accounts and login
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index b1ed2b2..917e375 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -14,5 +14,12 @@ "timeline.global.shortName": "Global", "timeline.local.shortName": "Local", "digitigrade": "Digitigrade", - "note.resharedBy": "Reshared by %s" + "note.resharedBy": "Reshared by %s", + "navigation.login": "Log in", + "login.pageTitle": "Log in", + "login.email": "Email address", + "login.password": "Password", + "login.rememberMe": "Remember me (stay logged in)", + "login.action": "Log in", + "login.failed": "Invalid email address or password" } |
