Browser: add to unsupport uploading drm files

Add this for carrier feature. When upload files are
drm files,will not execute upload and make a toast to notify
user the drm type is unsupported.

CRs-Fixed: 520181

Change-Id: I428adfdcc9248d89eec1bee32fdaba47577c2f8f
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 3203bb7..6afade4 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -415,4 +415,7 @@
     <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
     <string name="download_estore_app">天翼空间客户端不存在,请下载并安装。</string>
     <string name="estore_url_warning">url太长,无法启动天翼空间客户端!</string>
+
+    <!-- Add for Unsupport Uploading Drm Files Feature -->
+    <string name="drm_file_unsupported">不支持Drm文件上传!</string>
 </resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e14f62b..164030f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1029,4 +1029,7 @@
     <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
     <string name="download_estore_app">Estore app does not exist, please download and install it.</string>
     <string name="estore_url_warning">Launch Estore app failed, url is too long!</string>
+
+    <!-- Add for Unsupport Uploading Drm Files Feature -->
+    <string name="drm_file_unsupported">Drm file is unsupported!</string>
 </resources>