diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-19 03:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 03:52:38 +0200 |
commit | 09a94b575e90dc7f6e179a1ec717156e725f915a (patch) | |
tree | f7b3ccd6e4e7fe91ce9e86c649345ee0c83bfbfa /config/locales | |
parent | d43944143af079017c494f046aa171b797f5e680 (diff) |
Admin interface for listing, adding and removing custom emojis (#5002)
* Admin interface for listing, adding and removing custom emojis * Only display local ones in the list
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0f6bac9e1..9013f0ac9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -108,6 +108,18 @@ en: unsubscribe: Unsubscribe username: Username web: Web + custom_emojis: + created_msg: Emoji successfully created! + delete: Delete + destroyed_msg: Emojo successfully destroyed! + emoji: Emoji + image_hint: PNG up to 50KB + new: + title: Add new custom emoji + shortcode: Shortcode + shortcode_hint: At least 2 characters, only alphanumeric characters and underscores + title: Custom emojis + upload: Upload domain_blocks: add_new: Add new created_msg: Domain block is now being processed |