; Joomla! Project ; Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 COM_MESSAGES="Messaging" COM_MESSAGES_ADD="New Private Message" COM_MESSAGES_CONFIG_SAVED="Configuration successfully saved." COM_MESSAGES_CONFIGURATION="Messages Configuration" COM_MESSAGES_ERR_INVALID_USER="Invalid user" COM_MESSAGES_ERR_SEND_FAILED="The user has locked their mailbox. Message failed." COM_MESSAGES_ERROR_INVALID_FROM_USER="Invalid sender" COM_MESSAGES_ERROR_INVALID_MESSAGE="Invalid message content" COM_MESSAGES_ERROR_INVALID_SUBJECT="Invalid subject" COM_MESSAGES_ERROR_INVALID_TO_USER="Invalid recipient" COM_MESSAGES_FIELD_AUTO_PURGE_DESC="Automatically purge private messages after the given number of days." COM_MESSAGES_FIELD_AUTO_PURGE_LABEL="Auto-purge Messages (days)" COM_MESSAGES_FIELD_DATE_TIME_LABEL="Posted" COM_MESSAGES_FIELD_LOCK_DESC="Lock your private message inbox." COM_MESSAGES_FIELD_LOCK_LABEL="Lock Inbox" COM_MESSAGES_FIELD_MAIL_ON_NEW_DESC="Email me when a new private message arrives." COM_MESSAGES_FIELD_MAIL_ON_NEW_LABEL="Email New Messages" COM_MESSAGES_FIELD_MESSAGE_DESC="You must enter a message." COM_MESSAGES_FIELD_MESSAGE_LABEL="Message" COM_MESSAGES_FIELD_SUBJECT_DESC="You must enter a subject." COM_MESSAGES_FIELD_SUBJECT_LABEL="Subject" COM_MESSAGES_FIELD_USER_ID_FROM_LABEL="From" COM_MESSAGES_FIELD_USER_ID_TO_DESC="You must select a recipient." COM_MESSAGES_FIELD_USER_ID_TO_LABEL="Recipient" COM_MESSAGES_HEADING_FROM="From" COM_MESSAGES_HEADING_READ="Read" COM_MESSAGES_HEADING_SUBJECT="Subject" COM_MESSAGES_INVALID_REPLY_ID="Invalid recipient" COM_MESSAGES_MANAGER_MESSAGES="Private Messages Manager: Messages" COM_MESSAGES_MARK_AS_READ="Mark As Read" COM_MESSAGES_MARK_AS_UNREAD="Mark as Unread" COM_MESSAGES_MY_SETTINGS="My Settings" COM_MESSAGES_N_ITEMS_DELETED="%d messages successfully deleted." COM_MESSAGES_N_ITEMS_DELETED_1="Message successfully deleted." COM_MESSAGES_N_ITEMS_PUBLISHED="%d messages successfully marked as read." COM_MESSAGES_N_ITEMS_PUBLISHED_1="Message successfully marked as read." COM_MESSAGES_N_ITEMS_TRASHED="%d messages successfully trashed." COM_MESSAGES_N_ITEMS_TRASHED_1="Message successfully trashed." COM_MESSAGES_N_ITEMS_UNPUBLISHED="%d messages successfully marked as unread." COM_MESSAGES_N_ITEMS_UNPUBLISHED_1="Message successfully marked as unread." COM_MESSAGES_NEW_MESSAGE_ARRIVED="A new private message has arrived from %s" COM_MESSAGES_NO_ITEM_SELECTED="No messages selected." COM_MESSAGES_OPTION_READ="Read" COM_MESSAGES_OPTION_UNREAD="Unread" COM_MESSAGES_PLEASE_LOGIN="Please log in to %s to read your message." COM_MESSAGES_RE="Re:" COM_MESSAGES_READ="Messages" COM_MESSAGES_READ_PRIVATE_MESSAGE="Read Private Message" COM_MESSAGES_SEARCH_IN_SUBJECT="Search in message subject or description." COM_MESSAGES_TOOLBAR_MARK_AS_READ="Mark As Read" COM_MESSAGES_TOOLBAR_MARK_AS_UNREAD="Mark as Unread" COM_MESSAGES_TOOLBAR_MY_SETTINGS="My Settings" COM_MESSAGES_TOOLBAR_REPLY="Reply" COM_MESSAGES_TOOLBAR_SEND="Send" COM_MESSAGES_VIEW_PRIVATE_MESSAGE="Private Messages Manager: View Message" COM_MESSAGES_WRITE_PRIVATE_MESSAGE="Private Messages Manager: Write Private Message" COM_MESSAGES_XML_DESCRIPTION="Component for private messaging support in Backend." JLIB_APPLICATION_SAVE_SUCCESS="Message successfully sent." JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings."