diff --git a/app/build.gradle b/app/build.gradle index 9bf78fe1..26860b73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:b70e7039e5' + implementation 'com.github.SimpleMobileTools:Simple-Commons:52e88a4bfb' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/extensions/Activity.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/extensions/Activity.kt index 709e7160..853b8959 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/extensions/Activity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/extensions/Activity.kt @@ -3,8 +3,6 @@ package com.simplemobiletools.contacts.pro.extensions import android.app.Activity import android.content.Intent import android.net.Uri -import android.provider.ContactsContract.CommonDataKinds.BaseTypes -import android.provider.ContactsContract.CommonDataKinds.Phone import com.simplemobiletools.commons.activities.BaseSimpleActivity import com.simplemobiletools.commons.dialogs.CallConfirmationDialog import com.simplemobiletools.commons.dialogs.RadioGroupDialog @@ -137,22 +135,3 @@ fun Activity.editContact(contact: Contact) { startActivity(this) } } - -fun SimpleActivity.getPhoneNumberTypeText(type: Int, label: String): String { - return if (type == BaseTypes.TYPE_CUSTOM) { - label - } else { - getString( - when (type) { - Phone.TYPE_MOBILE -> R.string.mobile - Phone.TYPE_HOME -> R.string.home - Phone.TYPE_WORK -> R.string.work - Phone.TYPE_MAIN -> R.string.main_number - Phone.TYPE_FAX_WORK -> R.string.work_fax - Phone.TYPE_FAX_HOME -> R.string.home_fax - Phone.TYPE_PAGER -> R.string.pager - else -> R.string.other - } - ) - } -} diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 10115ed3..4af0dc6b 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -54,19 +54,6 @@ إظهار جهات الإتصال التي لديها أرقام هواتف فقط Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - المنزل - العمل - مختلف - - - جوال - رئيسي - فاكس العمل - فاكس المنزل - بايجر - لم يتم العثور على رقم هاتف - تاريخ الميلاد مناسبة diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index 0ed18907..f95428e9 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -54,19 +54,6 @@ Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Ev - İş - Başqa - - - Mobil - Əsas - İş Faksı - Ev Faksı - Zəng cihazı - Heçbir telefon nömrəsi tapılmadı - Ad günü İl dönümü diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index ffa682c7..25bfd224 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -49,17 +49,6 @@ Contactes Mostra només els contactes amb números de telèfon Mostra els contactes privats al Simple Dialer, Simple SMS Messenger i Simple Calendar Pro - - Llar - Feina - Altres - - Mòbil - Principal - Fax de la feina - Fax de la llar - Cercapersones - No s\'ha trobat cap número de telèfon Data de naixement Aniversari @@ -112,4 +101,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 9e78ae20..e741799f 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -49,17 +49,6 @@ Kontakty Zobrazit jen kontakty s telefonními čísly Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Domov - Práce - Jiné - - Mobil - Hlavní - Pracovní fax - Domácí fax - Pager - Nenalezeno žádné telefonní číslo Narozeniny Výročí diff --git a/app/src/main/res/values-cy/strings.xml b/app/src/main/res/values-cy/strings.xml index 46c2e964..9d5a7b49 100644 --- a/app/src/main/res/values-cy/strings.xml +++ b/app/src/main/res/values-cy/strings.xml @@ -54,19 +54,6 @@ Dangos dim ond cysylltiadau gyda rhifau ffôn Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Cartref - Gwaith - Arall - - - Symudol - Prif - Ffacs gwaith - Ffacs cartref - Peiriant galw - Ni chanfuwyd rif ffôn - Pen-blwydd Pen-blwydd achlysur diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index ba2c8ed2..cd6971ef 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -49,17 +49,6 @@ Kontakter Vis kun kontakter med telefonnumre Vis private kontakter til Simple Dialer, Simple SMS Messenger og Simple Calendar Pro - - Hjem - Arbejde - Andet - - Mobil - Hovednummer - Arbejdsfax - Hjemmefax - Personsøger - Intet telefonnummer er fundet Fødselsdag Årsdag diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 721efb3f..f3518903 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -49,17 +49,6 @@ Kontakte Nur Kontakte mit Telefonnummern anzeigen Zeige private Kontakte in Schlichtem Telefon, SMS Messenger und Kalender Pro - - Privat - Arbeit - Anderes - - Mobil - Festnetz - Arbeit Fax - Privat Fax - Pager - Es wurde keine Telefonnummer gefunden Geburtstag Jahrestag diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 11ffd14d..bd75ce76 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -49,17 +49,6 @@ Επαφές Προβολή όλων των Επαφών με αριθμούς τηλεφώνου Εμφάνιση ιδιωτικών επαφών σε Απλή Κλήση, Απλός SMS Messenger και Απλό Ημερολόγιο Pro - - Οικία - Εργασία - Άλλο - - Κινητό - Κύριο - Φαξ Εργασίας - Φαξ Οικίας - Βομβητής - Δεν βρέθηκε τηλεφωνικός αριθμός Γενέθλια Επέτειος @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 7b7f591f..245a96b8 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -49,17 +49,6 @@ Contacts Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Hejmo - Laboro - Alia - - Mobile - Main - Work Fax - Home Fax - Pager - No phone number has been found Naskiĝtago Anniversary diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index c75e7c2d..bc23f887 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -54,19 +54,6 @@ Solo mostrar contactos con números telefónicos Mostrar contactos privados a Marcador Simple, Mensajería SMS Simple y Calendario Simple Pro - - Casa - Trabajo - Otros - - - Celular - Principal - Fax de trabajo - Fax de casa - Localizador - No se encontraron números de teléfono - Cumpleaños Aniversario diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 44835980..25cc144f 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -49,17 +49,6 @@ Contacts Näita vaid kontakte, kellel on telefoninumber Näita privaatseks märgitud kontakte Lihtsas telefonis, Lihtne SMS sõnumikliendis ja Lihtsas kalendris - - Home - Töö - Other - - Mobile - Peamine - Tööfaks - Home Fax - Pager - Telefoninumbrit ei leidunud Sünnipäev Aastapäev @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 5b7ef2c8..be583d94 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -54,19 +54,6 @@ Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Etxea - Lana - Besterik - - - Mugikorra - Nagusia - Laneko faxa - Etxeko faxa - Pager - Ez da telefono zenbakirik aurkitu - Urtebetetzea Urteurrena diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 5b591550..a801973f 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -49,17 +49,6 @@ Yhteystiedot Näytä ainoastaan numerolliset yhteystiedot Näytä yksityiset yhteystiedot sovelluksissa Simple Dialer, Simple SMS Messenger ja Simple Calendar Pro - - Koti - Työ - Muu - - Matkapuhelin - Oletus - Faksi (työ) - Faksi (koti) - Hakulaite - Puhelinnumeroa ei löytynyt Syntymäpäivä Vuosipäivä @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 04ecd7f5..5f2d0e73 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -49,17 +49,6 @@ Contacts N\’afficher que les contacts avec un numéro de téléphone Présenter les contacts privés à Simple composeur, Simple SMS Messenger et Simple Calendar Pro - - Maison - Travail - Autre - - Mobile - Principal - Télécopieur travail - Télécopieur maison - Téléavertisseur - Aucun numéro de téléphone n\’a été trouvé Date de naissance Autre anniversaire diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index f4349a07..4fffce9a 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -50,25 +50,10 @@ Chamar Ver detalles Xestionar campos dos contactos amosados - Xestionar separadores a exhibir Contactos - Mostrar diálogo para confirmar a chamada Mostrar só contactos con número de teléfono Mostrar contactos privados em Simple Dialer e em Simple SMS Messenger - - Persoal - Profesional - Outro - - - Móbil - Principal - Fax profesional - Fax persoal - Busca - Número de teléfono non atopado - Data de nacemento Aniversario diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml index 220df761..ab149c1f 100644 --- a/app/src/main/res/values-hi-rIN/strings.xml +++ b/app/src/main/res/values-hi-rIN/strings.xml @@ -54,19 +54,6 @@ Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Home - Work - Other - - - Mobile - Main - Work Fax - Home Fax - Pager - No phone number has been found - Birthday Anniversary diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index cb445b23..85f2a402 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -49,17 +49,6 @@ Kontakti Prikaži samo kontakte s telefonskim brojevima Prikaži privatne kontakte u Simple Dialer, Simple SMS Messenger i Simple Calendar Pro - - Kućni - Posao - Ostalo - - Mobilni - Glavni - Poslovni fax - Kućni fax - Pager - Nije pronađen nijedan telefonski broj Rođendan Obljetnica @@ -153,4 +142,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 647c5714..7a7e8e29 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -49,17 +49,6 @@ Névjegyek Csak a telefonszámot tartalmazó névjegyek megjelenítése Privát névjegyek megjelenítése a Simple Dialer, Simple SMS Messenger és a Simple Calendar Pro számára - - Otthon - Munkahely - Egyéb - - Mobil - Elsődleges telefonszám - Munkahelyi fax - Otthoni fax - Csipogó - Nem található ilyen telefonszám Születésnap Évforduló @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index 5cdfa8f6..16bf721a 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -54,19 +54,6 @@ Hanya tampilkan kontak dengan nomor telepon Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Rumah - Kerja - Lainnya - - - Ponsel - Utama - Faks Kerja - Faks Rumah - Pager - Tidak ada nomor telepon yang ditemukan - Ulang tahun Hari jadi diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index f0271d72..f028d484 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -49,17 +49,6 @@ Contatti Mostra solamente i contatti con almeno un numero telefonico Mostra i contatti privati su Simple Dialer, Simple SMS Messenger e Simple Calendar Pro - - Casa - Lavoro - Altro - - Cellulare - Principale - Fax di lavoro - Fax di casa - Cercapersone - Non è stato trovato alcun numero di telefono Compleanno Anniversario diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 1eb5b7ac..4a205d9f 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -54,19 +54,6 @@ 電話番号が登録された連絡先のみ表示する Simpleダイヤラー、Simpleショートメール、SimpleカレンダーProに個人の連絡先を表示 - - 自宅 - 職場 - その他 - - - 携帯 - メイン - 職場FAX - 自宅FAX - ポケベル - 電話番号が見つかりません - 誕生日 記念日 diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 395d4d97..a133d2d4 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -54,19 +54,6 @@ Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - - 회사 - 미분류 - - - 핸드폰 - Main - 회사 팩스 - 집 팩스 - 호출기 - 전화번호를 찾지 못함 - 생일 기념일 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 671a26dd..664995a1 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -49,17 +49,6 @@ Adresatai Rodyti tik adresatus su telefono numeriu - - Namų - Darbo - Kita - - Mobilusis - Pagrindinis - Darbo faksas - Namų faksas - Pranešimų gaviklis - Nerasta telefono numerio Gimtadienis Metinės @@ -113,4 +102,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml index be958fb0..b28663cb 100644 --- a/app/src/main/res/values-ml/strings.xml +++ b/app/src/main/res/values-ml/strings.xml @@ -54,19 +54,6 @@ ഫോൺ നമ്പറുകളുള്ള കോൺടാക്റ്റുകൾ മാത്രം കാണിക്കുക Simple Dialer-ലേക്കും Simple Messenger-ലേക്കും സ്വകാര്യ കോൺടാക്റ്റുകൾ കാണിക്കുക - - വീട് - ജോലി - മറ്റുള്ളവ - - - മൊബൈൽ - പ്രധാനമായ - Work Fax - Home Fax - പേജർ - ഫോൺ നമ്പറുകളൊന്നും കണ്ടെത്തിയില്ല - ജന്മദിനം വാർഷികം diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index c1440445..e0c074ca 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -48,17 +48,6 @@ Kontakter Kun vis kontakter med telefonnumre Vis private kontakter til Simple Dialer, Simple SMS Messenger og Simple Calendar Pro - - Privat - Arbeid - Annet - - Mobil - Hovednummer - Arbeidsfaks - Hjemmefaks - Personsøker - Fant ikke noe telefonnummer Geburtsdag Jubileum @@ -152,4 +141,4 @@ https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> Minst ett felt må fylles ut - \ No newline at end of file + diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 4ee6a3ff..d35789dc 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -49,17 +49,6 @@ Contacten Alleen contacten met telefoonnummer tonen Privécontacten in Eenvoudige Telefoon, Eenvoudige Berichten tonen en Eenvoudige Agenda Pro - - Thuis - Werk - Overig - - Mobiel - Standaard - Fax Werk - Fax Thuis - Semafoon - Geen telefoonnummer gevonden Verjaardag Jubileum @@ -112,4 +101,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 1d5843c5..3606996d 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -49,17 +49,6 @@ Kontakty Pokazuj tylko kontakty z numerami telefonów Pokazuj prywatne kontakty Prostemu telefonowi, Prostym wiadomościom SMS i Prostemu kalendarzowi Pro - - Domowy - Służbowy - Inny - - Komórkowy - Główny - Faks służbowy - Faks domowy - Pager - Nie znaleziono numeru telefonu Urodziny Rocznica diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 6e3fed7e..28696f9c 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -49,17 +49,6 @@ Contatos Mostar apenas os contatos com número de telefone Compartilhar contatos privados com o Simple Dialer, Simple SMS Messenger e Simple Calendar Pro - - Residencial - Comercial - Outro - - Celular - Principal - Fax Comercial - Fax Residencial - Pager - Não foi encontrado nenhum número de telefone Data de Nascimento Data Especial @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 11e35f95..8d628225 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -49,17 +49,6 @@ Contactos Mostrar apenas contactos com número de telefone Mostrar contactos privados em Simple Dialer, Simple SMS Messenger e em Simple Calendar Pro - - Pessoal - Profissional - Outros - - Telemóvel - Principal - Fax profissional - Fax pessoal - Pager - Número de telefone não encontrado Data de nascimento Aniversário @@ -112,4 +101,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 7cb65843..96a72f0b 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -55,19 +55,6 @@ Afișați numai contactele cu numere de telefon Afișați contactele private în Simple Dialer, Simple SMS Messenger și Simple Calendar Pro - - Acasă - Muncă - Altele - - - Mobil - Principal - Fax de muncă - Fax de acasă - Pager - Nu a fost găsit niciun număr de telefon - Ziua de naștere Aniversare diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 4a5a0adc..658a476d 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -49,17 +49,6 @@ Контакты Показывать только контакты с номерами телефонов Показывать личные контакты в Simple Dialer, Simple SMS Messenger и Simple Calendar Pro - - Домашний - Рабочий - Другой - - Мобильный - Основной - Рабочий факс - Домашний факс - Пейджер - Номер не найден День рождения Годовщина diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index d18c2fe9..5974185f 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -54,19 +54,6 @@ Zobraziť iba kontakty s telefónnymi číslami Zobraziť súkromné kontakty Jednoduchému Telefónu, Jednoduchému SMS Správcovi a Jednoduchému Kalendáru Pro - - Domov - Práca - Iné - - - Mobil - Hlavné - Pracovný fax - Domáci fax - Pager - Nenašlo sa žiadne telefónne číslo - Narodeniny Výročie diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 4b94a4bd..58f9a775 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -49,17 +49,6 @@ Kontakter Visa bara kontakter med telefonnummer Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Hem - Arbete - Annat - - Mobil - Primärt nummer - Arbetsfax - Hemfax - Personsökare - Inget telefonnummer hittades Födelsedag Årsdag @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 929ceda6..08f4590b 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -49,17 +49,6 @@ Kişiler Sadece telefon numaralarını içeren kişileri göster Özel kişileri Basit Çevirici, Basit SMS Messenger ve Basit Takvim Pro\'a göster - - Ev - İş - Diğer - - Cep - Ana - İş Faksı - Ev Faksı - Çağrı Cihazı - Telefon numarası bulunamadı Doğum günü Yıldönümü @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index a0a54616..bedf53c1 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -54,19 +54,6 @@ Показувати лише контакти з телефонними номерами Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Домашній - Робочий - Інше - - - Мобільний - Основний - Робочий факс - Домашній факс - Пейджер - Номер не знайдено - День народження Річниця diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 8c3a5541..075b240d 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -49,17 +49,6 @@ 联系人 只显示含有电话话码的联系人 显示私密联系人给简易拨号器和简易短信 - - 家庭 - 工作 - 其他 - - 手机 - 主用 - 工作传真 - 家庭传真 - 呼叫器 - 未发现电话号码 生日 纪念日 @@ -152,4 +141,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index ec9ae3a8..6ed5db37 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -54,19 +54,6 @@ 只顯示含有電話話碼的聯絡人 Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - 住家 - 工作 - 其它 - - - 手機 - 主用 - 工作傳真 - 住家傳真 - 呼叫器 - 未發現電話號碼 - 生日 紀念日 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 04187165..0e557e99 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -55,19 +55,6 @@ Show only contacts with phone numbers Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro - - Home - Work - Other - - - Mobile - Main - Work Fax - Home Fax - Pager - No phone number has been found - Birthday Anniversary