adding a new string for sending SMS to numbers from the call log

This commit is contained in:
tibbi 2020-08-07 22:09:09 +02:00
parent 597c82d90a
commit f718704e5a
11 changed files with 11 additions and 2 deletions

View File

@ -56,6 +56,6 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.29.17'
implementation 'com.simplemobiletools:commons:5.29.20'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
}

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">kein Zugriff auf Anrufliste</string>
<string name="request_access">Zugriff anfordern</string>
<string name="remove_confirmation">Ausgewählte Anrufe definitiv aus der Anrufliste löschen?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Wählpad</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Αδυναμία πρόσβασης στο ιστορικό κλήσεων</string>
<string name="request_access">Αίτηση πρόσβασης</string>
<string name="remove_confirmation">Είστε βέβαιοι ότι θέλετε να καταργήσετε τα επιλεγμένα στοιχεία από το ιστορικό κλήσεων;</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Πληκτρολόγιο κλήσης</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Ei käyttöoikeutta puheluhistoriaan</string>
<string name="request_access">Pyydä käyttöoikeutta</string>
<string name="remove_confirmation">Haluatko varmasti poistaa valitut kohteet puheluhistoriasta?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Numerovalitsin</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Kon geen toegang krijgen tot de oproepgeschiedenis</string>
<string name="request_access">Toegang aanvragen</string>
<string name="remove_confirmation">Geselecteerde items uit de oproepgeschiedenis verwijderen?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Telefoonkiezer</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Não foi possível aceder ao histórico de chamadas</string>
<string name="request_access">Pedir acesso</string>
<string name="remove_confirmation">Tem a certeza de que deseja remover do histórico os itens selecionados?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Marcador</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Nepodarilo sa dostať ku histórií hovorov</string>
<string name="request_access">Vyžiadať prístup</string>
<string name="remove_confirmation">Ste si istý, že chcete z histórií volaní odstrániť zvolené položky?</string>
<string name="send_sms">Odoslať SMS</string>
<!-- Dialpad -->
<string name="dialpad">Číselník</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Çağrı geçmişine erişilemedi</string>
<string name="request_access">Erişim isteği</string>
<string name="remove_confirmation">Seçilen öğeleri Arama Geçmişinden kaldırmak istediğinizden emin misiniz?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Tuş takımı</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">无法访问通话记录</string>
<string name="request_access">请求访问</string>
<string name="remove_confirmation">您确定想要从通话记录删除选定的条目吗?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">拨号盘</string>

View File

@ -10,6 +10,7 @@
<string name="could_not_access_the_call_history">Could not access the call history</string>
<string name="request_access">Request access</string>
<string name="remove_confirmation">Are you sure you want to remove the selected items from the Call History?</string>
<string name="send_sms">Send SMS</string>
<!-- Dialpad -->
<string name="dialpad">Dialpad</string>

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong