Move notification actions to UnifiedEmail

Change-Id: Ib4507c880334b2b7c3b8549d7f30a7260e09b4a1
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b578163..73a1d31 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -749,4 +749,40 @@
     <string name="auto_fit_messages_dialog_title">Auto-fit messages?</string>
     <!-- Dialog message for the Auto-fit messages dialog. -->
     <string name="auto_fit_messages_dialog_message">Shrink wide messages to fit your screen and allow zooming in. To turn off this option, go to Settings > General\u00A0settings.</string>
+
+    <!-- Notification action for replying to a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_reply">Reply</string>
+    <!-- Notification action for replying-all to a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_reply_all">Reply all</string>
+    <!-- Notification action for forwarding a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_forward">Forward</string>
+    <!-- Notification action for archiving a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_archive">Archive</string>
+    <!-- Notification action for removing a label from a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_remove_label">Remove label</string>
+    <!-- Notification action for deleting a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_delete">Delete</string>
+    <!-- Notification action for marking a message as read. [CHAR LIMIT=20] -->
+    <string name="notification_action_mark_read">Mark read</string>
+    <!-- Notification action for marking a message as unread. [CHAR LIMIT=20] -->
+    <string name="notification_action_mark_unread">Mark unread</string>
+    <!-- Notification action for adding a star to a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_add_star">Add star</string>
+    <!-- Notification action for removing a star from a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_remove_star">Remove star</string>
+    <!-- Notification action for marking a message as important. [CHAR LIMIT=20] -->
+    <string name="notification_action_mark_important">Mark important</string>
+    <!-- Notification action for marking a message as not important. [CHAR LIMIT=30] -->
+    <string name="notification_action_mark_not_important">Mark not important</string>
+    <!-- Notification action for muting a message. [CHAR LIMIT=20] -->
+    <string name="notification_action_mute">Mute</string>
+
+    <!-- Notification undo text after archiving a message. [CHAR LIMIT=30] -->
+    <string name="notification_action_undo_archive">Archived</string>
+    <!-- Notification undo text after removing a label from a message. [CHAR LIMIT=30] -->
+    <string name="notification_action_undo_remove_label">Label Removed</string>
+    <!-- Notification undo text after deleting a message. [CHAR LIMIT=30] -->
+    <string name="notification_action_undo_delete">Deleted</string>
+    <!-- Notification undo text after muting a message. [CHAR LIMIT=30] -->
+    <string name="notification_action_undo_mute">Muted</string>
 </resources>