Allow cancelling of answered call that waits to be established

Simplified some call related strings
This commit is contained in:
Juha Heinanen
2022-01-21 19:17:44 +02:00
parent c15c00cb69
commit d173c929f1
4 changed files with 38 additions and 53 deletions
+4 -3
View File
@@ -420,9 +420,10 @@
<string name="about">Tietoja</string>
<string name="restart">Käynnistä uudelleen</string>
<string name="quit">Lopeta</string>
<string name="outgoing_call_to_dots">Lähtevä puhelu</string>
<string name="incoming_call_from_dots">Tuleva puhelu</string>
<string name="transferring_call_to_dots">Siirtopuhelu …</string>
<string name="outgoing_call_to_dots">Puhelu ulos</string>
<string name="incoming_call_from_dots">Puhelu sisään</string>
<string name="answering_call_from_dots">Vastattu puhelu …</string>
<string name="transferring_call_to_dots">Puhelun siirto …</string>
<string name="invalid_sip_uri">Virheellinen SIP URI \'%1$s\'</string>
<string name="callee">Puhelun kohde</string>
<string name="hangup">Lopeta</string>
+3 -2
View File
@@ -382,8 +382,9 @@
<string name="about">About</string>
<string name="restart">Restart</string>
<string name="quit">Quit</string>
<string name="outgoing_call_to_dots">Outgoing call to …</string>
<string name="incoming_call_from_dots">Incoming call from …</string>
<string name="outgoing_call_to_dots">Call to …</string>
<string name="incoming_call_from_dots">Call from …</string>
<string name="answering_call_from_dots">Answering call from …</string>
<string name="transferring_call_to_dots">Transferring call to …</string>
<string name="invalid_sip_uri">Invalid SIP URI \'%1$s\'</string>
<string name="callee">Callee</string>