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">Mod</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_none">Dezactivat</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">Facilitatea contacte recomandate este dezactivată</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Recente</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Numai contactele recomandate recent vor fi selectabile</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">Toate</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Toate contactele recomandate vor fi selectabile</string>
|
|
<string name="preference_header_suggested_contacts">Contacte recomandate</string>
|
|
<string name="preference_suggested_contacts_mode">Mod contacte recomandate</string>
|
|
<string name="preference_suggested_contacts_clear_all">Șterge contactele recomandate</string>
|
|
<string name="suggested_contacts_cleared">Contactele recomandate șterse.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Șterge contactele recomandate?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">Toate contactele recomandate stocate anterior vor fi eliminate.</string>
|
|
<string name="edit_light_settings">Setări de luminozitate a dosarului</string>
|
|
<string name="pulse_speed_title">Durată și viteză puls</string>
|
|
<string name="default_time">Normal</string>
|
|
<string name="custom_time">Personalizat</string>
|
|
<string name="dialog_delete_title">Ștergeți</string>
|
|
<string name="dialog_delete_message">Ștergeți elementul selectat?</string>
|
|
<string name="pref_lights_default">Implicit</string>
|
|
<string name="pulse_length_always_on">Tot timpul pornit</string>
|
|
<string name="pulse_length_very_short">Foarte scurt</string>
|
|
<string name="pulse_length_short">Scurt</string>
|
|
<string name="pulse_length_normal">Normal</string>
|
|
<string name="pulse_length_long">Lung</string>
|
|
<string name="pulse_length_very_long">Foarte lung</string>
|
|
<string name="pulse_speed_very_fast">Foarte rapid</string>
|
|
<string name="pulse_speed_fast">Rapid</string>
|
|
<string name="pulse_speed_normal">Normal</string>
|
|
<string name="pulse_speed_slow">Încet</string>
|
|
<string name="pulse_speed_very_slow">Foarte încet</string>
|
|
</resources>
|