- String fixes and improvements.

This commit is contained in:
Juha Heinanen
2019-11-28 03:02:08 +02:00
parent 7d4267a21c
commit 469d500f4c
3 changed files with 5 additions and 3 deletions

View File

@ -72,7 +72,7 @@ class AccountsActivity : AppCompatActivity() {
when (item.itemId) {
R.id.help -> {
Utils.alertView(this@AccountsActivity, "New Account",
Utils.alertView(this@AccountsActivity, getString(R.string.new_account),
getString(R.string.accounts_help))
}

View File

@ -18,7 +18,7 @@
kun puhelun kohde on tyhjä.</li>
<li>Jos et puhelun aikana kuule, mitä toinen sanoo, kasvata median volyymia laitteessa
tai aseta Oletus äänen voimakkuus Konfiguraatiossa.</li>
<h2>Rajoitukset</h2>
<h2>Tunnetut ongelmat</h2>
<ul>
<li>Johtuen alla olevien kirjastojen rajoituksista, baresip ei tällä hetkellä tue useita,
samanaikaisesti aktiivisia verkkoliittymiä.</li>
@ -104,6 +104,7 @@
</string>
<!-- Accounts Activity -->
<string name="accounts">Tilit</string>
<string name="new_account">Uusi tili</string>
<string name="accounts_help">Valinnaisesti voidaan uutta tiliä luotaessa antaa myös porttinumero
ja tiedonsiirtoprokolla: käyttäjä@domain[:portti][;transport=udp|tcp|tls]. Jos portti on
annettu, mutta protolollaa ei ole annettu, protokolla on udp. Jos porttia ei ole annettu,

View File

@ -21,7 +21,7 @@
<li>If you cannot hear the other party during call, try to increase Media volume of
the device or set Default Call Volume in Settings.</li>
</ul>
<h2>Limitations</h2>
<h2>Known Issues</h2>
<ul>
<li>Due to limitations in underlying libraries, baresip does not currently support multiple,
concurrently active network interfaces.</li>
@ -98,6 +98,7 @@
<!-- Accounts Activity -->
<string name="accounts">Accounts</string>
<string name="new_account">New Account</string>
<string name="accounts_help">Account\'s port number and transport protocol may be optionally
given when a new account is created: username@domain[:port][;transport=udp|tcp|tls]. If port
is given and transport protocol is not given, transport protocol defaults to udp. If port is