|
51 | 51 | <string name="hint_person">Person</string>
|
52 | 52 | <string name="hint_subject">Topic</string>
|
53 | 53 | <string name="hint_stream">Stream</string>
|
54 |
| - <string name="message_sent">Message sent!</string> |
55 |
| - <string name="message_error">Error sending message</string> |
56 |
| - <string name="stream_error">Please specify stream.</string> |
57 |
| - <string name="stream_not_exists">Stream does not exist.</string> |
58 |
| - <string name="subject_error">Please specify topic.</string> |
59 |
| - <string name="person_error">Please specify recipient.</string> |
60 |
| - <string name="no_message_error">No message written.</string> |
61 | 54 | <string name="local_server">Dev backend testing server</string>
|
62 | 55 | <string name="zulip_dev_login">Zulip Dev login</string>
|
63 | 56 | <string name="admin_none">Administrators (None)</string>
|
|
79 | 72 | <string name="use_https">Use HTTPS</string>
|
80 | 73 | <string name="use_http">Use HTTP</string>
|
81 | 74 | <string name="empty_list">Sorry, no messages here.</string>
|
| 75 | + <string name="message_sent">Message sent!</string> |
| 76 | + <string name="message_error">Error sending message</string> |
| 77 | + <string name="stream_error">No stream specified.</string> |
| 78 | + <string name="stream_not_exists">Stream does not exists.</string> |
| 79 | + <string name="subject_error">No subject specified.</string> |
| 80 | + <string name="person_error">No person specified.</string> |
| 81 | + <string name="no_message_error">No message written.</string> |
| 82 | + <string name="realm_title">Realms</string> |
82 | 83 | </resources>
|
0 commit comments