-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Notification Administration Label - MEED-2445 - Meeds-io/MI…
…Ps#79 (#234) Prior to this change, the notification label is displayed the same way in administration and user settings. This change will add a dedicated label when in administration scope.
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
NotificationAdmin.TaskAssignPlugin=A task is assigned to a user | ||
NotificationAdmin.TaskCoworkerPlugin=A user is assigned as a coworker | ||
NotificationAdmin.TaskDueDatePlugin=Task's due date has been updated | ||
NotificationAdmin.TaskCompletedPlugin=A task is completed | ||
NotificationAdmin.TaskCommentedPlugin=A task has been commented on | ||
NotificationAdmin.TaskMentionedPlugin=A mention is added in a task comment | ||
NotificationAdmin.TaskEditionPlugin=A task property has been edited |
7 changes: 7 additions & 0 deletions
7
webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
NotificationAdmin.TaskAssignPlugin=Une t\u00E2che est affect\u00E9e \u00E0 un utilisateur | ||
NotificationAdmin.TaskCoworkerPlugin=Un utilisateur est design\u00E9 collaborateur sur une t\u00E2che | ||
NotificationAdmin.TaskDueDatePlugin=L'\u00E9ch\u00E9ance d'une t\u00E2che a \u00E9t\u00E9 modifi\u00E9e | ||
NotificationAdmin.TaskCompletedPlugin=Une t\u00E2che est compl\u00E9t\u00E9e | ||
NotificationAdmin.TaskCommentedPlugin=Une t\u00E2che a \u00E9t\u00E9 comment\u00E9e | ||
NotificationAdmin.TaskMentionedPlugin=Une mention est ajout\u00E9e dans un commentaire de t\u00E2che | ||
NotificationAdmin.TaskEditionPlugin=Une propri\u00E9t\u00E9 de t\u00E2che a \u00E9t\u00E9 modifi\u00E9e |