49 lines
3 KiB
XML
49 lines
3 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>
|
|
<string name="prefDialogTitle_suggestedContactsMode">Mode</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_none">Deshabilitat</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">La característica de contactes suggerits està deshabilitada</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Recents</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Només els contactes suggerits recentment seran seleccionables</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">Tots</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Tots els contactes suggerits seran seleccionables</string>
|
|
<string name="preference_header_suggested_contacts">Contactes suggerits</string>
|
|
<string name="preference_suggested_contacts_mode">Mode de contactes suggerits</string>
|
|
<string name="preference_suggested_contacts_clear_all">Neteja els contactes suggerits</string>
|
|
<string name="suggested_contacts_cleared">Contactes suggerits netejats.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Vols netejar els contactes suggerits?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">Tots els contactes suggerits prèviament emmagatzemats seran esborrats.</string>
|
|
<string name="edit_light_settings">Configuració de la llum de carpeta</string>
|
|
<string name="pulse_speed_title">Durada i velocitat del parpalleig</string>
|
|
<string name="default_time">Normal</string>
|
|
<string name="custom_time">Personalitzat</string>
|
|
<string name="dialog_delete_title">Esborra</string>
|
|
<string name="dialog_delete_message">Vols treure l\'element seleccionat?</string>
|
|
<string name="pref_lights_default">Predeterminat</string>
|
|
<string name="pulse_length_always_on">Sempre encès</string>
|
|
<string name="pulse_length_very_short">Molt curt</string>
|
|
<string name="pulse_length_short">Curt</string>
|
|
<string name="pulse_length_normal">Normal</string>
|
|
<string name="pulse_length_long">Llarg</string>
|
|
<string name="pulse_length_very_long">Molt llarg</string>
|
|
<string name="pulse_speed_very_fast">Molt ràpid</string>
|
|
<string name="pulse_speed_fast">Ràpid</string>
|
|
<string name="pulse_speed_normal">Normal</string>
|
|
<string name="pulse_speed_slow">Lent</string>
|
|
<string name="pulse_speed_very_slow">Molt lent</string>
|
|
</resources>
|