diff options
author | Thomas De Backer | 2017-11-30 18:35:17 +0100 |
---|---|---|
committer | Thomas De Backer | 2017-11-30 19:02:40 +0100 |
commit | 4eef4875edc46c698cef3d214fede6be773cb71c (patch) | |
tree | 529b2139438f9eb593bca2a5fc2bbb1c53fc06f3 /locales | |
parent | f0bfa87fbffe6d362e6718b9978b2eb51fb43601 (diff) |
Add untranslated sentences to locale
Diffstat (limited to '')
-rw-r--r-- | locales/en.json | 2 | ||||
-rw-r--r-- | locales/nl.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/en.json b/locales/en.json index 2ab286bb..6b2a2066 100644 --- a/locales/en.json +++ b/locales/en.json @@ -29,6 +29,8 @@ "Import from browser": "Import from browser", "Releases": "Releases", "Are you sure?": "Are you sure?", + "Do you really want to delete this note?": "Do you really want to delete this note?", + "All users will lose their connection.": "All users will lose their connection.", "Cancel": "Cancel", "Yes, do it!": "Yes, do it!", "Choose method": "Choose method", diff --git a/locales/nl.json b/locales/nl.json index 03e3abfc..325c273d 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -29,6 +29,8 @@ "Import from browser": "Importeer van browser", "Releases": "Releases", "Are you sure?": "Weet je het zeker?", + "Do you really want to delete this note?": "Will je deze notitie echt verwijderen?", + "All users will lose their connection.": "Alle gebruikers zullen hun verbinding verliezen.", "Cancel": "Stoppen", "Yes, do it!": "Ja, doe het!", "Choose method": "Kies methode", |