- add these keys to strings.xml file if you want to change the default Engage Digital Messaging translation
Title of the toolbar that appears in the chat view and attachment view (ChatActivity only).
This will be used as <string name="dimelo_toolbar_title">Mobile Support</string>
.
Content description of the share button.
This will be used as <string name="rc_share">message</string>
.
Content description of the chat send button.
This will be used as <string name="rc_send_message_image">message</string>
.
Content description of the photo button.
This will be used as <string name="rc_select_from_camera_img">message</string>
.
Content description of the location button.
This will be used as <string name="rc_select_from_map_img">message</string>
.
Content description of the gallery button.
This will be used as <string name="rc_select_from_album_img">message</string>
.
Content description of the round gallery button.
This will be used as <string name="rc_row_gallery_img">message</string>
.
Content description of the attachment button.
This will be used as <string name="rc_select_attachment_img">message</string>
.
Content description of the reload button.
This will be used as <string name="rc_reload_img">message</string>
.
Title of the notification direct reply button.
This will be used as <string name="rc_notification_reply_title">message</string>
.
Content description of the user/agent image view.
This will be used as <string name="rc_attachment_img">message</string>
.
Placeholder of the notification direct reply input text.
This will be used as <string name="rc_notification_reply_response">message</string>
.
Attachment size label, in megabytes (Mo in French, MB otherwise).
This will be used as <string name="rc_attachment_size_label_megabyte_unit">message</string>
.
Attachment size label, in kilobytes (Ko in French, KB otherwise).
This will be used as <string name="rc_attachment_size_label_kilobyte_unit">message</string>
.
Content description of the loading progress bar.
This will be used as <string name="rc_loading">message</string>
.
Title of the permission alert.
This will be used as <string name="rc_permission_explanation_title">message</string>
.
Description of the location alert permission.
This will be used as <string name="rc_permission_location_explanation">message</string>
.
Description of the camera alert permission.
This will be used as <string name="rc_permission_camera_explanation">message</string>
.
Description of the library alert permission.
This will be used as <string name="rc_permission_library_explanation">message</string>
.
Text of the positive alert permission button.
This will be used as <string name="rc_settings">Settings</string>
.
Hint of the input text.
This will be used as <string name="rc_hint_input_text">Send a message...</string>
.
Text of the date text view.
This will be used as <string name="rc_today">Today</string>
.
Text of the retry button (retry alert dialog).
This will be used as <string name="rc_retry_button_title">Resend</string>
.
Title of the threads list window.
This will be used as <string name="rc_threads_title">Chats</string>
.
Prefix added to user message preview in the threads list.
This will be used as <string name="rc_you">You:</string>
.
"Waiting For Agent" title in the thread list when no agent has responded yet.
This will be used as <string name="rc_waiting_for_agent">Waiting for agent</string>
.
"Back button" title to return to the threads list when the sdk is embedded as a fragment.
This will be used as <string name="rc_waiting_for_agent">Back to all chats</string>
.
Content of the message that is displayed when the thread is closed.
This will be used as <string name="rc_closed_thread_message">The conversation has ended</string>
.
Text displayed in the status message when a video call is requested.
This will be used as <string name="rc_video_call_requested_status_message">You will be connected to a video call shortly</string>
.
"Delete for everyone" button title.
This will be used as <string name="rc_delete_message_button_title">Delete for everyone</string>
.
Message deletion confirmation dialog title.
This will be used as <string name="rc_delete_message_confirmation_dialog_title">Delete message for everyone</string>
.
Message deletion confirmation dialog description.
This will be used as <string name="rc_delete_message_confirmation_dialog_description">Are you sure you would like to delete this message for everyone?</string>
.
Message deletion confirmation dialog delete button title.
This will be used as <string name="rc_delete_message_confirmation_dialog_delete_button_title">DELETE</string>
.
Message deletion confirmation dialog cancel button title.
This will be used as <string name="rc_delete_message_confirmation_dialog_cancel_button_title">CANCEL</string>
.
"Copy" button title.
This will be used as <string name="rc_copy_message_button_title">Copy</string>
.
Text to display to replace a deleted message's body.
This will be used as <string name="rc_deleted_message_replacement_text">You deleted this message for everyone.</string>
.
"Thumbs up" button title.
This will be used as <string name="rc_thumbs_up_button_title">Like</string>
.
"Thumbs down" button title.
This will be used as <string name="rc_thumbs_down_button_title">Dislike</string>
.