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_appmanager">App Manager</string>
|
|
|
|
<string name="title_activity_debug">Debug</string>
|
|
|
|
|
|
|
|
<!-- Strings related to Settings -->
|
|
|
|
<string name="title_activity_settings">Settings</string>
|
|
|
|
<string name="pref_header_general">General Settings</string>
|
|
|
|
<string name="pref_title_general_autoconnectonbluetooth">Connect to device when Bluetooth turned on</string>
|
|
|
|
<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-01-07 14:00:18 +01:00
|
|
|
</resources>
|