summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/arrays.xml
blob: 158ccb1223de08979c5c5282e6f9fdc48a868667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string-array name="wakeup_methods_values">
        <item>url</item>
        <item>wol</item>
    </string-array>
    
    <string-array name="lang_values">
        <item>en</item>
        <item>de</item>
        <item>it</item>
    </string-array>
    
    <string-array name="remux_entry_values">
        <item>EXT</item>
        <item>EXTERN</item>
    </string-array>

</resources>