From a86a596f34fdb6aa33feb9f9fdce31d1957d8ed2 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 12 Apr 2018 20:18:25 -0400 Subject: [PATCH] Add translations for section headers in media gallery --- _locales/en/messages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index fdbcc5d3a..168fad906 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -322,6 +322,34 @@ "incomingError": { "message": "Error handling incoming message." }, + "media": { + "message": "Media", + "description": "Header of the default pane in the media gallery, showing images and videos" + }, + "documents": { + "message": "Documents", + "description": "Header of the secondary pane in the media gallery, showing every non-media attachment" + }, + "messageCaption": { + "message": "Message caption", + "description": "Prefix of attachment alt tags in the media gallery" + }, + "today": { + "message": "Today", + "description": "Section header in the media gallery" + }, + "yesterday": { + "message": "Yesterday", + "description": "Section header in the media gallery" + }, + "thisWeek": { + "message": "This Week", + "description": "Section header in the media gallery" + }, + "thisMonth": { + "message": "This Month", + "description": "Section header in the media gallery" + }, "unsupportedAttachment": { "message": "Unsupported attachment type. Click to save.", "description": "Displayed for incoming unsupported attachment"