- String fixes and improvements.
This commit is contained in:
@ -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))
|
||||
}
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user