diff --git a/translations.properties b/translations.properties index 1bd5811896..da338d5e40 100644 --- a/translations.properties +++ b/translations.properties @@ -25,3 +25,4 @@ Gamification.properties=wallet-services/src/main/resources/locale/addon/Gamifica Portlets.properties=wallet-services/src/main/resources/locale/portlet/Portlets_en.properties webui_en.properties=wallet-webapps/src/main/resources/locale/navigation/portal/global_en.properties RewardingGroupNavigation.properties=wallet-webapps/src/main/resources/locale/navigation/group/platform/rewarding_en.properties +NotificationAdministration.properties=wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties diff --git a/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties new file mode 100644 index 0000000000..8d462fa947 --- /dev/null +++ b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties @@ -0,0 +1,4 @@ +NotificationAdmin.RewardSuccessNotificationPlugin=Reward payment has been proceed successfully +NotificationAdmin.FundsRequestNotificationPlugin=Funds request has been received +NotificationAdmin.EtherSenderNotificationPlugin=Funds have been sent +NotificationAdmin.EtherReceiverNotificationPlugin=Funds have been received diff --git a/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties new file mode 100644 index 0000000000..151b8f1719 --- /dev/null +++ b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties @@ -0,0 +1,4 @@ +NotificationAdmin.RewardSuccessNotificationPlugin=Le paiement des r\u00E9compenses a \u00E9t\u00E9 envoy\u00E9 avec succ\u00E8s +NotificationAdmin.FundsRequestNotificationPlugin=Une demande de fonds a \u00E9t\u00E9 reçue +NotificationAdmin.EtherSenderNotificationPlugin=Les fonds ont \u00E9t\u00E9 transmis +NotificationAdmin.EtherReceiverNotificationPlugin=Les fonds ont \u00E9t\u00E9 reçus