aboutsummaryrefslogtreecommitdiffstats
path: root/ccnxandroidmetis/MetisControl/src/main/res/values/strings.xml
blob: e5a7f500ce80e0a67f1ca2c8b5aae1931aa16991 (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
<resources>
    <string name="app_name">Metis Control</string>
    <string name="action_settings">Settings</string>
    <string name="section_format">Hello World from section: %1$d</string>

    <!-- TODO: Remove or change this placeholder text -->
    <string name="asf_hello">Metis Status Fragment</string>
    <string name="asf_big_text">METIS STATUS</string>

    <!-- TODO: Remove or change this placeholder text -->
    <string name="hello_blank_fragment">Hello blank fragment</string>


    <string-array name="metis_link_type_array">
        <item>TCP</item>
        <item>UDP</item>
    </string-array>

    <string-array name="metis_log_levels">
        <item>Off</item>
        <item>Notice</item>
        <item>Error</item>
        <item>Info</item>
        <item>Debug</item>
        <item>All</item>
    </string-array>

    <string name="cancel">Cancel</string>
    <string name="add">Add</string>

    <string name="listener_remote">remote</string>
    <string name="listener_local">local</string>
    <string name="listener_listener">listener</string>

    <string name="metis_script_help">Place an Metis statefile in:\n /mnt/sdcard/ccnx/metis.statefile\nif you want to initialize Metis with\nmany commands.</string>

</resources>