Behave better on rooms with no avatar / name

Also add translation strings
This commit is contained in:
David Baker 2017-06-29 17:17:43 +01:00
parent f99c540b3d
commit d6ecec1987
2 changed files with 33 additions and 11 deletions

View file

@ -927,5 +927,14 @@
"This Home server does not support groups": "This Home server does not support groups",
"Loading device info...": "Loading device info...",
"Groups": "Groups",
"Create a new group": "Create a new group"
"Create a new group": "Create a new group",
"Create Group": "Create Group",
"Group Name": "Group Name",
"Example": "Example",
"Create": "Create",
"Group ID": "Group ID",
"+example:%(domain)s": "+example:%(domain)s",
"Group IDs must be of the form +localpart:%(domain)s": "Group IDs must be of the form +localpart:%(domain)s",
"It is currently only possible to create groups on your own home server: use a group ID ending with %(domain)s": "It is currently only possible to create groups on your own home server: use a group ID ending with %(domain)s",
"Room creation failed": "Room creation failed"
}