|
52 | 52 | <string name="hint_person">Person</string> |
53 | 53 | <string name="hint_subject">Topic</string> |
54 | 54 | <string name="hint_stream">Stream</string> |
55 | | - <string name="message_sent">Message sent!</string> |
56 | | - <string name="message_error">Error sending message</string> |
57 | | - <string name="stream_error">Please specify stream.</string> |
58 | | - <string name="stream_not_exists">Stream does not exist.</string> |
59 | | - <string name="subject_error">Please specify topic.</string> |
60 | | - <string name="person_error">Please specify recipient.</string> |
61 | | - <string name="no_message_error">No message written.</string> |
62 | 55 | <string name="local_server">Dev backend testing server</string> |
63 | 56 | <string name="zulip_dev_login">Zulip Dev login</string> |
64 | 57 | <string name="admin_none">Administrators (None)</string> |
|
72 | 65 | <string name="enter_server">Please enter your server URL</string> |
73 | 66 | <string name="auth_login">Your server allows these Authentication Options:</string> |
74 | 67 | <string name="another_server">Another server</string> |
| 68 | + <string name="message_sent">Message Sent!</string> |
| 69 | + <string name="message_error">Error sending Message</string> |
| 70 | + <string name="stream_error">No Stream specified.</string> |
| 71 | + <string name="stream_not_exists">Stream Does not Exists.</string> |
| 72 | + <string name="subject_error">No Subject specified.</string> |
| 73 | + <string name="person_error">No Person specified.</string> |
| 74 | + <string name="no_message_error">No Message Written.</string> |
| 75 | + <string name="realm_title">Realms</string> |
75 | 76 | </resources> |
0 commit comments