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ázáno</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">Funkce doporučování kontaktů je vypnuta</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Nedávné</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Bude možné vybrat pouze nedávno navržené kontakty</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">Vše</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Bude možné vybrat všechny doporučené kontakty</string>
|
|
<string name="preference_header_suggested_contacts">Doporučené kontakty</string>
|
|
<string name="preference_suggested_contacts_mode">Režim doporučených kontaktů</string>
|
|
<string name="preference_suggested_contacts_clear_all">Smazat doporučené kontakty</string>
|
|
<string name="suggested_contacts_cleared">Doporučené kontakty vymazány.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Smazat doporučené kontakty?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">Všechny dříve uložené doporučené kontakty budou odstraněny.</string>
|
|
<string name="edit_light_settings">Nastavení upozornění světlem</string>
|
|
<string name="pulse_speed_title">Délka a rychlost pulsu</string>
|
|
<string name="default_time">Normální</string>
|
|
<string name="custom_time">Vlastní</string>
|
|
<string name="dialog_delete_title">Smazat</string>
|
|
<string name="dialog_delete_message">Odstranit vybranou položku?</string>
|
|
<string name="pref_lights_default">Výchozí</string>
|
|
<string name="pulse_length_always_on">Trvale svítící</string>
|
|
<string name="pulse_length_very_short">Velmi krátká</string>
|
|
<string name="pulse_length_short">Krátká</string>
|
|
<string name="pulse_length_normal">Normální</string>
|
|
<string name="pulse_length_long">Dlouhá</string>
|
|
<string name="pulse_length_very_long">Velmi dlouhá</string>
|
|
<string name="pulse_speed_very_fast">Velmi rychle</string>
|
|
<string name="pulse_speed_fast">Rychle</string>
|
|
<string name="pulse_speed_normal">Normální</string>
|
|
<string name="pulse_speed_slow">Pomalu</string>
|
|
<string name="pulse_speed_very_slow">Velmi pomalu</string>
|
|
</resources>
|