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">Modus</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_none">Deaktiviert</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_none">Vorschlagen von Kontakten ist deaktiviert</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_recents">Kürzlich</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Nur kürzlich vorgeschlagene Kontakte sind wählbar</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_all">Alle</string>
|
|
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Alle vorgeschlagene Kontakte sind wählbar.</string>
|
|
<string name="preference_header_suggested_contacts">Vorgeschlagene Kontakte</string>
|
|
<string name="preference_suggested_contacts_mode">Modus \"Vorgeschlagene Kontakte\"</string>
|
|
<string name="preference_suggested_contacts_clear_all">Vorgeschlagene Kontakte löschen</string>
|
|
<string name="suggested_contacts_cleared">Vorgeschlagene Kontakte gelöscht.</string>
|
|
<string name="clear_suggested_contacts_dialog_title">Vorgeschlagene Kontakte löschen?</string>
|
|
<string name="clear_suggested_contacts_dialog_message">Alle zuvor gespeicherten vorgeschlagenen Kontakte werden entfernt.</string>
|
|
<string name="edit_light_settings">LED-Einstellungen für Ordner</string>
|
|
<string name="pulse_speed_title">Pulsdauer und Geschwindigkeit</string>
|
|
<string name="default_time">Normal</string>
|
|
<string name="custom_time">Benutzerdefiniert</string>
|
|
<string name="dialog_delete_title">Löschen</string>
|
|
<string name="dialog_delete_message">Ausgewähltes Element entfernen?</string>
|
|
<string name="pref_lights_default">Standard</string>
|
|
<string name="pulse_length_always_on">Immer an</string>
|
|
<string name="pulse_length_very_short">Sehr kurz</string>
|
|
<string name="pulse_length_short">Kurz</string>
|
|
<string name="pulse_length_normal">Normal</string>
|
|
<string name="pulse_length_long">Lang</string>
|
|
<string name="pulse_length_very_long">Sehr lang</string>
|
|
<string name="pulse_speed_very_fast">Sehr schnell</string>
|
|
<string name="pulse_speed_fast">Schnell</string>
|
|
<string name="pulse_speed_normal">Normal</string>
|
|
<string name="pulse_speed_slow">Langsam</string>
|
|
<string name="pulse_speed_very_slow">Sehr langsam</string>
|
|
</resources>
|