- Renamed main menu Configuration item to Settings.
This commit is contained in:
@@ -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