123 lines
7.3 KiB
XML
123 lines
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2017 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- Title of the CompanionDeviceManager application. [CHAR LIMIT=50] -->
|
|
<string name="app_label">Companion Device Manager</string>
|
|
|
|
<!-- Title of the device association confirmation dialog. -->
|
|
<string name="confirmation_title">Allow <strong><xliff:g id="app_name" example="Android Wear">%1$s</xliff:g></strong> to access your <strong><xliff:g id="device_name" example="ASUS ZenWatch 2">%2$s</xliff:g></strong></string>
|
|
|
|
<!-- ================= DEVICE_PROFILE_WATCH and null profile ================= -->
|
|
|
|
<!-- The name of the "watch" device type [CHAR LIMIT=30] -->
|
|
<string name="profile_name_watch">watch</string>
|
|
|
|
<!-- Title of the device selection dialog. -->
|
|
<string name="chooser_title">Choose a <xliff:g id="profile_name" example="watch">%1$s</xliff:g> to be managed by <strong><xliff:g id="app_name" example="Android Wear">%2$s</xliff:g></strong></string>
|
|
|
|
<!-- Description of the privileges the application will get if associated with the companion device of WATCH profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="summary_watch">This app is needed to manage your <xliff:g id="device_name" example="My Watch">%1$s</xliff:g>. <xliff:g id="app_name" example="Android Wear">%2$s</xliff:g> will be allowed to interact with your notifications and access your Phone, SMS, Contacts, Calendar, Call logs and Nearby devices permissions.</string>
|
|
|
|
<!-- ================= DEVICE_PROFILE_APP_STREAMING ================= -->
|
|
|
|
<!-- Apps permission will be granted of APP_STREAMING profile [CHAR LIMIT=30] -->
|
|
<string name="permission_apps">Apps</string>
|
|
|
|
<!-- Description of apps permission of APP_STREAMING profile [CHAR LIMIT=NONE] -->
|
|
<string name="permission_apps_summary">Stream your phone\u2019s apps</string>
|
|
|
|
<!-- Confirmation for associating an application with a companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="title_app_streaming">Allow <strong><xliff:g id="app_name" example="Exo">%1$s</xliff:g></strong> to access this information from your phone</string>
|
|
|
|
<!-- Title of the helper dialog for APP_STREAMING profile [CHAR LIMIT=30]. -->
|
|
<string name="helper_title_app_streaming">Cross-device services</string>
|
|
|
|
<!-- Description of the helper dialog for APP_STREAMING profile. [CHAR LIMIT=NONE] -->
|
|
<string name="helper_summary_app_streaming"><xliff:g id="app_name" example="GMS">%1$s</xliff:g> is requesting permission on behalf of your <xliff:g id="device_type" example="Chromebook">%2$s</xliff:g> to stream apps between your devices</string>
|
|
|
|
<!-- ================= DEVICE_PROFILE_AUTOMOTIVE_PROJECTION ================= -->
|
|
|
|
<!-- Confirmation for associating an application with a companion device of AUTOMOTIVE_PROJECTION profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="title_automotive_projection"></string>
|
|
|
|
<!-- Description of the privileges the application will get if associated with the companion device of AUTOMOTIVE_PROJECTION profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="summary_automotive_projection"></string>
|
|
|
|
<!-- ================= DEVICE_PROFILE_COMPUTER ================= -->
|
|
|
|
<!-- Confirmation for associating an application with a companion device of COMPUTER profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="title_computer">Allow <strong><xliff:g id="app_name" example="GMS">%1$s</xliff:g></strong> to access this information from your phone</string>
|
|
|
|
<!-- Description of the privileges the application will get if associated with the companion device of COMPUTER profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="summary_computer"></string>
|
|
|
|
<!-- Notification permission will be granted of COMPUTER profile [CHAR LIMIT=30] -->
|
|
<string name="permission_notification">Notifications</string>
|
|
|
|
<!-- Description of notification permission of COMPUTER profile [CHAR LIMIT=NONE] -->
|
|
<string name="permission_notification_summary">Can read all notifications, including information like contacts, messages, and photos</string>
|
|
|
|
<!-- Storage permission will be granted of COMPUTER profile [CHAR LIMIT=30] -->
|
|
<string name="permission_storage">Photos and media</string>
|
|
|
|
<!-- Description of storage permission of COMPUTER profile [CHAR LIMIT=NONE] -->
|
|
<string name="permission_storage_summary"></string>
|
|
|
|
<!-- Title of the helper dialog for COMPUTER profile [CHAR LIMIT=30]. -->
|
|
<string name="helper_title_computer">Google Play services</string>
|
|
|
|
<!-- Description of the helper dialog for COMPUTER profile. [CHAR LIMIT=NONE] -->
|
|
<string name="helper_summary_computer"><xliff:g id="app_name" example="GMS">%1$s</xliff:g> is requesting permission on behalf of your <xliff:g id="device_type" example="Chromebook">%2$s</xliff:g> to access your phone\u2019s photos, media, and notifications</string>
|
|
|
|
<!-- ================= null profile ================= -->
|
|
|
|
<!-- A noun for a companion device with unspecified profile (type) [CHAR LIMIT=30] -->
|
|
<string name="profile_name_generic">device</string>
|
|
|
|
<!-- Description of the privileges the application will get if associated with the companion device of unspecified profile (type) [CHAR LIMIT=NONE] -->
|
|
<string name="summary_generic"></string>
|
|
|
|
<!-- ================= Buttons ================= -->
|
|
|
|
<!-- Positive button for the device-app association consent dialog [CHAR LIMIT=30] -->
|
|
<string name="consent_yes">Allow</string>
|
|
|
|
<!-- Negative button for the device-app association consent dialog [CHAR LIMIT=30] -->
|
|
<string name="consent_no">Don\u2019t allow</string>
|
|
|
|
<!-- Back button for the helper consent dialog [CHAR LIMIT=30] -->
|
|
<string name="consent_back">Back</string>
|
|
|
|
<!-- ================== System data transfer ==================== -->
|
|
<!-- Title of the permission sync confirmation dialog. [CHAR LIMIT=60] -->
|
|
<string name="permission_sync_confirmation_title">Transfer app permissions to your
|
|
watch</string>
|
|
|
|
<!-- Text of the permission sync explanation in the confirmation dialog. [CHAR LIMIT=400] -->
|
|
<string name="permission_sync_summary">To make it easier to set up your watch,
|
|
apps installed on your watch during setup will use the same permissions as your phone.\n\n
|
|
These permissions may include access to your watch\u2019s microphone and location.</string>
|
|
|
|
<!--Description for vendor icon [CHAR LIMIT=30]-->
|
|
<string name="vendor_icon_description">App Icon</string>
|
|
|
|
<!--Description for information icon [CHAR LIMIT=30]-->
|
|
<string name="vendor_header_button_description">More Information Button</string>
|
|
|
|
</resources>
|