New version update notification

Notify user when a new version of browser is available internally.

Change-Id: I29ae1443c473781c3227a574ee42eb5f7e1be36c
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e135481..bab0f6c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1193,6 +1193,9 @@
     <string name="swe_privacy_policy">Privacy policy</string>
     <string name="swe_privacy_policy_url" translatable="False"></string>
 
+    <!--Strings for auto update notification feature -->
+    <string name="update" translatable="false">SWE browser update available</string>
+    <string name="update_msg" translatable="false">"Version: "</string>
 
     <!-- Toast message displayed when user attempts to modify a setting disabled by the administrator -->
     <string name="mdm_managed_alert">Managed by your administrator</string>