strings.xml
2.4 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
40
41
42
43
44
<resources>
<string name="app_name">学点云</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="home_classid_hint">classid</string>
<string name="home_role_hint">userRole</string>
<string name="home_userid_hint">userid</string>
<string name="home_portal_hint">portal</string>
<string name="home_enter_class">Enter the classroom</string>
<string name="home_enter_replay">Enter the recording playback</string>
<string name="home_enter_login">Sign in</string>
<string name="home_enter_password">password</string>
<string name="home_enter_username">username</string>
<string name="home_content_doc">Document</string>
<string name="home_content_chat">Chat</string>
<string name="home_dialog_pushAudio">Push Audio</string>
<string name="home_dialog_pushVideo">Push Video</string>
<string name="home_dialog_selectList">Selective listing</string>
<string name="home_msg_leave_character">Sign out</string>
<string name="home_msg_leave_class_whether">Are you sure you want to end the current class?</string>
<string name="home_msg_exit_class">Have dropped out of the classroom</string>
<string name="home_msg_leave_no">NO</string>
<string name="home_msg_leave_yes">YES</string>
<string name="home_msg_loading">loading</string>
<string name="home_msg_join_class_success">Joining classroom Success</string>
<string name="home_msg_error_net_disconnection">The device network belongs to the off state, please re-enter</string>
<string name="home_msg_verify">Determine</string>
<string name="home_title_back">Back</string>
<string name="home_msg_play_audio_init">Audio playback initialization</string>
<string name="home_msg_play_video_init">Video playback initialization</string>
<string name="imge_load_error">Pictures for failure</string>
<!--登录-->
<string name="main_login_error_classId">Please enter class number</string>
<string name="main_login_error_portal">Please enter portal</string>
<string name="main_login_error_role">Please enter role</string>
<string name="main_login_error_userId">Please enter userId</string>
<string name="rquest_permission_audio">Please open the audio of the set permissions</string>
<string name="request_permission_video">Please open the camera from the set permissions</string>
</resources>