Added "message" to country code help
This commit is contained in:
Juha Heinanen
2023-02-28 20:41:42 +02:00
parent 95ed61a46b
commit 707b9ddb4f
2 changed files with 3 additions and 3 deletions

View File

@ -201,8 +201,8 @@
</string>
<string name="invalid_voicemail_uri">Virheellinen puhepostin URI \'%1$s\'</string>
<string name="country_code">Maakoodi</string>
<string name="country_code_help">Tämän tilin E.164-maakoodi. Jos tulevan puhelun From URI:n
etsintä yhteystiedoista epäonnistuu ja sen käyttäjäosa sisältää puhelinnumeron,
<string name="country_code_help">Tämän tilin E.164-maakoodi. Jos tulevan puhelun tai viestin
From URI:n Utils.e164Uri(message.peerUri, account.countryCode)viesetsintä yhteystiedoista epäonnistuu ja sen käyttäjäosa sisältää puhelinnumeron,
joka ei ala \'+\' merkillä, niin tämä maakoodi lisätään numeron eteen ja etsintä tehdään
uudelleen. Jos puhelinnumero alkaa yhdellä numerolla \'0\', niin numero \'0\'
poistetaan ennen maakoodin lisäämistä.

View File

@ -195,7 +195,7 @@
<string name="invalid_voicemail_uri">Invalid Voicemail URI \'%1$s\'</string>
<string name="country_code">Country Code</string>
<string name="country_code_help">E.164 country code of this account. If From URI userpart of
incoming call contains a telephone number that does not start with \'+\' sign and if contact
incoming call or message contains a telephone number that does not start with \'+\' sign and if contact
lookup fails, the number is prefixed with this country code and contact lookup is
tried again. If the telephone number starts with a single digit \'0\', digit \'0\' is removed
before the number is prefixed.