strings.xml
1.87 KB
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
<resources>
<string name="app_name">家长管控</string>
<string name="chinese">语文</string>
<string name="math">数学</string>
<string name="english">英语</string>
<string name="physics">物理</string>
<string name="chemistry">化学</string>
<string name="text_done">已掌握</string>
<string name="text_undo">未掌握</string>
<string name="topic_start">知识点</string>
<string name="loading_text">图片处理中,请稍后。。。</string>
<string name="num_topic">第%1$s题</string>
<string name="topic_type_in">课内</string>
<string name="topic_type_out">课外</string>
<string name="topic_subject"><![CDATA[<font color="#666666">科</font><font color="#FFFFFF">科目</font><font color="#666666">目:</font>%1$s]]> </string>
<string name="topic_grade"><![CDATA[<font color="#666666">年级学期:</font>%1$s]]> </string>
<string name="topic_reason"><![CDATA[<font color="#666666">错误原因:</font>%1$s]]> </string>
<string name="topic_manager"><![CDATA[<font color="#666666">掌握状态:</font>%1$s]]> </string>
<string name="topic_type"><![CDATA[<font color="#666666">来</font><font color="#FFFFFF">科目</font><font color="#666666">源:</font>%1$s]]> </string>
<string-array name="filter_subject">
<item>@string/math</item>
<item>@string/physics</item>
<item>@string/chemistry</item>
<item>@string/english</item>
<item>@string/chinese</item>
</string-array>
<string-array name="error_reason">
<item>审题错误</item>
<item>思路错误</item>
<item>运算错误</item>
<item>概念模糊</item>
<item>粗心大意</item>
<item>其他错误</item>
</string-array>
<string-array name="grade_array">
<item>上学期</item>
<item>下学期</item>
</string-array>
</resources>