2015-05-06 00:37:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2015 The CyanogenMod 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">
|
|
|
|
<!-- Label for the CyanogenMod system components when they are shown to the user. -->
|
|
|
|
<string name="cyanogenmod_system_label">CyanogenMod System</string>
|
|
|
|
|
2015-05-25 19:48:37 +00:00
|
|
|
<string name="permlab_publishCustomTile">create a custom tile within quick settings panel</string>
|
|
|
|
<string name="permdesc_publishCustomTile">Allows an app to publish a quick settings tile.</string>
|
2015-05-06 00:37:05 +00:00
|
|
|
|
2015-07-14 23:29:56 +00:00
|
|
|
<string name="permlab_modifyNetworkSettings">change system network settings</string>
|
|
|
|
<string name="permdesc_modifyNetworkSettings">Allows an app to make changes to a restricted set of system network settings.</string>
|
|
|
|
|
2015-07-30 00:19:03 +00:00
|
|
|
<string name="permlab_modifySoundSettings">change system sound settings</string>
|
|
|
|
<string name="permdesc_modifySoundSettings">Allows an app to make changes to a restricted set of system sound settings.</string>
|
|
|
|
|
2015-05-06 00:37:05 +00:00
|
|
|
<string name="permlab_bindCustomTileListenerService">bind to a custom tile listener service</string>
|
2015-05-25 19:48:37 +00:00
|
|
|
<string name="permdesc_bindCustomTileListenerService">Allows the app to bind to the top-level interface of a custom tile listener service.</string>
|
2015-05-06 00:37:05 +00:00
|
|
|
|
2015-08-06 22:59:02 +00:00
|
|
|
<!-- Labels for the READ_MSIM_PHONE_STATE permission. -->
|
|
|
|
<string name="permlab_readMSPhoneState">view the phone state and data connection with support to multiple SIMs</string>
|
|
|
|
<string name="permdesc_readMSPhoneState">Allows an app to view the phone state and data connection with support to multiple SIMs.</string>
|
|
|
|
|
|
|
|
<!-- Labels for the MODIFY_MSIM_PHONE_STATE permission. -->
|
|
|
|
<string name="permlab_modifyMSPhoneState">modify the phone state and data connection with support to multiple SIMs</string>
|
|
|
|
<string name="permdesc_modifyMSPhoneState">Allows an app to modify the phone state and data connection with support to multiple SIMs.</string>
|
|
|
|
|
2015-08-17 05:33:30 +00:00
|
|
|
<!-- Labels for the HARDWARE_ABSTRACTION_ACCESS permission. -->
|
|
|
|
<string name="permlab_useHardwareFramework">use hardware framework</string>
|
|
|
|
<string name="permdesc_useHardwareFramework">Allows an app access to the CM hardware framework.</string>
|
|
|
|
|
2015-08-20 23:02:08 +00:00
|
|
|
<!-- Labels for the WRITE_SETTINGS permission -->
|
|
|
|
<string name="permlab_writeSettings">modify CM system settings</string>
|
|
|
|
<string name="permdesc_writeSettings">Allows an app to modify CM system settings.</string>
|
|
|
|
|
|
|
|
<!-- Labels for the WRITE_SECURE_SETTINGS permission -->
|
|
|
|
<string name="permlab_writeSecureSettings">modify CM secure system settings</string>
|
|
|
|
<string name="permdesc_writeSecureSettings">Allows an app to modify CM secure system settings. Not for use by normal apps.</string>
|
2015-08-17 05:33:30 +00:00
|
|
|
|
2015-05-06 00:37:05 +00:00
|
|
|
<!-- Label to show for a service that is running because it is observing the user's custom tiles. -->
|
|
|
|
<string name="custom_tile_listener_binding_label">Custom tile listener</string>
|
2015-07-06 18:52:53 +00:00
|
|
|
|
|
|
|
<!-- Profiles -->
|
|
|
|
<!-- Names of default profiles. -->
|
|
|
|
<string name="profileNameDefault">Default</string>
|
|
|
|
<string name="profileNameWork">Work</string>
|
|
|
|
<string name="profileNameHome">Home</string>
|
|
|
|
<string name="profileNameSilent">Silent</string>
|
|
|
|
<string name="profileNameNight">Night</string>
|
|
|
|
<string name="profileNameAutomobile">Automobile</string>
|
|
|
|
|
|
|
|
<!-- Names of application groups. -->
|
|
|
|
<string name="profileGroupPhone">Phone</string>
|
|
|
|
<string name="profileGroupCalendar">Calendar</string>
|
|
|
|
<string name="profileGroupGmail">Gmail</string>
|
|
|
|
<string name="profileGroupEmail">Email</string>
|
|
|
|
<string name="profileGroupSMS">SMS</string>
|
|
|
|
|
|
|
|
<!-- Name of wildcard profile. -->
|
|
|
|
<string name="wildcardProfile">Other</string>
|
2015-08-17 05:33:30 +00:00
|
|
|
|
2015-05-25 19:48:37 +00:00
|
|
|
</resources>
|