{
    "alert": {
        "mail": {
            "corporate_signature_inserted": {
                "info": "A signature set by your organization replaces your personal signature."
            },
            "corporate_signature_removed": {
                "info": "The signature set by your organization has been withdrawn."
            },
            "create_folder": {
                "loading": "Folder \"{name}\" is being created...",
                "success": "Folder {name} created!",
                "error": "Failed to create folder \"{name}\" !"
            },
            "draft_exceeds_max_message_size": {
                "reason": "Your message can't be saved because it exceeds {size}.",
                "advice": "Try reducing message content or removing attachments."
            },
            "empty_folder": {
                "loading": "Folder \"{name}\" is being emptied...",
                "success": "Folder \"{name}\" has been emptied.",
                "error": "Failed to empty folder \"{name}\"."
            },
            "event_not_found": {
                "warning": "Unable to access this event's information. It may have been deleted, or you do not have permissions to the calendar in which it is located."
            },
            "mark_conversations_as_flagged": {
                "loading": "Conversation is being flagged...|Conversations are being flagged...",
                "success": "Successfully flagged conversation.|Successfully flagged {count} conversations.",
                "error": "Failed to flag conversation.|Failed to flag conversations."
            },
            "mark_conversations_as_unflagged": {
                "loading": "Removing flag from conversation...|Removing flag from conversations...",
                "success": "Successfully removed flag from conversation.|Successfully removed flag from conversations.",
                "error": "Failed to remove flag from conversation.|Failed to remove flag from conversations."
            },
            "mark_conversations_as_read": {
                "loading": "Conversation is being marked as read.|Conversations are being marked as read.",
                "success": "Successfully marked conversation as read.|Successfully marked conversations as read.",
                "error": "Failed to mark conversation as read.|Failed to mark conversations as read."
            },
            "mark_conversations_as_unread": {
                "loading": "Conversation is being marked as unread.|Conversations are being marked as unread.",
                "success": "Successfully marked conversation as unread.|Successfully marked conversations as unread.",
                "error": "Failed to mark conversation as unread.|Failed to mark conversations as unread."
            },
            "mark_folder_as_read": {
                "loading": "Folder {name} is beeing been marked as read...",
                "success": "Folder {name} has been marked as read!",
                "error": "Failed to mark folder {name} as read!"
            },
            "mark_messages_as_flagged": {
                "loading": "{count} messages are being flagged...",
                "success": "Successfully flagged {count} messages.",
                "error": "Failed to flag selected messages."
            },
            "unexpunge": {
                "loading": {
                    "single": "\"{subject}\" is being recovered from the {trash}...",
                    "plural": "{count} messages are being recovered..."
                },
                "success": {
                    "single": "\"{subject}\" has been recovered from the {trash}.",
                    "plural": "{count} messages were retrieved from the {trash}."
                },
                "error": {
                    "single": "\"{subject}\" could not be recovered.",
                    "plural": "{count} messages could not be recovered."
                }
            },
            "mark_messages_as_read": {
                "loading": "Marking selected {count} as read...",
                "success": "Successfully marked {count} messages as read.",
                "error": "Failed to mark selected messages as read."
            },
            "mark_messages_as_unflagged": {
                "loading": "Removing flag from {count} messages...",
                "success": "Successfully removed flag from {count} messages.",
                "error": "Failed to remove flag from selected messages."
            },
            "mark_messages_as_unread": {
                "loading": "Marking {count} messages as unread...",
                "success": "Successfully marked {count} messages as unread.",
                "error": "Failed to mark selected messages as unread."
            },
            "max_recipients_exceeded": {
                "error": "The maximum number of {max} recipients is exceeded."
            },
            "move_conversations": {
                "loading": {
                    "single": "Conversation \"{subject}\" is being moved to {folder}...",
                    "plural": "{count} conversations are being moved to {folder}..."
                },
                "success": {
                    "single": "Successfully moved \"{subject}\" to {folder}.",
                    "plural": "Successfully moved {count} conversations to {folder}."
                },
                "error": {
                    "single": "Failed to move conversation \"{subject}\" to {folder}.",
                    "plural": "Failed to move selected conversations to {folder}."
                }
            },
            "move_messages": {
                "loading": {
                    "single": "\"{subject}\" is being moved to {folder}...",
                    "plural": "Moving {count} messages to {folder}..."
                },
                "success": {
                    "single": "\"{subject}\" has been successfully moved to {folder}.",
                    "plural": "{count} messages have been successfully moved to {folder}."
                },
                "error": {
                    "single": "Failed to move \"{subject}\" to {folder}.",
                    "plural": "Failed to move selected messages to {folder}."
                }
            },
            "move_folder": {
                "loading": "\"{folder}\" is being moved to {destination}...",
                "success": "\"{folder}\" has been successfully moved to {destination}.",
                "error": "Failed to move \"{folder}\" to {destination}.",
                "to_mailbox_root": "the root of {mailbox}"
            },
            "private_event_not_sent_to_delegates": {
                "warning": "Delegates did not receive this private invitation."
            },
            "almost_used_quota": {
                "warning": "Your storage space will soon be full. Please free up some space as soon as possible.",
                "error": "Your storage space is almost full. Free up some space so you can continue to use your messaging service without functional limitations."
            },
            "used_quota": {
                "error": "Your storage space is full. You may no longer be able to send or receive messages, or save drafts."
            },
            "read_only_folder": {
                "info": "Read-only message. Some actions (like Move or Remove) may not be available."
            },
            "rename_folder": {
                "loading": "Folder is being renamed into {name}...",
                "success": "Folder renamed to {name}!",
                "error": "Failed to renaming folder to \"{name}\"."
            },
            "remove_conversations": {
                "loading": "Conversation \"{subject}\" is being removed permanently...|{count} conversations are being removed permanently...",
                "success": "Conversation \"{subject}\" has been removed permanently.|{count} conversations have been successfully removed permanently..",
                "error": "Failed to remove conversation \"{subject}\".| Failed to remove selected conversations."
            },
            "remove_folder": {
                "loading": "Folder \"{name}\" is being removed...",
                "success": "Folder {name} removed!",
                "error": "Failed to remove folder \"{name}\"!"
            },
            "remove_messages": {
                "loading": "\"{subject}\" is being removed permanently...|{count} messages are being removed permanently...",
                "success": "\"{subject}\" has been removed permanently.|{count} messages have been successfully removed permanently..",
                "error": "Failed to remove \"{subject}\".| Failed to remove selected messages."
            },
            "save_as_template": {
                "loading": "Saving \"{subject}\" as a template in progress...",
                "success": "\"{subject}\" successfully saved as template!",
                "error": "\"{subject}\" has not been saved as a template: {reason}"
            },
            "save_as_draft": {
                "loading": "Saving \"{subject}\" as a draft in progress...",
                "success": "\"{subject}\" successfully saved as draft!",
                "error": "\"{subject}\" has not been saved as a draft: {reason}"
            },
            "send_message": {
                "loading": "Sending \"{subject}\" in progress...",
                "error": "\"{subject}\" has not been sent: {reason}",
                "success": "\"{subject}\" successfully sent!"
            },
            "video_conference": {
                "info": "Join the videoconference."
            },
            "attach_eml": {
                "fetch": {
                    "error": "Failed to retrieve message in EML format. Unable to attach it."
                }
            },
            "disposition_notification": {
                "info": {
                    "action": "Send the reading confirmation?",
                    "pref": "Change my preferences"
                }
            },
            "forward_eml": {
                "fetch": {
                    "error": "Failed to retrieve message in EML format. Unable to forward it."
                }
            },
            "forwarded_event": {
                "info": "This invitation sent by {sender} is for an event organized by {organizer}."
            },
            "notify_organizer": {
                "info": "{organizer} will be notified when new participants are added."
            },
            "mdn_sent": {
                "success": "Reading confirmation sent to {recipient}",
                "error": "Failed to send the reading confirmation"
            },
            "message": {
                "draft": {
                    "attach": {
                        "error": "Attachment error. Try again."
                    }
                }
            }
        }
    },
    "mail": {
        "actions": {
            "add_contact": {
                "tooltip": "Add the contact to your address book"
            },
            "attach": {
                "too_large": "File too large | Files too large"
            },
            "choose_folder": {
                "modal": {
                    "combo": {
                        "label": "Destination folder"
                    }
                }
            },
            "create": {
                "folder": "Create a new folder"
            },
            "download_eml": "Download EML file",
            "edit": "Edit",
            "edit_as_new": "Edit as new",
            "edit_from_template": "Use template",
            "extend": "Extend",
            "folder": {
                "invalid": {
                    "empty": "Folder name cannot be empty",
                    "already_exist": "This folder name is already used",
                    "too_long": "Folder name is too long"
                },
                "subfolder": {
                    "forbidden": "Forbidden subfolders"
                }
            },
            "forward_eml": "Forward as attachment",
            "mark_read": {
                "aria": "Mark \"{subject}\" as read | Mark selected messages as read"
            },
            "mark_conversations_read": {
                "aria": "Mark \"{subject}\" as read | Mark selected conversations as read"
            },
            "mark_unread": {
                "aria": "Mark \"{subject}\" as unread | Mark selected messages as unread"
            },
            "mark_conversations_unread": {
                "aria": "Mark \"{subject}\" as unread | Mark selected conversations as unread"
            },
            "mark_flagged": {
                "aria": "{subject} not flagged, click to flag | Flag selected messages"
            },
            "mark_conversations_flagged": {
                "aria": "{subject} not flagged, click to flag | Flag selected conversations"
            },
            "mark_unflagged": {
                "aria": "{subject} flagged, click to remove flag | Remove flag from selected messages"
            },
            "unexpunge": {
                "aria": "Recover the \"{subject}\" message | Recover {count} messages"
            },
            "mark_conversations_unflagged": {
                "aria": "{subject} flagged, click to remove flag | Remove flag from selected conversations"
            },
            "move_folder": {
                "aria": "Move folder {name}",
                "excluded_folder": {
                    "descendant": "Unable to move to its subfolders",
                    "parent": "Unable to move to parent",
                    "same": "Unable to move to itself"
                },
                "item": "Move folder to {name}",
                "title": "Move folder {name}"
            },
            "move_message": {
                "excluded_folder": {
                    "root": "Unable to move to root folder",
                    "same": "Unable to move to the same folder"
                }
            },
            "move": "Move",
            "other": "Other actions",
            "purge": "Remove permanently",
            "remove": "Remove",
            "save": {
                "aria": "Save message being written"
            },
            "send": "Send",
            "send_message": {
                "tooltip": "Send a message to '{address}'"
            },
            "show_sender": "Display \"From\" field",
            "show_source": "Show source code",
            "spam": "Spam",
            "textformat": {
                "hide": {
                    "aria": "Hide the text formatting toolbar"
                },
                "show": {
                    "aria": "Show the text formatting toolbar"
                }
            },
            "move_folder_to_trash": {
                "modal": {
                    "title": "Remove folder",
                    "content": {
                        "with_subfolder": "Remove folder \"{name}\"? The folder and all of its subfolders will be moved to the Trash folder.",
                        "without_subfolder": "Remove folder \"{name}\"? The folder will be moved to the Trash folder?"
                    }
                }
            },
            "remove_folder": {
                "modal": {
                    "title": "Remove folder permanently",
                    "content": {
                        "with_subfolder": "Remove folder \"{name}\" and its subfolders permanently?",
                        "without_subfolder": "Remove folder \"{name}\" permanently?"
                    }
                }
            },
            "modify_template": "Modify template",
            "save_draft": "Save as draft",
            "save_template": "Save as template",
            "end_template_edition": {
                "label": "Quit",
                "aria": "Quit editing this template"
            },
            "empty_folder": {
                "label": "Empty folder",
                "modal": {
                    "title": "Empty this folder",
                    "content": "Permanently delete all messages in folder \"{name}\"?"
                }
            },
            "empty_trash": {
                "label": "Empty trash",
                "modal": {
                    "title": "Empty trash",
                    "content": {
                        "with_subfolder": "Permanently delete all messages and subfolders in Trash?",
                        "without_subfolder": "Permanently delete all messages in Trash?"
                    }
                }
            },
            "new_template": "New template",
            "new_template_full": "Create a new template",
            "print": {
                "title": "Print the last message of the conversation \"{subject}\""
            },
            "recover": "Recover messages"
        },
        "application": {
            "title": "Mail",
            "region": {
                "folderlist": "Folder list",
                "mailtools": "Message tools",
                "messagecontent": "Message Content",
                "message": "Message",
                "messagelist": "Message list",
                "conversation": "Message thread"
            }
        },
        "attachment": {
            "untitled": "Untitled - ({mimeType})"
        },
        "compose": {
            "forward": {
                "prev": {
                    "message": {
                        "info": {
                            "title": "---- Original Message ----",
                            "date": "Date",
                            "from": "From",
                            "subject": "Subject"
                        }
                    }
                }
            },
            "reply": {
                "body": "On {date}, {name} wrote:"
            },
            "save": {
                "draft": {
                    "date_time": "Draft saved at {time}",
                    "date": "Draft saved on {date}",
                    "error": "Error while saving draft",
                    "inprogress": "Saving..."
                },
                "error_reason": "You may be disconnected",
                "template": {
                    "date_time": "Template saved at {time}",
                    "date": "Template saved on {date}",
                    "error": "Error while saving template",
                    "inprogress": "Saving..."
                }
            },
            "confirm_delete": {
                "draft": {
                    "title": "Delete draft",
                    "content": "Are you sure to permanently delete this draft?"
                },
                "template": {
                    "title": "Delete template",
                    "content": "Are you sure to delete this template?"
                }
            },
            "template_chooser": {
                "title": "Apply template on this message",
                "search": "Search template",
                "confirm_overwrite": {
                    "title": "Overwrite draft content",
                    "message": "Your draft will be lost. The recipients, subject and attachments will be preserved.",
                    "action": "Replace"
                }
            },
            "toolbar": {
                "delivery_status": "Request a delivery receipt",
                "disposition_notification": "Request a read confirmation",
                "insert_signature": "Insert my signature",
                "use_template": "Use a template"
            },
            "corporate_signature": {
                "read_only": "This content is set by your organization and can't be edited",
                "use_placeholder": "This content is set by your organization. It can't be edited but you can position it anywhere you like."
            }
        },
        "content": {
            "alert": {
                "images": {
                    "blocked": "Remote content has been blocked to protect your privacy.",
                    "show": "Show content",
                    "trust": {
                        "sender": "Always trust content from {sender}"
                    }
                },
                "readonly": "Read-only message. Some actions (like Move or Remove) may not be available."
            },
            "blindcopy": "blind copy",
            "body": "Message content",
            "copy": "copy",
            "download": "Download {fileType} '{name}'.",
            "file-type": "File type: {fileType}.",
            "file-type-audio": "Audio",
            "file-type-code": "Code",
            "file-type-compressed": "Archive",
            "file-type-data": "Binary",
            "file-type-excel": "Spreadsheet",
            "file-type-ics": "Calendar",
            "file-type-image": "Image",
            "file-type-message": "Message",
            "file-type-pdf": "PDF",
            "file-type-presentation": "Presentation",
            "file-type-system": "System",
            "file-type-unknown": "Unknown",
            "file-type-video": "Video",
            "file-type-word": "Document",
            "file-type-certificate": "Certificate",
            "open-new-tab": "Open '{name}' in a new tab",
            "print": "Print {fileType} '{name}'.",
            "forward": {
                "message": "Forward message"
            },
            "reply_all": {
                "aria": "Reply all"
            },
            "reply": {
                "aria": "Reply"
            },
            "sender_suffix": "(sent by {name})",
            "to": "to"
        },
        "conversation": {
            "icon": {
                "title": "Conversation of {count} messages"
            },
            "show": {
                "middle": {
                    "messages": "Show {count} messages"
                }
            }
        },
        "conversations": {
            "selected": "{count} conversations selected"
        },
        "draft": {
            "not": {
                "sent": "This message has not been sent"
            }
        },
        "empty": "is empty.",
        "error": {
            "email": {
                "address": {
                    "invalid": "Invalid email address."
                }
            }
        },
        "folder": "Folder",
        "folders": {
            "groups": "Group folders",
            "virtuals": "You do not have access to this folder, yet you have access to one or more of its subfolders."
        },
        "ics": "This message contains an invitation{for}",
        "list": {
            "filter": {
                "all": "All",
                "aria": "Message filters",
                "flagged": "Flagged",
                "remove": "Remove current filter",
                "tooltip": "Message filtering option",
                "unread": "Unread"
            },
            "flagged": {
                "aria": "Flagged",
                "none": "No flagged messages."
            },
            "forwarded": {
                "aria": "Forwarded"
            },
            "menu": {
                "filter": "Filter",
                "sort": "Sort"
            },
            "range": {
                "future": "Future",
                "last_month": "Last month",
                "last_week": "Last week",
                "older": "Older",
                "past_month": "{date}",
                "past_year": "{date}",
                "size": "< {max}|{min} - {max}|{min} +",
                "this_month": "This month",
                "this_week": "This week",
                "today": "Today",
                "yesterday": "Yesterday"
            },
            "recoverable": {
                "header": "Messages deleted from the trash can be recovered.",
                "empty": "There are no recoverable messages",
                "link": "No recoverable messages |  Recover messages ({count}) | Recover messages ({count})",
                "loading": "Search for recoverable messages"
            },
            "replied": {
                "aria": "Replied"
            },
            "search": {
                "no_result": {
                    "folder": "No message containing {pattern} has been found in {folder}{sub}.",
                    "deep": " and its subfolders"
                }
            },
            "sr_info": "{title}{props}",
            "unread": {
                "none": "No unread messages."
            },
            "sort": {
                "title": "Sort by",
                "fields": {
                    "date": {
                        "label": "Date",
                        "asc": "Date (oldest)",
                        "desc": "Date (most recent)"
                    },
                    "sender": {
                        "label": "From",
                        "asc": "From (A - Z)",
                        "desc": "From (Z - A)"
                    },
                    "subject": {
                        "label": "Subject",
                        "asc": "Subject (A - Z)",
                        "desc": "Subject (Z - A)"
                    },
                    "size": {
                        "label": "Size",
                        "asc": "Size (smallest)",
                        "desc": "Size (largest)"
                    }
                }
            }
        },
        "mailbox": {
            "quota": {
                "used": "{usedQuota} used out of {availableQuota} ({usedQuotaPercentage}%)"
            }
        },
        "main": {
            "new": "New message",
            "new_full": "Write a new message",
            "switch": {
                "webmail": "Try the new webmail"
            }
        },
        "message": {
            "found_none": "No message found",
            "found": "1 message found | {count} messages found",
            "max_size": "Message size is limited to {size}",
            "select": {
                "all": {
                    "folder": "Select all messages from",
                    "search": "Select all messages from search"
                }
            },
            "selected": "{count} messages selected",
            "starter": {
                "display": {
                    "inbox_full": "Free up space",
                    "drafts": "View drafts",
                    "inbox": "Go back to inbox",
                    "outbox": "View messages waiting to be sent",
                    "recoverable": "View recoverable messages",
                    "sent": "View sent messages",
                    "templates": "View templates",
                    "junks": "View spam messages",
                    "trash": "View trash"
                },
                "inbox_full": {
                    "details": "Your storage space is full."
                },
                "draft": {
                    "details": "This folder contains messages you have started composing and have not yet sent."
                },
                "recoverable": {
                    "details": "to recover from trash"
                },
                "elements_counts": "1 item|{count} items",
                "outbox": {
                    "details": "This folder contains the messages that have not yet reached your mail server for technical reasons (connection, server state)."
                },
                "sent": {
                    "details": "This folder contains the messages that have reached your mail server to be sent to their recipients."
                },
                "shared": {
                    "info": "You are in a shared folder."
                },
                "templates": {
                    "details": "to use it for a new message or modify it"
                }
            }
        },
        "messages": {
            "multiple": {
                "drag_shadow": "The selected thread | {count} selected threads"
            }
        },
        "new": {
            "attachments": {
                "drop": {
                    "zone": "Drop your file as attachment | Drop your files as attachments"
                },
                "eml": {
                    "drop": {
                        "zone": "Drop your message as attachment | Drop your messages as attachments"
                    }
                },
                "images": {
                    "drop": {
                        "zone": "Drop your image as attachment | Drop your images as attachments"
                    }
                }
            },
            "images": {
                "drop": {
                    "zone": "Drop your image right into the message | Drop your images right into the message"
                }
            },
            "subject": {
                "aria": "Message subject",
                "placeholder": "Define your message subject"
            },
            "to": {
                "placeholder": "Subject"
            }
        },
        "preview": {
            "message": "Message",
            "previous": "Show previous attachment",
            "open": "Open the preview",
            "next": "Show next attachment",
            "nopreview": "This file is not previewable"
        },
        "recoverable": "Messages to recover",
        "search": {
            "options": {
                "folder": {
                    "current": "This folder",
                    "label": "Search in"
                },
                "modal": {
                    "title": "Search parameters"
                }
            },
            "context": {
                "all": "All folders",
                "current_folder_and_descendants": "{folder} and its subfolders",
                "current_folder": "{folder} only"
            },
            "label": {
                "contains": "Contains",
                "subject": "Subject",
                "filename": "File name",
                "higher": "More than",
                "lower": "Less than"
            },
            "section": {
                "msg_and_attachments": "Message and attachments",
                "contacts": "Contacts"
            }
        },
        "selection": {
            "alert": {
                "readonly": "Some selected messages are read-only. Some actions (like Move or Remove) may not be available."
            }
        },
        "state": {
            "unread": "Unread",
            "flagging": "Flagging"
        },
        "topframe": {
            "dsn": {
                "delivery_date": "Delivered on {dates}",
                "failed": {
                    "notice": "Please contact your administrator for more details.",
                    "summary": "\"{subject}\" could not be delivered to {recipient}."
                },
                "summary": "\"{subject}\" has been delivered to {recipient}."
            },
            "mdn": {
                "notice": "There is no guarantee that the recipient has read the message content.",
                "opened_date": "Opened on {date}",
                "summary": "\"{subject}\" has been opened by {sender}."
            },
            "report": {
                "send_date": "Sent on {date}"
            }
        },
        "toolbar": {
            "more": "Others",
            "move": {
                "tooltip": "Move message"
            }
        },
        "viewer": {
            "no": {
                "name": "(Untitled)",
                "preview": "(No preview available)",
                "subject": "(No subject)"
            },
            "invitation": {
                "accept": "Yes",
                "attendee": "Attendee ({count}) | Attendees ({count})",
                "resource": "Resource ({count}) | Resources ({count})",
                "description": "Description",
                "conference": "Join the videoconference",
                "decline": "No",
                "request": {
                    "delegate": "Accept invitation {for}?",
                    "delegate_for": "for {name}"
                },
                "tentatively": "Maybe",
                "reply": {
                    "event": {
                        "not": "{name} has {status} the invitation."
                    },
                    "occurrence": {
                        "not": "{name} has {status} of the event."
                    },
                    "status": {
                        "event": {
                            "accepted": "accepted",
                            "tentative": "tentatively accepted",
                            "declined": "declined",
                            "needs_action": "not yet answered"
                        },
                        "occurrence": {
                            "accepted": "accepted an occurrence",
                            "tentative": "tentatively accepted an occurrence",
                            "declined": "declined an occurrence",
                            "needs_action": "not yet answered an occurence"
                        }
                    }
                },
                "cancelled": {
                    "event": "{name} has {status}.",
                    "status": {
                        "occurrence": "cancelled an occurrence"
                    },
                    "occurrence": "{name} has {status} of the event."
                },
                "not_found": {
                    "event": "This message refers to an event that {status}.",
                    "status": "does not exist in your calendar",
                    "title": "Unable to access information for this event.",
                    "description": "It may have been deleted, or you do not have access to its calendar."
                },
                "counter": {
                    "added_attendees": {
                        "refuse": "Reject {attendee} | Reject the {count} added attendees | Reject all added attendees"
                    },
                    "rejected_attendees": "Rejected attendee ({count}) | Rejected attendees ({count})",
                    "event": "{name} has {status} the invitation and {counter}.",
                    "occurrence": "{name} has {status} of the event and {counter}.",
                    "status": "has suggested a new time",
                    "accept": "Update the meeting",
                    "decline": "Decline the new time",
                    "declined": {
                        "status": "refused"
                    },
                    "decline_short": "Decline",
                    "answered": "You have already answered this proposal.",
                    "attendees": "Your invitation has been forwarded."
                },
                "private": {
                    "restricted": "{user} has not given you the permission to see his private events"
                },
                "remove_event": "Remove from calendar",
                "confirm_remove_event": "Remove this event from the calendar?",
                "private_event": "The content of this event is private"
            }
        },
        "create_subfolder": {
            "modal": {
                "title": "Create a subfolder of \"{name}\""
            }
        },
        "rename_folder": {
            "modal": {
                "title": "Rename folder \"{name}\""
            }
        },
        "rootFolder": "Root folder",
        "shortcuts": {
            "print": "Ctrl + P",
            "purge": "Shift + Delete"
        },
        "save": {
            "date": {
                "time": "saved at {time}"
            }
        }
    },
    "template": {
        "eml": {
            "mdn": {
                "html": "This is a read confirmation for your message{quoted}{notice}",
                "subject": "Reading confirmation \"{subject}\""
            }
        }
    },
    "recipient_picker": {
        "addressbook": {
            "empty": "Address book {0} {addressBookName} is empty.",
            "shared": {
                "collected": "Collected by {user}",
                "others": "{user}'s {addressBookName}",
                "personnal": "{user}'s contacts"
            }
        },
        "search_input": {
            "placeholder": "Search within {addressBookName}"
        },
        "search": {
            "no_result": "No contact containing {search} was found.",
            "reset": "Reset search"
        },
        "selected": {
            "count": "{count} contact selected|{count} contacts selected"
        },
        "title": "Add recipients"
    }
}
