From 60e3bb312680a8378a2798fafa5551235a219e70 Mon Sep 17 00:00:00 2001 From: ekager Date: Thu, 16 Jan 2020 14:15:26 -0800 Subject: [PATCH] Closes #5080 - Move site permissions strings for l10n --- .../values/permissions_settings_strings.xml | 45 ------------------- app/src/main/res/values/strings.xml | 40 +++++++++++++++++ 2 files changed, 40 insertions(+), 45 deletions(-) delete mode 100644 app/src/main/res/values/permissions_settings_strings.xml diff --git a/app/src/main/res/values/permissions_settings_strings.xml b/app/src/main/res/values/permissions_settings_strings.xml deleted file mode 100644 index 907753afe..000000000 --- a/app/src/main/res/values/permissions_settings_strings.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Optimize - - Lower image quality, throttle streaming bandwidth, and platform-level optimizations - - Use recommended settings - - Blocked - -
Ads, autoplay sound and video (block playing media with sound), cookies (block third-party trackers cookies), trackers (allow some trackers), pop-up, website redirects.

Ask to allow - -
Camera, location, microphone and notification.

Allowed - -
DRM audio and video, JavaScript, cache and site data, images.]]>
- - Use custom settings - - Phone Feature - - No Decision - -
1. Go to Android Settings

2. Tap Permissions

3. Toggle %1$s to ON - ]]>
- - - Secure Connection - - Insecure Connection - - Are you sure that you want to clear all the permissions on all sites? - - Are you sure that you want to clear all the permissions for this site? - - Are you sure that you want to clear this permission for this site? - - No site exceptions -
\ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fada3ec72..84e49e8a4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1130,4 +1130,44 @@ Start %s Migration status: %s + + + + Optimize + + Lower image quality, throttle streaming bandwidth, and platform-level optimizations + + Use recommended settings + + Blocked + +
Ads, autoplay sound and video (block playing media with sound), cookies (block third-party trackers cookies), trackers (allow some trackers), pop-up, website redirects.

Ask to allow + +
Camera, location, microphone and notification.

Allowed + +
DRM audio and video, JavaScript, cache and site data, images.]]>
+ + Use custom settings + + Phone Feature + + No Decision + +
1. Go to Android Settings

2. Tap Permissions

3. Toggle %1$s to ON + ]]>
+ + + Secure Connection + + Insecure Connection + + Are you sure that you want to clear all the permissions on all sites? + + Are you sure that you want to clear all the permissions for this site? + + Are you sure that you want to clear this permission for this site? + + No site exceptions