Added "message" to country code help
This commit is contained in:
Juha Heinanen
2023-03-01 01:13:24 +02:00
parent 95ed61a46b
commit 707b9ddb4f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -201,8 +201,8 @@
</string> </string>
<string name="invalid_voicemail_uri">Virheellinen puhepostin URI \'%1$s\'</string> <string name="invalid_voicemail_uri">Virheellinen puhepostin URI \'%1$s\'</string>
<string name="country_code">Maakoodi</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 <string name="country_code_help">Tämän tilin E.164-maakoodi. Jos tulevan puhelun tai viestin
etsintä yhteystiedoista epäonnistuu ja sen käyttäjäosa sisältää puhelinnumeron, 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 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\' uudelleen. Jos puhelinnumero alkaa yhdellä numerolla \'0\', niin numero \'0\'
poistetaan ennen maakoodin lisäämistä. poistetaan ennen maakoodin lisäämistä.
+1 -1
View File
@@ -195,7 +195,7 @@
<string name="invalid_voicemail_uri">Invalid Voicemail URI \'%1$s\'</string> <string name="invalid_voicemail_uri">Invalid Voicemail URI \'%1$s\'</string>
<string name="country_code">Country Code</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 <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 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 tried again. If the telephone number starts with a single digit \'0\', digit \'0\' is removed
before the number is prefixed. before the number is prefixed.