Added possibility to save recording and delete call from history

This commit is contained in:
Juha Heinanen
2025-12-07 02:58:14 +02:00
parent 673b25d6cd
commit 5a5c520539
5 changed files with 249 additions and 119 deletions
+9 -4
View File
@@ -254,8 +254,6 @@
<string name="decrypt_password">Palauta salasanalla</string>
<string name="delete_account">Haluatko poistaa tilin \'%1$s\'\?</string>
<!-- Baresip Service -->
<string name="reply">Vastaa</string>
<string name="save">Talleta</string>
<string name="is_calling">soittaa</string>
<string name="missed_call_from">Vastaamaton puhelu soittajalta</string>
<string name="missed_calls">Vastaamattomia puheluita</string>
@@ -271,8 +269,6 @@
<string name="peer">Kumppani</string>
<string name="time">Aika</string>
<string name="calls_duration">Kesto</string>
<string name="playing_recording">Tallenteen kuuntelu …</string>
<string name="stop">Lopeta</string>
<string name="calls_add_delete_question">Haluatko luoda uuden yhteystiedon \'%1$s\' tai poistaa
%2$s puheluhistoriasta\?
</string>
@@ -284,6 +280,12 @@
<string name="call_answered_elsewhere">Puheluun vastattu muualla</string>
<string name="call_missed">Puheluun ei vastattu</string>
<string name="call_rejected">Puhelu hylätty</string>
<!-- Call Details Activity -->
<string name="playing_recording">Tallenteen kuuntelu …</string>
<string name="save_recording">Talleta tallenne</string>
<string name="save_recording_question">Haluatko tallentaa tämän tallenteen?</string>
<string name="recording_saved">Tallenne tallennettu</string>
<string name="delete_call_alert">Haluatko poistaa tämän puhelun historiata?</string>
<!-- Chat Activity -->
<string name="chat_with">Viestiketju %1$s</string>
<string name="new_message">Uusi viesti</string>
@@ -460,6 +462,9 @@
<string name="info">Tieto</string>
<string name="notice">Huomio</string>
<string name="cancel">Peruuta</string>
<string name="stop">Lopeta</string>
<string name="reply">Vastaa</string>
<string name="save">Talleta</string>
<string name="ok">OK</string>
<string name="yes">Kyllä</string>
<string name="no">Ei</string>
+9 -4
View File
@@ -242,8 +242,6 @@
<string name="decrypt_password">Decrypt Password</string>
<string name="delete_account">Do you want to delete account \'%1$s\'\?</string>
<!-- Baresip Service -->
<string name="reply">Reply</string>
<string name="save">Save</string>
<string name="is_calling">is calling</string>
<string name="missed_call_from">Missed call from</string>
<string name="missed_calls">Missed calls</string>
@@ -260,8 +258,6 @@
<string name="direction">Direction</string>
<string name="time">Time</string>
<string name="calls_duration">Duration</string>
<string name="playing_recording">Playing recording …</string>
<string name="stop">Stop</string>
<string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts or delete
%2$s from call history\?</string>
<string name="calls_delete_question">Do you want to delete \'%1$s\' %2$s from call history\?</string>
@@ -272,6 +268,12 @@
<string name="call_answered_elsewhere">Call answered elsewhere</string>
<string name="call_missed">Call missed</string>
<string name="call_rejected">Call rejected</string>
<!-- Call Details Activity -->
<string name="playing_recording">Playing recording …</string>
<string name="save_recording">Save Recording</string>
<string name="save_recording_question">Do you want to save this recording?</string>
<string name="recording_saved">Recording saved</string>
<string name="delete_call_alert">Do you want to delete this call from history?</string>
<!-- Chat Activity -->
<string name="chat_with">Chat with %1$s</string>
<string name="new_message">New message</string>
@@ -438,6 +440,9 @@
<string name="info">Info</string>
<string name="notice">Notice</string>
<string name="cancel">Cancel</string>
<string name="stop">Stop</string>
<string name="reply">Reply</string>
<string name="save">Save</string>
<string name="ok">OK</string>
<string name="yes">Yes</string>
<string name="no">No</string>