diff options
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 0e8a11d..964dc7a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -20,6 +20,14 @@ #define STR_NOTIFICATION_TITLE "Notification Center" #define STR_NONOTIFICATION "No Notification" #define STR_CLEAR_ALL "Clear All" +#define STR_CATEGORY_TODAY "Today" +#define STR_CATEGORY_ONGOING "On going" +#define STR_CATEGORY_TV "TV" +#define STR_CATEGORY_COMMUNICATION "Communication" +#define STR_CATEGORY_EVENT "Event" +#define STR_CATEGORY_THINGS "Things" +#define STR_CATEGORY_INFORMATION "Information & Notification" +#define STR_CATEGORY_FILE "File" #define STR_SQUARE_TITLE STR_NOTIFICATION_TITLE #define STR_NOTIFICATION_LIST_TITLE "Recent Notification" |