Added blocked screen listing blocked calls and messages

This commit is contained in:
Juha Heinanen
2025-12-29 10:14:44 +02:00
parent 026ac1d9ba
commit 82f6c92dd1
7 changed files with 83 additions and 49 deletions
+8
View File
@@ -266,6 +266,14 @@
<string name="missed_calls_count">%1$d vastaamatonta puhelua</string>
<string name="transfer_request_to">Puhelun siirtopyyntö kohteeseen</string>
<string name="call_auto_rejected">Automaattisesti hylätty puhelu soittajalta \`%1$s\`</string>
<string name="call_blocked">Estetty puhelu hylätty soittajalta \`%1$s\`</string>
<string name="message_blocked">Estetty viesti hylätty lähettäjältä \`%1$s\`</string>
<!-- Blocked Activity -->
<string name="blocked">Estetyt</string>
<string name="blocked_calls">Estetyt puhelut</string>
<string name="blocked_messages">Estetyt viestit</string>
<string name="blocked_delete_alert">Haluatko poistaa tilin \'%1$s\' estetyt pyynnöt\?</string>
<string name="blocked_contact_question">Haluatko lisätä osoitteen \'%1$s\' yhteystietoihin\?</string>
<!-- Calls Activity -->
<string name="call_history">Puheluhistoria</string>
<string name="call">Soita</string>
+8 -6
View File
@@ -254,7 +254,14 @@
<string name="missed_calls_count">%1$d missed calls</string>
<string name="transfer_request_to">Call transfer request to</string>
<string name="call_auto_rejected">Auto-rejected call from \`%1$s\`</string>
<string name="message_auto_rejected">Auto-rejected message from \`%1$s\`</string>
<string name="call_blocked">Auto-rejected blocked call from \`%1$s\`</string>
<string name="message_blocked">Auto-rejected blocked message from \`%1$s\`</string>
<!-- Blocked Activity -->
<string name="blocked">Blocked</string>
<string name="blocked_calls">Blocked Calls</string>
<string name="blocked_messages">Blocked Messages</string>
<string name="blocked_delete_alert">Do you want to delete blocked requests of \'%1$s\'\?</string>
<string name="blocked_contact_question">Do you want to add peer \'%1$s\' to contacts\?</string>
<!-- Calls Activity -->
<string name="call_history">Call History</string>
<string name="call_details">Call Details</string>
@@ -281,11 +288,6 @@
<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>
<!-- Blocked Activity -->
<string name="blocked">Blocked</string>
<string name="blocked_calls">Blocked Calls</string>
<string name="blocked_delete_alert">Do you want to delete blocked calls of \'%1$s\'\?</string>
<string name="blocked_contact_question">Do you want to add peer \'%1$s\' to contacts\?</string>
<!-- Chat Activity -->
<string name="chat_with">Chat with %1$s</string>
<string name="new_message">New message</string>