File: settings_strings.xml

package info (click to toggle)
brltty 5.2~20141018-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, jessie-kfreebsd-proposed-updates
  • size: 22,640 kB
  • sloc: ansic: 108,275; sh: 6,339; java: 4,473; xml: 2,650; makefile: 1,841; tcl: 1,478; awk: 599; ml: 293; python: 250
file content (134 lines) | stat: -rw-r--r-- 5,196 bytes parent folder | download | duplicates (8)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="utf-8"?>

<resources>
  <string name="NAVIGATION_MODE_LABEL_List">Vertical List</string>
  <string name="NAVIGATION_MODE_LABEL_Grid">Two Dimensional Grid</string>

  <string-array name="NAVIGATION_MODE_LABELS">
    <item>@string/NAVIGATION_MODE_LABEL_List</item>
    <item>@string/NAVIGATION_MODE_LABEL_Grid</item>
  </string-array>

  <string-array name="NAVIGATION_MODE_VALUES">
    <item>List</item>
    <item>Grid</item>
  </string-array>

  <string name="SPEECH_SUPPORT_LABEL_None">None</string>
  <string name="SPEECH_SUPPORT_LABEL_Native">Native</string>

  <string-array name="SPEECH_SUPPORT_LABELS">
    <item>@string/SPEECH_SUPPORT_LABEL_None</item>
    <item>@string/SPEECH_SUPPORT_LABEL_Native</item>
  </string-array>

  <string-array name="SPEECH_SUPPORT_VALUES">
    <item>no</item>
    <item>an</item>
  </string-array>

  <string name="COMMUNICATION_METHOD_LABEL_Bluetooth">Bluetooth</string>
  <string name="COMMUNICATION_METHOD_LABEL_Usb">USB</string>
  <string name="COMMUNICATION_METHOD_LABEL_Serial">Serial</string>

  <string-array name="DEVICE_METHOD_LABELS">
    <item>@string/COMMUNICATION_METHOD_LABEL_Bluetooth</item>
    <item>@string/COMMUNICATION_METHOD_LABEL_Usb</item>
    <item>@string/COMMUNICATION_METHOD_LABEL_Serial</item>
  </string-array>

  <string-array name="DEVICE_METHOD_VALUES">
    <item>Bluetooth</item>
    <item>Usb</item>
    <item>Serial</item>
  </string-array>

  <string name="LOG_LEVEL_LABEL_debug">Debug</string>
  <string name="LOG_LEVEL_LABEL_information">Information</string>
  <string name="LOG_LEVEL_LABEL_notice">Notice</string>
  <string name="LOG_LEVEL_LABEL_warning">Warning</string>
  <string name="LOG_LEVEL_LABEL_error">Error</string>
  <string name="LOG_LEVEL_LABEL_critical">Critical</string>
  <string name="LOG_LEVEL_LABEL_alert">Alert</string>
  <string name="LOG_LEVEL_LABEL_emergency">Emergency</string>

  <string-array name="LOG_LEVEL_LABELS">
    <item>@string/LOG_LEVEL_LABEL_debug</item>
    <item>@string/LOG_LEVEL_LABEL_information</item>
    <item>@string/LOG_LEVEL_LABEL_notice</item>
    <item>@string/LOG_LEVEL_LABEL_warning</item>
    <item>@string/LOG_LEVEL_LABEL_error</item>
    <item>@string/LOG_LEVEL_LABEL_critical</item>
    <item>@string/LOG_LEVEL_LABEL_alert</item>
    <item>@string/LOG_LEVEL_LABEL_emergency</item>
  </string-array>

  <string-array name="LOG_LEVEL_VALUES">
    <item>debug</item>
    <item>information</item>
    <item>notice</item>
    <item>warning</item>
    <item>error</item>
    <item>critical</item>
    <item>alert</item>
    <item>emergency</item>
  </string-array>

  <string name="LOG_CATEGORY_LABEL_ingio">Generic Input</string>
  <string name="LOG_CATEGORY_LABEL_inpkts">Input Packets</string>
  <string name="LOG_CATEGORY_LABEL_outpkts">Output Packets</string>
  <string name="LOG_CATEGORY_LABEL_brlkeys">Braille Device Key Events</string>
  <string name="LOG_CATEGORY_LABEL_kbdkeys">Keyboard Key Events</string>
  <string name="LOG_CATEGORY_LABEL_csrtrk">Cursor Tracking</string>
  <string name="LOG_CATEGORY_LABEL_csrrtg">Cursor Routing</string>
  <string name="LOG_CATEGORY_LABEL_update">Update Events</string>
  <string name="LOG_CATEGORY_LABEL_speech">Speech Events</string>
  <string name="LOG_CATEGORY_LABEL_async">Async Events</string>
  <string name="LOG_CATEGORY_LABEL_server">Server Events</string>
  <string name="LOG_CATEGORY_LABEL_serial">Serial I/O</string>
  <string name="LOG_CATEGORY_LABEL_usb">USB I/O</string>
  <string name="LOG_CATEGORY_LABEL_bluetooth">Bluetooth I/O</string>
  <string name="LOG_CATEGORY_LABEL_brldrv">Braille Driver Events</string>
  <string name="LOG_CATEGORY_LABEL_spkdrv">Speech Driver Events</string>
  <string name="LOG_CATEGORY_LABEL_scrdrv">Screen Driver Events</string>

  <string-array name="LOG_CATEGORY_LABELS">
    <item>@string/LOG_CATEGORY_LABEL_ingio</item>
    <item>@string/LOG_CATEGORY_LABEL_inpkts</item>
    <item>@string/LOG_CATEGORY_LABEL_outpkts</item>
    <item>@string/LOG_CATEGORY_LABEL_brlkeys</item>
    <item>@string/LOG_CATEGORY_LABEL_kbdkeys</item>
    <item>@string/LOG_CATEGORY_LABEL_csrtrk</item>
    <item>@string/LOG_CATEGORY_LABEL_csrrtg</item>
    <item>@string/LOG_CATEGORY_LABEL_update</item>
    <item>@string/LOG_CATEGORY_LABEL_speech</item>
    <item>@string/LOG_CATEGORY_LABEL_async</item>
    <item>@string/LOG_CATEGORY_LABEL_server</item>
    <item>@string/LOG_CATEGORY_LABEL_serial</item>
    <item>@string/LOG_CATEGORY_LABEL_usb</item>
    <item>@string/LOG_CATEGORY_LABEL_bluetooth</item>
    <item>@string/LOG_CATEGORY_LABEL_brldrv</item>
    <item>@string/LOG_CATEGORY_LABEL_spkdrv</item>
    <item>@string/LOG_CATEGORY_LABEL_scrdrv</item>
  </string-array>

  <string-array name="LOG_CATEGORY_VALUES">
    <item>ingio</item>
    <item>inpkts</item>
    <item>outpkts</item>
    <item>brlkeys</item>
    <item>kbdkeys</item>
    <item>csrtrk</item>
    <item>csrrtg</item>
    <item>update</item>
    <item>speech</item>
    <item>async</item>
    <item>server</item>
    <item>serial</item>
    <item>usb</item>
    <item>bluetooth</item>
    <item>brldrv</item>
    <item>spkdrv</item>
    <item>scrdrv</item>
  </string-array>
</resources>