strings.xml 1.87 KB
<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/chinese</item>
        <item>@string/math</item>
        <item>@string/english</item>
        <item>@string/physics</item>
        <item>@string/chemistry</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>