diff options
| author | winter | 2025-04-04 20:23:19 +0100 |
|---|---|---|
| committer | winter | 2025-04-04 20:23:19 +0100 |
| commit | 1dff99922724fa9fb7da7e41f645197a312786cb (patch) | |
| tree | 4784e4828521040a4955f3ec8e89a84b689fb4a3 /locale | |
| parent | 44212e6248c93171ddedb51bfdb212ce8ffed695 (diff) | |
add web+pawpub support
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 0f36b5b..59e6599 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -3,6 +3,7 @@ "digitigrade": "Digitigrade", "version": "Digitigrade @ %s", "action.share": "Share", + "action.share.web+pawpub": "Share (web+pawpub)", "user.profile.createdAt": "Joined %s", "user.profile.openRemote": "Open remote profile page", "user.profile.forceRefetch": "Reload from remote instance", @@ -163,6 +164,9 @@ "preferences.pokeable.description": "Also includes other verbs such as bite, wave at, hug, etc.", "preferences.notesIndexable.name": "Allow search engines to index your notes", "preferences.notesIndexable.description": "Doesn't apply to existing notes, only new ones", + "preferences.schemeHandler.heading": "Scheme handler", + "preferences.schemeHandler.description": "Allows web+pawpub links to open in Digitigrade when you click on them. Only supported in certain browsers.", + "preferences.schemeHandler.action": "Register scheme handler", "changePassword.heading": "Change password", "changePassword.currentPassword": "Current password", "changePassword.newPassword": "New password", |
