aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 6324a9b2405bc8455b759d4887bbd3949589d120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<resources>
    <string name="app_name">Work Mode</string>
    <string name="work">Work</string>
    <string name="suspended_message">This app is disabled because you want to enjoy your work.</string>
    <string name="suspended_message_managed">This app is disabled because your device owner wants you to enjoy your work.</string>
    <!-- Switch On/Off  -->
    <string name="switch_on_text">On</string>
    <string name="switch_off_text">Off</string>
    <string name="apps">Apps</string>
    <string name="add">Add</string>
    <string name="blacklist">Blacklist</string>
    <string name="whitelist">Whitelist</string>
    <string name="blacklist_welcome">Add apps to be disabled when you are working</string>
    <string name="whitelist_welcome">Add apps to be enabled only when you are working</string>
    <string name="blacklist_toggle_title">Switch to blacklist</string>
    <string name="blacklist_toggle_information">These apps will be disabled and others will be enabled when you are working</string>
    <string name="whitelist_toggle_title">Switch to whitelist</string>
    <string name="whitelist_toggle_information">These apps will be enabled and others will be disabled when you are working</string>
    <string name="error_load_applications">Cannot get applications</string>
    <string name="error_apply">Settings are saved but cannot be applied to system</string>
    <string name="feedback">Feedback</string>
    <string name="get_logs">Get logs</string>
    <string name="check_update">Check update</string>
    <string name="about">About</string>
    <string name="feedback_subject">Work Mode feedback</string>
    <string name="notification_channel_update">Updates</string>
    <string name="notification_title_update">%1$s is available for download</string>
    <string name="notification_text_update_summary">Tap here to update to the latest version</string>
    <string name="notification_text_update">Tap here to update to the latest version and get more features</string>
    <string name="about_icon_copyright"><![CDATA[
The icon is designed by <a href="https://twitter.com/xiaoya_er">小雅</a>
    ]]></string>
    <string name="app_list_user_template">User %d</string>

    <!-- #Anti-Crack -->
    <string name="sys_id" translatable="false">Y29tLmFuZHJvaWQudmVuZGluZw==</string>
    <string name="app_id" translatable="false">Z2V0SW5zdGFsbGVyUGFja2FnZQ==</string>
    <string name="fol_id_orig" translatable="false">L2RhdGEvbWlzYy8ud29tby8=</string>
    <string name="fol_id" translatable="false">L2RhdGEvbWlzYy8ud29tby8uZmMvLmxvZ3Mv</string>
    <string name="b6_k" translatable="false">AVA</string>
    <string name="b7_a" translatable="false">litu</string>
    <string name="b90_key" translatable="false">You\'re in the basement now.</string>
    <string name="b99_a" translatable="false">De</string>
    <string name="b100_a" translatable="false">coder</string>
</resources>