55 lines
3.1 KiB
XML
55 lines
3.1 KiB
XML
<?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>
|
|
<!-- Suggested contacts preferences -->
|
|
<string name="prefDefault_suggestedContactsMode" translatable="false">none</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode">Mode</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_none">Disabled</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">Suggested contacts feature is disabled</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Recents</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Only recently suggested contacts will be selectable</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">All</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">All suggested contacts will be selectable</string>
|
|
<string name="preference_header_suggested_contacts">Suggested contacts</string>
|
|
<string name="preference_suggested_contacts_mode">Suggested contacts mode</string>
|
|
<string name="preference_suggested_contacts_clear_all">Clear suggested contacts</string>
|
|
<string name="suggested_contacts_cleared">Suggested contacts cleared.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Clear suggested contacts?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">All the suggested contacts previously stored will be removed.</string>
|
|
|
|
<!-- Notification lights dialogs -->
|
|
<string name="edit_light_settings">Folder light settings</string>
|
|
<string name="pulse_speed_title">Pulse length and speed</string>
|
|
<string name="default_time">Normal</string>
|
|
<string name="custom_time">Custom</string>
|
|
<string name="dialog_delete_title">Delete</string>
|
|
<string name="dialog_delete_message">Remove selected item?</string>
|
|
<string name="pref_lights_default">Default</string>
|
|
|
|
<!-- Values for the notification lights pulse spinners -->
|
|
<string name="pulse_length_always_on">Always on</string>
|
|
<string name="pulse_length_very_short">Very short</string>
|
|
<string name="pulse_length_short">Short</string>
|
|
<string name="pulse_length_normal">Normal</string>
|
|
<string name="pulse_length_long">Long</string>
|
|
<string name="pulse_length_very_long">Very long</string>
|
|
<string name="pulse_speed_very_fast">Very fast</string>
|
|
<string name="pulse_speed_fast">Fast</string>
|
|
<string name="pulse_speed_normal">Normal</string>
|
|
<string name="pulse_speed_slow">Slow</string>
|
|
<string name="pulse_speed_very_slow">Very slow</string>
|
|
</resources>
|