This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 99 app : actionViewClass =" android.support.v7.widget.SearchView"
1010 app : showAsAction =" ifRoom" />
1111
12+ <item
13+ android : id =" @+id/menu_realm"
14+ android : title =" @string/realm_title" />
1215 <item
1316 android : id =" @+id/refresh"
1417 android : title =" @string/refresh" />
Original file line number Diff line number Diff line change 4040 <string name =" hint_person" >Person</string >
4141 <string name =" hint_subject" >Topic</string >
4242 <string name =" hint_stream" >Stream</string >
43- <string name =" message_sent" >Message sent!</string >
44- <string name =" message_error" >Error sending message</string >
45- <string name =" stream_error" >Please specify stream.</string >
46- <string name =" stream_not_exists" >Stream does not exist.</string >
47- <string name =" subject_error" >Please specify topic.</string >
48- <string name =" person_error" >Please specify recipient.</string >
49- <string name =" no_message_error" >No message written.</string >
5043 <string name =" local_server" >Dev backend testing server</string >
5144 <string name =" zulip_dev_login" >Zulip Dev login</string >
5245 <string name =" admin_none" >Administrators (None)</string >
7366 <string name =" reply_sender" >Reply to Sender</string >
7467 <string name =" narrow_stream" >Narrow to this stream</string >
7568 <string name =" narrow_topic" >Narrow to this topic</string >
69+ <string name =" message_sent" >Message sent!</string >
70+ <string name =" message_error" >Error sending message</string >
71+ <string name =" stream_error" >No stream specified.</string >
72+ <string name =" stream_not_exists" >Stream does not exists.</string >
73+ <string name =" subject_error" >No subject specified.</string >
74+ <string name =" person_error" >No person specified.</string >
75+ <string name =" no_message_error" >No message written.</string >
76+ <string name =" realm_title" >Realms</string >
7677</resources >
You can’t perform that action at this time.
0 commit comments