blob: ab1401cfe0bfa74bb8a025a65bc6b2fd080ddb7e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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>
<!-- This is the name of the TvProvider application. -->
<string name="app_label">TV Storage</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permlab_readTvListings">read all TV listings</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permdesc_readTvListings">read all TV listings available on your device</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this.
@deprecated -->
<string name="permlab_readEpgData" translatable="false">read TV listings</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this.
@deprecated -->
<string name="permdesc_readEpgData" translatable="false">read TV listings</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permlab_writeEpgData" translatable="false">provide TV listings</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permdesc_writeEpgData" translatable="false">provide TV listings</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permlab_accessAllEpgData" translatable="false">access all TV listings</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permdesc_accessAllEpgData" translatable="false">read and modify all TV listings available on your device</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permlab_accessWatchedPrograms" translatable="false">access TV watch history</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permdesc_accessWatchedPrograms" translatable="false">access your TV watch history</string>
</resources>