Skip to content

Commit d341ac3

Browse files
committed
update strings to unified the omnt string. Also delete some unused leftovers
1 parent 24a4820 commit d341ac3

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

app/src/main/res/values/strings.xml

+3-22
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
<string name="home">home</string>
2626
<string name="about">About</string>
2727
<string name="previous">Previous</string>
28-
<string name="hello_first_fragment">Hello first fragment</string>
29-
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
3028
<string name="service_name">OMNT</string>
31-
<string name="app_description">OMNT Open Mobile Network Toolkit, the swiss army knife for network researcher</string>
29+
<string name="app_description">OMNT OpenMobileNetworkToolkit, the swiss army knife for network researcher</string>
3230
<string name="slicing">Slicing</string>
3331
<string name="Log">Debug Log</string>
3432
<string name="device_admin_description">I need your permission</string>
@@ -50,16 +48,7 @@
5048
<string name="iperf3_instances">Instances</string>
5149
<string name="export_logs">Export Logs</string>
5250
<string name="channel_name">OMNT_Notification</string>
53-
<string name="channel_description">Notification channel for Open Mobile Network Toolkit</string>
54-
55-
56-
<!-- Preference Titles -->
57-
<string name="messages_header">Messages</string>
58-
<string name="sync_header">Sync</string>
59-
60-
<!-- Messages Preferences -->
61-
<string name="signature_title">Your signature</string>
62-
<string name="reply_title">Default reply action</string>
51+
<string name="channel_description">Notification channel for OpenMobileNetworkToolkit</string>
6352

6453
<!-- Application Preferences -->
6554
<string name="carrier_permissions">carrier_permission</string>
@@ -99,15 +88,7 @@
9988
<string name="fake_location_summary">Use a fake location for all measurements for testing / privacy reasons</string>
10089

10190
<!-- Work Profile Management -->
102-
<string name="intro_message">
103-
<![CDATA[
104-
This sample demonstrates how to create a managed profile. You can also learn how to
105-
enable or disable other apps and how to set restrictions to them. Intents can be
106-
configured to be forwarded between primary account and managed profile. Finally, you can
107-
wipe all the data associated with the profile.
108-
Note that there can only be one managed profile on a device.
109-
]]>
110-
</string>
91+
11192
<string name="set_up_profile">Set up profile</string>
11293
<string name="enable_forwarding">Enable forwarding of Share Intent</string>
11394
<string name="send_intent_text">Send a sample share Intent</string>

0 commit comments

Comments
 (0)