mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-14 02:10:10 +01:00
adding a new string for sending SMS to numbers from the call log
This commit is contained in:
parent
597c82d90a
commit
f718704e5a
@ -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'
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user