diff options
author | Christoph (Sheogorath) Kern | 2018-06-17 23:33:57 +0200 |
---|---|---|
committer | GitHub | 2018-06-17 23:33:57 +0200 |
commit | 56d78a7d6c2b49bb194cba05d1a5ff5e4b54a983 (patch) | |
tree | 009a0c047d9b537548c0a4a741d60ade9b2ee6ea /locales | |
parent | f36b10abb2368459e4ba546d826c16b3232f4ba0 (diff) | |
parent | fce735e833f91a0f1d17c518b65c4c724d1a4b4d (diff) |
Merge pull request #830 from SISheogorath/feature/GDPR
GDPR compliant part 1
Diffstat (limited to '')
-rw-r--r-- | locales/en.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json index 1aef3f6d..f9c29b53 100644 --- a/locales/en.json +++ b/locales/en.json @@ -105,5 +105,11 @@ "Export to Snippet": "Export to Snippet", "Select Visibility Level": "Select Visibility Level", "Night Theme": "Night Theme", - "Follow us on %s and %s.": "Follow us on %s, and %s." + "Follow us on %s and %s.": "Follow us on %s, and %s.", + "Privacy": "Privacy", + "Terms of Use": "Terms of Use", + "Do you really want to delete your user account?": "Do you really want to delete your user account?", + "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.", + "Delete user": "Delete user", + "Export user data": "Export user data" } |