2015-01-07 14:00:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<string name="app_name">Gadgetbridge</string>
|
2015-03-25 22:23:45 +01:00
|
|
|
|
|
|
|
<string name="title_activity_controlcenter">Gadgetbridge</string>
|
2015-01-07 14:00:18 +01:00
|
|
|
<string name="action_settings">Settings</string>
|
2015-02-07 12:58:18 +01:00
|
|
|
<string name="action_debug">Debug</string>
|
2015-03-22 13:10:45 +01:00
|
|
|
<string name="action_quit">Quit</string>
|
2015-03-22 23:38:51 +01:00
|
|
|
<string name="action_refresh" >Refresh</string>
|
2015-03-25 22:23:45 +01:00
|
|
|
|
|
|
|
<string name="title_activity_debug">Debug</string>
|
|
|
|
|
2015-03-26 18:11:47 +01:00
|
|
|
<!-- Strings related to AppManager -->
|
|
|
|
<string name="title_activity_appmanager">App Manager</string>
|
|
|
|
<string name="appmananger_app_delete">Delete</string>
|
|
|
|
|
2015-03-28 23:23:10 +01:00
|
|
|
<!-- Strings related to AppInstaller -->
|
|
|
|
<string name="title_activity_appinstaller">App Installer</string>
|
|
|
|
|
2015-03-25 22:23:45 +01:00
|
|
|
<!-- Strings related to Settings -->
|
|
|
|
<string name="title_activity_settings">Settings</string>
|
2015-03-29 17:12:06 +02:00
|
|
|
|
2015-03-25 22:23:45 +01:00
|
|
|
<string name="pref_header_general">General Settings</string>
|
|
|
|
<string name="pref_title_general_autoconnectonbluetooth">Connect to device when Bluetooth turned on</string>
|
2015-03-29 17:12:06 +02:00
|
|
|
|
|
|
|
<string name="pref_header_datetime">Date and Time</string>
|
|
|
|
<string name="pref_title_datetime_syctimeonconnect">Sync time when connecting</string>
|
|
|
|
|
2015-03-25 22:23:45 +01:00
|
|
|
<string name="pref_header_notifications">Notifications</string>
|
|
|
|
<string name="pref_title_notifications_sms">Notification for SMS</string>
|
|
|
|
<string name="pref_title_notifications_k9mail">Notification for K9-Mail</string>
|
|
|
|
<string name="pref_title_notifications_generic">Generic notification support</string>
|
|
|
|
<string name="pref_title_whenscreenon">… also when screen is on</string>
|
2015-04-01 23:00:05 +02:00
|
|
|
|
|
|
|
<string name="pref_header_development">Developer Options</string>
|
|
|
|
<string name="pref_title_development_miaddr">Miband address</string>
|
2015-01-07 14:00:18 +01:00
|
|
|
</resources>
|