moving some strings into Commons
This commit is contained in:
parent
11e7d051d4
commit
57b61243a6
36 changed files with 7 additions and 295 deletions
|
@ -57,13 +57,13 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.24.2'
|
||||
implementation 'com.simplemobiletools:commons:5.24.20'
|
||||
implementation 'joda-time:joda-time:2.10.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
||||
|
||||
kapt "androidx.room:room-compiler:2.2.4"
|
||||
implementation "androidx.room:room-runtime:2.2.4"
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.4"
|
||||
kapt "androidx.room:room-compiler:2.2.5"
|
||||
implementation "androidx.room:room-runtime:2.2.5"
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
}
|
||||
|
|
|
@ -154,7 +154,7 @@ class ContactsAdapter(activity: SimpleActivity, var contactItems: ArrayList<Cont
|
|||
resources.getQuantityString(R.plurals.delete_contacts, itemsCnt, itemsCnt)
|
||||
}
|
||||
|
||||
val baseString = R.string.delete_contacts_confirmation
|
||||
val baseString = R.string.deletion_confirmation
|
||||
val question = String.format(resources.getString(baseString), items)
|
||||
|
||||
ConfirmationDialog(activity, question) {
|
||||
|
|
|
@ -113,7 +113,7 @@ class GroupsAdapter(activity: SimpleActivity, var groups: ArrayList<Group>, val
|
|||
resources.getQuantityString(R.plurals.delete_groups, itemsCnt, itemsCnt)
|
||||
}
|
||||
|
||||
val baseString = R.string.delete_contacts_confirmation
|
||||
val baseString = R.string.deletion_confirmation
|
||||
val question = String.format(resources.getString(baseString), items)
|
||||
|
||||
ConfirmationDialog(activity, question) {
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M12,7L12,3L2,3v18h20L22,7L12,7zM6,19L4,19v-2h2v2zM6,15L4,15v-2h2v2zM6,11L4,11L4,9h2v2zM6,7L4,7L4,5h2v2zM10,19L8,19v-2h2v2zM10,15L8,15v-2h2v2zM10,11L8,11L8,9h2v2zM10,7L8,7L8,5h2v2zM20,19h-8v-2h2v-2h-2v-2h2v-2h-2L12,9h8v10zM18,11h-2v2h2v-2zM18,15h-2v2h2v-2z"/>
|
||||
</vector>
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">مصدر الاتصال</string>
|
||||
<string name="instant_messaging">المراسلة الفورية (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">إدارة الأرقام المحظورة</string>
|
||||
<string name="not_blocking_anyone">لم تحظر أي شخص.</string>
|
||||
<string name="add_a_blocked_number">إضافة رقم محظور</string>
|
||||
<string name="block_number">حظر رقم</string>
|
||||
<string name="block_numbers">حظر أرقام</string>
|
||||
<string name="blocked_numbers">أرقام محظورة</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontakt kökü</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Add a blocked number</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Zdroje kontaktů</string>
|
||||
<string name="instant_messaging">Rychlé zprávy (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Spravovat blokovaná čísla</string>
|
||||
<string name="not_blocking_anyone">Neblokujete nikoho.</string>
|
||||
<string name="add_a_blocked_number">Přidat blokované číslo</string>
|
||||
<string name="block_number">Blokovat číslo</string>
|
||||
<string name="block_numbers">Blokovat čísla</string>
|
||||
<string name="blocked_numbers">Blokovaná čísla</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Opravdu chcete vymazat %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kontakt bude vymazán ze všech zdrojů kontaktů.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Ffynhonnell gyswllt</string>
|
||||
<string name="instant_messaging">Negesu ar unwaith (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Rheoli rhifau wedi\'u rhwystro</string>
|
||||
<string name="not_blocking_anyone">Nid wyt yn rhwystro unrhyw un.</string>
|
||||
<string name="add_a_blocked_number">Ychwanegu rif i\'w rwystro</string>
|
||||
<string name="block_number">Rhwystro rhif</string>
|
||||
<string name="block_numbers">Rhwystro rhifau</string>
|
||||
<string name="blocked_numbers">Rhifau wedi\'u rhwystro</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontaktkilde</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Administrér blokerede numre</string>
|
||||
<string name="not_blocking_anyone">Du blokerer ikke nogen</string>
|
||||
<string name="add_a_blocked_number">Tilføj et blokeret nummer</string>
|
||||
<string name="block_number">Blokér nummer</string>
|
||||
<string name="block_numbers">Blokér numre</string>
|
||||
<string name="blocked_numbers">Blokerede numre</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontaktquelle</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Blockierte Nummern verwalten</string>
|
||||
<string name="not_blocking_anyone">Du blockierst niemanden.</string>
|
||||
<string name="add_a_blocked_number">Eine blockierte Nummer hinzufügen</string>
|
||||
<string name="block_number">Nummer blockieren</string>
|
||||
<string name="block_numbers">Nummern blockieren</string>
|
||||
<string name="blocked_numbers">Blockierte Nummern</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Sind Sie sicher, dass Sie %s löschen wollen?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Der Kontakt wird von allen Kontaktquellen entfernt.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Προέλευση επαφής</string>
|
||||
<string name="instant_messaging">Αμεσο μήνυμα (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Διαχείριση αποκλεισμένων αριθμών</string>
|
||||
<string name="not_blocking_anyone">Χωρίς αποκλεισμο κανενός.</string>
|
||||
<string name="add_a_blocked_number">Προσθήκη ένος αποκλεισμένου αριθμού</string>
|
||||
<string name="block_number">Αποκλεισμό αριθμού</string>
|
||||
<string name="block_numbers">Αποκλεισμό αριθμών</string>
|
||||
<string name="blocked_numbers">Αποκλεισμένοι αριθμοί</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Θέλετε σίγουρα να διαγράψετε %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Η επαφή θα καταργηθεί από όλες τις πηγές επαφών.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Orígenes de contacto</string>
|
||||
<string name="instant_messaging">Mensaje instantáneo (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Administrar números bloqueados</string>
|
||||
<string name="not_blocking_anyone">Aún no has bloqueado a nadie.</string>
|
||||
<string name="add_a_blocked_number">Añadir un número bloqueado</string>
|
||||
<string name="block_number">Bloquear número</string>
|
||||
<string name="block_numbers">Bloquear números</string>
|
||||
<string name="blocked_numbers">Números bloqueados</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">¿Estás seguro que quieres eliminar %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">El contacto será eliminado de todos los orígenes de contactos.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontaktu jatorria</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Add a blocked number</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontaktin lähde</string>
|
||||
<string name="instant_messaging">Pikaviestin</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Muuta estettyjä numeroita</string>
|
||||
<string name="not_blocking_anyone">Et estä ketään.</string>
|
||||
<string name="add_a_blocked_number">Lisää estetty numero</string>
|
||||
<string name="block_number">Estä numero</string>
|
||||
<string name="block_numbers">Estä numeroja</string>
|
||||
<string name="blocked_numbers">Estetyt numerot</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Compte pour le contact</string>
|
||||
<string name="instant_messaging">Messagerie instantanée (MI)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Ajouter un numéro bloqué</string>
|
||||
<string name="block_number">Numéro bloquer</string>
|
||||
<string name="block_numbers">Numéros bloquer</string>
|
||||
<string name="blocked_numbers">Numéros bloquer</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Izvori kontakata</string>
|
||||
<string name="instant_messaging">Brzo slanje poruka (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Upravljanje blokiranim brojevima</string>
|
||||
<string name="not_blocking_anyone">Ne blokirate nikoga.</string>
|
||||
<string name="add_a_blocked_number">Dodaj blokirani broj</string>
|
||||
<string name="block_number">Blokiraj broj</string>
|
||||
<string name="block_numbers">Blokiraj brojeve</string>
|
||||
<string name="blocked_numbers">Blokirani brojevi</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Névjegy account</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Zárolt telefonszámok kezelése</string>
|
||||
<string name="not_blocking_anyone">Nincs még zárolt szám.</string>
|
||||
<string name="add_a_blocked_number">Zárolt telefonszám hozzáadása</string>
|
||||
<string name="block_number">Telefonszám zárolása</string>
|
||||
<string name="block_numbers">Telefonszámok zárolása</string>
|
||||
<string name="blocked_numbers">Zárolt telefonszámok</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Sumber kontak</string>
|
||||
<string name="instant_messaging">Pesan singkat (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Kelola nomor yang diblokir</string>
|
||||
<string name="not_blocking_anyone">Anda tidak memblokir siapapun.</string>
|
||||
<string name="add_a_blocked_number">Tambahkan nomor yang diblokir</string>
|
||||
<string name="block_number">Blokir nomor</string>
|
||||
<string name="block_numbers">Blokir nomor</string>
|
||||
<string name="blocked_numbers">Nomor yang diblokir</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Apakah anda yakin ingin menghapus %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kontak akan dihapus dari semua sumber kontak.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Sumber kontak</string>
|
||||
<string name="instant_messaging">Pesan singkat (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Kelola nomor yang diblokir</string>
|
||||
<string name="not_blocking_anyone">Anda tidak memblokir siapapun.</string>
|
||||
<string name="add_a_blocked_number">Tambahkan nomor yang diblokir</string>
|
||||
<string name="block_number">Blokir nomor</string>
|
||||
<string name="block_numbers">Blokir nomor</string>
|
||||
<string name="blocked_numbers">Nomor yang diblokir</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Apakah anda yakin ingin menghapus %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kontak akan dihapus dari semua sumber kontak.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Provenienza del contatto</string>
|
||||
<string name="instant_messaging">Messaggistica istantanea (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Gestisci i numeri bloccati</string>
|
||||
<string name="not_blocking_anyone">Nessun numero bloccato.</string>
|
||||
<string name="add_a_blocked_number">Aggiungi un numero da bloccare</string>
|
||||
<string name="block_number">Blocca numero</string>
|
||||
<string name="block_numbers">Blocca numeri</string>
|
||||
<string name="blocked_numbers">Numeri bloccati</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">インポート元</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">ブロックした番号を管理</string>
|
||||
<string name="not_blocking_anyone">まだ誰もブロックしていません.</string>
|
||||
<string name="add_a_blocked_number">ブロックする番号を追加</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Contact source</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Add a blocked number</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontakto šaltinis</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Add a blocked number</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Account</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Geblokkeerde nummers beheren</string>
|
||||
<string name="not_blocking_anyone">Geen geblokkeerde nummers.</string>
|
||||
<string name="add_a_blocked_number">Geblokkeerd nummer toevoegen</string>
|
||||
<string name="block_number">Nummer blokkeren</string>
|
||||
<string name="block_numbers">Nummers blokkeren</string>
|
||||
<string name="blocked_numbers">Geblokkeerde nummers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">%s verwijderen?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">De contactpersoon zal worden verwijderd uit alle accounts.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Miejsce przechowywania kontaktu</string>
|
||||
<string name="instant_messaging">Komunikator</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Zarządzaj zablokowanymi numerami</string>
|
||||
<string name="not_blocking_anyone">Nie blokujesz nikogo.</string>
|
||||
<string name="add_a_blocked_number">Dodaj numer do blokowania</string>
|
||||
<string name="block_number">Zablokuj numer</string>
|
||||
<string name="block_numbers">Zablokuj numery</string>
|
||||
<string name="blocked_numbers">Zablokowane numery</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Origem do contato</string>
|
||||
<string name="instant_messaging">Mensageiro instantâneo (MI)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Gerenciar números bloqueados</string>
|
||||
<string name="not_blocking_anyone">Não há números bloqueados.</string>
|
||||
<string name="add_a_blocked_number">Adicionar um número a bloquear</string>
|
||||
<string name="block_number">Bloquear número</string>
|
||||
<string name="block_numbers">Bloquear números</string>
|
||||
<string name="blocked_numbers">Números bloqueados</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Você tem certeza que quer deletar %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">O contato será removido de todas removido de todas as fontes de contato.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Origem do contacto</string>
|
||||
<string name="instant_messaging">Mensagem instantânea (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Gerir números bloqueados</string>
|
||||
<string name="not_blocking_anyone">Não existem números bloqueados</string>
|
||||
<string name="add_a_blocked_number">Adicionar um número a bloquear</string>
|
||||
<string name="block_number">Bloquear número</string>
|
||||
<string name="block_numbers">Bloquear números</string>
|
||||
<string name="blocked_numbers">Números bloqueados</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Tem a certeza de que deseja apagar %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">O contacto será apagado de todas as origens.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Источник контакта</string>
|
||||
<string name="instant_messaging">Мессенджеры</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Управление блокируемыми номерами</string>
|
||||
<string name="not_blocking_anyone">Нет блокируемых номеров</string>
|
||||
<string name="add_a_blocked_number">Добавить блокируемый номер</string>
|
||||
<string name="block_number">Блокируемый номер</string>
|
||||
<string name="block_numbers">Блокируемые номера</string>
|
||||
<string name="blocked_numbers">Заблокированные номера</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Вы уверены, что хотите удалить %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Контакт будет удалён из всех источников контактов.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Zdroje kontaktov</string>
|
||||
<string name="instant_messaging">Rýchle správy (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Spravovať blokované čísla</string>
|
||||
<string name="not_blocking_anyone">Neblokujete nikoho.</string>
|
||||
<string name="add_a_blocked_number">Pridať blokované číslo</string>
|
||||
<string name="block_number">Blokovať číslo</string>
|
||||
<string name="block_numbers">Blokovať čísla</string>
|
||||
<string name="blocked_numbers">Blokované čísla</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Ste si istý, že chcete vymazať %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kontakt bude vymazaný zo všetkých zdrojov kontaktov.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kontaktkälla</string>
|
||||
<string name="instant_messaging">Snabbmeddelanden (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Hantera blockerade nummer</string>
|
||||
<string name="not_blocking_anyone">Du blockerar inte någon.</string>
|
||||
<string name="add_a_blocked_number">Lägg till ett blockerat nummer</string>
|
||||
<string name="block_number">Blockera nummer</string>
|
||||
<string name="block_numbers">Blockera nummer</string>
|
||||
<string name="blocked_numbers">Blockerade nummer</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Är du säker på att du vill ta bort %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kontakten kommer att tas bort från alla kontaktkällor.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Kişi kaynağı</string>
|
||||
<string name="instant_messaging">Anlık mesajlaşma (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Engelli numaraları yönet</string>
|
||||
<string name="not_blocking_anyone">Kimseyi engellemiyorsun.</string>
|
||||
<string name="add_a_blocked_number">Engellenen numara ekle</string>
|
||||
<string name="block_number">Numarayı engelle</string>
|
||||
<string name="block_numbers">Numaraları engelle</string>
|
||||
<string name="blocked_numbers">Engelli numaralar</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">%s silmek istediğinize emin misiniz?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">Kişi tüm kişi kaynaklarından kaldırılacak.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Походження контакту</string>
|
||||
<string name="instant_messaging">Мессенджери</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Керувати блокованими номерами</string>
|
||||
<string name="not_blocking_anyone">Немає блокованих номерів.</string>
|
||||
<string name="add_a_blocked_number">Додати номер до блокованих</string>
|
||||
<string name="block_number">Блокувати номер</string>
|
||||
<string name="block_numbers">Блокувати номери</string>
|
||||
<string name="blocked_numbers">Заблоковані номери</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">联系人来源</string>
|
||||
<string name="instant_messaging">即时通讯 (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">管理黑名单</string>
|
||||
<string name="not_blocking_anyone">你的黑名单为空</string>
|
||||
<string name="add_a_blocked_number">添加黑名单号码</string>
|
||||
<string name="block_number">加入黑名单</string>
|
||||
<string name="block_numbers">加入黑名单</string>
|
||||
<string name="blocked_numbers">黑名单</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">聯絡人來源</string>
|
||||
<string name="instant_messaging">即時通訊 (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">管理黑名單</string>
|
||||
<string name="not_blocking_anyone">你沒有封鎖任何人</string>
|
||||
<string name="add_a_blocked_number">添加封鎖的號碼</string>
|
||||
<string name="block_number">封鎖號碼</string>
|
||||
<string name="block_numbers">封鎖號碼</string>
|
||||
<string name="blocked_numbers">黑名單</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">你確認要刪除 %s 嗎?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">這聯絡人將從全部通訊錄來源移除。</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -135,16 +135,7 @@
|
|||
<string name="contact_source">Contact source</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
|
||||
<!-- Blocked numbers -->
|
||||
<string name="manage_blocked_numbers">Manage blocked numbers</string>
|
||||
<string name="not_blocking_anyone">You are not blocking anyone.</string>
|
||||
<string name="add_a_blocked_number">Add a blocked number</string>
|
||||
<string name="block_number">Block number</string>
|
||||
<string name="block_numbers">Block numbers</string>
|
||||
<string name="blocked_numbers">Blocked numbers</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<!-- Are you sure you want to delete 5 contacts? -->
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in a new issue