1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/** 4 * Copyright (c) 2016, The Android Open Source Project 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 */ 18--> 19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <!-- Title and subtitle for AudioRecordingIndicator --> 21 22 <string name="notification_vpn_connected">VPN is connected</string> 23 <string name="notification_vpn_disconnected">VPN is disconnected</string> 24 <!-- Disclosure text in the connected notification that indicates that the device is connected to a VPN. The placeholder is the VPN name. [CHAR LIMIT=40] --> 25 <string name="notification_disclosure_vpn_text">Via <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string> 26 27 <string name="tv_notification_panel_title">Notifications</string> 28 <string name="tv_notification_panel_no_notifications">No Notifications</string> 29 30 <string name="mic_recording_announcement">Microphone is recording</string> 31 <string name="camera_recording_announcement">Camera is recording</string> 32 <string name="mic_and_camera_recording_announcement">Camera and Microphone are recording</string> 33 <string name="mic_stopped_recording_announcement">Microphone stopped recording</string> 34 <string name="camera_stopped_recording_announcement">Camera stopped recording</string> 35 <string name="mic_camera_stopped_recording_announcement">Camera and Microphone stopped recording</string> 36 <string name="screen_recording_announcement">Screen recording started</string> 37 <string name="screen_stopped_recording_announcement">Screen recording stopped</string> 38 39</resources> 40