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">Režim</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_none">Zakázané</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">Funkcia navrhované kontakty je zakázaná</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Nedávne</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Len nedávno navrhnuté kontakty budú vyberateľné</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">Všetko</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Všetky navrhnované kontakty budú vyberateľné</string>
|
|
<string name="preference_header_suggested_contacts">Navrhnované kontakty</string>
|
|
<string name="preference_suggested_contacts_mode">Režim navrhovaných kontaktov</string>
|
|
<string name="preference_suggested_contacts_clear_all">Vymazať navrhované kontakty</string>
|
|
<string name="suggested_contacts_cleared">Navrhované kontakty boli vymazané.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Vymazať navrhnované kontakty?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">Všetky navrhované kontakty sa odstránia.</string>
|
|
<string name="edit_light_settings">Nastavenia svetiel priečinka</string>
|
|
<string name="pulse_speed_title">Dĺžka a rýchlosť blikania</string>
|
|
<string name="default_time">Normálny</string>
|
|
<string name="custom_time">Vlastný</string>
|
|
<string name="dialog_delete_title">Vymazať</string>
|
|
<string name="dialog_delete_message">Odstrániť vybratú položku?</string>
|
|
<string name="pref_lights_default">Predvolený</string>
|
|
<string name="pulse_length_always_on">Vždy zapnuté</string>
|
|
<string name="pulse_length_very_short">Veľmi krátko</string>
|
|
<string name="pulse_length_short">Krátko</string>
|
|
<string name="pulse_length_normal">Normálne</string>
|
|
<string name="pulse_length_long">Dlho</string>
|
|
<string name="pulse_length_very_long">Veľmi dlho</string>
|
|
<string name="pulse_speed_very_fast">Veľmi rýchlo</string>
|
|
<string name="pulse_speed_fast">Rýchlo</string>
|
|
<string name="pulse_speed_normal">Normálne</string>
|
|
<string name="pulse_speed_slow">Pomaly</string>
|
|
<string name="pulse_speed_very_slow">Veľmi pomaly</string>
|
|
</resources>
|