diff --git a/languages/en-GB/categorynotifications.json b/languages/en-GB/categorynotifications.json index f5a601a..3c50c42 100644 --- a/languages/en-GB/categorynotifications.json +++ b/languages/en-GB/categorynotifications.json @@ -2,5 +2,11 @@ "subscribe": "Subscribe", "unsubscribe": "Unsubscribe", "new-topic-in": "New Topic in %1", - "new-reply-in": "New Reply in %1" + "new-reply-in": "New Reply in %1", + "admin-title" : "Category Notifications", + "admin-label-notifications": "Notification Setting", + "email-categorie-post": "%2 has posted a new reply to \"%4\" in", + "email-categorie-topic": "%2 has posted a new topic called \"%4\" in", + "view-topic": "View Topic", + "view-post": "View Post" } \ No newline at end of file diff --git a/languages/fr/categorynotifications.json b/languages/fr/categorynotifications.json new file mode 100644 index 0000000..b0a690b --- /dev/null +++ b/languages/fr/categorynotifications.json @@ -0,0 +1,12 @@ +{ + "subscribe": "S'abonner", + "unsubscribe": "Se désabonner", + "new-topic-in": "Nouveau sujet dans '%1'", + "new-reply-in": "Nouvelle réponse dans '%1'", + "admin-title" : "Notifications pour les catégories", + "admin-label-notifications": "Réglage pour la notification", + "email-categorie-post" : "%2 a posté une nouvelle réponse dans le sujet \"%4\" dans la catégorie", + "email-categorie-topic": "%2 a posté un nouveau sujet nommé \"%4\" dans la catégorie", + "view-topic": "Voir le sujet", + "view-post": "Voir la réponse" +} \ No newline at end of file diff --git a/public/templates/admin/plugins/category-notifications.tpl b/public/templates/admin/plugins/category-notifications.tpl index e17e942..c644270 100644 --- a/public/templates/admin/plugins/category-notifications.tpl +++ b/public/templates/admin/plugins/category-notifications.tpl @@ -1,15 +1,15 @@ -