blob: 714fb7231ca7960b117b91e892f5e7fbd70c9c1d [file] [log] [blame]
Bill Yi5a5fa7d2016-12-05 19:17:49 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Bill Yi16b0edd2018-08-26 07:52:23 -070019 <string name="app_name" msgid="2792757108872430971">"Permission controller"</string>
20 <string name="ok" msgid="4417794827535157922">"OK"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -070021 <string name="permission_search_keyword" msgid="1652964722383449182">"permissions"</string>
Bill Yi0b0c6bf2018-09-27 10:41:10 -070022 <string name="cancel" msgid="7279939269964834974">"Cancel"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070023 <string name="app_not_found_dlg_title" msgid="8897078571059217849">"App not found"</string>
24 <string name="grant_dialog_button_deny" msgid="1649644200597601964">"Deny"</string>
25 <string name="grant_dialog_button_more_info" msgid="6933952978344714007">"More info"</string>
26 <string name="grant_dialog_button_deny_anyway" msgid="6134672842863824171">"Deny anyway"</string>
27 <string name="current_permission_template" msgid="5642540253562598515">"<xliff:g id="CURRENT_PERMISSION_INDEX">%1$s</xliff:g> of <xliff:g id="PERMISSION_COUNT">%2$s</xliff:g>"</string>
28 <string name="permission_warning_template" msgid="1353228984024423745">"Allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to <xliff:g id="ACTION">%2$s</xliff:g>?"</string>
29 <string name="permission_add_background_warning_template" msgid="1046864917164159751">"Always allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to <xliff:g id="ACTION">%2$s</xliff:g>?"</string>
30 <string name="allow_permission_foreground_only" msgid="7444689446874060511">"Only while using app"</string>
31 <string name="allow_permission_always" msgid="4089537686339013930">"Always"</string>
32 <string name="deny_permission_deny_and_dont_ask_again" msgid="8131547398883397878">"Deny and don’t ask again"</string>
33 <string name="permission_revoked_count" msgid="5556125174203696709">"<xliff:g id="COUNT">%1$d</xliff:g> disabled"</string>
34 <string name="permission_revoked_all" msgid="6356577996164232918">"all disabled"</string>
35 <string name="permission_revoked_none" msgid="266013103540772023">"none disabled"</string>
36 <string name="grant_dialog_button_allow" msgid="2137542756625939532">"Allow"</string>
37 <string name="app_permissions_breadcrumb" msgid="6174723486639913311">"Apps"</string>
38 <string name="app_permissions" msgid="2778362347879465223">"App permissions"</string>
39 <string name="never_ask_again" msgid="7645304182523160030">"Don\'t ask again"</string>
40 <string name="no_permissions" msgid="2193893107241172888">"No permissions"</string>
41 <string name="additional_permissions" msgid="7124470111123472154">"Additional permissions"</string>
42 <string name="app_permissions_info_button_label" msgid="6566057048862462066">"Open app info"</string>
43 <plurals name="additional_permissions_more" formatted="false" msgid="2232860610746920222">
Bill Yi5a5fa7d2016-12-05 19:17:49 +000044 <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> more</item>
45 <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> more</item>
46 </plurals>
Bill Yi16b0edd2018-08-26 07:52:23 -070047 <string name="old_sdk_deny_warning" msgid="6018489265342857714">"This app was designed for an older version of Android. Denying permission may cause it to no longer function as intended."</string>
48 <string name="default_permission_description" msgid="692254823411049573">"perform an unknown action"</string>
49 <string name="app_permissions_group_summary" msgid="5019625174481872207">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> apps allowed"</string>
50 <string name="menu_show_system" msgid="7623002570829860709">"Show system"</string>
51 <string name="menu_hide_system" msgid="2274204366405029090">"Hide system"</string>
52 <string name="no_apps" msgid="2377153782338039463">"No apps"</string>
53 <string name="location_settings" msgid="547378321761364906">"Location Settings"</string>
54 <string name="location_warning" msgid="4687406043150343369">"<xliff:g id="APP_NAME">%1$s</xliff:g> is a provider of location services for this device. Location access can be modified from location settings."</string>
55 <string name="system_warning" msgid="6868290533389195836">"If you deny this permission, basic features of your device may no longer function as intended."</string>
56 <string name="permission_summary_enforced_by_policy" msgid="632945329450867948">"Enforced by policy"</string>
57 <string name="permission_summary_disabled_by_policy_background_only" msgid="137178879402491132">"Background access disabled by policy"</string>
58 <string name="permission_summary_enabled_by_policy_background_only" msgid="2699118232240494204">"Background access enabled by policy"</string>
59 <string name="permission_summary_enabled_by_policy_foreground_only" msgid="8652417310534780420">"Foreground access enabled by policy"</string>
60 <string name="permission_summary_enforced_by_admin" msgid="5156952484229154563">"Controlled by admin"</string>
61 <string name="permission_summary_disabled_by_admin_background_only" msgid="3580805532594984554">"Background access disabled by admin"</string>
62 <string name="permission_summary_enabled_by_admin_background_only" msgid="5087543391647053237">"Background access enabled by admin"</string>
63 <string name="permission_summary_enabled_by_admin_foreground_only" msgid="4566755547230479934">"Foreground access enabled by admin"</string>
64 <!-- no translation found for background_access_chooser_dialog_choices:0 (2093938392538894210) -->
65 <!-- no translation found for background_access_chooser_dialog_choices:1 (3927338369513373750) -->
66 <!-- no translation found for background_access_chooser_dialog_choices:2 (8438068599173343936) -->
67 <string name="permission_access_always" msgid="2315256378850460955">"Always"</string>
68 <string name="permission_access_only_foreground" msgid="8109903552082630801">"Only while using app"</string>
69 <string name="permission_access_never" msgid="4717648645876576508">"Never"</string>
70 <string name="loading" msgid="323483393167148377">"Loading…"</string>
71 <string name="all_permissions" msgid="7813580062403112957">"All permissions"</string>
72 <string name="other_permissions" msgid="1956312685853070715">"Other app capabilities"</string>
73 <string name="permission_request_title" msgid="6779348653783761548">"Permission request"</string>
74 <string name="screen_overlay_title" msgid="1632732130312696010">"Screen overlay detected"</string>
75 <string name="screen_overlay_message" msgid="3222033787364955006">"To change this permission setting, you have to turn off the screen overlay first from Settings &gt; Apps"</string>
76 <string name="screen_overlay_button" msgid="3554849308322944411">"Open settings"</string>
77 <string name="wear_not_allowed_dlg_title" msgid="6923880912091041609">"Android Wear"</string>
78 <string name="wear_not_allowed_dlg_text" msgid="8731817202551430387">"Install/Uninstall actions not supported on Wear."</string>
79 <string name="permission_review_title_template_install" msgid="8131698354985303888">"Choose what to allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to access"</string>
80 <string name="permission_review_title_template_update" msgid="7597155653571395485">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; has been updated. Choose what access to allow this app."</string>
81 <string name="review_button_cancel" msgid="7108377593627664194">"Cancel"</string>
82 <string name="review_button_continue" msgid="1367925420132212571">"Continue"</string>
83 <string name="new_permissions_category" msgid="7242713808413888679">"New permissions"</string>
84 <string name="current_permissions_category" msgid="3835461245150972589">"Current permissions"</string>
85 <string name="message_staging" msgid="641286607664721291">"Staging app…"</string>
86 <string name="app_name_unknown" msgid="8288360585728122735">"Unknown"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -070087 <string name="permission_usage_title" msgid="8266350477620264117">"Permissions usage"</string>
88 <string name="permission_usage_summary" msgid="6578074505443814465">"<xliff:g id="PERM">%1$s</xliff:g><xliff:g id="TIME">%2$s</xliff:g> ago"</string>
89 <string name="permission_usage_any_permission" msgid="7824062114364689751">"Any permission"</string>
90 <string name="permission_usage_any_time" msgid="313857697004329939">"Any time"</string>
91 <string name="permission_usage_last_7_days" msgid="4553199171543115540">"Last 7 days"</string>
92 <string name="permission_usage_last_day" msgid="4149912805759768249">"Last 24 hours"</string>
93 <string name="permission_usage_last_hour" msgid="2907717357748648755">"Last 1 hour"</string>
94 <string name="permission_usage_last_15_minutes" msgid="8092341409350314280">"Last 15 minutes"</string>
95 <string name="no_permission_usages" msgid="698858628357371611">"No permission usages"</string>
96 <plurals name="days" formatted="false" msgid="3903419301028414979">
97 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> days</item>
98 <item quantity="one">1 day</item>
99 </plurals>
100 <plurals name="hours" formatted="false" msgid="2123927014975877155">
101 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> hours</item>
102 <item quantity="one">1 hour</item>
103 </plurals>
104 <plurals name="minutes" formatted="false" msgid="4331145652577957044">
105 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> minutes</item>
106 <item quantity="one">1 minute</item>
107 </plurals>
108 <plurals name="seconds" formatted="false" msgid="1632909606956324957">
109 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> seconds</item>
110 <item quantity="one">1 second</item>
111 </plurals>
Bill Yi5a5fa7d2016-12-05 19:17:49 +0000112</resources>