From 557015a90cf477acfcbbca7e31239445d6591586 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sun, 14 Mar 2021 14:53:09 +0000
Subject: [PATCH] Add strings.

---
 en.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index da54783..3fcb174 100644
--- a/en.json
+++ b/en.json
@@ -277,6 +277,8 @@
         "failed_to_receive": "Server failed to receive your file.",
         "missing_data": "Request is missing data.",
         "probe_error": "Failed to get file metadata.",
-        "io_error": "Server encountered an I/O error."
+        "io_error": "Server encountered an I/O error.",
+        "unsupported_browser": "Browser is missing support for this feature.",
+        "denied_notification": "You denied notification access, check page settings."
     }
 }
\ No newline at end of file
-- 
GitLab