60 lines
2.7 KiB
XML
60 lines
2.7 KiB
XML
<resources>
|
|
<string name="app_name">Schlichte Kontakte</string>
|
|
<string name="app_launcher_name">Kontakte</string>
|
|
<string name="address">Adresse</string>
|
|
<string name="inserting">Einfügen…</string>
|
|
<string name="updating">Aktualisiere…</string>
|
|
|
|
<string name="new_contact">Neuer Kontakt</string>
|
|
<string name="edit_contact">Kontakt bearbeiten</string>
|
|
<string name="first_name">Vorname</string>
|
|
<string name="middle_name">Zweiter Vorname</string>
|
|
<string name="surname">Familienname</string>
|
|
|
|
<!-- Photo -->
|
|
<string name="take_photo">Foto machen</string>
|
|
<string name="choose_photo">Foto auswählen</string>
|
|
<string name="remove_photo">Foto entfernen</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="call_contact_on_click">Kontakt bei Klick anrufen</string>
|
|
<string name="start_name_with_surname">Namen mit Vornamen beginnen</string>
|
|
<string name="show_phone_numbers">Zeige Telefonnummern im Hauptmenü</string>
|
|
|
|
<!-- Emails -->
|
|
<string name="email">Email</string>
|
|
<string name="home">Privat</string>
|
|
<string name="work">Arbeit</string>
|
|
<string name="other">Sonstiges</string>
|
|
|
|
<!-- Phone numbers -->
|
|
<string name="number">Nummer</string>
|
|
<string name="mobile">Mobil</string>
|
|
<string name="main_number">Festnetz</string>
|
|
<string name="work_fax">Arbeit Fax</string>
|
|
<string name="home_fax">Privat Fax</string>
|
|
<string name="pager">Pager</string>
|
|
<string name="no_phone_number_found">Es wurde keine Telefonnummer gefunden</string>
|
|
|
|
<!-- Events -->
|
|
<string name="birthday">Geburtstag</string>
|
|
<string name="anniversary">Jahrestag</string>
|
|
|
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
|
<!-- Short description has to have less than 80 chars -->
|
|
<string name="app_short_description">A contacts app for managing your contacts without ads.</string>
|
|
<string name="app_long_description">
|
|
A simple app for creating or managing your contacts from any source. The contacts can be stored on your device only, but also synchronized via Google, or other accounts. You can display your favorite contacts on a separate list.
|
|
|
|
You can use it for managing user emails and events too. It has the ability to sort/filter by multiple parameters, optionally display surname as the first name.
|
|
|
|
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
|
|
|
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
|
</string>
|
|
|
|
<!--
|
|
Haven't found some strings? There's more at
|
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
|
-->
|
|
</resources>
|