- Renamed main menu Configuration item to Settings.
This commit is contained in:
@ -9,8 +9,7 @@
|
||||
<p>Versio %1$s</p>
|
||||
<h2>Käyttövihjeitä</h2>
|
||||
<ul>
|
||||
<li>Tarkista, että konfiguraation oletusarvot vastaavat tarpeitasi.
|
||||
Kunkin otsikon kosketus tarjoaa apua.</li>
|
||||
<li>Tarkista, että Asetukset vastaavat tarpeitasi. Kunkin otsikon kosketus tarjoaa apua.</li>
|
||||
<li>Sen jälkeen luo yksi tai useampi tili. Jälleen kunkin otsikon kosketus tarjoaa apua.</li>
|
||||
<li>Voit lisätä puheluiden ja viestien kohteet kontakteihin pitkällä kosketuksella.</li>
|
||||
<li>Pitkillä kosketuksilla voi myös poistaa puheluita, viestiketjuja,
|
||||
@ -155,7 +154,7 @@
|
||||
<string name="delete_chats">Tyhjennä</string>
|
||||
<string name="delete_chats_alert">Haluatko tyhjentää tilin \'%1$s\' viestihistorian?</string>
|
||||
<!-- Config Activity -->
|
||||
<string name="configuration">Konfiguraatio</string>
|
||||
<string name="configuration">Asetukset</string>
|
||||
<string name="start_automatically">Käynnistä automaattisesti</string>
|
||||
<string name="start_automatically_help">Jos merkitty, baresip
|
||||
käynnistyy automaattisesti, kun laite käynnistyy.</string>
|
||||
@ -211,14 +210,14 @@
|
||||
</string>
|
||||
<string name="debug">Lokiviestit</string>
|
||||
<string name="debug_help">Jos merkitty, baresip tuottaa debug- ja info-tason Logcat-viestejä.</string>
|
||||
<string name="reset_config">Palauta oletuskonfiguraatio</string>
|
||||
<string name="reset_config_help">Jos merkitty, oletuskonfiguraatio palautetaan, kun
|
||||
<string name="reset_config">Palauta oletusasetukset</string>
|
||||
<string name="reset_config_help">Jos merkitty, oletusasetukset palautetaan, kun
|
||||
baresip seuraavan kerran käynnistetään.
|
||||
</string>
|
||||
<string name="read_cert_error">Tiedoston \'cert.pem\' luku Download-kansiosta epäonnistui.</string>
|
||||
<string name="read_ca_certs_error">Tiedoston \'ca_certs.crt\' luku Download-kansiosta epäonnistui.</string>
|
||||
<string name="config_restart">baresip täytyy käynnistää uudelleen, jotta saat uuden
|
||||
konfiguraation käyttöön. Käynnistä nyt?
|
||||
<string name="config_restart">baresip täytyy käynnistää uudelleen, jotta saat uudet asetukset
|
||||
käyttöön. Käynnistä nyt?
|
||||
</string>
|
||||
<!-- Contact Activity -->
|
||||
<string name="contact">Kontakti</string>
|
||||
|
||||
@ -12,13 +12,13 @@
|
||||
<p>Version %1$s</p>
|
||||
<h2>Usage Hints</h2>
|
||||
<ul>
|
||||
<li>Check that Configuration default values meet your needs (touch item titles for help).</li>
|
||||
<li>Check that Settings default values meet your needs (touch item titles for help).</li>
|
||||
<li>Then create one or more accounts (again touch item titles for help).</li>
|
||||
<li>Peers of calls and messages can be added to contacts by long touches.</li>
|
||||
<li>Long touches can also be used to remove calls, chats, messages, and contacts.</li>
|
||||
<li>You can re-reselect the previous call party by touching the call icon when Callee is empty.</li>
|
||||
<li>If you cannot hear the other party during call, try to increase Media volume of
|
||||
the device or set Default Call Volume in Configuration.</li>
|
||||
the device or set Default Call Volume in Settings.</li>
|
||||
</ul>
|
||||
<h2>Source code</h2>
|
||||
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>,
|
||||
@ -146,7 +146,7 @@
|
||||
<string name="delete_chats_alert">Do you want to delete chat history of account \'%1$s\'?</string>
|
||||
|
||||
<!-- Config Activity -->
|
||||
<string name="configuration">Configuration</string>
|
||||
<string name="configuration">Settings</string>
|
||||
<string name="start_automatically">Start Automatically</string>
|
||||
<string name="start_automatically_help">If checked, baresip starts automatically after device (re)start.</string>
|
||||
<string name="listen_address">Listen Address</string>
|
||||
@ -201,12 +201,11 @@
|
||||
<string name="debug">Debug</string>
|
||||
<string name="debug_help">Provides debug and info level log message availability in Logcat.</string>
|
||||
<string name="reset_config">Reset to Factory Defaults</string>
|
||||
<string name="reset_config_help">If checked, configuration is reset
|
||||
to factory default values.</string>
|
||||
<string name="reset_config_help">If checked, settings are reset to factory default values.</string>
|
||||
<string name="read_cert_error">Failed to read file \'cert.pem\' from Download directory.</string>
|
||||
<string name="read_ca_certs_error">Failed to read file \'ca_certs.crt\' from Download directory.</string>
|
||||
<string name="config_restart">You need to restart baresip in order to activate the new
|
||||
configuration. Restart now?
|
||||
settings. Restart now?
|
||||
</string>
|
||||
|
||||
<!-- Contact Activity -->
|
||||
|
||||
Reference in New Issue
Block a user